- ABSTRACT - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- ABSTRACT - Static variable in class de.hunsicker.jalopy.language.ModifierType
-
Represents the abstract modifier.
- AbstractAppender - Class in de.hunsicker.jalopy.plugin
-
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 in de.hunsicker.jalopy.plugin
-
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 in de.hunsicker.jalopy.plugin
-
Represents an action that can be performed.
- AbstractSettingsPage - Class in de.hunsicker.jalopy.swing
-
Skeleton implementation of a settings page.
- AbstractSettingsPage() - Constructor for class de.hunsicker.jalopy.swing.AbstractSettingsPage
-
Creates a new AbstractSettingsPage.
- 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.
- additiveExpression() - Method in class de.hunsicker.jalopy.language.JavaParser
-
- 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.
- address() - Method in class de.hunsicker.jalopy.language.JavadocParser
-
- ADLER32 - Static variable in class de.hunsicker.jalopy.storage.History.Method
-
Use Adler32 checksum.
- 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.
- 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?
- 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?
- 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?
- 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?
- 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.
- 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
-
- Annotation - Class in de.hunsicker.jalopy.language
-
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.
- 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.
- 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.
- argList() - Method in class de.hunsicker.jalopy.language.JavaParser
-
- 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?
- ARRAY_DECLARATOR - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- ARRAY_INIT - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- arrayInitializer() - Method in class de.hunsicker.jalopy.language.JavaParser
-
- ASSIGN - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- assignmentExpression() - Method in class de.hunsicker.jalopy.language.JavaParser
-
- AT - Static variable in class de.hunsicker.jalopy.language.JavadocTokenTypes
-
- 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.
- 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.