Overview
Package
Class
Use
Tree
Deprecated
Index
Jalopy
1.0b11
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
_
L
LABELED_STAT
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LAND
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LANGUAGE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name (""en"").
LANGUAGE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Lowercase two-letter ISO-639 code (
String
).
LBRACK
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LCLETTER
- Static variable in class de.hunsicker.jalopy.language.
JavadocTokenTypes
LCURLY
- Static variable in class de.hunsicker.jalopy.language.
JavadocTokenTypes
LCURLY
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LE
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
Lexer
- Interface in
de.hunsicker.jalopy.language
Common interface for ANTLR lexers.
lexer
- Variable in class de.hunsicker.jalopy.language.
Recognizer
The used lexer.
LINE_LENGTH
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("80").
LINE_LENGTH
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Number of characters in each line(
int
).
LINE_WRAP
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("true").
LINE_WRAP
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Use line wrapping?
LINE_WRAP_AFTER_ASSIGN
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_AFTER_ASSIGN
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Prefer wrapping after assignments?
LINE_WRAP_AFTER_CHAINED_METHOD_CALL
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_AFTER_CHAINED_METHOD_CALL
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Force wrapping/alignment of chained method?
LINE_WRAP_AFTER_LABEL
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("true").
LINE_WRAP_AFTER_LABEL
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Print newline after labels?
LINE_WRAP_AFTER_LEFT_PAREN
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_AFTER_LEFT_PAREN
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Prefer line wrapping after the left parentheses of parameter/expression lists?
LINE_WRAP_AFTER_PARAMS_METHOD_CALL
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_AFTER_PARAMS_METHOD_CALL
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Force wrapping/alignment after parameters for method calls?
LINE_WRAP_AFTER_PARAMS_METHOD_CALL_IF_NESTED
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_AFTER_PARAMS_METHOD_CALL_IF_NESTED
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Force wrapping/alignment after parameters for method calls if they contain at least one other method call?
LINE_WRAP_AFTER_PARAMS_METHOD_DEF
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_AFTER_PARAMS_METHOD_DEF
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Force wrapping/alignment of parameters for method/constructor declarations?
LINE_WRAP_AFTER_TYPES_EXTENDS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_AFTER_TYPES_EXTENDS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Force alignment of extends types for class/interface declarations?
LINE_WRAP_AFTER_TYPES_EXTENDS_EXCEED
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_AFTER_TYPES_EXTENDS_EXCEED
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Force alignment of extends types for class/interface declarations?
LINE_WRAP_AFTER_TYPES_IMPLEMENTS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_AFTER_TYPES_IMPLEMENTS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Force alignment of implements types for class/interface declarations?
LINE_WRAP_AFTER_TYPES_IMPLEMENTS_EXCEED
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_AFTER_TYPES_IMPLEMENTS_EXCEED
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Force alignment of implements types for class/interface declarations?
LINE_WRAP_AFTER_TYPES_THROWS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_AFTER_TYPES_THROWS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Force wrapping/alignment of exception types for method/ctor declarations?
LINE_WRAP_AFTER_TYPES_THROWS_EXCEED
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_AFTER_TYPES_THROWS_EXCEED
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Force alignment of throws types for method/ctor declarations?
LINE_WRAP_ARRAY_ELEMENTS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("0").
LINE_WRAP_ARRAY_ELEMENTS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Force wrapping/alignment after given number of array elements (
int
).
LINE_WRAP_BEFORE_ARRAY_INIT
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_BEFORE_EXTENDS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_BEFORE_EXTENDS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Force line wrapping before extends?
LINE_WRAP_BEFORE_IMPLEMENTS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_BEFORE_IMPLEMENTS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Force line wrapping before implements?
LINE_WRAP_BEFORE_OPERATOR
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_BEFORE_OPERATOR
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Should line wrapping be performed before or after operators?
LINE_WRAP_BEFORE_RIGHT_PAREN
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_BEFORE_RIGHT_PAREN
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Insert a newline before the right parentheses of parameter/epxression lists?
LINE_WRAP_BEFORE_THROWS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_BEFORE_THROWS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Force line wrapping before throws?
LINE_WRAP_PARAMS_EXCEED
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_PARAMS_EXCEED
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Force wrapping/alignment of successive parameters/expression if the first parameter/expression was wrapped ?
LINE_WRAP_PAREN_GROUPING
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_PAREN_GROUPING
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Wrap and indent expressions in grouping parentheses ?
list()
- Method in class de.hunsicker.jalopy.language.
JavadocParser
list_item()
- Method in class de.hunsicker.jalopy.language.
JavadocParser
LITERAL_assert
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_boolean
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_break
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_byte
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_case
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_catch
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_char
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_class
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_continue
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_default
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_do
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_double
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_else
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_extends
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_false
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_finally
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_float
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_for
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_if
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_implements
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_import
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_instanceof
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_int
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_interface
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_long
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_native
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_new
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_null
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_package
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_private
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_protected
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_public
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_return
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_short
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_static
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_super
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_switch
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_synchronized
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_this
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_throw
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_throws
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_transient
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_true
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_try
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_void
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_volatile
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LITERAL_while
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LNOT
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
load(File)
- Method in class de.hunsicker.jalopy.language.
ClassRepository
Loads the contents of the given location into memory.
loadAll(List)
- Method in class de.hunsicker.jalopy.language.
ClassRepository
Loads the contents of the given locations into memory.
loadInfo(File)
- Method in class de.hunsicker.jalopy.language.
ClassRepository
Loads the information from the given repository entry file.
Loggers
- Class in
de.hunsicker.jalopy.storage
Exposes the loggers that are used throughout the system.
logicalAndExpression()
- Method in class de.hunsicker.jalopy.language.
JavaParser
logicalOrExpression()
- Method in class de.hunsicker.jalopy.language.
JavaParser
LOR
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LPAREN
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
LT
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
Overview
Package
Class
Use
Tree
Deprecated
Index
Jalopy
1.0b11
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:
December 3 2008
Copyright © 2002-2004,
Marco Hunsicker
. All rights reserved.