Interface | Description |
---|---|
ClassGenerator |
Represents a generated AST, which can be used to generate code.
|
ClassInfo |
An interface that provides information about classes.
|
Expression |
Simple marker interface for an Expression.
|
FieldInfo | |
ImportList | |
Interceptor |
Interceptor interface used for byte code modification.
|
InterceptorContext | |
MemberInfo |
An interface that provides information common to all kinds of class
members.
|
MethodInfo |
An interface that provides information about methods.
|
ModifiableClass | |
ModifiableFieldReference | |
ModifiableMethod |
Modify an existing method.
|
Variable |
Class | Description |
---|---|
GenericClass<T> |
Class that allows any class to be instantiated via any accessible constructor.
|
Primitives | |
Signature |
Represents the signature of a method, which is sometimes needed
for selecting the correct method.
|
Type |
Representation of Types (no generic support) used for
codegen API.
|
Utility | |
Wrapper |
Main API for runtime code generation.
|
Enum | Description |
---|---|
ModifiableFieldReference.ReferenceType |
Copyright © 2017 Oracle. All rights reserved.