- PACKAGE - Static variable in class de.hunsicker.jalopy.storage.Environment.Variable
-
Defines the variable "package".
- PACKAGE_DEF - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- packageDefinition() - Method in class de.hunsicker.jalopy.language.JavaParser
-
- PADDING_ASSIGNMENT_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("true").
- PADDING_ASSIGNMENT_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Pad assignment operators?
- PADDING_BITWISE_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("true").
- PADDING_BITWISE_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Pad bitwise operators?
- PADDING_BRACES - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("true").
- PADDING_BRACES - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Insert spaces after the left, and before the right curly brace for array
initializations?
- PADDING_BRACKETS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("false").
- PADDING_BRACKETS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Insert spaces after the left, and before the right bracket?
- PADDING_CAST - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("false").
- PADDING_CAST - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Insert spaces after the left, and before the right type cast parenthesis?
- PADDING_LOGICAL_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("true").
- PADDING_LOGICAL_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Pad logical operators?
- PADDING_MATH_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("true").
- PADDING_MATH_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Pad mathematical operators?
- PADDING_PAREN - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("false").
- PADDING_PAREN - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Insert spaces after the left, and before the right parenthesis?
- PADDING_RELATIONAL_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("true").
- PADDING_RELATIONAL_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Pad relational operators?
- PADDING_SHIFT_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("true").
- PADDING_SHIFT_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Pad shift operators?
- panic() - Method in class de.hunsicker.jalopy.language.JavadocLexer
-
Reports a fatal error.
- panic(String) - Method in class de.hunsicker.jalopy.language.JavadocLexer
-
Reports a fatal error.
- panic() - Method in class de.hunsicker.jalopy.language.JavaLexer
-
- panic(String) - Method in class de.hunsicker.jalopy.language.JavaLexer
-
- paragraph() - Method in class de.hunsicker.jalopy.language.JavadocParser
-
- PARAMETER_DEF - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- parameterDeclaration() - Method in class de.hunsicker.jalopy.language.JavaParser
-
- parameterDeclarationList() - Method in class de.hunsicker.jalopy.language.JavaParser
-
- parameterModifier() - Method in class de.hunsicker.jalopy.language.JavaParser
-
- PARAMETERS - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- parent - Variable in class de.hunsicker.jalopy.language.JavaNode
-
Parent node.
- parse() - Method in class de.hunsicker.jalopy.Jalopy
-
- parse() - Method in class de.hunsicker.jalopy.language.JavadocParser
-
- parse() - Method in class de.hunsicker.jalopy.language.JavaParser
-
- parse(Reader, String) - Method in class de.hunsicker.jalopy.language.JavaRecognizer
-
Parses the given stream.
- parse() - Method in interface de.hunsicker.jalopy.language.Parser
-
Start parsing.
- parse(Reader, String) - Method in class de.hunsicker.jalopy.language.Recognizer
-
Parses the given stream.
- parse(File) - Method in class de.hunsicker.jalopy.language.Recognizer
-
Parses the given file.
- parse(String, String) - Method in class de.hunsicker.jalopy.language.Recognizer
-
Parses the given string.
- PARSE_ACTIVE - Static variable in class de.hunsicker.jalopy.plugin.AbstractPlugin.Action
-
Parse the currently active (opened) file.
- PARSE_ALL - Static variable in class de.hunsicker.jalopy.plugin.AbstractPlugin.Action
-
Parse all Java Source files of the currently active project.
- PARSE_OPEN - Static variable in class de.hunsicker.jalopy.plugin.AbstractPlugin.Action
-
Parse all currently opened Java source files.
- PARSE_SELECTED - Static variable in class de.hunsicker.jalopy.plugin.AbstractPlugin.Action
-
Parse the selected Java source file(s).
- PARSED - Static variable in class de.hunsicker.jalopy.Jalopy.State
-
Indicates a successful parse phase.
- parseMessage(LoggingEvent) - Method in class de.hunsicker.jalopy.plugin.AbstractAppender
-
Parses the given message.
- Parser - Interface in de.hunsicker.jalopy.language
-
Common interface for ANTLR parsers.
- parser - Variable in class de.hunsicker.jalopy.language.Recognizer
-
The used parser.
- PARSER - Static variable in class de.hunsicker.jalopy.storage.Loggers
-
Logging category for parsing messages.
- PARSER_JAVADOC - Static variable in class de.hunsicker.jalopy.storage.Loggers
-
Logging category for Javadoc parsing messages.
- paste(String) - Method in interface de.hunsicker.jalopy.plugin.Editor
-
Replaces the currently selected content with new content represented by the given
string.
- PCDATA - Static variable in class de.hunsicker.jalopy.language.JavadocTokenTypes
-
- performAction(AbstractPlugin.Action) - Method in class de.hunsicker.jalopy.plugin.AbstractPlugin
-
Performs the given action.
- phrase() - Method in class de.hunsicker.jalopy.language.JavadocParser
-
- PLUS - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- PLUS_ASSIGN - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- POS_COLUMN - Static variable in class de.hunsicker.jalopy.plugin.AbstractAppender
-
Position of the message text in the regex result.
- POS_FILENAME - Static variable in class de.hunsicker.jalopy.plugin.AbstractAppender
-
Position of the filename in the regex result.
- POS_LINE - Static variable in class de.hunsicker.jalopy.plugin.AbstractAppender
-
Position of the lineno in the regex result.
- POS_TEXT - Static variable in class de.hunsicker.jalopy.plugin.AbstractAppender
-
Position of the message text in the regex result.
- Position - Class in de.hunsicker.jalopy.language
-
Represents a position in a Java Source file.
- POST_DEC - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- POST_INC - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- postfixExpression() - Method in class de.hunsicker.jalopy.language.JavaParser
-
- PRE - Static variable in class de.hunsicker.jalopy.language.JavadocTokenTypes
-
- preformatted() - Method in class de.hunsicker.jalopy.language.JavadocParser
-
- prevSibling - Variable in class de.hunsicker.jalopy.language.JavaNode
-
Previous node.
- primaryExpression() - Method in class de.hunsicker.jalopy.language.JavaParser
-
- PRINTER - Static variable in class de.hunsicker.jalopy.storage.Loggers
-
Logging category for printer messages.
- PRINTER_JAVADOC - Static variable in class de.hunsicker.jalopy.storage.Loggers
-
Logging category for Javadoc printer messages.
- printStackTrace(PrintWriter) - Method in exception de.hunsicker.util.ChainingRuntimeException
-
Prints this Throwable
(the cause if available) and its backtrace to
the specified print writer.
- printStackTrace(PrintStream) - Method in exception de.hunsicker.util.ChainingRuntimeException
-
Prints this Throwable
(the cause if available) and its backtrace to
the specified print writer.
- printStackTrace() - Method in exception de.hunsicker.util.ChainingRuntimeException
-
Prints this Throwable
(the cause if available) and its backtrace to
the standard error stream.
- PRIVATE - Static variable in class de.hunsicker.jalopy.language.ModifierType
-
Represents the private modifier.
- ProgressMonitor - Interface in de.hunsicker.jalopy.swing
-
Common interface for objects that monitor the progress of an operation.
- ProgressPanel - Class in de.hunsicker.jalopy.swing
-
A component that can be used to display progress information to the user.
- ProgressPanel() - Constructor for class de.hunsicker.jalopy.swing.ProgressPanel
-
Creates a new ProgressPanel object.
- Project - Interface in de.hunsicker.jalopy.plugin
-
Provides access to the Java source files that make up a user's project.
- Project - Class in de.hunsicker.jalopy.storage
-
Represents a project to associate specific settings with.
- Project(String, String) - Constructor for class de.hunsicker.jalopy.storage.Project
-
Creates a new Project object.
- ProjectFile - Interface in de.hunsicker.jalopy.plugin
-
Represents a Java source file that is part of a project.
- ProjectSettingsPage - Class in de.hunsicker.jalopy.swing
-
Settings page for the Jalopy project settings.
- ProjectSettingsPage() - Constructor for class de.hunsicker.jalopy.swing.ProjectSettingsPage
-
Creates a new ProjectSettingsPage object.
- PROTECTED - Static variable in class de.hunsicker.jalopy.language.ModifierType
-
Represents the protected modifier.
- PUBLIC - Static variable in class de.hunsicker.jalopy.language.ModifierType
-
Represents the public modifier.
- put(Convention.Key, String) - Method in class de.hunsicker.jalopy.storage.Convention
-
- putBoolean(Convention.Key, boolean) - Method in class de.hunsicker.jalopy.storage.Convention
-
- putInt(Convention.Key, int) - Method in class de.hunsicker.jalopy.storage.Convention
-