java.lang.Object
com.sun.source.util.SimpleTreeVisitor<R,P>
- 类型参数:
-
R
- 此访问者方法的返回类型。对于不需要返回结果的访问者,请使用Void
。 -
P
- 此访问者方法的附加参数的类型。对于不需要附加参数的访问者,请使用Void
。
- 所有实现的接口:
-
TreeVisitor<R,
P>
树节点的简单访问者。
- 自版本:
- 1.6
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
创建一个访问者,DEFAULT_VALUE为null
。protected
SimpleTreeVisitor
(R defaultValue) 创建一个带有指定DEFAULT_VALUE的访问者。 -
Method Summary
Modifier and TypeMethodDescriptionprotected R
defaultAction
(Tree node, P p) 默认操作,用于未被覆盖的所有访问方法。final R
调用特定于节点类型的适当访问方法。final R
对节点序列中的每个节点调用适当的访问方法。visitAnnotatedType
(AnnotatedTypeTree node, P p) 访问AnnotatedTypeTree
节点。visitAnnotation
(AnnotationTree node, P p) 访问AnnotatedTree
节点。visitAnyPattern
(AnyPatternTreePREVIEW node, P p) 预览。访问AnyPatternTree
节点。visitArrayAccess
(ArrayAccessTree node, P p) 访问ArrayAccessTree
节点。visitArrayType
(ArrayTypeTree node, P p) 访问ArrayTypeTree
节点。visitAssert
(AssertTree node, P p) 访问AssertTree
节点。visitAssignment
(AssignmentTree node, P p) 访问AssignmentTree
节点。visitBinary
(BinaryTree node, P p) 访问BinaryTree
节点。visitBindingPattern
(BindingPatternTree node, P p) 访问BindingPatternTree
节点。visitBlock
(BlockTree node, P p) 访问BlockTree
节点。visitBreak
(BreakTree node, P p) 访问BreakTree
节点。访问CaseTree
节点。visitCatch
(CatchTree node, P p) 访问CatchTree
节点。visitClass
(ClassTree node, P p) 访问ClassTree
节点。visitCompilationUnit
(CompilationUnitTree node, P p) 访问CompilationUnitTree
节点。访问CompoundAssignmentTree
节点。访问ConditionalExpressionTree
节点。visitConstantCaseLabel
(ConstantCaseLabelTree node, P p) 访问ConstantCaseLabelTree
节点。visitContinue
(ContinueTree node, P p) 访问ContinueTree
节点。访问DeconstructionPatternTree
节点。visitDefaultCaseLabel
(DefaultCaseLabelTree node, P p) 访问DefaultCaseLabelTree
节点。visitDoWhileLoop
(DoWhileLoopTree node, P p) 访问DoWhileTree
节点。visitEmptyStatement
(EmptyStatementTree node, P p) 访问EmptyStatementTree
节点。visitEnhancedForLoop
(EnhancedForLoopTree node, P p) 访问EnhancedForLoopTree
节点。visitErroneous
(ErroneousTree node, P p) 访问ErroneousTree
节点。visitExports
(ExportsTree node, P p) 访问ExportsTree
节点。访问ExpressionStatementTree
节点。visitForLoop
(ForLoopTree node, P p) 访问ForLoopTree
节点。visitIdentifier
(IdentifierTree node, P p) 访问IdentifierTree
节点。访问IfTree
节点。visitImport
(ImportTree node, P p) 访问ImportTree
节点。visitInstanceOf
(InstanceOfTree node, P p) 访问InstanceOfTree
节点。visitIntersectionType
(IntersectionTypeTree node, P p) 访问IntersectionTypeTree
节点。visitLabeledStatement
(LabeledStatementTree node, P p) 访问LabeledStatementTree
节点。visitLambdaExpression
(LambdaExpressionTree node, P p) 访问LambdaExpressionTree
节点。visitLiteral
(LiteralTree node, P p) 访问LiteralTree
节点。visitMemberReference
(MemberReferenceTree node, P p) 访问MemberReferenceTree
节点。visitMemberSelect
(MemberSelectTree node, P p) 访问MemberSelectTree
节点。visitMethod
(MethodTree node, P p) 访问MethodTree
节点。visitMethodInvocation
(MethodInvocationTree node, P p) 访问MethodInvocationTree
节点。visitModifiers
(ModifiersTree node, P p) 访问ModifiersTree
节点。visitModule
(ModuleTree node, P p) 访问ModuleTree
节点。visitNewArray
(NewArrayTree node, P p) 访问NewArrayTree
节点。visitNewClass
(NewClassTree node, P p) 访问NewClassTree
节点。visitOpens
(OpensTree node, P p) 访问OpensTree
节点。visitOther
(Tree node, P p) 访问未知类型的Tree
节点。visitPackage
(PackageTree node, P p) 访问PackageTree
节点。visitParameterizedType
(ParameterizedTypeTree node, P p) 访问ParameterizedTypeTree
节点。visitParenthesized
(ParenthesizedTree node, P p) 访问ParenthesizedTree
节点。visitPatternCaseLabel
(PatternCaseLabelTree node, P p) 访问PatternCaseLabelTree
节点。visitPrimitiveType
(PrimitiveTypeTree node, P p) 访问PrimitiveTypeTree
节点。visitProvides
(ProvidesTree node, P p) 访问ProvidesTree
节点。visitRequires
(RequiresTree node, P p) 访问RequiresTree
节点。visitReturn
(ReturnTree node, P p) 访问ReturnTree
节点。预览。访问StringTemplateTree节点。visitSwitch
(SwitchTree node, P p) 访问SwitchTree
节点。visitSwitchExpression
(SwitchExpressionTree node, P p) 访问SwitchExpressionTree
节点。visitSynchronized
(SynchronizedTree node, P p) 访问SynchronizedTree
节点。visitThrow
(ThrowTree node, P p) 访问ThrowTree
节点。访问TryTree
节点。visitTypeCast
(TypeCastTree node, P p) 访问TypeCastTree
节点。visitTypeParameter
(TypeParameterTree node, P p) 访问TypeParameterTree
节点。visitUnary
(UnaryTree node, P p) 访问UnaryTree
节点。visitUnionType
(UnionTypeTree node, P p) 访问UnionTypeTree
节点。访问UsesTree
节点。visitVariable
(VariableTree node, P p) 访问VariableTree
节点。visitWhileLoop
(WhileLoopTree node, P p) 访问WhileLoopTree
节点。visitWildcard
(WildcardTree node, P p) 访问WildcardTypeTree
节点。visitYield
(YieldTree node, P p) 访问YieldTree
节点。
-
Field Details
-
DEFAULT_VALUE
默认值,由默认操作
返回。
-
-
Constructor Details
-
SimpleTreeVisitor
protected SimpleTreeVisitor()创建一个访问者,DEFAULT_VALUE为null
。 -
SimpleTreeVisitor
创建一个带有指定DEFAULT_VALUE的访问者。- 参数:
-
defaultValue
- 默认操作返回的默认值
-
-
Method Details
-
defaultAction
默认操作,用于未被覆盖的所有访问方法。- 参数:
-
node
- 正在访问的节点 -
p
- 传递给访问方法的参数值 - 返回:
- 从访问方法返回的结果值
-
visit
调用特定于节点类型的适当访问方法。- 参数:
-
node
- 要分派的节点 -
p
- 要传递给适当访问方法的参数 - 返回:
- 从适当访问方法返回的值
-
visit
对节点序列中的每个节点调用适当的访问方法。- 参数:
-
nodes
- 要分派的节点 -
p
- 要传递给每个适当访问方法的参数值 - 返回:
- 最后一个访问方法的返回值,如果没有调用,则返回null
-
visitCompilationUnit
访问CompilationUnitTree
节点。- 指定者:
-
visitCompilationUnit
在接口TreeVisitor<R,
中P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitPackage
访问PackageTree
节点。- 指定者:
-
visitPackage
在接口TreeVisitor<R,
中P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitImport
访问ImportTree
节点。- 指定者:
-
visitImport
在接口TreeVisitor<R,
中P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitClass
访问ClassTree
节点。- 指定者:
-
visitClass
在接口TreeVisitor<R,
中P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitMethod
访问MethodTree
节点。- 指定者:
-
visitMethod
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitVariable
访问VariableTree
节点。- 指定者:
-
visitVariable
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitEmptyStatement
访问EmptyStatementTree
节点。- 指定者:
-
visitEmptyStatement
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitBlock
访问BlockTree
节点。- 指定者:
-
visitBlock
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitDoWhileLoop
访问DoWhileTree
节点。- 指定者:
-
visitDoWhileLoop
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitWhileLoop
访问WhileLoopTree
节点。- 指定者:
-
visitWhileLoop
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitForLoop
访问ForLoopTree
节点。- 指定者:
-
visitForLoop
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitEnhancedForLoop
访问EnhancedForLoopTree
节点。- 指定者:
-
visitEnhancedForLoop
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitLabeledStatement
访问LabeledStatementTree
节点。- 指定者:
-
visitLabeledStatement
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitSwitch
访问SwitchTree
节点。- 指定者:
-
visitSwitch
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitSwitchExpression
访问SwitchExpressionTree
节点。- 指定者:
-
visitSwitchExpression
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitCase
访问CaseTree
节点。- 指定者:
-
visitCase
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitSynchronized
访问SynchronizedTree
节点。- 指定者:
-
visitSynchronized
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitTry
访问TryTree
节点。- 指定由:
-
visitTry
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitCatch
访问CatchTree
节点。- 指定由:
-
visitCatch
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitConditionalExpression
访问ConditionalExpressionTree
节点。- 指定由:
-
visitConditionalExpression
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitIf
访问IfTree
节点。- 指定由:
-
visitIf
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitExpressionStatement
访问ExpressionStatementTree
节点。- 指定由:
-
visitExpressionStatement
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitBreak
访问BreakTree
节点。- 指定由:
-
visitBreak
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitContinue
访问ContinueTree
节点。- 指定由:
-
visitContinue
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitReturn
访问ReturnTree
节点。- 指定由:
-
visitReturn
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitThrow
访问ThrowTree
节点。- 指定由:
-
visitThrow
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitAssert
访问AssertTree
节点。- 指定由:
-
visitAssert
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitMethodInvocation
访问MethodInvocationTree
节点。- 指定由:
-
visitMethodInvocation
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitNewClass
访问NewClassTree
节点。- 指定由:
-
visitNewClass
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitNewArray
访问NewArrayTree
节点。- 指定由:
-
visitNewArray
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitLambdaExpression
访问LambdaExpressionTree
节点。- 指定者:
-
visitLambdaExpression
在接口TreeVisitor<R,
中P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitParenthesized
访问ParenthesizedTree
节点。- 指定者:
-
visitParenthesized
在接口TreeVisitor<R,
中P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitAssignment
访问AssignmentTree
节点。- 指定者:
-
visitAssignment
在接口TreeVisitor<R,
中P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitCompoundAssignment
访问CompoundAssignmentTree
节点。- 指定者:
-
visitCompoundAssignment
在接口TreeVisitor<R,
中P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitUnary
访问UnaryTree
节点。- 指定者:
-
visitUnary
在接口TreeVisitor<R,
中P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitBinary
访问BinaryTree
节点。- 指定者:
-
visitBinary
在接口TreeVisitor<R,
中P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitTypeCast
访问TypeCastTree
节点。- 指定者:
-
visitTypeCast
在接口TreeVisitor<R,
中P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitInstanceOf
访问InstanceOfTree
节点。- 指定者:
-
visitInstanceOf
在接口TreeVisitor<R,
中P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitStringTemplate
visitStringTemplate
是Java平台的反射预览API。预览功能可能会在将来的版本中删除,或升级为Java平台的永久功能。访问StringTemplateTree节点。此实现调用defaultAction
。- 指定者:
-
visitStringTemplate
在接口TreeVisitor<R,
中P> - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitAnyPattern
visitAnyPattern
是Java平台的预览API。仅当启用预览功能时,程序才能使用visitAnyPattern
。预览功能可能会在将来的版本中删除,或升级为Java平台的永久功能。访问AnyPatternTree
节点。- 指定者:
-
visitAnyPattern
在接口TreeVisitor<R,
中P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果 - 自:
- 21
-
visitBindingPattern
访问BindingPatternTree
节点。- 指定者:
-
visitBindingPattern
在接口TreeVisitor<R,
中P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果 - 自:
- 14
-
visitDefaultCaseLabel
访问DefaultCaseLabelTree
节点。- 指定者:
-
visitDefaultCaseLabel
在接口TreeVisitor<R,
中P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果 - 自:
- 21
-
visitConstantCaseLabel
访问ConstantCaseLabelTree
节点。- 指定者:
-
visitConstantCaseLabel
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果 - 自:
- 21
-
visitDeconstructionPattern
访问DeconstructionPatternTree
节点。- 指定者:
-
visitDeconstructionPattern
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果 - 自:
- 21
-
visitPatternCaseLabel
访问PatternCaseLabelTree
节点。- 指定者:
-
visitPatternCaseLabel
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果 - 自:
- 21
-
visitArrayAccess
访问ArrayAccessTree
节点。- 指定者:
-
visitArrayAccess
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitMemberSelect
访问MemberSelectTree
节点。- 指定者:
-
visitMemberSelect
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitMemberReference
访问MemberReferenceTree
节点。- 指定者:
-
visitMemberReference
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitIdentifier
访问IdentifierTree
节点。- 指定者:
-
visitIdentifier
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitLiteral
访问LiteralTree
节点。- 指定者:
-
visitLiteral
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitPrimitiveType
访问PrimitiveTypeTree
节点。- 指定者:
-
visitPrimitiveType
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitArrayType
访问ArrayTypeTree
节点。- 指定者:
-
visitArrayType
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitParameterizedType
访问ParameterizedTypeTree
节点。- 指定者:
-
visitParameterizedType
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitUnionType
访问UnionTypeTree
节点。- 指定者:
-
visitUnionType
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitIntersectionType
访问IntersectionTypeTree
节点。- 指定者:
-
visitIntersectionType
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitTypeParameter
访问TypeParameterTree
节点。- 指定者:
-
visitTypeParameter
在接口TreeVisitor<R,
中P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitWildcard
访问WildcardTypeTree
节点。- 指定者:
-
visitWildcard
在接口TreeVisitor<R,
中P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitModifiers
访问ModifiersTree
节点。- 指定者:
-
visitModifiers
在接口TreeVisitor<R,
中P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitAnnotation
访问AnnotatedTree
节点。- 指定者:
-
visitAnnotation
在接口TreeVisitor<R,
中P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitAnnotatedType
访问AnnotatedTypeTree
节点。- 指定者:
-
visitAnnotatedType
在接口TreeVisitor<R,
中P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitModule
访问ModuleTree
节点。- 指定者:
-
visitModule
在接口TreeVisitor<R,
中P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitExports
访问ExportsTree
节点。- 指定者:
-
visitExports
在接口TreeVisitor<R,
中P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitOpens
访问OpensTree
节点。- 指定者:
-
visitOpens
在接口TreeVisitor<R,
中P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitProvides
访问ProvidesTree
节点。- 指定者:
-
visitProvides
在接口TreeVisitor<R,
中P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitRequires
访问RequiresTree
节点。- 指定者:
-
visitRequires
在接口TreeVisitor<R,
中P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitUses
访问UsesTree
节点。- 指定者:
-
visitUses
在接口TreeVisitor<R,
中P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitErroneous
访问ErroneousTree
节点。- 指定者:
-
visitErroneous
在接口TreeVisitor<R,
中P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitOther
访问Tree
节点的未知类型。如果语言演变并向Tree
层次结构添加新类型的节点,则可能会发生这种情况。- 指定者:
-
visitOther
在接口TreeVisitor<R,
中P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 参数值 - 返回:
-
defaultAction
的结果
-
visitYield
访问YieldTree
节点。- 指定由:
-
visitYield
在接口TreeVisitor<R,
P> - 实现要求:
-
此实现调用
defaultAction
。 - 参数:
-
node
- 正在访问的节点 -
p
- 一个参数值 - 返回:
-
defaultAction
的结果
-