soot.jimple.parser.node
Class ALocalFieldRef
java.lang.Object
|
+--soot.jimple.parser.node.Node
|
+--soot.jimple.parser.node.PFieldRef
|
+--soot.jimple.parser.node.ALocalFieldRef
- public final class ALocalFieldRef
- extends PFieldRef
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
ALocalFieldRef
public ALocalFieldRef()
ALocalFieldRef
public ALocalFieldRef(PLocalName _localName_,
TDot _dot_,
PFieldSignature _fieldSignature_)
clone
public java.lang.Object clone()
- Overrides:
- clone in class Node
apply
public void apply(Switch sw)
getLocalName
public PLocalName getLocalName()
setLocalName
public void setLocalName(PLocalName node)
getDot
public TDot getDot()
setDot
public void setDot(TDot node)
getFieldSignature
public PFieldSignature getFieldSignature()
setFieldSignature
public void setFieldSignature(PFieldSignature node)
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object