All Packages Class Hierarchy This Package Previous Next Index
Class hpjava.compiler.grammar.syntaxtree.AllocationExpression
java.lang.Object
|
+----hpjava.compiler.grammar.syntaxtree.Node
|
+----hpjava.compiler.grammar.syntaxtree.AllocationExpression
- public class AllocationExpression
- extends Node
Grammar production:
f0 -> "new" PrimitiveType() ArrayShapes()
| "new" Name() ( ArrayShapes() | Arguments() [ ClassBody() ] )
f0-
AllocationExpression(NodeChoice)
-
accept(Visitor)
-
f0
public NodeChoice f0
AllocationExpression
public AllocationExpression(NodeChoice n0)
accept
public void accept(Visitor v)
- Overrides:
- accept in class Node
All Packages Class Hierarchy This Package Previous Next Index