Class ClassFile.ClassType
java.lang.Object
org.vesalainen.bcc.ClassFile.ClassType
- All Implemented Interfaces:
AnnotatedConstruct, DeclaredType, ReferenceType, TypeMirror
- Enclosing class:
ClassFile
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,P> R accept(TypeVisitor<R, P> v, P p) <A extends Annotation>
AgetAnnotation(Class<A> annotationType) List<? extends AnnotationMirror> <A extends Annotation>
A[]getAnnotationsByType(Class<A> annotationType) getKind()List<? extends TypeMirror> Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface TypeMirror
equals, hashCode, toString
-
Constructor Details
-
ClassType
public ClassType()
-
-
Method Details
-
asElement
- Specified by:
asElementin interfaceDeclaredType
-
getEnclosingType
- Specified by:
getEnclosingTypein interfaceDeclaredType
-
getTypeArguments
- Specified by:
getTypeArgumentsin interfaceDeclaredType
-
getKind
- Specified by:
getKindin interfaceTypeMirror
-
accept
- Specified by:
acceptin interfaceTypeMirror
-
getAnnotationMirrors
- Specified by:
getAnnotationMirrorsin interfaceAnnotatedConstruct- Specified by:
getAnnotationMirrorsin interfaceTypeMirror
-
getAnnotation
- Specified by:
getAnnotationin interfaceAnnotatedConstruct- Specified by:
getAnnotationin interfaceTypeMirror
-
getAnnotationsByType
- Specified by:
getAnnotationsByTypein interfaceAnnotatedConstruct- Specified by:
getAnnotationsByTypein interfaceTypeMirror
-