All Packages Class Hierarchy This Package Previous Next Index
Class hpjava.compiler.grammar.syntaxtree.CastLookahead
java.lang.Object
|
+----hpjava.compiler.grammar.syntaxtree.Node
|
+----hpjava.compiler.grammar.syntaxtree.CastLookahead
- public class CastLookahead
- extends Node
Grammar production:
f0 -> "(" PrimitiveType()
| "(" Name() ArraySignature()
| "(" Name() ")" ( "~" | "!" | "(" | | "this" | "super" | "new" | Literal() )
f0-
CastLookahead(NodeChoice)
-
accept(Visitor)
-
f0
public NodeChoice f0
CastLookahead
public CastLookahead(NodeChoice n0)
accept
public void accept(Visitor v)
- Overrides:
- accept in class Node
All Packages Class Hierarchy This Package Previous Next Index