Interface VoidVisitor<A>
- All Known Implementing Classes:
DefaultPrettyPrinterVisitor
,ModifierValidator
,NoBinaryIntegerLiteralsValidator
,NodeFinderVisitor
,NoUnderscoresInIntegerLiteralsValidator
,PrettyPrintVisitor
,RecordAsTypeIdentifierNotAllowed
,ReservedKeywordValidator
,UnderscoreKeywordValidator
,VisitorValidator
,VoidVisitorAdapter
,VoidVisitorWithDefaults
public interface VoidVisitor<A>
A visitor that does not return anything.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
visit
(ArrayCreationLevel n, A arg) void
visit
(AnnotationDeclaration n, A arg) void
visit
(AnnotationMemberDeclaration n, A arg) void
visit
(ClassOrInterfaceDeclaration n, A arg) void
visit
(CompactConstructorDeclaration n, A arg) void
visit
(ConstructorDeclaration n, A arg) void
visit
(EnumConstantDeclaration n, A arg) void
visit
(EnumDeclaration n, A arg) void
visit
(FieldDeclaration n, A arg) void
visit
(InitializerDeclaration n, A arg) void
visit
(MethodDeclaration n, A arg) void
void
visit
(ReceiverParameter n, A arg) void
visit
(RecordDeclaration n, A arg) void
visit
(VariableDeclarator n, A arg) void
visit
(BlockComment n, A arg) void
visit
(JavadocComment n, A arg) void
visit
(LineComment n, A arg) void
visit
(CompilationUnit n, A arg) void
visit
(ArrayAccessExpr n, A arg) void
visit
(ArrayCreationExpr n, A arg) void
visit
(ArrayInitializerExpr n, A arg) void
visit
(AssignExpr n, A arg) void
visit
(BinaryExpr n, A arg) void
visit
(BooleanLiteralExpr n, A arg) void
void
visit
(CharLiteralExpr n, A arg) void
void
visit
(ConditionalExpr n, A arg) void
visit
(DoubleLiteralExpr n, A arg) void
visit
(EnclosedExpr n, A arg) void
visit
(FieldAccessExpr n, A arg) void
visit
(InstanceOfExpr n, A arg) void
visit
(IntegerLiteralExpr n, A arg) void
visit
(LambdaExpr n, A arg) void
visit
(LongLiteralExpr n, A arg) void
visit
(MarkerAnnotationExpr n, A arg) void
visit
(MemberValuePair n, A arg) void
visit
(MethodCallExpr n, A arg) void
visit
(MethodReferenceExpr n, A arg) void
void
void
visit
(NormalAnnotationExpr n, A arg) void
visit
(NullLiteralExpr n, A arg) void
visit
(ObjectCreationExpr n, A arg) void
visit
(RecordPatternExpr n, A arg) void
visit
(SimpleName n, A arg) void
visit
(SingleMemberAnnotationExpr n, A arg) void
visit
(StringLiteralExpr n, A arg) void
void
visit
(SwitchExpr switchExpr, A arg) void
visit
(TextBlockLiteralExpr n, A arg) void
void
void
visit
(TypePatternExpr n, A arg) void
void
visit
(VariableDeclarationExpr n, A arg) void
visit
(ImportDeclaration n, A arg) void
void
visit
(ModuleDeclaration n, A arg) void
visit
(ModuleExportsDirective n, A arg) void
visit
(ModuleOpensDirective n, A arg) void
visit
(ModuleProvidesDirective n, A arg) void
visit
(ModuleRequiresDirective n, A arg) void
visit
(ModuleUsesDirective n, A arg) void
void
visit
(PackageDeclaration n, A arg) void
visit
(AssertStmt n, A arg) void
void
void
visit
(CatchClause n, A arg) void
visit
(ContinueStmt n, A arg) void
void
void
visit
(ExplicitConstructorInvocationStmt n, A arg) void
visit
(ExpressionStmt n, A arg) void
visit
(ForEachStmt n, A arg) void
void
void
visit
(LabeledStmt n, A arg) void
visit
(LocalClassDeclarationStmt n, A arg) void
visit
(LocalRecordDeclarationStmt n, A arg) void
visit
(ReturnStmt n, A arg) void
visit
(SwitchEntry n, A arg) void
visit
(SwitchStmt n, A arg) void
visit
(SynchronizedStmt n, A arg) void
void
void
visit
(UnparsableStmt n, A arg) void
void
void
void
visit
(ClassOrInterfaceType n, A arg) void
visit
(IntersectionType n, A arg) void
visit
(PrimitiveType n, A arg) void
visit
(TypeParameter n, A arg) void
void
visit
(UnknownType n, A arg) void
void
void
visit
(WildcardType n, A arg)
-
Method Details
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-