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
_
S
sample()
- Method in class de.hunsicker.jalopy.language.
JavadocParser
DOCUMENT ME!
selectAll()
- Method in interface de.hunsicker.jalopy.plugin.
Editor
Selects the whole text of the editor.
SEMI
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
DOCUMENT ME!
SEPARATOR_CLASS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Separator text for the inner classes section (
String
).
SEPARATOR_CLASS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
SEPARATOR_COMMENT
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
DOCUMENT ME!
SEPARATOR_CTOR
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Separator text for the constructors section (
String
).
SEPARATOR_CTOR
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
SEPARATOR_FILL_CHARACTER
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
The fill character to use for the separator comments (
String
).
SEPARATOR_FILL_CHARACTER
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
SEPARATOR_INSTANCE_INIT
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Separator text for the instance initializers section (
String
).
SEPARATOR_INSTANCE_INIT
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
SEPARATOR_INSTANCE_VAR
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Separator text for the instance variables section (
String
).
SEPARATOR_INSTANCE_VAR
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
SEPARATOR_INTERFACE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Separator text for the interfaces section (
String
).
SEPARATOR_INTERFACE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
SEPARATOR_METHOD
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Separator text for the methods section (
String
).
SEPARATOR_METHOD
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
SEPARATOR_STATIC_VAR_INIT
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Separator text for the static variables and initalizers section (
String
).
SEPARATOR_STATIC_VAR_INIT
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
set(String, String)
- Method in class de.hunsicker.jalopy.storage.
Environment
Sets the given variable to the given value.
setASTFactory(ASTFactory)
- Method in interface de.hunsicker.jalopy.language.
Parser
Sets the factory used to create tree nodes.
setBackup(boolean)
- Method in class de.hunsicker.jalopy.
Jalopy
Sets whether to hold a backup copy of an input file.
setBackupDirectory(File)
- Method in class de.hunsicker.jalopy.
Jalopy
Sets the directory where backup files will be stored.
setBackupDirectory(String)
- Method in class de.hunsicker.jalopy.
Jalopy
Sets the directory where backup files will be stored.
setBackupLevel(int)
- Method in class de.hunsicker.jalopy.
Jalopy
Sets the number of backups to hold.
setCancelButtonVisible(boolean)
- Method in class de.hunsicker.jalopy.swing.
ProgressPanel
Sets whether a stop button should be displayed.
setCanceled(boolean)
- Method in interface de.hunsicker.jalopy.swing.
ProgressMonitor
Sets the canceled state to the given value.
setCaretPosition(int)
- Method in interface de.hunsicker.jalopy.plugin.
Editor
Moves the caret to the given location.
setCaretPosition(int, int)
- Method in interface de.hunsicker.jalopy.plugin.
Editor
Moves the caret to the given location.
setCategory(String)
- Method in class de.hunsicker.jalopy.swing.
AbstractSettingsPage
Sets the name of this page's category.
setColumn(int)
- Method in class de.hunsicker.jalopy.language.
Recognizer
Sets the current column of the lexer.
setColumn(int)
- Method in interface de.hunsicker.jalopy.language.
Lexer
Sets the start column of the position where parsing starts.
setComment(Node)
- Method in class de.hunsicker.jalopy.language.
ExtendedToken
Sets the comment for this token.
setCompatibility(int)
- Method in class de.hunsicker.jalopy.language.
JavaLexer
Sets the source compatiblity to the given release version.
setConvention(Convention)
- Method in class de.hunsicker.jalopy.swing.
AbstractSettingsPage
Sets the current code convention.
setConvention(File)
- Static method in class de.hunsicker.jalopy.
Jalopy
Sets the code convention to be loaded from the given file (either a qualified file path or single file name).
setConvention(String)
- Static method in class de.hunsicker.jalopy.
Jalopy
Sets the code convention to be loaded from the given location string.
setConvention(URL)
- Static method in class de.hunsicker.jalopy.
Jalopy
Sets the code convention to be loaded from the given url.
setCustomInlineTags(Collection)
- Method in class de.hunsicker.jalopy.language.
JavadocParser
Sets the custom Javadoc in-line tags to recognize.
setCustomStandardTags(Collection)
- Method in class de.hunsicker.jalopy.language.
JavadocParser
Sets the custom Javadoc standard tags to recognize.
setData(Set)
- Method in class de.hunsicker.jalopy.language.
ClassRepositoryEntry
Sets the data of the entry.
setDescription(String)
- Method in class de.hunsicker.jalopy.storage.
Project
Sets the project description.
setDestination(File)
- Method in class de.hunsicker.jalopy.
Jalopy
Sets the destination directory to create all formatting output into.
setEncoding(String)
- Method in class de.hunsicker.jalopy.
Jalopy
Sets the encoding that controls how Jalopy interprets text files containing characters beyond the ASCII character set.
setEndColumn(int)
- Method in class de.hunsicker.jalopy.language.
Node
Sets the end column value.
setEndLine(int)
- Method in class de.hunsicker.jalopy.language.
Node
Sets the end line value.
setFileFormat(FileFormat)
- Method in class de.hunsicker.jalopy.
Jalopy
Sets the file format of the output stream.
setFileFormat(String)
- Method in class de.hunsicker.jalopy.
Jalopy
Sets the file format of the output stream.
setFilename(String)
- Method in interface de.hunsicker.jalopy.language.
Parser
Sets the filename we parse.
setFilename(String)
- Method in interface de.hunsicker.jalopy.language.
Lexer
Sets the filename we parse.
setForce(boolean)
- Method in class de.hunsicker.jalopy.
Jalopy
Specifies whether all files should be formatted no matter what the state of a file is.
setFormatMLComments(boolean)
- Method in class de.hunsicker.jalopy.language.
JavaLexer
Sets whether multi-line comments should be formatted.
setHiddenAfter(CommonHiddenStreamToken)
- Method in class de.hunsicker.jalopy.language.
Node
Sets the first hidden token that appears after this node.
setHiddenBefore(CommonHiddenStreamToken)
- Method in class de.hunsicker.jalopy.language.
Node
Sets the first hidden token that appears before this node.
setHistoryMethod(History.Method)
- Method in class de.hunsicker.jalopy.
Jalopy
Sets the history method to use.
setHistoryPolicy(History.Policy)
- Method in class de.hunsicker.jalopy.
Jalopy
Sets the history policy to use.
setInput(File)
- Method in class de.hunsicker.jalopy.
Jalopy
Sets the input source to use.
setInput(InputStream, String)
- Method in class de.hunsicker.jalopy.
Jalopy
Sets the input source to use.
setInput(Reader, String)
- Method in class de.hunsicker.jalopy.
Jalopy
Sets the input source to use.
setInput(String, String)
- Method in class de.hunsicker.jalopy.
Jalopy
Sets the input source to use.
setInputBuffer(InputBuffer)
- Method in class de.hunsicker.jalopy.language.
JavaLexer
Sets the input buffer to use.
setInputBuffer(InputBuffer)
- Method in class de.hunsicker.jalopy.language.
JavadocLexer
Sets the input buffer to use.
setInputBuffer(Reader)
- Method in class de.hunsicker.jalopy.language.
JavaLexer
Sets the input buffer to use.
setInputBuffer(Reader)
- Method in class de.hunsicker.jalopy.language.
JavadocLexer
Sets the input buffer to use.
setInputBuffer(Reader)
- Method in interface de.hunsicker.jalopy.language.
Lexer
Sets the input source to use.
setInspect(boolean)
- Method in class de.hunsicker.jalopy.
Jalopy
Enables or disables the code inspector during formatting runs.
setLexer(JavadocLexer)
- Method in class de.hunsicker.jalopy.language.
JavadocParser
Sets the corresponding Javadoc lexer for the parser.
setLine(int)
- Method in class de.hunsicker.jalopy.language.
Recognizer
Sets the current line of the lexer.
setLine(int)
- Method in interface de.hunsicker.jalopy.language.
Lexer
Sets the line number of the position where parsing starts.
setLine(int)
- Method in class de.hunsicker.jalopy.language.
Annotation
Sets the line number where this annotation belongs.
setLoaded(boolean)
- Method in class de.hunsicker.jalopy.language.
ClassRepositoryEntry.Info
setLocale(Locale)
- Static method in class de.hunsicker.jalopy.storage.
Loggers
DOCUMENT ME!
setLocation(int, int)
- Method in class de.hunsicker.jalopy.swing.
SettingsDialog
{@inheritDoc} Overriden to dispatch the call to the top-level container if invoked from the command line.
setMaximum(int)
- Method in class de.hunsicker.jalopy.swing.
ProgressPanel
Sets the maximum value of the progress indicator.
setName(String)
- Method in class de.hunsicker.jalopy.plugin.
AbstractAppender
Sets the name of the appender.
setOrder(String)
- Static method in class de.hunsicker.jalopy.language.
DeclarationType
Sets the order to use as the natural order.
setOrder(String)
- Static method in class de.hunsicker.jalopy.language.
ModifierType
Sets the order to use as the natural order.
setOrder(String)
- Static method in class de.hunsicker.jalopy.language.
MethodType
Sets the order to use as the natural order.
setOutput(File)
- Method in class de.hunsicker.jalopy.
Jalopy
Sets the output target to use.
setOutput(StringBuffer)
- Method in class de.hunsicker.jalopy.
Jalopy
Sets the output target to use.
setOutput(Writer)
- Method in class de.hunsicker.jalopy.
Jalopy
Sets the output target to use.
setParent(JavaNode)
- Method in class de.hunsicker.jalopy.language.
JavaNode
Sets the parent to the given node.
setParseJavadocComments(boolean)
- Method in class de.hunsicker.jalopy.language.
JavaLexer
Sets whether Javadoc comments should be parsed during processing.
setPosition(int, int)
- Method in class de.hunsicker.jalopy.language.
JavaRecognizer
Sets a position in the given input source that should be tracked.
setPosition(Position)
- Method in class de.hunsicker.jalopy.language.
JavaNode
Sets the position that is to be tracked.
setPreviousSibling(JavaNode)
- Method in class de.hunsicker.jalopy.language.
JavaNode
Sets the previous sibling to the given node.
setProgress(int)
- Method in interface de.hunsicker.jalopy.swing.
ProgressMonitor
Sets amount of work units done to
units
.
setProgressBarVisible(boolean)
- Method in class de.hunsicker.jalopy.swing.
ProgressPanel
Sets whether a progress bar should be displayed.
setProject(Project)
- Static method in class de.hunsicker.jalopy.storage.
Convention
Sets the currently active project.
setRemoveJavadocComments(boolean)
- Method in class de.hunsicker.jalopy.language.
JavaLexer
Sets whether Javadoc comments should be removed during processing.
setRemoveMLComments(boolean)
- Method in class de.hunsicker.jalopy.language.
JavaLexer
Sets whether multi-line comments should be removed during processing.
setRemoveSLComments(boolean)
- Method in class de.hunsicker.jalopy.language.
JavaLexer
Sets whether single-line comments should be removed during processing.
setSelection(int, int)
- Method in interface de.hunsicker.jalopy.plugin.
Editor
Selects the specified text.
setStartColumn(int)
- Method in class de.hunsicker.jalopy.language.
Node
Sets the column where this node starts.
setStartLine(int)
- Method in class de.hunsicker.jalopy.language.
Node
Sets the line where this node starts.
setStripQualification(boolean)
- Method in class de.hunsicker.jalopy.language.
JavaParser
Sets whether qualification of qualified identifiers should be stripped.
setTabSize(int)
- Method in class de.hunsicker.jalopy.language.
JavadocLexer
Sets the tab size to use.
SETTER
- Static variable in class de.hunsicker.jalopy.language.
MethodType
Represents a Java Bean mutator.
setText(String)
- Method in class de.hunsicker.jalopy.language.
Node
Sets the text of this node.
setText(String)
- Method in class de.hunsicker.jalopy.language.
ExtendedToken
Sets the text of the token.
setText(String)
- Method in interface de.hunsicker.jalopy.plugin.
Editor
Sets the text of this editor to the specified text.
setText(String)
- Method in interface de.hunsicker.jalopy.plugin.
StatusBar
Sets the text to display.
setText(String)
- Method in interface de.hunsicker.jalopy.swing.
ProgressMonitor
Sets the description to be displayed.
setText(String)
- Method in class de.hunsicker.jalopy.swing.
ProgressPanel
Sets the text to display.
settings
- Variable in class de.hunsicker.jalopy.swing.
AbstractSettingsPage
The code convention to display/edit.
SettingsDialog
- class de.hunsicker.jalopy.swing.
SettingsDialog
.
The Jalopy settings dialog provides a graphical user interface to manage, display and interactively test and edit the available code convention and asorted configuration settings.
SettingsDialog(Dialog)
- Constructor for class de.hunsicker.jalopy.swing.
SettingsDialog
Creates a new SettingsDialog object.
SettingsDialog(Frame)
- Constructor for class de.hunsicker.jalopy.swing.
SettingsDialog
Creates a new SettingsDialog object.
setTitle(String)
- Method in class de.hunsicker.jalopy.swing.
AbstractSettingsPage
Sets the title of this page.
setTokenBuffer(TokenBuffer)
- Method in interface de.hunsicker.jalopy.language.
Parser
Sets the token buffer of the parser.
setTokenObjectClass(String)
- Method in class de.hunsicker.jalopy.language.
JavaLexer
Sets the class to use for tokens.
setTokenObjectClass(String)
- Method in class de.hunsicker.jalopy.language.
JavadocLexer
Sets the class to use for tokens.
setType(int)
- Method in class de.hunsicker.jalopy.language.
Node
Sets the type of this node.
setValue(int)
- Method in class de.hunsicker.jalopy.swing.
ProgressPanel
Sets the current value of the progress indicator.
shiftExpression()
- Method in class de.hunsicker.jalopy.language.
JavaParser
DOCUMENT ME!
show()
- Method in class de.hunsicker.jalopy.swing.
SettingsDialog
{@inheritDoc} Overriden to dispatch the call to the top-level container if invoked from the command line.
showWaitCursor()
- Method in class de.hunsicker.jalopy.plugin.
AbstractPlugin
Shows the wait cursor to indicate a long-running operation.
SL
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
DOCUMENT ME!
SL_ASSIGN
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
DOCUMENT ME!
SL_COMMENT
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
DOCUMENT ME!
SLIST
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
DOCUMENT ME!
small()
- Method in class de.hunsicker.jalopy.language.
JavadocParser
DOCUMENT ME!
snapshot()
- Method in class de.hunsicker.jalopy.storage.
Convention
Creates an internal snapshot of the current code convention.
SORT
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Sort the different elements of a Java source file? (
boolean
)
SORT
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
SORT_CLASS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Sort classes declarations? (
boolean
)
SORT_CLASS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
SORT_CTOR
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Sort constructors declarations? (
boolean
)
SORT_CTOR
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
SORT_INTERFACE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Sort interfaces declarations? (
boolean
)
SORT_INTERFACE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
SORT_METHOD
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Sort methods declarations? (
boolean
)
SORT_METHOD
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
SORT_MODIFIERS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Sort modifers? (
boolean
)
SORT_MODIFIERS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
SORT_ORDER
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
String indicating the declaration sort order (
String
).
SORT_ORDER_MODIFIERS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
String indicating the modifiers sort order (
String
).
SORT_VARIABLE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Sort variable declarations? (
boolean
)
SORT_VARIABLE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
SortingSettingsPage
- class de.hunsicker.jalopy.swing.
SortingSettingsPage
.
Settings page for the Jalopy printer sorting settings.
SortingSettingsPage()
- Constructor for class de.hunsicker.jalopy.swing.
SortingSettingsPage
Creates a new SortingSettingsPage object.
SOURCE_VERSION
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
JDK source compatibility version (
String
).
SOURCE_VERSION
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
SPACE_AFTER_CAST
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Print a space after type casting? (
boolean
)
SPACE_AFTER_CAST
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
SPACE_AFTER_COMMA
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Print a space after a comma? (
boolean
)
SPACE_AFTER_COMMA
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
SPACE_AFTER_SEMICOLON
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Print a space after a semicolon? (
boolean
)
SPACE_AFTER_SEMICOLON
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
SPACE_BEFORE_BRACES
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Print a space before braces (of arrays)? (
boolean
)
SPACE_BEFORE_BRACES
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
SPACE_BEFORE_BRACKETS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Print a space before brackets? (
boolean
)
SPACE_BEFORE_BRACKETS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
SPACE_BEFORE_BRACKETS_TYPES
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Print a space before types with brackets (
int
).
SPACE_BEFORE_BRACKETS_TYPES
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
SPACE_BEFORE_CASE_COLON
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Print a space before the colon of a case block? (
boolean
)
SPACE_BEFORE_CASE_COLON
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
SPACE_BEFORE_LOGICAL_NOT
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Print a space before the negation of boolean expressions? (
boolean
)
SPACE_BEFORE_LOGICAL_NOT
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
SPACE_BEFORE_METHOD_CALL_PAREN
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Print a space before method call parenthesis? (
boolean
)
SPACE_BEFORE_METHOD_CALL_PAREN
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
SPACE_BEFORE_METHOD_DEF_PAREN
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Print a space before method definition parenthesis? (
boolean
)
SPACE_BEFORE_METHOD_DEF_PAREN
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
SPACE_BEFORE_STATEMENT_PAREN
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Print a space before java statement parenthesis? (
boolean
)
SPACE_BEFORE_STATEMENT_PAREN
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
SPECIAL
- Static variable in class de.hunsicker.jalopy.language.
JavadocTokenTypes
DOCUMENT ME!
SPECIAL_COMMENT
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
DOCUMENT ME!
special()
- Method in class de.hunsicker.jalopy.language.
JavadocParser
DOCUMENT ME!
SR
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
DOCUMENT ME!
SR_ASSIGN
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
DOCUMENT ME!
standard_tag()
- Method in class de.hunsicker.jalopy.language.
JavadocParser
DOCUMENT ME!
STAR
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
DOCUMENT ME!
STAR
- Static variable in class de.hunsicker.jalopy.language.
JavadocTokenTypes
DOCUMENT ME!
STAR_ASSIGN
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
DOCUMENT ME!
startColumn
- Variable in class de.hunsicker.jalopy.language.
Node
Column number where this node starts.
startLine
- Variable in class de.hunsicker.jalopy.language.
Node
Line number where this node starts.
startsBefore(Node)
- Method in class de.hunsicker.jalopy.language.
Node
Determines whether this node starts before another one.
statement()
- Method in class de.hunsicker.jalopy.language.
JavaParser
DOCUMENT ME!
STATIC
- Static variable in class de.hunsicker.jalopy.language.
ModifierType
Represents the static modifier.
STATIC_INIT
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
DOCUMENT ME!
STATIC_VAR_INIT_INT
- Static variable in class de.hunsicker.jalopy.language.
DeclarationType
The bit value for static variables/initializers.
STATIC_VARIABLE_INIT
- Static variable in class de.hunsicker.jalopy.language.
DeclarationType
Represents a static variable declaration or initializer.
StatusBar
- interface de.hunsicker.jalopy.plugin.
StatusBar
.
Provides access to the status bar of a graphical Java application.
stop
- Variable in class de.hunsicker.jalopy.language.
TreeWalker
Indicates a stop.
stop()
- Method in class de.hunsicker.jalopy.language.
TreeWalker
Stops the walking.
STR_supper
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
DOCUMENT ME!
STRICTFP
- Static variable in class de.hunsicker.jalopy.language.
ModifierType
Represents the strictfp modifier.
STRICTFP
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
DOCUMENT ME!
strike()
- Method in class de.hunsicker.jalopy.language.
JavadocParser
DOCUMENT ME!
STRING
- Static variable in class de.hunsicker.jalopy.language.
JavadocTokenTypes
DOCUMENT ME!
STRING_LITERAL
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
DOCUMENT ME!
STRIP_QUALIFICATION
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Strip qualification for identifiers? (
boolean
)
STRIP_QUALIFICATION
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
strong()
- Method in class de.hunsicker.jalopy.language.
JavadocParser
DOCUMENT ME!
STYLE_LOCATION
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
The location where to load the code convention from (String).
subscript()
- Method in class de.hunsicker.jalopy.language.
JavadocParser
DOCUMENT ME!
SUPER_CTOR_CALL
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
DOCUMENT ME!
superClassClause()
- Method in class de.hunsicker.jalopy.language.
JavaParser
DOCUMENT ME!
superscript()
- Method in class de.hunsicker.jalopy.language.
JavadocParser
DOCUMENT ME!
SwingAppender
- interface de.hunsicker.jalopy.plugin.
SwingAppender
.
Common interface for appenders which output log statements in a visual component.
SYNBLOCK
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
DOCUMENT ME!
SYNCHRONIZED
- Static variable in class de.hunsicker.jalopy.language.
ModifierType
Represents the synchronized modifier.
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.