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