Package jtb.syntaxtree
Class NormalAnnotation
- Object
-
- NormalAnnotation
-
- All Implemented Interfaces:
Serializable,Node
public class NormalAnnotation extends Object implements Node
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NormalAnnotation(Name n0, NodeOptional n1)NormalAnnotation(NodeToken n0, Name n1, NodeToken n2, NodeOptional n3, NodeToken n4)
-
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)
-
-
-
Constructor Detail
-
NormalAnnotation
public NormalAnnotation(NodeToken n0, Name n1, NodeToken n2, NodeOptional n3, NodeToken n4)
-
NormalAnnotation
public NormalAnnotation(Name n0, NodeOptional n1)
-
-
Method Detail
-
accept
public <R> R accept(GJNoArguVisitor<R> v)
-
accept
public <A> void accept(GJVoidVisitor<A> v, A argu)
-
-