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