| AnnotatedElementImpl |
|
| AnnotationImpl |
Standard implementation of AnnotationImpl.
|
| AnnotationValueImpl |
Implementation of JAnnotationValue
|
| ArrayClassImpl |
|
| BuiltinClassImpl |
Base class for types that are 'built in' to the VM.
|
| ClassImpl |
Implementation of JClass and MClass.
|
| CommentImpl |
Implementation
|
| ConstructorImpl |
|
| ElementImpl |
Implementation of JElement and MElement.
|
| FieldImpl |
Implementation of JField and MField.
|
| InvokableImpl |
|
| MemberImpl |
Implementation of JMember and EMenber.
|
| MethodImpl |
Standard implementation of MMethod.
|
| PackageImpl |
Generic implementation of JPackage/InternalJPackage that is good
enough for all samples, right now.
|
| ParameterImpl |
Implementation of JParameter and MParameter.
|
| PrimitiveClassImpl |
JClass implementation for primitive types.
|
| PropertyImpl |
Implementation of JProperty.
|
| SourcePositionImpl |
Implementation of JSourcePosition and MSourcePosition.
|
| UnresolvedClassImpl |
This is the JClass that is returned when a java type cannot be
resolved.
|
| VoidClassImpl |
Class implementation to represent the 'void' type.
|