Interface ElementVisitor<R,T>
public interface ElementVisitor<R,T>
-
Method Summary
Modifier and TypeMethodDescriptionvisitAnnotationDef
(AnnotationDef el, T arg) visitBlock
(ABlock el, T arg) visitClass
(AClass el, T arg) visitDeclaration
(ADeclaration el, T arg) visitElement
(AElement el, T arg) visitExpression
(AExpression el, T arg) visitField
(AField el, T arg) visitMethod
(AMethod el, T arg) visitTypeElement
(ATypeElement el, T arg)
-
Method Details
-
visitAnnotationDef
-
visitBlock
-
visitClass
-
visitDeclaration
-
visitExpression
-
visitField
-
visitMethod
-
visitTypeElement
-
visitTypeElementWithType
-
visitElement
-