All Packages Class Hierarchy This Package Previous Next Index
Class hpjava.compiler.grammar.syntaxtree.BlockStatement
java.lang.Object
|
+----hpjava.compiler.grammar.syntaxtree.Node
|
+----hpjava.compiler.grammar.syntaxtree.BlockStatement
- public class BlockStatement
- extends Node
Grammar production:
f0 -> LocalVariableDeclaration() ";"
| Statement()
| UnmodifiedClassDeclaration()
| UnmodifiedInterfaceDeclaration()
f0-
BlockStatement(NodeChoice)
-
accept(Visitor)
-
f0
public NodeChoice f0
BlockStatement
public BlockStatement(NodeChoice n0)
accept
public void accept(Visitor v)
- Overrides:
- accept in class Node
All Packages Class Hierarchy This Package Previous Next Index