All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class hpjava.compiler.grammar.syntaxtree.NestedInterfaceDeclaration

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

public class NestedInterfaceDeclaration
extends Node
Grammar production: f0 -> ( "static" | "abstract" | "final" | "public" | "protected" | "private" )* f1 -> UnmodifiedInterfaceDeclaration()


Variable Index

 o f0
 o f1

Constructor Index

 o NestedInterfaceDeclaration(NodeListOptional, UnmodifiedInterfaceDeclaration)

Method Index

 o accept(Visitor)

Variables

 o f0
public NodeListOptional f0
 o f1
public UnmodifiedInterfaceDeclaration f1

Constructors

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