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