Index
All Classes and Interfaces|All Packages
G
- grim.annotations - package grim.annotations
-
This package contains the Grim annotations used by the annotation processor.
K
- KeepClinit - Annotation Interface in grim.annotations
-
Annotation indicating that the class may generate a clinit when compiled to javascript.
- KeepPattern - Annotation Interface in grim.annotations
-
Annotation indicating symbols matching pattern may appear in generated javascript.
- KeepPatterns - Annotation Interface in grim.annotations
-
Annotation containing rules indicating which symbols may appear in the generated javascript.
- KeepSymbol - Annotation Interface in grim.annotations
-
Annotation indicating when a java element should be omitted from generated javascript.
- KeepSymbols - Annotation Interface in grim.annotations
-
Annotation containing rules under which symbol may appear in the generated javascript.
- KeepType - Annotation Interface in grim.annotations
-
Annotation indicating that the type may appear in the generated javascript.
- KeepTypes - Annotation Interface in grim.annotations
-
Annotation containing rules under which a type may appear in the generated javascript.
O
- OmitClinit - Annotation Interface in grim.annotations
-
Annotation indicating that the class should not generate a clinit when compiled to javascript.
- OmitPattern - Annotation Interface in grim.annotations
-
Annotation indicating symbols matching pattern should be omitted from generated javascript.
- OmitPatterns - Annotation Interface in grim.annotations
-
Annotation containing rules under which symbols matching a pattern are to be omitted from the generated javascript.
- OmitSymbol - Annotation Interface in grim.annotations
-
Annotation indicating when a java element should be omitted from generated javascript.
- OmitSymbols - Annotation Interface in grim.annotations
-
Annotation containing rules under which symbol is to be omitted from the generated javascript.
- OmitType - Annotation Interface in grim.annotations
-
Annotation indicating that the class should not be present in output javascript.
- OmitTypes - Annotation Interface in grim.annotations
-
Annotation containing rules under which the type is to be omitted from the generated javascript.
S
- symbol() - Element in annotation interface grim.annotations.KeepPattern
-
A regular expression used to match symbols that may appear in generated javascript.
- symbol() - Element in annotation interface grim.annotations.OmitPattern
-
A regular expression used to match symbols to omit.
T
- type() - Element in annotation interface grim.annotations.KeepPattern
-
A regular expression used to match types that may appear in generated javascript.
- type() - Element in annotation interface grim.annotations.OmitPattern
-
A regular expression used to match types to omit.
U
- unless() - Element in annotation interface grim.annotations.KeepPattern
-
The symbol may be kept unless this expression is true.
- unless() - Element in annotation interface grim.annotations.KeepSymbol
-
The symbol may be kept unless this expression is true.
- unless() - Element in annotation interface grim.annotations.KeepType
-
The type may be kept unless this expression is true.
- unless() - Element in annotation interface grim.annotations.OmitPattern
-
The symbol should be omitted unless this expression is true.
- unless() - Element in annotation interface grim.annotations.OmitSymbol
-
The symbol should be omitted unless this expression is true.
- unless() - Element in annotation interface grim.annotations.OmitType
-
The type should be omitted unless this expression is true.
V
- value() - Element in annotation interface grim.annotations.KeepPatterns
-
The rules indicating which symbols may appear in the generated javascript.
- value() - Element in annotation interface grim.annotations.KeepSymbols
-
The rules under which symbol may appear in the generated javascript.
- value() - Element in annotation interface grim.annotations.KeepTypes
-
The rules under which a type may appear in the generated javascript.
- value() - Element in annotation interface grim.annotations.OmitPatterns
-
The rules under which symbols matching a pattern are to be omitted from the generated javascript.
- value() - Element in annotation interface grim.annotations.OmitSymbols
-
The rules under which the symbol is to be omitted from the generated javascript.
- value() - Element in annotation interface grim.annotations.OmitTypes
-
The rules under which the type is to be omitted from the generated javascript.
W
- when() - Element in annotation interface grim.annotations.KeepPattern
-
The symbol may be kept if this expression is true.
- when() - Element in annotation interface grim.annotations.KeepSymbol
-
The symbol may be kept if this expression is true.
- when() - Element in annotation interface grim.annotations.KeepType
-
The type may be kept if this expression is true.
- when() - Element in annotation interface grim.annotations.OmitPattern
-
The symbol should be omitted if this expression is true.
- when() - Element in annotation interface grim.annotations.OmitSymbol
-
The symbol should be omitted if this expression is true.
- when() - Element in annotation interface grim.annotations.OmitType
-
The type should be omitted if this expression is true.
All Classes and Interfaces|All Packages