Overview
Package
Class
Use
Tree
Deprecated
Index
Jalopy
1.0b10
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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!
REGEXP_CLASS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name (""[A-Z][a-zA-Z0-9]+"").
REGEXP_CLASS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for 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 (""[A-Z][a-zA-Z0-9]+"").
REGEXP_CLASS_ABSTRACT
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for abstract class names (
String
).
REGEXP_FIELD
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name (""[a-z][\\w]+"").
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 (""[a-zA-Z][\\w]+"").
REGEXP_INTERFACE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name (""[A-Z][a-zA-Z0-9]+"").
REGEXP_INTERFACE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for interface names (
String
).
REGEXP_LABEL
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name (""\\w+"").
REGEXP_LABEL
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for labels (
String
).
REGEXP_LOCAL_VARIABLE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name (""[a-z][\\w]*"").
REGEXP_LOCAL_VARIABLE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for local variables names (
String
).
REGEXP_METHOD
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name (""[a-z][\\w]+"").
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.
ConventionDefaults
The default value for the key with the same name (""[a-z]+(?:\\.[a-z]+)*"").
REGEXP_PACKAGE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for package names (
String
).
REGEXP_PARAM
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name (""[a-z][\\w]+"").
REGEXP_PARAM
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for method/ctor parameter names (
String
).
REGEXP_PARAM_FINAL
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Regexp for final method/ctor parameter names (
String
).
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).
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(Parser, Lexer)
- Constructor for class de.hunsicker.jalopy.language.
Recognizer
Creates a new Recognizer object.
Recognizer()
- Constructor for class de.hunsicker.jalopy.language.
Recognizer
Creates a new Recognizer object.
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.
regex
- Variable in class de.hunsicker.jalopy.plugin.
AbstractAppender
The regex to parse the messages.
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(String)
- 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(String)
- Method in class de.hunsicker.jalopy.language.
JavaParser
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.
JavadocLexer
Reports the given error.
reportError(RecognitionException)
- Method in class de.hunsicker.jalopy.language.
JavadocParser
Reports the given error.
reportError(String)
- Method in class de.hunsicker.jalopy.language.
JavadocParser
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.
JavadocLexer
Reports the given warning.
reportWarning(String)
- Method in class de.hunsicker.jalopy.language.
JavadocParser
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
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 class de.hunsicker.jalopy.language.
JavaParser
Resets the parser state.
reset()
- Method in class de.hunsicker.jalopy.language.
JavadocLexer
Resets the lexer.
reset()
- Method in class de.hunsicker.jalopy.language.
JavadocParser
Resets the parser.
reset()
- Method in interface de.hunsicker.jalopy.language.
Lexer
Resets the lexer state.
reset()
- Method in interface de.hunsicker.jalopy.language.
Parser
Resets the parser state.
reset()
- Method in class de.hunsicker.jalopy.language.
Recognizer
Resets both the parser and lexer.
reset()
- Method in class de.hunsicker.jalopy.language.
TreeWalker
Resets the walker.
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.
Overview
Package
Class
Use
Tree
Deprecated
Index
Jalopy
1.0b10
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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 13 2004
Copyright © 2001-2002,
Marco Hunsicker
. All rights reserved.