All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class hpjava.compiler.grammar.syntaxtree.InterfaceDeclaration

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

public class InterfaceDeclaration
extends Node
Grammar production: f0 -> ( "abstract" | "public" )* f1 -> UnmodifiedInterfaceDeclaration()


Variable Index

 o f0
 o f1

Constructor Index

 o InterfaceDeclaration(NodeListOptional, UnmodifiedInterfaceDeclaration)

Method Index

 o accept(Visitor)

Variables

 o f0
public NodeListOptional f0
 o f1
public UnmodifiedInterfaceDeclaration f1

Constructors

 o InterfaceDeclaration
public InterfaceDeclaration(NodeListOptional n0,
                            UnmodifiedInterfaceDeclaration n1)

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index