|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.sablecc.php4.node.Node
org.sablecc.php4.node.PExpr
org.sablecc.php4.node.ANewExpr
Constructor Summary | |
ANewExpr()
|
|
ANewExpr(PExpr _name_,
List _argument_)
|
Method Summary | |
void |
apply(Switch sw)
|
Object |
clone()
|
LinkedList |
getArgument()
|
PExpr |
getName()
|
void |
setArgument(List list)
|
void |
setName(PExpr node)
|
String |
toString()
|
Methods inherited from class org.sablecc.php4.node.Node |
cloneList, cloneNode, parent, replaceBy, toString, toString |
Methods inherited from class Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ANewExpr()
public ANewExpr(PExpr _name_, List _argument_)
Method Detail |
public Object clone()
clone
in class Node
public void apply(Switch sw)
public PExpr getName()
public void setName(PExpr node)
public LinkedList getArgument()
public void setArgument(List list)
public String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |