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
_
R
RBRACK
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
DOCUMENT ME!
RCURLY
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
DOCUMENT ME!
RCURLY
- Static variable in class de.hunsicker.jalopy.language.
JavadocTokenTypes
DOCUMENT ME!
Recognizer
- class de.hunsicker.jalopy.language.
Recognizer
.
Recognizer acts as a helper class to bundle both an ANTLR parser and lexer for the task of language recognition.
Recognizer.ParseException
- exception de.hunsicker.jalopy.language.
Recognizer.ParseException
.
Indicates an unexpected error during the parsing of an input file or stream.
Recognizer.ParseException(Throwable)
- Constructor for class de.hunsicker.jalopy.language.
Recognizer.ParseException
Creates a new ParseException.
Recognizer()
- Constructor for class de.hunsicker.jalopy.language.
Recognizer
Creates a new Recognizer object.
Recognizer(Parser, Lexer)
- Constructor for class de.hunsicker.jalopy.language.
Recognizer
Creates a new Recognizer object.
regex
- Variable in class de.hunsicker.jalopy.plugin.
AbstractAppender
The regex to parse the messages.
REGEXP_CLASS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for class names (
String
).
REGEXP_CLASS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
REGEXP_CLASS_ABSTRACT
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for abstract class names (
String
).
REGEXP_CLASS_ABSTRACT
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
REGEXP_FIELD
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
REGEXP_FIELD_DEFAULT
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for package protected (default access) fields (
String
).
REGEXP_FIELD_DEFAULT_STATIC
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for package protected (default access) static fields (
String
).
REGEXP_FIELD_DEFAULT_STATIC_FINAL
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for package protected (default access) static final fields (
String
).
REGEXP_FIELD_PRIVATE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for private fields (
String
).
REGEXP_FIELD_PRIVATE_STATIC
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for private static fields (
String
).
REGEXP_FIELD_PRIVATE_STATIC_FINAL
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for private static final fields (
String
).
REGEXP_FIELD_PROTECTED
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for protected fields (
String
).
REGEXP_FIELD_PROTECTED_STATIC
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for protected static (
String
).
REGEXP_FIELD_PROTECTED_STATIC_FINAL
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for protected static final fields (
String
).
REGEXP_FIELD_PUBLIC
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for public fields (
String
).
REGEXP_FIELD_PUBLIC_STATIC
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for public static fields (
String
).
REGEXP_FIELD_PUBLIC_STATIC_FINAL
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for public static final fields (
String
).
REGEXP_FIELD_STATIC_FINAL
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
REGEXP_INTERFACE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for interface names (
String
).
REGEXP_INTERFACE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
REGEXP_LABEL
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for labels (
String
).
REGEXP_LABEL
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
REGEXP_LOCAL_VARIABLE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for local variables names (
String
).
REGEXP_LOCAL_VARIABLE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
REGEXP_METHOD
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
REGEXP_METHOD_DEFAULT
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for package protected (default access) methods (
String
).
REGEXP_METHOD_DEFAULT_STATIC
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for package protected (default access) static methods (
String
).
REGEXP_METHOD_DEFAULT_STATIC_FINAL
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for package protected (default access) static final methods (
String
).
REGEXP_METHOD_PRIVATE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for private methods (
String
).
REGEXP_METHOD_PRIVATE_STATIC
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for private static methods (
String
).
REGEXP_METHOD_PRIVATE_STATIC_FINAL
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for private static final methods (
String
).
REGEXP_METHOD_PROTECTED
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for protected methods (
String
).
REGEXP_METHOD_PROTECTED_STATIC
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for protected static (
String
).
REGEXP_METHOD_PROTECTED_STATIC_FINAL
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for protected static final methods (
String
).
REGEXP_METHOD_PUBLIC
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for public methods (
String
).
REGEXP_METHOD_PUBLIC_STATIC
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for public static methods (
String
).
REGEXP_METHOD_PUBLIC_STATIC_FINAL
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for public static final methods (
String
).
REGEXP_PACKAGE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for package names (
String
).
REGEXP_PACKAGE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
REGEXP_PARAM
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for method/ctor parameter names (
String
).
REGEXP_PARAM
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("{@value}").
REGEXP_PARAM_FINAL
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for final method/ctor parameter names (
String
).
relationalExpression()
- Method in class de.hunsicker.jalopy.language.
JavaParser
DOCUMENT ME!
remove(File)
- Method in class de.hunsicker.jalopy.storage.
History
Removes the given file from the history.
removeNotify()
- Method in class de.hunsicker.jalopy.swing.
ImportsSettingsPage
DOCUMENT ME!
removeProject(Project)
- Static method in class de.hunsicker.jalopy.storage.
Convention
Removes the given project.
reportError(RecognitionException)
- Method in class de.hunsicker.jalopy.language.
JavaLexer
Reports the given error.
reportError(RecognitionException)
- Method in class de.hunsicker.jalopy.language.
JavaParser
Reports the given error.
reportError(RecognitionException)
- Method in class de.hunsicker.jalopy.language.
JavadocParser
Reports the given error.
reportError(RecognitionException)
- Method in class de.hunsicker.jalopy.language.
JavadocLexer
Reports the given error.
reportError(String)
- Method in class de.hunsicker.jalopy.language.
JavaLexer
Reports the given error.
reportError(String)
- Method in class de.hunsicker.jalopy.language.
JavaParser
Reports the given error.
reportError(String)
- Method in class de.hunsicker.jalopy.language.
JavadocParser
Reports the given error.
reportError(String)
- Method in class de.hunsicker.jalopy.language.
JavadocLexer
Reports the given error.
reportWarning(String)
- Method in class de.hunsicker.jalopy.language.
JavaLexer
Reports the given warning.
reportWarning(String)
- Method in class de.hunsicker.jalopy.language.
JavaParser
Reports the given warning.
reportWarning(String)
- Method in class de.hunsicker.jalopy.language.
JavadocParser
Reports the given warning.
reportWarning(String)
- Method in class de.hunsicker.jalopy.language.
JavadocLexer
Reports the given warning.
requestFocus()
- Method in interface de.hunsicker.jalopy.plugin.
Editor
Tries to set the focus on the receiving component.
requiresLayout()
- Method in class de.hunsicker.jalopy.plugin.
AbstractAppender
{@inheritDoc}
reset()
- Method in class de.hunsicker.jalopy.
Jalopy
Resets this instance.
reset()
- Method in class de.hunsicker.jalopy.language.
JavaLexer
Resets the lexer.
reset()
- Method in interface de.hunsicker.jalopy.language.
Parser
Resets the parser state.
reset()
- Method in class de.hunsicker.jalopy.language.
JavaParser
{@inheritDoc}
reset()
- Method in class de.hunsicker.jalopy.language.
TreeWalker
Resets the walker.
reset()
- Method in class de.hunsicker.jalopy.language.
JavadocParser
Resets the parser.
reset()
- Method in class de.hunsicker.jalopy.language.
JavadocLexer
Resets the lexer.
reset()
- Method in class de.hunsicker.jalopy.language.
Recognizer
Resets both the parser and lexer.
reset()
- Method in interface de.hunsicker.jalopy.language.
Lexer
Resets the lexer state.
reset()
- Method in class de.hunsicker.jalopy.swing.
ProgressPanel
Resets all counters and the progress bar.
revert()
- Method in class de.hunsicker.jalopy.storage.
Convention
Reverts the code convention to the state of the last snapshot.
ROOT
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
DOCUMENT ME!
RPAREN
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
DOCUMENT ME!
RUNNING
- Static variable in class de.hunsicker.jalopy.
Jalopy.State
Indicates the running state (no phase yet finished).
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.