All Packages Class Hierarchy This Package Previous Next Index
Class hpjava.compiler.grammar.syntaxtree.ArrayShapes
java.lang.Object
|
+----hpjava.compiler.grammar.syntaxtree.Node
|
+----hpjava.compiler.grammar.syntaxtree.ArrayShapes
- public class ArrayShapes
- extends Node
Grammar production:
f0 -> ( AllocatedShape() )+ ( ArraySignature() )* [ "on" GroupExpression() ]
| ( "[" "]" )+ ArrayInitializer()
| "#" [ "on" GroupExpression() ]
f0-
ArrayShapes(NodeChoice)
-
accept(Visitor)
-
f0
public NodeChoice f0
ArrayShapes
public ArrayShapes(NodeChoice n0)
accept
public void accept(Visitor v)
- Overrides:
- accept in class Node
All Packages Class Hierarchy This Package Previous Next Index