C - type of visitor contextR - type of visitor resultE - type of visitor exceptionpublic abstract class StrictVisitor<R,C,E extends Throwable> extends Visitor<R,C,E>
Visitor which raises UnsupportedOperationException in all methods.| Constructor and Description |
|---|
StrictVisitor() |
public R visitAlternateConstructorInvocation(AlternateConstructorInvocation elem, C context) throws E extends Throwable
VisitorAlternateConstructorInvocation using this visitor.public R visitAnnotationDeclaration(AnnotationDeclaration elem, C context) throws E extends Throwable
VisitorAnnotationDeclaration using this visitor.public R visitAnnotationElement(AnnotationElement elem, C context) throws E extends Throwable
VisitorAnnotationElement using this visitor.public R visitAnnotationElementDeclaration(AnnotationElementDeclaration elem, C context) throws E extends Throwable
VisitorAnnotationElementDeclaration using this visitor.public R visitArrayAccessExpression(ArrayAccessExpression elem, C context) throws E extends Throwable
VisitorArrayAccessExpression using this visitor.public R visitArrayCreationExpression(ArrayCreationExpression elem, C context) throws E extends Throwable
VisitorArrayCreationExpression using this visitor.public R visitArrayInitializer(ArrayInitializer elem, C context) throws E extends Throwable
VisitorArrayInitializer using this visitor.public R visitArrayType(ArrayType elem, C context) throws E extends Throwable
VisitorArrayType using this visitor.public R visitAssertStatement(AssertStatement elem, C context) throws E extends Throwable
VisitorAssertStatement using this visitor.public R visitAssignmentExpression(AssignmentExpression elem, C context) throws E extends Throwable
VisitorAssignmentExpression using this visitor.public R visitBasicType(BasicType elem, C context) throws E extends Throwable
VisitorBasicType using this visitor.public R visitBlock(Block elem, C context) throws E extends Throwable
VisitorBlock using this visitor.public R visitBlockComment(BlockComment elem, C context) throws E extends Throwable
VisitorBlockComment using this visitor.public R visitBreakStatement(BreakStatement elem, C context) throws E extends Throwable
VisitorBreakStatement using this visitor.public R visitCastExpression(CastExpression elem, C context) throws E extends Throwable
VisitorCastExpression using this visitor.public R visitCatchClause(CatchClause elem, C context) throws E extends Throwable
VisitorCatchClause using this visitor.public R visitClassBody(ClassBody elem, C context) throws E extends Throwable
VisitorClassBody using this visitor.public R visitClassDeclaration(ClassDeclaration elem, C context) throws E extends Throwable
VisitorClassDeclaration using this visitor.public R visitClassInstanceCreationExpression(ClassInstanceCreationExpression elem, C context) throws E extends Throwable
VisitorClassInstanceCreationExpression using this visitor.public R visitClassLiteral(ClassLiteral elem, C context) throws E extends Throwable
VisitorClassLiteral using this visitor.public R visitCompilationUnit(CompilationUnit elem, C context) throws E extends Throwable
VisitorCompilationUnit using this visitor.public R visitConditionalExpression(ConditionalExpression elem, C context) throws E extends Throwable
VisitorConditionalExpression using this visitor.public R visitConstructorDeclaration(ConstructorDeclaration elem, C context) throws E extends Throwable
VisitorConstructorDeclaration using this visitor.public R visitContinueStatement(ContinueStatement elem, C context) throws E extends Throwable
VisitorContinueStatement using this visitor.public R visitDoStatement(DoStatement elem, C context) throws E extends Throwable
VisitorDoStatement using this visitor.public R visitDocBlock(DocBlock elem, C context) throws E extends Throwable
VisitorDocBlock using this visitor.public R visitDocField(DocField elem, C context) throws E extends Throwable
VisitorDocField using this visitor.public R visitDocMethod(DocMethod elem, C context) throws E extends Throwable
VisitorDocMethod using this visitor.public R visitDocMethodParameter(DocMethodParameter elem, C context) throws E extends Throwable
VisitorDocMethodParameter using this visitor.public R visitDocText(DocText elem, C context) throws E extends Throwable
VisitorDocText using this visitor.public R visitEmptyStatement(EmptyStatement elem, C context) throws E extends Throwable
VisitorEmptyStatement using this visitor.public R visitEnhancedForStatement(EnhancedForStatement elem, C context) throws E extends Throwable
VisitorEnhancedForStatement using this visitor.public R visitEnumConstantDeclaration(EnumConstantDeclaration elem, C context) throws E extends Throwable
VisitorEnumConstantDeclaration using this visitor.public R visitEnumDeclaration(EnumDeclaration elem, C context) throws E extends Throwable
VisitorEnumDeclaration using this visitor.public R visitExpressionStatement(ExpressionStatement elem, C context) throws E extends Throwable
VisitorExpressionStatement using this visitor.public R visitFieldAccessExpression(FieldAccessExpression elem, C context) throws E extends Throwable
VisitorFieldAccessExpression using this visitor.public R visitFieldDeclaration(FieldDeclaration elem, C context) throws E extends Throwable
VisitorFieldDeclaration using this visitor.public R visitForStatement(ForStatement elem, C context) throws E extends Throwable
VisitorForStatement using this visitor.public R visitFormalParameterDeclaration(FormalParameterDeclaration elem, C context) throws E extends Throwable
VisitorFormalParameterDeclaration using this visitor.public R visitIfStatement(IfStatement elem, C context) throws E extends Throwable
VisitorIfStatement using this visitor.public R visitImportDeclaration(ImportDeclaration elem, C context) throws E extends Throwable
VisitorImportDeclaration using this visitor.public R visitInfixExpression(InfixExpression elem, C context) throws E extends Throwable
VisitorInfixExpression using this visitor.public R visitInitializerDeclaration(InitializerDeclaration elem, C context) throws E extends Throwable
VisitorInitializerDeclaration using this visitor.public R visitInstanceofExpression(InstanceofExpression elem, C context) throws E extends Throwable
VisitorInstanceofExpression using this visitor.public R visitInterfaceDeclaration(InterfaceDeclaration elem, C context) throws E extends Throwable
VisitorInterfaceDeclaration using this visitor.public R visitJavadoc(Javadoc elem, C context) throws E extends Throwable
VisitorJavadoc using this visitor.public R visitLabeledStatement(LabeledStatement elem, C context) throws E extends Throwable
VisitorLabeledStatement using this visitor.public R visitLambdaExpression(LambdaExpression elem, C context) throws E extends Throwable
VisitorLambdaExpression using this visitor.public R visitLineComment(LineComment elem, C context) throws E extends Throwable
VisitorLineComment using this visitor.public R visitLiteral(Literal elem, C context) throws E extends Throwable
VisitorLiteral using this visitor.public R visitLocalClassDeclaration(LocalClassDeclaration elem, C context) throws E extends Throwable
VisitorLocalClassDeclaration using this visitor.public R visitLocalVariableDeclaration(LocalVariableDeclaration elem, C context) throws E extends Throwable
VisitorLocalVariableDeclaration using this visitor.public R visitMarkerAnnotation(MarkerAnnotation elem, C context) throws E extends Throwable
VisitorMarkerAnnotation using this visitor.public R visitMethodDeclaration(MethodDeclaration elem, C context) throws E extends Throwable
VisitorMethodDeclaration using this visitor.public R visitMethodInvocationExpression(MethodInvocationExpression elem, C context) throws E extends Throwable
VisitorMethodInvocationExpression using this visitor.public R visitConstructorReferenceExpression(ConstructorReferenceExpression elem, C context) throws E extends Throwable
VisitorConstructorReferenceExpression using this visitor.public R visitMethodReferenceExpression(MethodReferenceExpression elem, C context) throws E extends Throwable
VisitorMethodReferenceExpression using this visitor.public R visitModifier(Modifier elem, C context) throws E extends Throwable
VisitorModifier using this visitor.public R visitNamedType(NamedType elem, C context) throws E extends Throwable
VisitorNamedType using this visitor.public R visitNormalAnnotation(NormalAnnotation elem, C context) throws E extends Throwable
VisitorNormalAnnotation using this visitor.public R visitPackageDeclaration(PackageDeclaration elem, C context) throws E extends Throwable
VisitorPackageDeclaration using this visitor.public R visitParameterizedType(ParameterizedType elem, C context) throws E extends Throwable
VisitorParameterizedType using this visitor.public R visitParenthesizedExpression(ParenthesizedExpression elem, C context) throws E extends Throwable
VisitorParenthesizedExpression using this visitor.public R visitPostfixExpression(PostfixExpression elem, C context) throws E extends Throwable
VisitorPostfixExpression using this visitor.public R visitQualifiedName(QualifiedName elem, C context) throws E extends Throwable
VisitorQualifiedName using this visitor.public R visitQualifiedType(QualifiedType elem, C context) throws E extends Throwable
VisitorQualifiedType using this visitor.public R visitReturnStatement(ReturnStatement elem, C context) throws E extends Throwable
VisitorReturnStatement using this visitor.public R visitSimpleName(SimpleName elem, C context) throws E extends Throwable
VisitorSimpleName using this visitor.public R visitSingleElementAnnotation(SingleElementAnnotation elem, C context) throws E extends Throwable
VisitorSingleElementAnnotation using this visitor.public R visitStatementExpressionList(StatementExpressionList elem, C context) throws E extends Throwable
VisitorStatementExpressionList using this visitor.public R visitSuper(Super elem, C context) throws E extends Throwable
VisitorSuper using this visitor.public R visitSuperConstructorInvocation(SuperConstructorInvocation elem, C context) throws E extends Throwable
VisitorSuperConstructorInvocation using this visitor.public R visitSwitchCaseLabel(SwitchCaseLabel elem, C context) throws E extends Throwable
VisitorSwitchCaseLabel using this visitor.public R visitSwitchDefaultLabel(SwitchDefaultLabel elem, C context) throws E extends Throwable
VisitorSwitchDefaultLabel using this visitor.public R visitSwitchStatement(SwitchStatement elem, C context) throws E extends Throwable
VisitorSwitchStatement using this visitor.public R visitSynchronizedStatement(SynchronizedStatement elem, C context) throws E extends Throwable
VisitorSynchronizedStatement using this visitor.public R visitThis(This elem, C context) throws E extends Throwable
VisitorThis using this visitor.public R visitThrowStatement(ThrowStatement elem, C context) throws E extends Throwable
VisitorThrowStatement using this visitor.public R visitTryResource(TryResource elem, C context) throws E extends Throwable
VisitorTryResource using this visitor.public R visitTryStatement(TryStatement elem, C context) throws E extends Throwable
VisitorTryStatement using this visitor.public R visitTypeParameterDeclaration(TypeParameterDeclaration elem, C context) throws E extends Throwable
VisitorTypeParameterDeclaration using this visitor.public R visitUnaryExpression(UnaryExpression elem, C context) throws E extends Throwable
VisitorUnaryExpression using this visitor.public R visitUnionType(UnionType elem, C context) throws E extends Throwable
VisitorUnionType using this visitor.public R visitVariableDeclarator(VariableDeclarator elem, C context) throws E extends Throwable
VisitorVariableDeclarator using this visitor.public R visitWhileStatement(WhileStatement elem, C context) throws E extends Throwable
VisitorWhileStatement using this visitor.Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.