Package org.robovm.compiler.util.generic
Class SootBaseType
java.lang.Object
org.robovm.compiler.util.generic.SootBaseType
- All Implemented Interfaces:
Type
- Direct Known Subclasses:
SootClassType,SootConstructorType,SootMethodType
public abstract class SootBaseType extends Object implements Type
Abstract base type for the
Type implementations which wraps Soot
types.-
Constructor Summary
Constructors Constructor Description SootBaseType() -
Method Summary
Modifier and Type Method Description protected SootClassType[]wrapClasses(Collection<soot.SootClass> classes)protected TypewrapType(soot.Type t)protected Type[]wrapTypes(Collection<soot.Type> types)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.robovm.compiler.util.generic.Type
toGenericSignature
-
Constructor Details
-
SootBaseType
public SootBaseType()
-
-
Method Details
-
wrapType
-
wrapTypes
-
wrapClasses
-