All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class hpjava.compiler.grammar.syntaxtree.AtStatement

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

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


Variable Index

 o f0
 o f1
 o f2
 o f3
 o f4

Constructor Index

 o AtStatement(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 AtStatement
public AtStatement(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