soot.jimple.parser.node
Class AMultiLocalNameList

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

public final class AMultiLocalNameList
extends PLocalNameList


Constructor Summary
AMultiLocalNameList()
           
AMultiLocalNameList(PLocalName _localName_, TComma _comma_, PLocalNameList _localNameList_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TComma getComma()
           
 PLocalName getLocalName()
           
 PLocalNameList getLocalNameList()
           
 void setComma(TComma node)
           
 void setLocalName(PLocalName node)
           
 void setLocalNameList(PLocalNameList 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

AMultiLocalNameList

public AMultiLocalNameList()

AMultiLocalNameList

public AMultiLocalNameList(PLocalName _localName_,
                           TComma _comma_,
                           PLocalNameList _localNameList_)
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)

getComma

public TComma getComma()

setComma

public void setComma(TComma node)

getLocalNameList

public PLocalNameList getLocalNameList()

setLocalNameList

public void setLocalNameList(PLocalNameList node)

toString

public String toString()
Overrides:
toString in class Object