Class RawClass
java.lang.Object
net.covers1624.coffeegrinder.type.AType
net.covers1624.coffeegrinder.type.ReferenceType
net.covers1624.coffeegrinder.type.ClassType
net.covers1624.coffeegrinder.type.RawClass
- All Implemented Interfaces:
ITypeParameterizedMember
Created by covers1624 on 29/4/22.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.covers1624.coffeegrinder.type.ClassType
ClassType.DeclType -
Field Summary
Fields inherited from class net.covers1624.coffeegrinder.type.ClassType
fieldsLookup, methodsLookup -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.covers1624.coffeegrinder.type.ClassType
findConstant, getAnnotationSupplier, getAnnotationTargets, getClassVersion, getDirectSuperTypes, getFunctionalInterfaceMethod, getPermittedSubclasses, getSuperType, getTypeResolver, isEnum, isFinal, isInterface, isStatic, isSynthetic, mentions, resolveField, resolveMethod, resolveTypeParameter, toStringMethods inherited from class net.covers1624.coffeegrinder.type.ReferenceType
getAllMethods, getLowerBound, getUpperBoundMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.covers1624.coffeegrinder.type.ITypeParameterizedMember
hasTypeParameters
-
Constructor Details
-
RawClass
-
-
Method Details
-
getNestedClasses
- Specified by:
getNestedClassesin classClassType
-
getFields
-
getMethods
- Specified by:
getMethodsin classClassType
-
getDeclType
- Specified by:
getDeclTypein classClassType
-
getPackage
- Specified by:
getPackagein classClassType
-
getAccessFlags
- Specified by:
getAccessFlagsin classClassType
-
getEnclosingClass
- Specified by:
getEnclosingClassin classClassType
-
getEnclosingMethod
- Specified by:
getEnclosingMethodin classClassType
-
getDescriptor
public org.objectweb.asm.Type getDescriptor()- Specified by:
getDescriptorin classClassType
-
getDeclaration
- Specified by:
getDeclarationin classClassType
-
asRaw
-
getSuperClass
- Specified by:
getSuperClassin classClassType
-
getInterfaces
- Specified by:
getInterfacesin classClassType
-
getName
-
getTypeParameters
-
getFullName
- Overrides:
getFullNamein classAType
-