soot.jimple.toolkits.annotation.arraycheck
Class Array2ndDimensionSymbol

java.lang.Object
  extended by soot.jimple.toolkits.annotation.arraycheck.Array2ndDimensionSymbol

public class Array2ndDimensionSymbol
extends Object


Method Summary
 boolean equals(Object other)
           
 Object getVar()
           
 int hashCode()
           
 String toString()
           
static Array2ndDimensionSymbol v(Object which)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

v

public static Array2ndDimensionSymbol v(Object which)

getVar

public Object getVar()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object