soot.jimple.parser.node
Class AMultiNameList

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

public final class AMultiNameList
extends PNameList


Constructor Summary
AMultiNameList()
           
AMultiNameList(PName _name_, TComma _comma_, PNameList _nameList_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TComma getComma()
           
 PName getName()
           
 PNameList getNameList()
           
 void setComma(TComma node)
           
 void setName(PName node)
           
 void setNameList(PNameList 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

AMultiNameList

public AMultiNameList()

AMultiNameList

public AMultiNameList(PName _name_,
                      TComma _comma_,
                      PNameList _nameList_)
Method Detail

clone

public Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)

getName

public PName getName()

setName

public void setName(PName node)

getComma

public TComma getComma()

setComma

public void setComma(TComma node)

getNameList

public PNameList getNameList()

setNameList

public void setNameList(PNameList node)

toString

public String toString()
Overrides:
toString in class Object