soot.jimple.parser.node
Class ALocalVariable

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

public final class ALocalVariable
extends PVariable


Constructor Summary
ALocalVariable()
           
ALocalVariable(PLocalName _localName_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 PLocalName getLocalName()
           
 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

ALocalVariable

public ALocalVariable()

ALocalVariable

public ALocalVariable(PLocalName _localName_)
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)

toString

public String toString()
Overrides:
toString in class Object