Jalopy 1.0b10
A B C D E F G H I J K L M N O P Q R S T U V W _

P

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
DOCUMENT ME!
packageDefinition() - Method in class de.hunsicker.jalopy.language.JavaParser
DOCUMENT ME!
PADDING_ASSIGNMENT_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Pad assignment operators? (boolean)
PADDING_ASSIGNMENT_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("{@value}").
PADDING_BITWISE_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Pad bitwise operators? (boolean)
PADDING_BITWISE_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("{@value}").
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? (boolean)
PADDING_BRACES - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("{@value}").
PADDING_BRACKETS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Insert spaces after the left, and before the right bracket? (boolean)
PADDING_BRACKETS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("{@value}").
PADDING_CAST - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Insert spaces after the left, and before the right type cast parenthesis? (boolean)
PADDING_CAST - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("{@value}").
PADDING_LOGICAL_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Pad logical operators? (boolean)
PADDING_LOGICAL_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("{@value}").
PADDING_MATH_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Pad mathematical operators? (boolean)
PADDING_MATH_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("{@value}").
PADDING_PAREN - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Insert spaces after the left, and before the right parenthesis? (boolean)
PADDING_PAREN - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("{@value}").
PADDING_RELATIONAL_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Pad relational operators? (boolean)
PADDING_RELATIONAL_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("{@value}").
PADDING_SHIFT_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Pad shift operators? (boolean)
PADDING_SHIFT_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("{@value}").
panic() - Method in class de.hunsicker.jalopy.language.JavaLexer
DOCUMENT ME!
panic() - Method in class de.hunsicker.jalopy.language.JavadocLexer
Reports a fatal error.
panic(String) - Method in class de.hunsicker.jalopy.language.JavaLexer
DOCUMENT ME!
panic(String) - Method in class de.hunsicker.jalopy.language.JavadocLexer
Reports a fatal error.
paragraph() - Method in class de.hunsicker.jalopy.language.JavadocParser
DOCUMENT ME!
PARAMETER_DEF - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
DOCUMENT ME!
parameterDeclaration() - Method in class de.hunsicker.jalopy.language.JavaParser
DOCUMENT ME!
parameterDeclarationList() - Method in class de.hunsicker.jalopy.language.JavaParser
DOCUMENT ME!
parameterModifier() - Method in class de.hunsicker.jalopy.language.JavaParser
DOCUMENT ME!
PARAMETERS - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
DOCUMENT ME!
parent - Variable in class de.hunsicker.jalopy.language.JavaNode
Parent node.
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).
parse() - Method in class de.hunsicker.jalopy.Jalopy
Parses the (via Jalopy.setInput(File)) specified input source.
parse() - Method in interface de.hunsicker.jalopy.language.Parser
Start parsing.
parse() - Method in class de.hunsicker.jalopy.language.JavaParser
DOCUMENT ME!
parse() - Method in class de.hunsicker.jalopy.language.JavadocParser
DOCUMENT ME!
parse(File) - Method in class de.hunsicker.jalopy.language.Recognizer
Parses the given file.
parse(Reader, String) - Method in class de.hunsicker.jalopy.language.Recognizer
Parses the given stream.
parse(Reader, String) - Method in class de.hunsicker.jalopy.language.JavaRecognizer
{@inheritDoc}
parse(String, String) - Method in class de.hunsicker.jalopy.language.Recognizer
Parses the given string.
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 - Variable in class de.hunsicker.jalopy.language.Recognizer
The used parser.
Parser - interface de.hunsicker.jalopy.language.Parser.
Common interface for ANTLR parsers.
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
DOCUMENT ME!
performAction(AbstractPlugin.Action) - Method in class de.hunsicker.jalopy.plugin.AbstractPlugin
Performs the given action.
phrase() - Method in class de.hunsicker.jalopy.language.JavadocParser
DOCUMENT ME!
PLUS - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
DOCUMENT ME!
PLUS_ASSIGN - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
DOCUMENT ME!
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 de.hunsicker.jalopy.language.Position.
Represents a position in a Java Source file.
POST_DEC - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
DOCUMENT ME!
POST_INC - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
DOCUMENT ME!
postfixExpression() - Method in class de.hunsicker.jalopy.language.JavaParser
DOCUMENT ME!
PRE - Static variable in class de.hunsicker.jalopy.language.JavadocTokenTypes
DOCUMENT ME!
preformatted() - Method in class de.hunsicker.jalopy.language.JavadocParser
DOCUMENT ME!
prevSibling - Variable in class de.hunsicker.jalopy.language.JavaNode
Previous node.
primaryExpression() - Method in class de.hunsicker.jalopy.language.JavaParser
DOCUMENT ME!
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() - Method in class de.hunsicker.util.ChainingRuntimeException
Prints this Throwable (the cause if available) and its backtrace to the standard error stream.
printStackTrace(PrintStream) - Method in class de.hunsicker.util.ChainingRuntimeException
Prints this Throwable (the cause if available) and its backtrace to the specified print writer.
printStackTrace(PrintWriter) - Method in class de.hunsicker.util.ChainingRuntimeException
Prints this Throwable (the cause if available) and its backtrace to the specified print writer.
PRIVATE - Static variable in class de.hunsicker.jalopy.language.ModifierType
Represents the private modifier.
ProgressMonitor - interface de.hunsicker.jalopy.swing.ProgressMonitor.
Common interface for objects that monitor the progress of an operation.
ProgressPanel - class de.hunsicker.jalopy.swing.ProgressPanel.
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 de.hunsicker.jalopy.plugin.Project.
Provides access to the Java source files that make up a user's project.
Project - class de.hunsicker.jalopy.storage.Project.
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 de.hunsicker.jalopy.plugin.ProjectFile.
Represents a Java source file that is part of a project.
ProjectSettingsPage - class de.hunsicker.jalopy.swing.ProjectSettingsPage.
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
Implements the put method as per the specification in Convention.put(Convention.Key,String).
putBoolean(Convention.Key, boolean) - Method in class de.hunsicker.jalopy.storage.Convention
Implements the putBoolean method as per the specification in Convention.putBoolean(Convention.Key,boolean).
putInt(Convention.Key, int) - Method in class de.hunsicker.jalopy.storage.Convention
Implements the putInt method as per the specification in Convention.putInt(Convention.Key,int).

Jalopy 1.0b10
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