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 Details

    • SootTypeType

      public SootTypeType​(String name)
    • SootTypeType

      public SootTypeType​(soot.Type type)
  • Method Details

    • getSootType

      public soot.Type getSootType()
    • getSootClass

      public soot.SootClass getSootClass()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals​(Object obj)
      Overrides:
      equals in class Object
    • toGenericSignature

      public String toGenericSignature()
      Description copied from interface: Type
      Returns the generic signature of this type.
      Specified by:
      toGenericSignature in interface Type