com.bluemarsh.jswat.parser.java.node
Class AStatementBlockStatement
java.lang.Object
|
+--com.bluemarsh.jswat.parser.java.node.Node
|
+--com.bluemarsh.jswat.parser.java.node.PBlockStatement
|
+--com.bluemarsh.jswat.parser.java.node.AStatementBlockStatement
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
- public final class AStatementBlockStatement
- extends PBlockStatement
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AStatementBlockStatement
public AStatementBlockStatement()
AStatementBlockStatement
public AStatementBlockStatement(PStatement _statement_)
clone
public java.lang.Object clone()
- Overrides:
clone
in class Node
apply
public void apply(Switch sw)
getStatement
public PStatement getStatement()
setStatement
public void setStatement(PStatement node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object