Class AnnotationElement.Visitor
- java.lang.Object
-
- org.infinispan.protostream.descriptors.AnnotationElement.Visitor
-
- Enclosing class:
- AnnotationElement
public static class AnnotationElement.Visitor extends Object
-
-
Constructor Summary
Constructors Constructor Description Visitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvisit(AnnotationElement annotationElement)voidvisit(AnnotationElement.Annotation tree)voidvisit(AnnotationElement.Array tree)voidvisit(AnnotationElement.Attribute tree)voidvisit(AnnotationElement.Identifier tree)voidvisit(AnnotationElement.Literal tree)
-
-
-
Method Detail
-
visit
public void visit(AnnotationElement.Annotation tree)
-
visit
public void visit(AnnotationElement.Attribute tree)
-
visit
public void visit(AnnotationElement.Array tree)
-
visit
public void visit(AnnotationElement.Identifier tree)
-
visit
public void visit(AnnotationElement.Literal tree)
-
visit
public void visit(AnnotationElement annotationElement)
-
-