See: Description
Interface | Description |
---|---|
IInstantiator |
Used for CallBacks to create an Instance.
|
SSAValue.VariableKey |
All variables with the same name in the source code.
|
Class | Description |
---|---|
ParameterAccessor |
Access parameters without confusion on their numbers.
|
ParameterAccessor.Parameter |
The representation of a Parameter handled using a ParameterAccessor.
|
ParameterAccessor.ParameterKey |
This key is identified by type and parameter number.
|
SSAValue |
A number representating an SSA-Value and its type.
|
SSAValue.NamedKey |
Identify variables by a string and type.
|
SSAValue.TypeKey |
A key that matches variables by their type - does not compare to NamedKey.
|
SSAValue.UniqueKey |
A key that cannot be recreated.
|
SSAValue.WeaklyNamedKey |
This NamedKey also equals to TypeKeys.
|
SSAValueManager |
Manage SSA-Variables in synthetic methods.
|
TypeSafeInstructionFactory |
Intended for SyntheticMethods, uses JavaInstructionFactory.
|
Enum | Description |
---|---|
ParameterAccessor.BasedOn |
The Constructor used to create ParameterAccessor influences the parameter-offset.
|
ParameterAccessor.ParamerterDisposition |
The kind of parameter.
|
Exception | Description |
---|---|
ClassLookupException |
Class is not in scope.
|