Overview
Package
Class
Use
Tree
Deprecated
Index
Jalopy
1.0b10
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
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.
ModifierType
Represents the abstract modifier.
ABSTRACT
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
DOCUMENT ME!
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.Action
- class de.hunsicker.jalopy.plugin.
AbstractPlugin.Action
.
Represents an action that can be performed.
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.
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.
aCase()
- Method in class de.hunsicker.jalopy.language.
JavaParser
DOCUMENT ME!
acronym()
- Method in class de.hunsicker.jalopy.language.
JavadocParser
DOCUMENT ME!
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
DOCUMENT ME!
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
DOCUMENT ME!
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.
ConventionKeys
Force alignment of indiviual method call chains? (
boolean
)
ALIGN_METHOD_CALL_CHAINS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
ALIGN_PARAMS_METHOD_DEF
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Specifies whether method declaration parameters should be aligned (
boolean
).
ALIGN_PARAMS_METHOD_DEF
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
ALIGN_TERNARY_EXPRESSION
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Force wrapping after the first ternary operand? (
boolean
)
ALIGN_TERNARY_EXPRESSION
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
ALIGN_TERNARY_OPERATOR
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Align the indiviual parts of the ternary operator? (
boolean
)
ALIGN_TERNARY_OPERATOR
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
ALIGN_TERNARY_VALUES
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Force wrapping after the second ternary operand? (
boolean
)
ALIGN_TERNARY_VALUES
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
ALIGN_VAR_ASSIGNS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Specifies whether variable assignments should be aligned (
boolean
).
ALIGN_VAR_ASSIGNS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
ALIGN_VAR_IDENTS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Specifies whether variable identifiers 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 ("{@value}").
ALL
- Static variable in class de.hunsicker.jalopy.storage.
Loggers
Logging category for all messages.
anchor_content()
- Method in class de.hunsicker.jalopy.language.
JavadocParser
DOCUMENT ME!
anchor()
- Method in class de.hunsicker.jalopy.language.
JavadocParser
DOCUMENT ME!
andExpression()
- Method in class de.hunsicker.jalopy.language.
JavaParser
DOCUMENT ME!
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.
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
DOCUMENT ME!
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_BRACKETS_AFTER_IDENT
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
ARRAY_DECLARATOR
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
DOCUMENT ME!
ARRAY_INIT
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
DOCUMENT ME!
arrayInitializer()
- Method in class de.hunsicker.jalopy.language.
JavaParser
DOCUMENT ME!
ASSIGN
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
DOCUMENT ME!
assignmentExpression()
- Method in class de.hunsicker.jalopy.language.
JavaParser
DOCUMENT ME!
AT
- Static variable in class de.hunsicker.jalopy.language.
JavadocTokenTypes
DOCUMENT ME!
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
DOCUMENT ME!
AUTO
- Static variable in class de.hunsicker.io.
FileFormat
Indicates that the file format should be auto-detected.
Overview
Package
Class
Use
Tree
Deprecated
Index
Jalopy
1.0b10
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
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 14 2002
Copyright © 2001-2002,
Marco Hunsicker
. All rights reserved.