|
|||||||||
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.PStatement
org.sablecc.php4.node.ABreakStatement
Constructor Summary | |
ABreakStatement()
|
|
ABreakStatement(PExpr _level_)
|
Method Summary | |
void |
apply(Switch sw)
|
Object |
clone()
|
PExpr |
getLevel()
|
void |
setLevel(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 ABreakStatement()
public ABreakStatement(PExpr _level_)
Method Detail |
public Object clone()
clone
in class Node
public void apply(Switch sw)
public PExpr getLevel()
public void setLevel(PExpr node)
public String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |