Jalopy 1.0b11
A B C D E F G H I J K L M N O P Q R S T U V W _

A

ABSTRACT - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
 
ABSTRACT - Static variable in class de.hunsicker.jalopy.language.ModifierType
Represents the abstract modifier.
ADLER32 - Static variable in class de.hunsicker.jalopy.storage.History.Method
Use Adler32 checksum.
ALIGN_METHOD_CALL_CHAINS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("true").
ALIGN_METHOD_CALL_CHAINS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Force alignment of indiviual method call chains? (boolean)
ALIGN_PARAMS_METHOD_DEF - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
ALIGN_PARAMS_METHOD_DEF - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Specifies whether method declaration parameters should be aligned (boolean).
ALIGN_TERNARY_EXPRESSION - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
ALIGN_TERNARY_EXPRESSION - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Force wrapping after the first ternary operand? (boolean)
ALIGN_TERNARY_OPERATOR - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("true").
ALIGN_TERNARY_OPERATOR - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Align the indiviual parts of the ternary operator? (boolean)
ALIGN_TERNARY_VALUES - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
ALIGN_TERNARY_VALUES - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Force wrapping after the second ternary operand? (boolean)
ALIGN_VAR_ASSIGNS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
ALIGN_VAR_ASSIGNS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Specifies whether variable assignments should be aligned (boolean).
ALIGN_VAR_IDENTS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
ALIGN_VAR_IDENTS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Specifies whether variable identifiers should be aligned (boolean).
ALL - Static variable in class de.hunsicker.jalopy.storage.Loggers
Logging category for all messages.
ARG_ECLIPSE - Static variable in class de.hunsicker.jalopy.swing.SettingsDialog
Command line option that indicates that the settings dialog was called from within Eclipse.
ARRAY_BRACKETS_AFTER_IDENT - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
ARRAY_BRACKETS_AFTER_IDENT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Should the brackets for array types be printed after the type or after the identifier? (boolean)
ARRAY_DECLARATOR - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
 
ARRAY_INIT - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
 
ASSIGN - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
 
AT - Static variable in class de.hunsicker.jalopy.language.JavadocTokenTypes
 
ATTR - Static variable in class de.hunsicker.jalopy.language.JavadocTokenTypes
 
AUTO - Static variable in class de.hunsicker.io.FileFormat
Indicates that the file format should be auto-detected.
AbstractAppender - class de.hunsicker.jalopy.plugin.AbstractAppender.
Skeleton implementation of an appender which outputs messages in a visual component.
AbstractAppender() - Constructor for class de.hunsicker.jalopy.plugin.AbstractAppender
Creates a new AbstractAppender object.
AbstractPlugin - class de.hunsicker.jalopy.plugin.AbstractPlugin.
Skeleton implementation of a Jalopy Plug-in for integrated development environments.
AbstractPlugin() - Constructor for class de.hunsicker.jalopy.plugin.AbstractPlugin
Creates a new AbstractPlugin object.
AbstractPlugin(SwingAppender) - Constructor for class de.hunsicker.jalopy.plugin.AbstractPlugin
Creates a new AbstractPlugin object.
AbstractPlugin.Action - class de.hunsicker.jalopy.plugin.AbstractPlugin.Action.
Represents an action that can be performed.
AbstractSettingsPage - class de.hunsicker.jalopy.swing.AbstractSettingsPage.
Skeleton implementation of a settings page.
AbstractSettingsPage() - Constructor for class de.hunsicker.jalopy.swing.AbstractSettingsPage
Creates a new AbstractSettingsPage.
Annotation - class de.hunsicker.jalopy.language.Annotation.
A class that wraps some application specific annotation data.
Annotation(int, Object) - Constructor for class de.hunsicker.jalopy.language.Annotation
Creates a new Annotation object.
aCase() - Method in class de.hunsicker.jalopy.language.JavaParser
 
acronym() - Method in class de.hunsicker.jalopy.language.JavadocParser
 
add(File, String, long) - Method in class de.hunsicker.jalopy.storage.History
Adds the given file to the history.
addASTChild(ASTPair, AST) - Method in class de.hunsicker.jalopy.language.JavaNodeFactory
Add the given node as a child to the given root.
addChild(AST) - Method in class de.hunsicker.jalopy.language.JavaNode
Adds a node to the end of the child list for this node.
addNotify() - Method in class de.hunsicker.jalopy.swing.ImportsSettingsPage
DOCUMENT ME!
addProject(Project) - Static method in class de.hunsicker.jalopy.storage.Convention
Adds a new project.
additiveExpression() - Method in class de.hunsicker.jalopy.language.JavaParser
 
address() - Method in class de.hunsicker.jalopy.language.JavadocParser
 
advanceToFirstNonParen(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeHelper
Advance to the first non-LPAREN node for the rare case where both operands are enclosed by several parenthesis groups, e.g.
afterEnd() - Method in class de.hunsicker.jalopy.plugin.AbstractPlugin
Called on the event dispatching thread after an action was performed.
anchor() - Method in class de.hunsicker.jalopy.language.JavadocParser
 
anchor_content() - Method in class de.hunsicker.jalopy.language.JavadocParser
 
andExpression() - Method in class de.hunsicker.jalopy.language.JavaParser
 
append(LoggingEvent) - Method in class de.hunsicker.jalopy.plugin.AbstractAppender
Does the actual outputting.
appender - Variable in class de.hunsicker.jalopy.plugin.AbstractPlugin
Appender to write messages to.
apply(AST) - Method in interface de.hunsicker.jalopy.language.Transformation
Performs a transformation of the given tree.
argList() - Method in class de.hunsicker.jalopy.language.JavaParser
 
arrayInitializer() - Method in class de.hunsicker.jalopy.language.JavaParser
 
assignmentExpression() - Method in class de.hunsicker.jalopy.language.JavaParser
 
attachAnnotation(Annotation) - Method in class de.hunsicker.jalopy.language.JavaNode
Attaches an annotation to this node.
attachAnnotations(List) - Method in class de.hunsicker.jalopy.language.JavaRecognizer
Attaches the given annotations to the current input source.
attachAnnotations(List) - Method in interface de.hunsicker.jalopy.plugin.Editor
Attaches the given annotations to this view.

Jalopy 1.0b11
A B C D E F G H I J K L M N O P Q R S T U V W _
Submit a bug or feature.

For further information and documentation, visit the official Jalopy website.
This page generated: November 13 2003