All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class hpjava.compiler.grammar.syntaxtree.InterfaceMemberDeclaration

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

public class InterfaceMemberDeclaration
extends Node
Grammar production: f0 -> NestedClassDeclaration() | NestedInterfaceDeclaration() | MethodDeclaration() | FieldDeclaration() | ";"


Variable Index

 o f0

Constructor Index

 o InterfaceMemberDeclaration(NodeChoice)

Method Index

 o accept(Visitor)

Variables

 o f0
public NodeChoice f0

Constructors

 o InterfaceMemberDeclaration
public InterfaceMemberDeclaration(NodeChoice n0)

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index