public class RawClass extends ClassType
ClassType.DeclTypefieldsLookup, methodsLookup| Modifier and Type | Method and Description |
|---|---|
ClassType |
asRaw() |
EnumBitSet<AccessFlag> |
getAccessFlags() |
ClassType |
getDeclaration() |
ClassType.DeclType |
getDeclType() |
org.objectweb.asm.Type |
getDescriptor() |
java.util.Optional<ClassType> |
getEnclosingClass() |
java.util.Optional<Method> |
getEnclosingMethod() |
java.util.List<Field> |
getFields() |
java.lang.String |
getFullName() |
java.util.List<ClassType> |
getInterfaces() |
java.util.List<Method> |
getMethods() |
java.lang.String |
getName() |
java.util.List<ClassType> |
getNestedClasses() |
java.lang.String |
getPackage() |
ClassType |
getSuperClass() |
java.util.List<TypeParameter> |
getTypeParameters() |
findConstant, getAnnotationSupplier, getAnnotationTargets, getClassVersion, getDirectSuperTypes, getFunctionalInterfaceMethod, getPermittedSubclasses, getSuperType, getTypeResolver, isEnum, isFinal, isInterface, isStatic, isSynthetic, mentions, resolveField, resolveMethod, resolveTypeParameter, toStringgetAllMethods, getLowerBound, getUpperBoundclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waithasTypeParameterspublic RawClass(ClassType decl)
public java.util.List<ClassType> getNestedClasses()
getNestedClasses in class ClassTypepublic java.util.List<Method> getMethods()
getMethods in class ClassTypepublic ClassType.DeclType getDeclType()
getDeclType in class ClassTypepublic java.lang.String getPackage()
getPackage in class ClassTypepublic EnumBitSet<AccessFlag> getAccessFlags()
getAccessFlags in class ClassTypepublic java.util.Optional<ClassType> getEnclosingClass()
getEnclosingClass in class ClassTypepublic java.util.Optional<Method> getEnclosingMethod()
getEnclosingMethod in class ClassTypepublic org.objectweb.asm.Type getDescriptor()
getDescriptor in class ClassTypepublic ClassType getDeclaration()
getDeclaration in class ClassTypepublic ClassType getSuperClass()
getSuperClass in class ClassTypepublic java.util.List<ClassType> getInterfaces()
getInterfaces in class ClassTypepublic java.util.List<TypeParameter> getTypeParameters()
public java.lang.String getFullName()
getFullName in class AType