Class SootConstructorType

java.lang.Object
org.robovm.compiler.util.generic.SootBaseType
org.robovm.compiler.util.generic.SootConstructorType
All Implemented Interfaces:
GenericDeclaration, Type

public class SootConstructorType
extends SootBaseType
implements GenericDeclaration
Type implementation which wraps a SootMethod and contains a subset of the methods implemented by Constructor.
  • Constructor Details

    • SootConstructorType

      public SootConstructorType​(soot.SootMethod sootMethod)
  • Method Details