Overview
Package
Class
Use
Tree
Deprecated
Index
Jalopy
1.5b1
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
_
A
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.
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.
addIssue(AST, String, Object[])
- Method in class de.hunsicker.jalopy.language.
CodeInspector
Adds the given rule message for the given 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.
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.
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.
ANNOTATION
- Static variable in class de.hunsicker.jalopy.language.
DeclarationType
Represents an ANNOTATION declaration.
ANNOTATION_INT
- Static variable in class de.hunsicker.jalopy.language.
DeclarationType
The bit value for annotations.
ANON_ALIGN_VALUES_WHEN_EXCEEDS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("0").
ANON_ALIGN_VALUES_WHEN_EXCEEDS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Force alignment of wrapping ANON values after a certain amount ?
ANON_DEF_ALIGN_VALUES_WHEN_EXCEEDS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("0").
ANON_DEF_ALIGN_VALUES_WHEN_EXCEEDS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Force alignment of wrapping ANON DEF values after a certain amount ?
ANON_DEF_LCURLY_NO_NEW_LINE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
ANON_DEF_LCURLY_NO_NEW_LINE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Annotation Def LCURLY statrts new line ?
ANON_LCURLY_NO_NEW_LINE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("true").
ANON_LCURLY_NO_NEW_LINE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Annotation LCURLY statrts new line ?
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.
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?
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.
attachStuff(JavaNode[])
- Method in class de.hunsicker.jalopy.language.
JavaParser
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.5b1
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
_
Submit a bug or feature
.
For further information and documentation, visit the
official Jalopy website
.
This page generated:
September 3 2011
Copyright © 2002-2005,
Marco Hunsicker, 1.5 support NotZippy
. All rights reserved.