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