All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class hpjava.compiler.grammar.syntaxtree.OverallStatement

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

public class OverallStatement
extends Node
Grammar production: f0 -> "overall" f1 -> "(" f2 -> NamedLocationList() f3 -> ")" f4 -> Statement()


Variable Index

 o f0
 o f1
 o f2
 o f3
 o f4

Constructor Index

 o OverallStatement(NodeToken, NodeToken, NamedLocationList, NodeToken, Statement)

Method Index

 o accept(Visitor)

Variables

 o f0
public NodeToken f0
 o f1
public NodeToken f1
 o f2
public NamedLocationList f2
 o f3
public NodeToken f3
 o f4
public Statement f4

Constructors

 o OverallStatement
public OverallStatement(NodeToken n0,
                        NodeToken n1,
                        NamedLocationList n2,
                        NodeToken n3,
                        Statement n4)

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index