Uses of Class
org.robovm.compiler.util.generic.SootClassType
| Package | Description |
|---|---|
| org.robovm.compiler.plugin.objc | |
| org.robovm.compiler.util.generic |
-
Uses of SootClassType in org.robovm.compiler.plugin.objc
Methods in org.robovm.compiler.plugin.objc with parameters of type SootClassType Modifier and Type Method Description protected static Type[]ObjCBlockPlugin. resolveActualTypeArgs(SootClassType offspring, SootClassType base, Type... actualArgs)Resolves the actual generic type arguments for a base class, as viewed from a subclass or implementation. -
Uses of SootClassType in org.robovm.compiler.util.generic
Methods in org.robovm.compiler.util.generic that return SootClassType Modifier and Type Method Description SootClassTypeSootClassType. getDeclaringClass()SootClassTypeSootConstructorType. getDeclaringClass()SootClassTypeSootMethodType. getDeclaringClass()SootClassTypeSootClassType. getEnclosingClass()SootClassType[]SootConstructorType. getExceptionTypes()SootClassType[]SootMethodType. getExceptionTypes()SootClassType[]SootClassType. getInterfaces()SootClassTypeImplForType. getRawType()SootClassTypeSootClassType. getSuperclass()protected SootClassType[]SootBaseType. wrapClasses(Collection<soot.SootClass> classes)Methods in org.robovm.compiler.util.generic with parameters of type SootClassType Modifier and Type Method Description booleanSootClassType. isAssignableFrom(SootClassType c)voidGenericSignatureParser. parseForConstructor(GenericDeclaration genericDecl, soot.tagkit.SignatureTag signature, SootClassType[] rawExceptionTypes)Parses the generic signature of a constructor and creates the data structure representing the signature.voidGenericSignatureParser. parseForMethod(GenericDeclaration genericDecl, soot.tagkit.SignatureTag signature, SootClassType[] rawExceptionTypes)Parses the generic signature of a method and creates the data structure representing the signature.