com.bluemarsh.jswat.parser.java.node
Class PBlockStatement

java.lang.Object
  |
  +--com.bluemarsh.jswat.parser.java.node.Node
        |
        +--com.bluemarsh.jswat.parser.java.node.PBlockStatement
All Implemented Interfaces:
java.lang.Cloneable, Switchable
Direct Known Subclasses:
AClassDeclarationBlockStatement, ALocalVariableDeclarationStatementBlockStatement, AStatementBlockStatement

public abstract class PBlockStatement
extends Node


Constructor Summary
PBlockStatement()
           
 
Methods inherited from class com.bluemarsh.jswat.parser.java.node.Node
clone, cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.bluemarsh.jswat.parser.java.node.Switchable
apply
 

Constructor Detail

PBlockStatement

public PBlockStatement()