soot.jimple.parser.node
Class ALocalFieldRef

java.lang.Object
  extended by soot.jimple.parser.node.Node
      extended by soot.jimple.parser.node.PFieldRef
          extended by soot.jimple.parser.node.ALocalFieldRef
All Implemented Interfaces:
Cloneable, Switchable

public final class ALocalFieldRef
extends PFieldRef


Constructor Summary
ALocalFieldRef()
           
ALocalFieldRef(PLocalName _localName_, TDot _dot_, PFieldSignature _fieldSignature_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TDot getDot()
           
 PFieldSignature getFieldSignature()
           
 PLocalName getLocalName()
           
 void setDot(TDot node)
           
 void setFieldSignature(PFieldSignature node)
           
 void setLocalName(PLocalName node)
           
 String toString()
           
 
Methods inherited from class soot.jimple.parser.node.Node
cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ALocalFieldRef

public ALocalFieldRef()

ALocalFieldRef

public ALocalFieldRef(PLocalName _localName_,
                      TDot _dot_,
                      PFieldSignature _fieldSignature_)
Method Detail

clone

public Object clone()
Specified by:
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 String toString()
Overrides:
toString in class Object