- IDENT - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- identifier() - Method in class de.hunsicker.jalopy.language.JavaParser
-
- identifierPackage() - Method in class de.hunsicker.jalopy.language.JavaParser
-
Our qualified package identifier.
- identifierStar() - Method in class de.hunsicker.jalopy.language.JavaParser
-
- IMG - Static variable in class de.hunsicker.jalopy.language.JavadocTokenTypes
-
- IMPLEMENTS_CLAUSE - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- implementsClause() - Method in class de.hunsicker.jalopy.language.JavaParser
-
- IMPORT - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- IMPORT_GROUPING - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name (""*:0|gnu:2|java:2|javax:2"").
- IMPORT_GROUPING - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Holds grouping info for distinct package names (String).
- IMPORT_GROUPING_DEPTH - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("3").
- IMPORT_GROUPING_DEPTH - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Default import grouping depth (int).
- IMPORT_POLICY - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name.
- IMPORT_POLICY - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Specifies the import optimization policy (String).
- IMPORT_SORT - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("true").
- IMPORT_SORT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Sort import statements?
- importDefinition() - Method in class de.hunsicker.jalopy.language.JavaParser
-
- ImportPolicy - Class in de.hunsicker.jalopy.storage
-
Represents an import policy.
- importSettings(InputStream, String) - Static method in class de.hunsicker.jalopy.storage.Convention
-
Imports the code convention from the specified input stream.
- importSettings(URL) - Static method in class de.hunsicker.jalopy.storage.Convention
-
Imports the code convention from the specified url.
- importSettings(File) - Static method in class de.hunsicker.jalopy.storage.Convention
-
Imports the code convention from the given file.
- ImportsSettingsPage - Class in de.hunsicker.jalopy.swing
-
Settings page for the Jalopy printer import statement settings.
- ImportsSettingsPage() - Constructor for class de.hunsicker.jalopy.swing.ImportsSettingsPage
-
Creates a new ImportsSettingsPage.
- INC - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- inclusiveOrExpression() - Method in class de.hunsicker.jalopy.language.JavaParser
-
- increaseErrors() - Method in class de.hunsicker.jalopy.swing.ProgressPanel
-
Increases the error count.
- increaseFiles() - Method in class de.hunsicker.jalopy.swing.ProgressPanel
-
Increases the file count.
- increaseWarnings() - Method in class de.hunsicker.jalopy.swing.ProgressPanel
-
Increases the warnings count.
- INDENT_CASE_FROM_SWITCH - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("false").
- INDENT_CASE_FROM_SWITCH - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Indent case block in switch statements?
- INDENT_CONTINUATION_BLOCK - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("true").
- INDENT_CONTINUATION_BLOCK - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Should continuation indentation be used for statement blocks?
- INDENT_CONTINUATION_OPERATOR - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("false").
- INDENT_CONTINUATION_OPERATOR - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Should continuation indentation be used for operators?
- INDENT_DEEP - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("false").
- INDENT_DEEP - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Should standard indentation be used to indent wrapped lines, or rather the deep
indentation policy?
- INDENT_FIRST_COLUMN_COMMENT - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("true").
- INDENT_FIRST_COLUMN_COMMENT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Indent first column comments?
- INDENT_LABEL - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("false").
- INDENT_LABEL - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Indent labels?
- INDENT_SIZE - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("4").
- INDENT_SIZE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Amount of space to use for indentation (int).
- INDENT_SIZE_BRACE_CUDDLED - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("1").
- INDENT_SIZE_BRACE_CUDDLED - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Indentation before cuddled braces (int).
- INDENT_SIZE_BRACE_LEFT - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("1").
- INDENT_SIZE_BRACE_LEFT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Indentation before a left curly brace (int).
- INDENT_SIZE_BRACE_RIGHT - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("0").
- INDENT_SIZE_BRACE_RIGHT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Indentation before a right curly brace (int).
- INDENT_SIZE_BRACE_RIGHT_AFTER - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("1").
- INDENT_SIZE_BRACE_RIGHT_AFTER - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Indentation after a right curly brace (int).
- INDENT_SIZE_COMMENT_ENDLINE - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("1").
- INDENT_SIZE_COMMENT_ENDLINE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Indentation before an endline comment (int).
- INDENT_SIZE_CONTINUATION - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("4").
- INDENT_SIZE_CONTINUATION - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Continuation indent size (int).
- INDENT_SIZE_DEEP - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("55").
- INDENT_SIZE_DEEP - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Maximal amount of spaces for wrapping should be forced (int).
- INDENT_SIZE_EXTENDS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("-1").
- INDENT_SIZE_EXTENDS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Indentation for extends types (int).
- INDENT_SIZE_IMPLEMENTS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("-1").
- INDENT_SIZE_IMPLEMENTS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Indentation for implements types (int).
- INDENT_SIZE_LEADING - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("0").
- INDENT_SIZE_LEADING - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Indentation before every line (int).
- INDENT_SIZE_TABS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("8").
- INDENT_SIZE_TABS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Number of spaces to assume for tabs (int).
- INDENT_SIZE_THROWS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("-1").
- INDENT_SIZE_THROWS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Indentation for throws types (int).
- INDENT_WITH_TABS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("false").
- INDENT_WITH_TABS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Fill gaps with tabs?
- INDENT_WITH_TABS_ONLY_LEADING - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("false").
- INDENT_WITH_TABS_ONLY_LEADING - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Use spaces for continuation after tabs?
- IndentationSettingsPage - Class in de.hunsicker.jalopy.swing
-
Settings page for the Jalopy printer indentation settings.
- IndentationSettingsPage() - Constructor for class de.hunsicker.jalopy.swing.IndentationSettingsPage
-
Creates a new IndentationSettingsPage object.
- INDEX_OP - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- INIT - Static variable in class de.hunsicker.jalopy.language.DeclarationType
-
Represents an instance initializer.
- INIT_INT - Static variable in class de.hunsicker.jalopy.language.DeclarationType
-
The bit value for instance initializers.
- initialize(AST) - Method in class de.hunsicker.jalopy.language.JavaNode
-
Initializes this node with information from the given node.
- initialize(AST) - Method in class de.hunsicker.jalopy.language.Node
-
Initializes this node with information from the given node.
- initialize(int, String) - Method in class de.hunsicker.jalopy.language.Node
-
Initializes this node with the given information.
- initialize(Token) - Method in class de.hunsicker.jalopy.language.Node
-
Initializes this node with information from the given token.
- initialize(Appender) - Static method in class de.hunsicker.jalopy.storage.Loggers
-
Initializes logging for the given appender.
- initializer() - Method in class de.hunsicker.jalopy.language.JavaParser
-
- inline_tag() - Method in class de.hunsicker.jalopy.language.JavadocParser
-
- INSERT_EXPRESSION_PARENTHESIS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("true").
- INSERT_EXPRESSION_PARENTHESIS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Insert parenthesis around expressions to make precedence clear?
- INSERT_LOGGING_CONDITIONAL - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("false").
- INSERT_LOGGING_CONDITIONAL - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Insert conditional expresssion for debug logging calls?
- INSERT_SERIAL_UID - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("false").
- INSERT_SERIAL_UID - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Insert serial version UID for serializable classes?
- INSERT_TRAILING_NEWLINE - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("true").
- INSERT_TRAILING_NEWLINE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Print a newline after the last curly brace?
- inspect() - Method in class de.hunsicker.jalopy.Jalopy
-
Inspects the (via
Jalopy.setInput(File)
) specified input source for code
convention violations and coding weaknesses.
- inspect(JavaNode) - Method in class de.hunsicker.jalopy.Jalopy
-
Inspects the given Java AST for code convention violations and coding weaknesses.
- inspect(AST, File) - Method in class de.hunsicker.jalopy.language.CodeInspector
-
Inspects the given Java parse tree for code convention violations and coding
weaknesses.
- INSPECT_ACTIVE - Static variable in class de.hunsicker.jalopy.plugin.AbstractPlugin.Action
-
Inspect the currently active (opened) file.
- INSPECT_ALL - Static variable in class de.hunsicker.jalopy.plugin.AbstractPlugin.Action
-
Inspect all Java Source files of the currently active project.
- INSPECT_OPEN - Static variable in class de.hunsicker.jalopy.plugin.AbstractPlugin.Action
-
Inspect all currently opened Java source files.
- INSPECT_SELECTED - Static variable in class de.hunsicker.jalopy.plugin.AbstractPlugin.Action
-
Inspect the selected Java source file(s).
- INSPECTED - Static variable in class de.hunsicker.jalopy.Jalopy.State
-
Indicates a successful inspection phase.
- INSPECTOR - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("false").
- INSPECTOR - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Enable the code inspector?
- INSTANCE_INIT - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- INT - Static variable in class de.hunsicker.jalopy.language.JavadocTokenTypes
-
- INTERFACE - Static variable in class de.hunsicker.jalopy.language.DeclarationType
-
Represents an interface declaration.
- INTERFACE_DEF - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- INTERFACE_INT - Static variable in class de.hunsicker.jalopy.language.DeclarationType
-
The bit value for interfaces.
- interfaceDefinition(JavaNode) - Method in class de.hunsicker.jalopy.language.JavaParser
-
- interfaceExtends() - Method in class de.hunsicker.jalopy.language.JavaParser
-
- INTERNAL_VERSION - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
The version number of the current code convention.
- interpolate(String) - Method in class de.hunsicker.jalopy.storage.Environment
-
Performs variable interpolation for the given input string.
- interrupt() - Method in class de.hunsicker.jalopy.plugin.AbstractPlugin
-
Interrupts the currently performed action, if any.
- IO - Static variable in class de.hunsicker.jalopy.storage.Loggers
-
Logging category for I/O messages.
- isAbstract(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeModifier
-
Indicates whether the given modifiers node contains the abstract keyword.
- isAbstractMethod(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeHelper
-
Determines whether the given node represents an abstract method.
- isAnonymousInnerClass(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeHelper
-
Determines wether the given node represents an anonymous inner class or interface.
- isBean() - Method in class de.hunsicker.jalopy.language.MethodType
-
Indicates whether this type represents a Java Bean method.
- isBeta() - Method in class de.hunsicker.util.Version
-
Indicates whether this version represents a beta state.
- isBlockNext(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeHelper
-
Determines whether the given node will be followed by a block.
- isCanceled() - Method in interface de.hunsicker.jalopy.swing.ProgressMonitor
-
Indicates whether the user canceled the monitored operation.
- isCanceled() - Method in class de.hunsicker.jalopy.swing.ProgressPanel
-
Indicates whether the was stopped by the user.
- isChained(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeHelper
-
Determines whether the given node is part of a chain.
- isEmpty() - Method in class de.hunsicker.jalopy.language.ClassRepository
-
Indicates whether the repository is currently empty.
- isEmptyBlock(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeHelper
-
Determines whether the given node, which represents a block, is empty.
- isFinal(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeModifier
-
Indicates whether the given modifiers node contains the final keyword.
- isFinished() - Method in class de.hunsicker.jalopy.language.Recognizer
-
Indicates whether the recognizer is currently running.
- isFormatMLComments() - Method in class de.hunsicker.jalopy.language.JavaLexer
-
Indicates whether multi-line comments should be formatted.
- isFreestandingBlock(JavaNode) - Static method in class de.hunsicker.jalopy.language.JavaNodeHelper
-
Determines whether the given node represents a freestanding block.
- isFriendly(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeModifier
-
Indicates whether the given modifiers node denotes package protected (friendly)
access.
- isFriendly(int) - Static method in class de.hunsicker.jalopy.language.JavaNodeModifier
-
Indicates whether the given modifier denotes package protected (friendly) access.
- isInnerClass(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeHelper
-
Determines whether the given node represents an inner class or interface.
- isInspect() - Method in class de.hunsicker.jalopy.Jalopy
-
Determines wether the code inspector is enabled during formatting runs.
- isLoaded() - Method in class de.hunsicker.jalopy.language.ClassRepositoryEntry.Info
-
- isLocalVariable(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeHelper
-
Determines wether the given node represents a local variable.
- isOpened() - Method in interface de.hunsicker.jalopy.plugin.ProjectFile
-
Determines whether the file is currently opened.
- isParseJavadocComments() - Method in class de.hunsicker.jalopy.language.JavaLexer
-
Indicates whether Javadoc comments will be parsed during processing.
- isPositionKnown() - Method in class de.hunsicker.jalopy.language.Node
-
Indicates whether this node has its location information set.
- isPrivate(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeModifier
-
Indicates whether the given modifiers node contains the private keyword.
- isProtected(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeModifier
-
Indicates whether the given modifiers node contains the protected
keyword.
- isPublic(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeModifier
-
Indicates whether the given modifiers node contains the public keyword.
- isReadOnly() - Method in interface de.hunsicker.jalopy.plugin.ProjectFile
-
Determines whether the file can be changed.
- isRefreshable() - Method in class de.hunsicker.jalopy.language.ClassRepositoryEntry.Info
-
Determines whether this entry can be refreshed.
- isRemoveJavadocComments() - Method in class de.hunsicker.jalopy.language.JavaLexer
-
Indicates whether Javadoc comments should be removed during processing.
- isRemoveMLComments() - Method in class de.hunsicker.jalopy.language.JavaLexer
-
Indicates whether multi-line comments should be removed during processing.
- isRemoveSLComments() - Method in class de.hunsicker.jalopy.language.JavaLexer
-
Indicates whether single-line comments should be removed during processing.
- isRunning() - Method in class de.hunsicker.jalopy.language.Recognizer
-
Indicates whether the recognizer is currently running.
- isRunning() - Method in class de.hunsicker.jalopy.plugin.AbstractPlugin
-
Determines whether the Plug-in currently processes a request.
- isStatic(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeModifier
-
Indicates whether the given modifiers node contains the static keyword.
- isStripQualifation() - Method in class de.hunsicker.jalopy.language.JavaParser
-
Indicates whether the qualification stripping is enabled.
- isSynchronized(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeModifier
-
Indicates whether the given modifiers node contains the synchronized
keyword.
- isValid(Convention.Key) - Static method in class de.hunsicker.jalopy.storage.ConventionKeys
-
Determines whether the given key is valid.
- italic() - Method in class de.hunsicker.jalopy.language.JavadocParser
-