public class DepthFirstVisitor extends Object implements Visitor
Constructor and Description |
---|
DepthFirstVisitor() |
Modifier and Type | Method and Description |
---|---|
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 -> ")"
|
public void visit(NodeListOptional n)
public void visit(NodeOptional n)
public void visit(NodeSequence n)
public void visit(AnnotationsUnit n)
public void visit(PrimitiveType n)
public void visit(Literal n)
public void visit(BooleanLiteral n)
public void visit(NullLiteral n)
public void visit(Annotation n)
public void visit(NormalAnnotation n)
public void visit(MarkerAnnotation n)
public void visit(SingleMemberAnnotation n)
public void visit(MemberValuePairs n)
public void visit(MemberValuePair n)
public void visit(MemberValue n)
public void visit(ClassOrInterfaceType n)
public void visit(MemberValueArrayInitializer n)
Copyright © 2012 Seam Framework. All Rights Reserved.