See: Description
| Class | Description |
|---|---|
| ClassFileCache |
The
ClassFileCache is a cache for ClassFile
instances. |
| CreateTypeHelper |
Class that facilitates new class or interface creation.
|
| CreateTypeHelper.CreatedTypeData | |
| JRLClassLoader |
The
JRLClassLoader is a class loader implementation
that loads Java *.class and resource files using a
JavaResourceLocator instance. |
| NamingUtil |
This class concentrates some utilities method that verify the validity of java names.
|
| SourceElementAsList |
This class converts a SourceElement tree into a flat
List. |
| SourceElementHandle |
A SourceElementHandle safely handles the 'coordinates' of a
SourceElement. |
| SourceUtils |
This is a collection of utilities for making changes to the Java parser
v2 source model.
|
| TimedLRUCache |
The
TimedLRUCache is a timed and LRU cache that
discards least-recently-used excess or expired cached entries. |
| VariableNaming |
Contains utility methods that help with the naming of fields and variables.
|
| Enum | Description |
|---|---|
| VariableNaming.IntroduceVariableScopeStatus |
Enum to describe possible return values for method
VariableNaming.canIntroduceVariableInScope(SourceElement, String). |
| VariableNaming.VariableType |
Enum of the various variable types that names can be generated for.
|