Package org.robovm.compiler.util.generic
Class SootTypeType
java.lang.Object
org.robovm.compiler.util.generic.SootTypeType
- All Implemented Interfaces:
Type
public class SootTypeType extends Object implements Type
Type implementation which wraps a Type.-
Constructor Summary
Constructors Constructor Description SootTypeType(String name)SootTypeType(soot.Type type) -
Method Summary
Modifier and Type Method Description booleanequals(Object obj)soot.SootClassgetSootClass()soot.TypegetSootType()inthashCode()StringtoGenericSignature()Returns the generic signature of this type.StringtoString()
-
Constructor Details
-
SootTypeType
-
SootTypeType
public SootTypeType(soot.Type type)
-
-
Method Details
-
getSootType
public soot.Type getSootType() -
getSootClass
public soot.SootClass getSootClass() -
toString
-
hashCode
public int hashCode() -
equals
-
toGenericSignature
Description copied from interface:TypeReturns the generic signature of this type.- Specified by:
toGenericSignaturein interfaceType
-