org.jboss.seam.remoting.annotationparser.syntaxtree
Interface Node

All Superinterfaces:
Serializable
All Known Subinterfaces:
NodeListInterface
All Known Implementing Classes:
Annotation, AnnotationsUnit, BooleanLiteral, ClassOrInterfaceType, Literal, MarkerAnnotation, MemberValue, MemberValueArrayInitializer, MemberValuePair, MemberValuePairs, Name, NodeChoice, NodeList, NodeListOptional, NodeOptional, NodeSequence, NodeToken, NormalAnnotation, NullLiteral, PrimitiveType, SingleMemberAnnotation

public interface Node
extends Serializable

The interface which all syntax tree classes must implement.


Method Summary
<R> R
accept(GJNoArguVisitor<R> v)
           
<R,A> R
accept(GJVisitor<R,A> v, A argu)
           
<A> void
accept(GJVoidVisitor<A> v, A argu)
           
 void accept(Visitor v)
           
 

Method Detail

accept

void accept(Visitor v)

accept

<R,A> R accept(GJVisitor<R,A> v,
               A argu)

accept

<R> R accept(GJNoArguVisitor<R> v)

accept

<A> void accept(GJVoidVisitor<A> v,
                A argu)


Copyright © 2011 Seam Framework. All Rights Reserved.