public class DefaultVisitorAdapter extends Object implements com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>
| Constructor and Description |
|---|
DefaultVisitorAdapter() |
| Modifier and Type | Method and Description |
|---|---|
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.body.AnnotationDeclaration node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.body.AnnotationMemberDeclaration node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.expr.ArrayAccessExpr node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.expr.ArrayCreationExpr node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.ArrayCreationLevel node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.expr.ArrayInitializerExpr node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.type.ArrayType node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.stmt.AssertStmt node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.expr.AssignExpr node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.expr.BinaryExpr node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.comments.BlockComment node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.stmt.BlockStmt node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.expr.BooleanLiteralExpr node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.stmt.BreakStmt node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.expr.CastExpr node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.stmt.CatchClause node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.expr.CharLiteralExpr node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.expr.ClassExpr node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.type.ClassOrInterfaceType node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.CompilationUnit node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.expr.ConditionalExpr node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.body.ConstructorDeclaration node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.stmt.ContinueStmt node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.stmt.DoStmt node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.expr.DoubleLiteralExpr node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.stmt.EmptyStmt node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.expr.EnclosedExpr node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.body.EnumConstantDeclaration node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.body.EnumDeclaration node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.stmt.ExpressionStmt node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.expr.FieldAccessExpr node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.body.FieldDeclaration node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.stmt.ForEachStmt node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.stmt.ForStmt node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.stmt.IfStmt node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.ImportDeclaration node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.body.InitializerDeclaration node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.expr.InstanceOfExpr node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.expr.IntegerLiteralExpr node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.type.IntersectionType node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.comments.JavadocComment node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.stmt.LabeledStmt node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.expr.LambdaExpr node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.comments.LineComment node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.stmt.LocalClassDeclarationStmt node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.expr.LongLiteralExpr node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.expr.MarkerAnnotationExpr node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.expr.MemberValuePair node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.expr.MethodCallExpr node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.body.MethodDeclaration node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.expr.MethodReferenceExpr node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.modules.ModuleDeclaration node,
Boolean arg) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.modules.ModuleExportsDirective node,
Boolean arg) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.modules.ModuleOpensDirective node,
Boolean arg) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.modules.ModuleProvidesDirective node,
Boolean arg) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.modules.ModuleRequiresDirective node,
Boolean arg) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.modules.ModuleUsesDirective node,
Boolean arg) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.expr.Name node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.expr.NameExpr node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.NodeList node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.expr.NormalAnnotationExpr node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.expr.NullLiteralExpr node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.expr.ObjectCreationExpr node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.PackageDeclaration node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.body.Parameter node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.type.PrimitiveType node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.body.ReceiverParameter node,
Boolean arg) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.stmt.ReturnStmt node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.expr.SimpleName node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.expr.SingleMemberAnnotationExpr node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.expr.StringLiteralExpr node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.expr.SuperExpr node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.stmt.SwitchEntryStmt node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.stmt.SwitchStmt node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.stmt.SynchronizedStmt node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.expr.ThisExpr node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.stmt.ThrowStmt node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.stmt.TryStmt node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.expr.TypeExpr node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.type.TypeParameter node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.expr.UnaryExpr node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.type.UnionType node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.type.UnknownType node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.stmt.UnparsableStmt node,
Boolean arg) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.expr.VariableDeclarationExpr node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.body.VariableDeclarator node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.type.VarType node,
Boolean arg) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.type.VoidType node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.stmt.WhileStmt node,
Boolean aBoolean) |
com.github.javaparser.resolution.types.ResolvedType |
visit(com.github.javaparser.ast.type.WildcardType node,
Boolean aBoolean) |
public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.CompilationUnit node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.PackageDeclaration node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.type.TypeParameter node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.comments.LineComment node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.comments.BlockComment node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.body.EnumDeclaration node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.body.EnumConstantDeclaration node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.body.AnnotationDeclaration node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.body.AnnotationMemberDeclaration node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.body.FieldDeclaration node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.body.VariableDeclarator node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.body.ConstructorDeclaration node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.body.MethodDeclaration node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.body.Parameter node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.body.InitializerDeclaration node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.comments.JavadocComment node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.type.ClassOrInterfaceType node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.type.PrimitiveType node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.type.ArrayType node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.ArrayCreationLevel node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.type.IntersectionType node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.type.UnionType node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.type.VoidType node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.type.WildcardType node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.type.UnknownType node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.expr.ArrayAccessExpr node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.expr.ArrayCreationExpr node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.expr.ArrayInitializerExpr node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.expr.AssignExpr node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.expr.BinaryExpr node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.expr.CastExpr node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.expr.ClassExpr node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.expr.ConditionalExpr node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.expr.EnclosedExpr node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.expr.FieldAccessExpr node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.expr.InstanceOfExpr node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.expr.StringLiteralExpr node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.expr.IntegerLiteralExpr node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.expr.LongLiteralExpr node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.expr.CharLiteralExpr node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.expr.DoubleLiteralExpr node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.expr.BooleanLiteralExpr node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.expr.NullLiteralExpr node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.expr.MethodCallExpr node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.expr.NameExpr node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.expr.ObjectCreationExpr node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.expr.ThisExpr node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.expr.SuperExpr node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.expr.UnaryExpr node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.expr.VariableDeclarationExpr node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.expr.MarkerAnnotationExpr node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.expr.SingleMemberAnnotationExpr node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.expr.NormalAnnotationExpr node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.expr.MemberValuePair node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.stmt.LocalClassDeclarationStmt node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.stmt.AssertStmt node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.stmt.BlockStmt node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.stmt.LabeledStmt node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.stmt.EmptyStmt node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.stmt.ExpressionStmt node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.stmt.SwitchStmt node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.stmt.SwitchEntryStmt node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.stmt.BreakStmt node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.stmt.ReturnStmt node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.stmt.IfStmt node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.stmt.WhileStmt node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.stmt.ContinueStmt node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.stmt.DoStmt node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.stmt.ForEachStmt node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.stmt.ForStmt node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.stmt.ThrowStmt node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.stmt.SynchronizedStmt node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.stmt.TryStmt node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.stmt.CatchClause node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.expr.LambdaExpr node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.expr.MethodReferenceExpr node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.expr.TypeExpr node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.NodeList node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.expr.Name node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.expr.SimpleName node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.ImportDeclaration node,
Boolean aBoolean)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.modules.ModuleDeclaration node,
Boolean arg)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.modules.ModuleRequiresDirective node,
Boolean arg)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.modules.ModuleExportsDirective node,
Boolean arg)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.modules.ModuleProvidesDirective node,
Boolean arg)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.modules.ModuleUsesDirective node,
Boolean arg)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.modules.ModuleOpensDirective node,
Boolean arg)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.stmt.UnparsableStmt node,
Boolean arg)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>public com.github.javaparser.resolution.types.ResolvedType visit(com.github.javaparser.ast.body.ReceiverParameter node,
Boolean arg)
visit in interface com.github.javaparser.ast.visitor.GenericVisitor<com.github.javaparser.resolution.types.ResolvedType,Boolean>Copyright © 2007–2018. All rights reserved.