java.lang.reflection package.See: Description
| Class | Description |
|---|---|
| AnnotationContainer | |
| AnnotationHolder |
Represents an annotation of Java element.
|
| AnnotationValue | |
| AsyncInformation | |
| BasicBlock | |
| CallLocation | |
| ClassHolder | |
| CopyClassHolderSource | |
| ElementHolder | |
| FieldHolder | |
| FieldReference | |
| Incoming | |
| InMemoryProgramCache | |
| Instruction | |
| InstructionLocation | |
| MemberHolder | |
| MethodDescriptor | |
| MethodHolder | |
| MethodReference |
Specifies a fully qualified name of a method, including its name, class name, parameter types
and return value type.
|
| MutableClassHolderSource | |
| Phi | |
| PreOptimizingClassHolderSource | |
| Program | |
| TryCatchBlock | |
| ValueType | |
| ValueType.Array | |
| ValueType.Null | |
| ValueType.Object | |
| ValueType.Primitive | |
| ValueType.Void | |
| Variable |
| Enum | Description |
|---|---|
| AccessLevel |
Represents access levels for classes and class members.
|
| ElementModifier |
Represents flags for classes and class members.
|
| PrimitiveType |
java.lang.reflection package.
Model is suitable for representing classes that are not in class path. Also
it allows to disassemble method bodies into three-address code that is very
close to JVM bytecode (see org.teavm.model.instructions.
The entry point is some implementation of ClassHolderSource interface.
Copyright © 2015. All rights reserved.