soot.dava.internal.javaRep
Class DStaticFieldRef

java.lang.Object
  extended bysoot.jimple.StaticFieldRef
      extended bysoot.dava.internal.javaRep.DStaticFieldRef
All Implemented Interfaces:
ConcreteRef, ConvertToBaf, EquivTo, FieldRef, Ref, java.io.Serializable, Switchable, Value

public class DStaticFieldRef
extends StaticFieldRef

See Also:
Serialized Form

Constructor Summary
DStaticFieldRef(SootField field, boolean supressDeclaringClass)
           
DStaticFieldRef(SootField field, java.lang.String myClassName)
           
 
Method Summary
 java.lang.Object clone()
          Returns a clone of this Value.
 void toString(UnitPrinter up)
           
 
Methods inherited from class soot.jimple.StaticFieldRef
apply, convertToBaf, equivHashCode, equivTo, getField, getType, getUseBoxes, setField, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DStaticFieldRef

public DStaticFieldRef(SootField field,
                       java.lang.String myClassName)

DStaticFieldRef

public DStaticFieldRef(SootField field,
                       boolean supressDeclaringClass)
Method Detail

toString

public void toString(UnitPrinter up)
Specified by:
toString in interface Value
Overrides:
toString in class StaticFieldRef

clone

public java.lang.Object clone()
Description copied from interface: Value
Returns a clone of this Value.

Specified by:
clone in interface Value
Overrides:
clone in class StaticFieldRef