- sample() - Method in class de.hunsicker.jalopy.language.JavadocParser
-
- 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
-
- SEPARATOR_CLASS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name (""Inner Classes"").
- SEPARATOR_CLASS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Separator text for the inner classes section (String).
- SEPARATOR_COMMENT - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- SEPARATOR_CTOR - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name (""Constructors"").
- SEPARATOR_CTOR - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Separator text for the constructors section (String).
- SEPARATOR_FILL_CHARACTER - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name (""-"").
- SEPARATOR_FILL_CHARACTER - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
The fill character to use for the separator comments (String).
- SEPARATOR_INSTANCE_INIT - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name (""Instance initializers"").
- SEPARATOR_INSTANCE_INIT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Separator text for the instance initializers section (String).
- SEPARATOR_INSTANCE_VAR - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name (""Instance fields"").
- SEPARATOR_INSTANCE_VAR - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Separator text for the instance variables section (String).
- SEPARATOR_INTERFACE - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name (""Inner Interfaces"").
- SEPARATOR_INTERFACE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Separator text for the interfaces section (String).
- SEPARATOR_METHOD - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name (""Methods"").
- SEPARATOR_METHOD - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Separator text for the methods 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 (""Static fields/initializers"").
- SEPARATOR_STATIC_VAR_INIT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Separator text for the static variables and initalizers section (String).
- 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 interface de.hunsicker.jalopy.language.Lexer
-
Sets the start column of the position where parsing starts.
- setColumn(int) - Method in class de.hunsicker.jalopy.language.Recognizer
-
Sets the current column of the lexer.
- 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(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(URL) - Static method in class de.hunsicker.jalopy.Jalopy
-
Sets the code convention to be loaded from the given url.
- setConvention(String) - Static method in class de.hunsicker.jalopy.Jalopy
-
Sets the code convention to be loaded from the given location string.
- setConvention(Convention) - Method in class de.hunsicker.jalopy.swing.AbstractSettingsPage
-
Sets the current code convention.
- 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.Lexer
-
Sets the filename we parse.
- setFilename(String) - Method in interface de.hunsicker.jalopy.language.Parser
-
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(String, String) - 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(File) - Method in class de.hunsicker.jalopy.Jalopy
-
Sets the input source 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.JavadocLexer
-
Sets the input buffer to use.
- setInputBuffer(InputBuffer) - Method in class de.hunsicker.jalopy.language.JavaLexer
-
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 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.Annotation
-
Sets the line number where this annotation belongs.
- 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.Recognizer
-
Sets the current line of the lexer.
- 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
-
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.MethodType
-
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.
- setOutput(Writer) - Method in class de.hunsicker.jalopy.Jalopy
-
Sets the output target to use.
- 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.
- 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(Position) - Method in class de.hunsicker.jalopy.language.JavaNode
-
Sets the position that is to be tracked.
- setPosition(int, int) - Method in class de.hunsicker.jalopy.language.JavaRecognizer
-
Sets a position in the given input source that should 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.ExtendedToken
-
Sets the text of the token.
- setText(String) - Method in class de.hunsicker.jalopy.language.Node
-
Sets the text of this node.
- 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 in de.hunsicker.jalopy.swing
-
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(Frame) - Constructor for class de.hunsicker.jalopy.swing.SettingsDialog
-
Creates a new SettingsDialog object.
- SettingsDialog(Dialog) - 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.JavadocLexer
-
Sets the class to use for tokens.
- setTokenObjectClass(String) - Method in class de.hunsicker.jalopy.language.JavaLexer
-
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
-
- show() - Method in class de.hunsicker.jalopy.swing.SettingsDialog
-
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
-
- SL_ASSIGN - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- SL_COMMENT - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- SLIST - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- small() - Method in class de.hunsicker.jalopy.language.JavadocParser
-
- 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.ConventionDefaults
-
The default value for the key with the same name ("true").
- SORT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Sort the different elements of a Java source file?
- SORT_CLASS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("false").
- SORT_CLASS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Sort classes declarations?
- SORT_CTOR - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("false").
- SORT_CTOR - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Sort constructors declarations?
- SORT_INTERFACE - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("false").
- SORT_INTERFACE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Sort interfaces declarations?
- SORT_METHOD - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("false").
- SORT_METHOD - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Sort methods declarations?
- SORT_MODIFIERS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("false").
- SORT_MODIFIERS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Sort modifers?
- 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.ConventionDefaults
-
The default value for the key with the same name ("false").
- SORT_VARIABLE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Sort variable declarations?
- SortingSettingsPage - Class in de.hunsicker.jalopy.swing
-
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.ConventionDefaults
-
The default value for the key with the same name ("14").
- SOURCE_VERSION - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
JDK source compatibility version (String).
- SPACE_AFTER_CAST - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("true").
- SPACE_AFTER_CAST - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Print a space after type casting?
- SPACE_AFTER_COMMA - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("true").
- SPACE_AFTER_COMMA - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Print a space after a comma?
- SPACE_AFTER_SEMICOLON - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("true").
- SPACE_AFTER_SEMICOLON - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Print a space after a semicolon?
- SPACE_BEFORE_BRACES - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("true").
- SPACE_BEFORE_BRACES - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Print a space before braces (of arrays)?
- SPACE_BEFORE_BRACKETS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("false").
- SPACE_BEFORE_BRACKETS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Print a space before brackets?
- SPACE_BEFORE_BRACKETS_TYPES - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("false").
- SPACE_BEFORE_BRACKETS_TYPES - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Print a space before types with brackets (int).
- SPACE_BEFORE_CASE_COLON - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("false").
- SPACE_BEFORE_CASE_COLON - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Print a space before the colon of a case block?
- SPACE_BEFORE_LOGICAL_NOT - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("false").
- SPACE_BEFORE_LOGICAL_NOT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Print a space before the negation of boolean expressions?
- SPACE_BEFORE_METHOD_CALL_PAREN - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("false").
- SPACE_BEFORE_METHOD_CALL_PAREN - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Print a space before method call parenthesis?
- SPACE_BEFORE_METHOD_DEF_PAREN - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("false").
- SPACE_BEFORE_METHOD_DEF_PAREN - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Print a space before method definition parenthesis?
- SPACE_BEFORE_STATEMENT_PAREN - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("true").
- SPACE_BEFORE_STATEMENT_PAREN - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Print a space before java statement parenthesis?
- special() - Method in class de.hunsicker.jalopy.language.JavadocParser
-
- SPECIAL - Static variable in class de.hunsicker.jalopy.language.JavadocTokenTypes
-
- SPECIAL_COMMENT - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- SR - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- SR_ASSIGN - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- standard_tag() - Method in class de.hunsicker.jalopy.language.JavadocParser
-
- STAR - Static variable in class de.hunsicker.jalopy.language.JavadocTokenTypes
-
- STAR - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- STAR_ASSIGN - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- 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
-
- 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
-
- 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 in de.hunsicker.jalopy.plugin
-
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
-
- STRICTFP - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- STRICTFP - Static variable in class de.hunsicker.jalopy.language.ModifierType
-
Represents the strictfp modifier.
- strike() - Method in class de.hunsicker.jalopy.language.JavadocParser
-
- STRING - Static variable in class de.hunsicker.jalopy.language.JavadocTokenTypes
-
- STRING_LITERAL - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- STRIP_QUALIFICATION - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("false").
- STRIP_QUALIFICATION - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Strip qualification for identifiers?
- strong() - Method in class de.hunsicker.jalopy.language.JavadocParser
-
- 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
-
- SUPER_CTOR_CALL - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- superClassClause() - Method in class de.hunsicker.jalopy.language.JavaParser
-
- superscript() - Method in class de.hunsicker.jalopy.language.JavadocParser
-
- SwingAppender - Interface in de.hunsicker.jalopy.plugin
-
Common interface for appenders which output log statements in a visual component.
- SYNBLOCK - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- SYNCHRONIZED - Static variable in class de.hunsicker.jalopy.language.ModifierType
-
Represents the synchronized modifier.