Package soot.jimple
Interface ConcreteRef
-
- All Superinterfaces:
EquivTo
,Ref
,Serializable
,Switchable
,Value
- All Known Subinterfaces:
ArrayRef
,FieldRef
,InstanceFieldRef
- All Known Implementing Classes:
AbstractInstanceFieldRef
,DInstanceFieldRef
,DStaticFieldRef
,GArrayRef
,GInstanceFieldRef
,JArrayRef
,JInstanceFieldRef
,StaticFieldRef
public interface ConcreteRef extends Ref
-
-
Method Summary
-
Methods inherited from interface soot.EquivTo
equivHashCode, equivTo
-
Methods inherited from interface soot.util.Switchable
apply
-
Methods inherited from interface soot.Value
clone, getType, getUseBoxes, toString
-
-