Package jtb.syntaxtree
Class ClassOrInterfaceDeclaration
- Object
-
- ClassOrInterfaceDeclaration
-
- All Implemented Interfaces:
Serializable,Node
public class ClassOrInterfaceDeclaration extends Object implements Node
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description NodeChoicef0NodeTokenf1NodeOptionalf2NodeOptionalf3NodeOptionalf4ClassOrInterfaceBodyf5
-
Constructor Summary
Constructors Constructor Description ClassOrInterfaceDeclaration(NodeChoice n0, NodeToken n1, NodeOptional n2, NodeOptional n3, NodeOptional n4, ClassOrInterfaceBody n5)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(GJNoArguVisitor<R> v)<R,A>
Raccept(GJVisitor<R,A> v, A argu)<A> voidaccept(GJVoidVisitor<A> v, A argu)voidaccept(Visitor v)NodegetParent()voidsetParent(Node n)
-
-
-
Field Detail
-
f0
public NodeChoice f0
-
f2
public NodeOptional f2
-
f3
public NodeOptional f3
-
f4
public NodeOptional f4
-
f5
public ClassOrInterfaceBody f5
-
-
Constructor Detail
-
ClassOrInterfaceDeclaration
public ClassOrInterfaceDeclaration(NodeChoice n0, NodeToken n1, NodeOptional n2, NodeOptional n3, NodeOptional n4, ClassOrInterfaceBody n5)
-
-
Method Detail
-
accept
public <R> R accept(GJNoArguVisitor<R> v)
-
accept
public <A> void accept(GJVoidVisitor<A> v, A argu)
-
-