soot
Class AnySubType

java.lang.Object
  |
  +--soot.Type
        |
        +--soot.RefLikeType
              |
              +--soot.AnySubType

public class AnySubType
extends RefLikeType

See Also:
Serialized Form

Fields inherited from class soot.Type
arrayType
 
Method Summary
 void apply(Switch sw)
          Method required for use of Switchable.
 Type getArrayElementType()
           
 RefType getBase()
           
 void setBase(RefType base)
           
 java.lang.String toString()
          Returns a textual representation of this type.
static AnySubType v(RefType base)
           
 
Methods inherited from class soot.Type
getArrayType, getNumber, makeArrayType, merge, setArrayType, setNumber, toMachineType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

v

public static AnySubType v(RefType base)

toString

public java.lang.String toString()
Description copied from class: Type
Returns a textual representation of this type.
Overrides:
toString in class Type

apply

public void apply(Switch sw)
Description copied from class: Type
Method required for use of Switchable.
Overrides:
apply in class Type

getArrayElementType

public Type getArrayElementType()
Overrides:
getArrayElementType in class RefLikeType

getBase

public RefType getBase()

setBase

public void setBase(RefType base)