|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.seam.remoting.annotationparser.visitor.GJNoArguDepthFirst<R>
public class GJNoArguDepthFirst<R>
Provides default methods which visit each node in the tree in depth-first order. Your visitors may extend this class.
Constructor Summary | |
---|---|
GJNoArguDepthFirst()
|
Method Summary | |
---|---|
R |
visit(Annotation n)
f0 -> NormalAnnotation() | SingleMemberAnnotation() | MarkerAnnotation() |
R |
visit(AnnotationsUnit n)
f0 -> [ Annotation() ( "," Annotation() )* ] |
R |
visit(BooleanLiteral n)
f0 -> "true" | "false" |
R |
visit(ClassOrInterfaceType n)
f0 -> |
R |
visit(Literal n)
f0 -> |
R |
visit(MarkerAnnotation n)
f0 -> "@" f1 -> Name() |
R |
visit(MemberValue n)
f0 -> Annotation() | MemberValueArrayInitializer() | Literal() | ClassOrInterfaceType() |
R |
visit(MemberValueArrayInitializer n)
f0 -> "{" f1 -> MemberValue() f2 -> ( "," MemberValue() )* f3 -> [ "," ] f4 -> "}" |
R |
visit(MemberValuePair n)
f0 -> |
R |
visit(MemberValuePairs n)
f0 -> MemberValuePair() f1 -> ( "," MemberValuePair() )* |
R |
visit(Name n)
f0 -> |
R |
visit(NodeList n)
|
R |
visit(NodeListOptional n)
|
R |
visit(NodeOptional n)
|
R |
visit(NodeSequence n)
|
R |
visit(NodeToken n)
|
R |
visit(NormalAnnotation n)
f0 -> "@" f1 -> Name() f2 -> "(" f3 -> [ MemberValuePairs() ] f4 -> ")" |
R |
visit(NullLiteral n)
f0 -> "null" |
R |
visit(PrimitiveType n)
f0 -> "boolean" | "char" | "byte" | "short" | "int" | "long" | "float" | "double" |
R |
visit(SingleMemberAnnotation n)
f0 -> "@" f1 -> Name() f2 -> "(" f3 -> MemberValue() f4 -> ")" |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GJNoArguDepthFirst()
Method Detail |
---|
public R visit(NodeList n)
visit
in interface GJNoArguVisitor<R>
public R visit(NodeListOptional n)
visit
in interface GJNoArguVisitor<R>
public R visit(NodeOptional n)
visit
in interface GJNoArguVisitor<R>
public R visit(NodeSequence n)
visit
in interface GJNoArguVisitor<R>
public R visit(NodeToken n)
visit
in interface GJNoArguVisitor<R>
public R visit(AnnotationsUnit n)
visit
in interface GJNoArguVisitor<R>
public R visit(PrimitiveType n)
visit
in interface GJNoArguVisitor<R>
public R visit(Name n)
visit
in interface GJNoArguVisitor<R>
public R visit(Literal n)
visit
in interface GJNoArguVisitor<R>
public R visit(BooleanLiteral n)
visit
in interface GJNoArguVisitor<R>
public R visit(NullLiteral n)
visit
in interface GJNoArguVisitor<R>
public R visit(Annotation n)
visit
in interface GJNoArguVisitor<R>
public R visit(NormalAnnotation n)
visit
in interface GJNoArguVisitor<R>
public R visit(MarkerAnnotation n)
visit
in interface GJNoArguVisitor<R>
public R visit(SingleMemberAnnotation n)
visit
in interface GJNoArguVisitor<R>
public R visit(MemberValuePairs n)
visit
in interface GJNoArguVisitor<R>
public R visit(MemberValuePair n)
visit
in interface GJNoArguVisitor<R>
public R visit(MemberValue n)
visit
in interface GJNoArguVisitor<R>
public R visit(ClassOrInterfaceType n)
visit
in interface GJNoArguVisitor<R>
public R visit(MemberValueArrayInitializer n)
visit
in interface GJNoArguVisitor<R>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |