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 Details

    • SootBaseType

      public SootBaseType()
  • Method Details

    • wrapType

      protected Type wrapType​(soot.Type t)
    • wrapTypes

      protected Type[] wrapTypes​(Collection<soot.Type> types)
    • wrapClasses

      protected SootClassType[] wrapClasses​(Collection<soot.SootClass> classes)