All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class hpjava.compiler.grammar.syntaxtree.NodeChoice

java.lang.Object
    |
    +----hpjava.compiler.grammar.syntaxtree.Node
            |
            +----hpjava.compiler.grammar.syntaxtree.NodeChoice

public class NodeChoice
extends Node
Represents a grammar choice, e.g. ( A | B )


Variable Index

 o choice
 o which

Constructor Index

 o NodeChoice(Node, int)

Method Index

 o accept(Visitor)

Variables

 o choice
public Node choice
 o which
public int which

Constructors

 o NodeChoice
public NodeChoice(Node node,
                  int whichChoice)

Methods

 o accept
public void accept(Visitor v)
Overrides:
accept in class Node

All Packages  Class Hierarchy  This Package  Previous  Next  Index