Overview
Package
Class
Use
Tree
Deprecated
Index
Jalopy
1.5b1
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
R
S
T
U
V
W
_
L
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
).
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_DEEP
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_PARAMS_DEEP
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
When wrapping parameters always do it deeply (
boolean
)
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_PARAMS_HARD
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_PARAMS_HARD
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
If it is better to wrap the parameters deeply then do so (
boolean
)
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 ?
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.
Overview
Package
Class
Use
Tree
Deprecated
Index
Jalopy
1.5b1
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
R
S
T
U
V
W
_
Submit a bug or feature
.
For further information and documentation, visit the
official Jalopy website
.
This page generated:
September 3 2011
Copyright © 2002-2005,
Marco Hunsicker, 1.5 support NotZippy
. All rights reserved.