Package jtb.syntaxtree
Class ClassOrInterfaceType
- Object
-
- ClassOrInterfaceType
-
- All Implemented Interfaces:
Serializable,Node
public class ClassOrInterfaceType extends Object implements Node
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description NodeTokenf0NodeOptionalf1NodeListOptionalf2ClassOrInterfaceTypeunGenerifiedVersionOfThis
-
Constructor Summary
Constructors Constructor Description ClassOrInterfaceType(NodeToken n0, NodeOptional n1, NodeListOptional n2)
-
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
-
unGenerifiedVersionOfThis
public ClassOrInterfaceType unGenerifiedVersionOfThis
-
f1
public NodeOptional f1
-
f2
public NodeListOptional f2
-
-
Constructor Detail
-
ClassOrInterfaceType
public ClassOrInterfaceType(NodeToken n0, NodeOptional n1, NodeListOptional n2)
-
-
Method Detail
-
accept
public <R> R accept(GJNoArguVisitor<R> v)
-
accept
public <A> void accept(GJVoidVisitor<A> v, A argu)
-
-