class RubyParserBaseVisitor[T] extends AbstractParseTreeVisitor[T] with RubyParserVisitor[T]
This class provides an empty implementation of RubyParserVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.
- Alphabetic
- By Inheritance
- RubyParserBaseVisitor
- RubyParserVisitor
- AbstractParseTreeVisitor
- ParseTreeVisitor
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new RubyParserBaseVisitor()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def aggregateResult(arg0: T, arg1: T): T
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def defaultResult(): T
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def shouldVisitNextChild(arg0: RuleNode, arg1: T): Boolean
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def visit(arg0: ParseTree): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
- def visitAdditiveExpression(ctx: AdditiveExpressionContext): T
Visit a parse tree produced by the
additiveExpressionlabeled alternative inRubyParser#expression.Visit a parse tree produced by the
additiveExpressionlabeled alternative inRubyParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitAliasStatement(ctx: AliasStatementContext): T
Visit a parse tree produced by the
aliasStatementlabeled alternative inRubyParser#statement.Visit a parse tree produced by the
aliasStatementlabeled alternative inRubyParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitArgsAndDoBlockAndMethodIdCommandWithDoBlock(ctx: ArgsAndDoBlockAndMethodIdCommandWithDoBlockContext): T
Visit a parse tree produced by the
argsAndDoBlockAndMethodIdCommandWithDoBlocklabeled alternative inRubyParser#commandWithDoBlock.Visit a parse tree produced by the
argsAndDoBlockAndMethodIdCommandWithDoBlocklabeled alternative inRubyParser#commandWithDoBlock.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitArgsAndDoBlockCommandWithDoBlock(ctx: ArgsAndDoBlockCommandWithDoBlockContext): T
Visit a parse tree produced by the
argsAndDoBlockCommandWithDoBlocklabeled alternative inRubyParser#commandWithDoBlock.Visit a parse tree produced by the
argsAndDoBlockCommandWithDoBlocklabeled alternative inRubyParser#commandWithDoBlock.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitArgsOnlyArgumentsWithParentheses(ctx: ArgsOnlyArgumentsWithParenthesesContext): T
Visit a parse tree produced by the
argsOnlyArgumentsWithParentheseslabeled alternative inRubyParser#argumentsWithParentheses.Visit a parse tree produced by the
argsOnlyArgumentsWithParentheseslabeled alternative inRubyParser#argumentsWithParentheses.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitArgumentsWithoutParentheses(ctx: ArgumentsWithoutParenthesesContext): T
Visit a parse tree produced by
RubyParser#argumentsWithoutParentheses.Visit a parse tree produced by
RubyParser#argumentsWithoutParentheses.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitArrayConstructor(ctx: ArrayConstructorContext): T
Visit a parse tree produced by
RubyParser#arrayConstructor.Visit a parse tree produced by
RubyParser#arrayConstructor.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitArrayConstructorPrimary(ctx: ArrayConstructorPrimaryContext): T
Visit a parse tree produced by the
arrayConstructorPrimarylabeled alternative inRubyParser#primary.Visit a parse tree produced by the
arrayConstructorPrimarylabeled alternative inRubyParser#primary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitArrayParameter(ctx: ArrayParameterContext): T
Visit a parse tree produced by
RubyParser#arrayParameter.Visit a parse tree produced by
RubyParser#arrayParameter.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitAssignmentLikeMethodIdentifier(ctx: AssignmentLikeMethodIdentifierContext): T
Visit a parse tree produced by
RubyParser#assignmentLikeMethodIdentifier.Visit a parse tree produced by
RubyParser#assignmentLikeMethodIdentifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitAssociation(ctx: AssociationContext): T
Visit a parse tree produced by
RubyParser#association.Visit a parse tree produced by
RubyParser#association.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitAssociations(ctx: AssociationsContext): T
Visit a parse tree produced by
RubyParser#associations.Visit a parse tree produced by
RubyParser#associations.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitAssociationsOnlyIndexingArguments(ctx: AssociationsOnlyIndexingArgumentsContext): T
Visit a parse tree produced by the
associationsOnlyIndexingArgumentslabeled alternative inRubyParser#indexingArguments.Visit a parse tree produced by the
associationsOnlyIndexingArgumentslabeled alternative inRubyParser#indexingArguments.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitBeginExpression(ctx: BeginExpressionContext): T
Visit a parse tree produced by
RubyParser#beginExpression.Visit a parse tree produced by
RubyParser#beginExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitBeginExpressionPrimary(ctx: BeginExpressionPrimaryContext): T
Visit a parse tree produced by the
beginExpressionPrimarylabeled alternative inRubyParser#primary.Visit a parse tree produced by the
beginExpressionPrimarylabeled alternative inRubyParser#primary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitBeginStatement(ctx: BeginStatementContext): T
Visit a parse tree produced by the
beginStatementlabeled alternative inRubyParser#statement.Visit a parse tree produced by the
beginStatementlabeled alternative inRubyParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitBitwiseAndExpression(ctx: BitwiseAndExpressionContext): T
Visit a parse tree produced by the
bitwiseAndExpressionlabeled alternative inRubyParser#expression.Visit a parse tree produced by the
bitwiseAndExpressionlabeled alternative inRubyParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitBitwiseOrExpression(ctx: BitwiseOrExpressionContext): T
Visit a parse tree produced by the
bitwiseOrExpressionlabeled alternative inRubyParser#expression.Visit a parse tree produced by the
bitwiseOrExpressionlabeled alternative inRubyParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitBitwiseShiftExpression(ctx: BitwiseShiftExpressionContext): T
Visit a parse tree produced by the
bitwiseShiftExpressionlabeled alternative inRubyParser#expression.Visit a parse tree produced by the
bitwiseShiftExpressionlabeled alternative inRubyParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitBlankArgsArgumentsWithParentheses(ctx: BlankArgsArgumentsWithParenthesesContext): T
Visit a parse tree produced by the
blankArgsArgumentsWithParentheseslabeled alternative inRubyParser#argumentsWithParentheses.Visit a parse tree produced by the
blankArgsArgumentsWithParentheseslabeled alternative inRubyParser#argumentsWithParentheses.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitBlock(ctx: BlockContext): T
Visit a parse tree produced by
RubyParser#block.Visit a parse tree produced by
RubyParser#block.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitBlockArgument(ctx: BlockArgumentContext): T
Visit a parse tree produced by
RubyParser#blockArgument.Visit a parse tree produced by
RubyParser#blockArgument.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitBlockArgumentTypeArguments(ctx: BlockArgumentTypeArgumentsContext): T
Visit a parse tree produced by the
blockArgumentTypeArgumentslabeled alternative inRubyParser#arguments.Visit a parse tree produced by the
blockArgumentTypeArgumentslabeled alternative inRubyParser#arguments.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitBlockExprAssocTypeArguments(ctx: BlockExprAssocTypeArgumentsContext): T
Visit a parse tree produced by the
blockExprAssocTypeArgumentslabeled alternative inRubyParser#arguments.Visit a parse tree produced by the
blockExprAssocTypeArgumentslabeled alternative inRubyParser#arguments.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitBlockParameter(ctx: BlockParameterContext): T
Visit a parse tree produced by
RubyParser#blockParameter.Visit a parse tree produced by
RubyParser#blockParameter.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitBlockParameters(ctx: BlockParametersContext): T
Visit a parse tree produced by
RubyParser#blockParameters.Visit a parse tree produced by
RubyParser#blockParameters.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitBlockSplattingExprAssocTypeArguments(ctx: BlockSplattingExprAssocTypeArgumentsContext): T
Visit a parse tree produced by the
blockSplattingExprAssocTypeArgumentslabeled alternative inRubyParser#arguments.Visit a parse tree produced by the
blockSplattingExprAssocTypeArgumentslabeled alternative inRubyParser#arguments.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitBlockSplattingTypeArguments(ctx: BlockSplattingTypeArgumentsContext): T
Visit a parse tree produced by the
blockSplattingTypeArgumentslabeled alternative inRubyParser#arguments.Visit a parse tree produced by the
blockSplattingTypeArgumentslabeled alternative inRubyParser#arguments.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitBodyStatement(ctx: BodyStatementContext): T
Visit a parse tree produced by
RubyParser#bodyStatement.Visit a parse tree produced by
RubyParser#bodyStatement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitBraceBlock(ctx: BraceBlockContext): T
Visit a parse tree produced by
RubyParser#braceBlock.Visit a parse tree produced by
RubyParser#braceBlock.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitBreakArgsInvocationWithoutParentheses(ctx: BreakArgsInvocationWithoutParenthesesContext): T
Visit a parse tree produced by the
breakArgsInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.Visit a parse tree produced by the
breakArgsInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitCaseExpression(ctx: CaseExpressionContext): T
Visit a parse tree produced by
RubyParser#caseExpression.Visit a parse tree produced by
RubyParser#caseExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitCaseExpressionPrimary(ctx: CaseExpressionPrimaryContext): T
Visit a parse tree produced by the
caseExpressionPrimarylabeled alternative inRubyParser#primary.Visit a parse tree produced by the
caseExpressionPrimarylabeled alternative inRubyParser#primary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitChainedCommandDoBlockDorCol2mNameArgsInvocationWithoutParentheses(ctx: ChainedCommandDoBlockDorCol2mNameArgsInvocationWithoutParenthesesContext): T
Visit a parse tree produced by the
chainedCommandDoBlockDorCol2mNameArgsInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.Visit a parse tree produced by the
chainedCommandDoBlockDorCol2mNameArgsInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitChainedCommandDoBlockInvocationWithoutParentheses(ctx: ChainedCommandDoBlockInvocationWithoutParenthesesContext): T
Visit a parse tree produced by the
chainedCommandDoBlockInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.Visit a parse tree produced by the
chainedCommandDoBlockInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitChainedCommandWithDoBlock(ctx: ChainedCommandWithDoBlockContext): T
Visit a parse tree produced by
RubyParser#chainedCommandWithDoBlock.Visit a parse tree produced by
RubyParser#chainedCommandWithDoBlock.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitChainedCommandWithDoBlockOnlyArgumentsWithParentheses(ctx: ChainedCommandWithDoBlockOnlyArgumentsWithParenthesesContext): T
Visit a parse tree produced by the
chainedCommandWithDoBlockOnlyArgumentsWithParentheseslabeled alternative inRubyParser#argumentsWithParentheses.Visit a parse tree produced by the
chainedCommandWithDoBlockOnlyArgumentsWithParentheseslabeled alternative inRubyParser#argumentsWithParentheses.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitChainedInvocationPrimary(ctx: ChainedInvocationPrimaryContext): T
Visit a parse tree produced by the
chainedInvocationPrimarylabeled alternative inRubyParser#primary.Visit a parse tree produced by the
chainedInvocationPrimarylabeled alternative inRubyParser#primary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitChainedInvocationWithoutArgumentsPrimary(ctx: ChainedInvocationWithoutArgumentsPrimaryContext): T
Visit a parse tree produced by the
chainedInvocationWithoutArgumentsPrimarylabeled alternative inRubyParser#primary.Visit a parse tree produced by the
chainedInvocationWithoutArgumentsPrimarylabeled alternative inRubyParser#primary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitChainedScopedConstantReferencePrimary(ctx: ChainedScopedConstantReferencePrimaryContext): T
Visit a parse tree produced by the
chainedScopedConstantReferencePrimarylabeled alternative inRubyParser#primary.Visit a parse tree produced by the
chainedScopedConstantReferencePrimarylabeled alternative inRubyParser#primary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitChildren(arg0: RuleNode): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
- def visitClassDefinition(ctx: ClassDefinitionContext): T
Visit a parse tree produced by
RubyParser#classDefinition.Visit a parse tree produced by
RubyParser#classDefinition.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitClassDefinitionPrimary(ctx: ClassDefinitionPrimaryContext): T
Visit a parse tree produced by the
classDefinitionPrimarylabeled alternative inRubyParser#primary.Visit a parse tree produced by the
classDefinitionPrimarylabeled alternative inRubyParser#primary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitClassOrModuleReference(ctx: ClassOrModuleReferenceContext): T
Visit a parse tree produced by
RubyParser#classOrModuleReference.Visit a parse tree produced by
RubyParser#classOrModuleReference.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitCommand(ctx: CommandContext): T
Visit a parse tree produced by
RubyParser#command.Visit a parse tree produced by
RubyParser#command.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitCommandOnlyIndexingArguments(ctx: CommandOnlyIndexingArgumentsContext): T
Visit a parse tree produced by the
commandOnlyIndexingArgumentslabeled alternative inRubyParser#indexingArguments.Visit a parse tree produced by the
commandOnlyIndexingArgumentslabeled alternative inRubyParser#indexingArguments.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitCommandTypeArguments(ctx: CommandTypeArgumentsContext): T
Visit a parse tree produced by the
commandTypeArgumentslabeled alternative inRubyParser#arguments.Visit a parse tree produced by the
commandTypeArgumentslabeled alternative inRubyParser#arguments.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitCompoundStatement(ctx: CompoundStatementContext): T
Visit a parse tree produced by
RubyParser#compoundStatement.Visit a parse tree produced by
RubyParser#compoundStatement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitConditionalOperatorExpression(ctx: ConditionalOperatorExpressionContext): T
Visit a parse tree produced by the
conditionalOperatorExpressionlabeled alternative inRubyParser#expression.Visit a parse tree produced by the
conditionalOperatorExpressionlabeled alternative inRubyParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitDefinedMethodName(ctx: DefinedMethodNameContext): T
Visit a parse tree produced by
RubyParser#definedMethodName.Visit a parse tree produced by
RubyParser#definedMethodName.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitDefinedMethodNameOrSymbol(ctx: DefinedMethodNameOrSymbolContext): T
Visit a parse tree produced by
RubyParser#definedMethodNameOrSymbol.Visit a parse tree produced by
RubyParser#definedMethodNameOrSymbol.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitDoBlock(ctx: DoBlockContext): T
Visit a parse tree produced by
RubyParser#doBlock.Visit a parse tree produced by
RubyParser#doBlock.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitDoClause(ctx: DoClauseContext): T
Visit a parse tree produced by
RubyParser#doClause.Visit a parse tree produced by
RubyParser#doClause.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitDoubleQuotedStringLiteral(ctx: DoubleQuotedStringLiteralContext): T
Visit a parse tree produced by the
doubleQuotedStringLiterallabeled alternative inRubyParser#literal.Visit a parse tree produced by the
doubleQuotedStringLiterallabeled alternative inRubyParser#literal.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitElseClause(ctx: ElseClauseContext): T
Visit a parse tree produced by
RubyParser#elseClause.Visit a parse tree produced by
RubyParser#elseClause.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitElsifClause(ctx: ElsifClauseContext): T
Visit a parse tree produced by
RubyParser#elsifClause.Visit a parse tree produced by
RubyParser#elsifClause.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitEncodingPseudoVariableIdentifier(ctx: EncodingPseudoVariableIdentifierContext): T
Visit a parse tree produced by the
encodingPseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.Visit a parse tree produced by the
encodingPseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitEndStatement(ctx: EndStatementContext): T
Visit a parse tree produced by the
endStatementlabeled alternative inRubyParser#statement.Visit a parse tree produced by the
endStatementlabeled alternative inRubyParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitEnsureClause(ctx: EnsureClauseContext): T
Visit a parse tree produced by
RubyParser#ensureClause.Visit a parse tree produced by
RubyParser#ensureClause.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitEqualityExpression(ctx: EqualityExpressionContext): T
Visit a parse tree produced by the
equalityExpressionlabeled alternative inRubyParser#expression.Visit a parse tree produced by the
equalityExpressionlabeled alternative inRubyParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitErrorNode(arg0: ErrorNode): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
- def visitExceptionClass(ctx: ExceptionClassContext): T
Visit a parse tree produced by
RubyParser#exceptionClass.Visit a parse tree produced by
RubyParser#exceptionClass.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitExceptionVariableAssignment(ctx: ExceptionVariableAssignmentContext): T
Visit a parse tree produced by
RubyParser#exceptionVariableAssignment.Visit a parse tree produced by
RubyParser#exceptionVariableAssignment.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitExpressionExpressionOrCommand(ctx: ExpressionExpressionOrCommandContext): T
Visit a parse tree produced by the
expressionExpressionOrCommandlabeled alternative inRubyParser#expressionOrCommand.Visit a parse tree produced by the
expressionExpressionOrCommandlabeled alternative inRubyParser#expressionOrCommand.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitExpressionOrCommandStatement(ctx: ExpressionOrCommandStatementContext): T
Visit a parse tree produced by the
expressionOrCommandStatementlabeled alternative inRubyParser#statement.Visit a parse tree produced by the
expressionOrCommandStatementlabeled alternative inRubyParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitExpressionOrCommands(ctx: ExpressionOrCommandsContext): T
Visit a parse tree produced by
RubyParser#expressionOrCommands.Visit a parse tree produced by
RubyParser#expressionOrCommands.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitExpressions(ctx: ExpressionsContext): T
Visit a parse tree produced by
RubyParser#expressions.Visit a parse tree produced by
RubyParser#expressions.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitExpressionsAndChainedCommandWithDoBlockArgumentsWithParentheses(ctx: ExpressionsAndChainedCommandWithDoBlockArgumentsWithParenthesesContext): T
Visit a parse tree produced by the
expressionsAndChainedCommandWithDoBlockArgumentsWithParentheseslabeled alternative inRubyParser#argumentsWithParentheses.Visit a parse tree produced by the
expressionsAndChainedCommandWithDoBlockArgumentsWithParentheseslabeled alternative inRubyParser#argumentsWithParentheses.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitExpressionsAndSplattingIndexingArguments(ctx: ExpressionsAndSplattingIndexingArgumentsContext): T
Visit a parse tree produced by the
expressionsAndSplattingIndexingArgumentslabeled alternative inRubyParser#indexingArguments.Visit a parse tree produced by the
expressionsAndSplattingIndexingArgumentslabeled alternative inRubyParser#indexingArguments.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitExpressionsOnlyIndexingArguments(ctx: ExpressionsOnlyIndexingArgumentsContext): T
Visit a parse tree produced by the
expressionsOnlyIndexingArgumentslabeled alternative inRubyParser#indexingArguments.Visit a parse tree produced by the
expressionsOnlyIndexingArgumentslabeled alternative inRubyParser#indexingArguments.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitFalsePseudoVariableIdentifier(ctx: FalsePseudoVariableIdentifierContext): T
Visit a parse tree produced by the
falsePseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.Visit a parse tree produced by the
falsePseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitFilePseudoVariableIdentifier(ctx: FilePseudoVariableIdentifierContext): T
Visit a parse tree produced by the
filePseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.Visit a parse tree produced by the
filePseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitForExpression(ctx: ForExpressionContext): T
Visit a parse tree produced by
RubyParser#forExpression.Visit a parse tree produced by
RubyParser#forExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitForExpressionPrimary(ctx: ForExpressionPrimaryContext): T
Visit a parse tree produced by the
forExpressionPrimarylabeled alternative inRubyParser#primary.Visit a parse tree produced by the
forExpressionPrimarylabeled alternative inRubyParser#primary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitForVariable(ctx: ForVariableContext): T
Visit a parse tree produced by
RubyParser#forVariable.Visit a parse tree produced by
RubyParser#forVariable.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitGroupedLeftHandSide(ctx: GroupedLeftHandSideContext): T
Visit a parse tree produced by
RubyParser#groupedLeftHandSide.Visit a parse tree produced by
RubyParser#groupedLeftHandSide.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitGroupedLeftHandSideOnlyMultipleLeftHandSide(ctx: GroupedLeftHandSideOnlyMultipleLeftHandSideContext): T
Visit a parse tree produced by the
groupedLeftHandSideOnlyMultipleLeftHandSidelabeled alternative inRubyParser#multipleLeftHandSide.Visit a parse tree produced by the
groupedLeftHandSideOnlyMultipleLeftHandSidelabeled alternative inRubyParser#multipleLeftHandSide.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitGroupingExpressionPrimary(ctx: GroupingExpressionPrimaryContext): T
Visit a parse tree produced by the
groupingExpressionPrimarylabeled alternative inRubyParser#primary.Visit a parse tree produced by the
groupingExpressionPrimarylabeled alternative inRubyParser#primary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitHashConstructor(ctx: HashConstructorContext): T
Visit a parse tree produced by
RubyParser#hashConstructor.Visit a parse tree produced by
RubyParser#hashConstructor.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitHashConstructorPrimary(ctx: HashConstructorPrimaryContext): T
Visit a parse tree produced by the
hashConstructorPrimarylabeled alternative inRubyParser#primary.Visit a parse tree produced by the
hashConstructorPrimarylabeled alternative inRubyParser#primary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitIfExpression(ctx: IfExpressionContext): T
Visit a parse tree produced by
RubyParser#ifExpression.Visit a parse tree produced by
RubyParser#ifExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitIfExpressionPrimary(ctx: IfExpressionPrimaryContext): T
Visit a parse tree produced by the
ifExpressionPrimarylabeled alternative inRubyParser#primary.Visit a parse tree produced by the
ifExpressionPrimarylabeled alternative inRubyParser#primary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitIndexingExpressionPrimary(ctx: IndexingExpressionPrimaryContext): T
Visit a parse tree produced by the
indexingExpressionPrimarylabeled alternative inRubyParser#primary.Visit a parse tree produced by the
indexingExpressionPrimarylabeled alternative inRubyParser#primary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitInterpolatedRegexSequence(ctx: InterpolatedRegexSequenceContext): T
Visit a parse tree produced by
RubyParser#interpolatedRegexSequence.Visit a parse tree produced by
RubyParser#interpolatedRegexSequence.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitInterpolatedStringSequence(ctx: InterpolatedStringSequenceContext): T
Visit a parse tree produced by
RubyParser#interpolatedStringSequence.Visit a parse tree produced by
RubyParser#interpolatedStringSequence.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitInvocationExpressionOrCommand(ctx: InvocationExpressionOrCommandContext): T
Visit a parse tree produced by the
invocationExpressionOrCommandlabeled alternative inRubyParser#expressionOrCommand.Visit a parse tree produced by the
invocationExpressionOrCommandlabeled alternative inRubyParser#expressionOrCommand.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitInvocationWithBlockOnlyPrimary(ctx: InvocationWithBlockOnlyPrimaryContext): T
Visit a parse tree produced by the
invocationWithBlockOnlyPrimarylabeled alternative inRubyParser#primary.Visit a parse tree produced by the
invocationWithBlockOnlyPrimarylabeled alternative inRubyParser#primary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitInvocationWithParenthesesPrimary(ctx: InvocationWithParenthesesPrimaryContext): T
Visit a parse tree produced by the
invocationWithParenthesesPrimarylabeled alternative inRubyParser#primary.Visit a parse tree produced by the
invocationWithParenthesesPrimarylabeled alternative inRubyParser#primary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitIsDefinedExpression(ctx: IsDefinedExpressionContext): T
Visit a parse tree produced by the
isDefinedExpressionlabeled alternative inRubyParser#expression.Visit a parse tree produced by the
isDefinedExpressionlabeled alternative inRubyParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitIsDefinedPrimary(ctx: IsDefinedPrimaryContext): T
Visit a parse tree produced by the
isDefinedPrimarylabeled alternative inRubyParser#primary.Visit a parse tree produced by the
isDefinedPrimarylabeled alternative inRubyParser#primary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitJumpExpression(ctx: JumpExpressionContext): T
Visit a parse tree produced by
RubyParser#jumpExpression.Visit a parse tree produced by
RubyParser#jumpExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitJumpExpressionPrimary(ctx: JumpExpressionPrimaryContext): T
Visit a parse tree produced by the
jumpExpressionPrimarylabeled alternative inRubyParser#primary.Visit a parse tree produced by the
jumpExpressionPrimarylabeled alternative inRubyParser#primary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitKeyword(ctx: KeywordContext): T
Visit a parse tree produced by
RubyParser#keyword.Visit a parse tree produced by
RubyParser#keyword.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitLinePseudoVariableIdentifier(ctx: LinePseudoVariableIdentifierContext): T
Visit a parse tree produced by the
linePseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.Visit a parse tree produced by the
linePseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitLiteralPrimary(ctx: LiteralPrimaryContext): T
Visit a parse tree produced by the
literalPrimarylabeled alternative inRubyParser#primary.Visit a parse tree produced by the
literalPrimarylabeled alternative inRubyParser#primary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitMandatoryParameters(ctx: MandatoryParametersContext): T
Visit a parse tree produced by
RubyParser#mandatoryParameters.Visit a parse tree produced by
RubyParser#mandatoryParameters.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitMethodDefinition(ctx: MethodDefinitionContext): T
Visit a parse tree produced by
RubyParser#methodDefinition.Visit a parse tree produced by
RubyParser#methodDefinition.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitMethodDefinitionPrimary(ctx: MethodDefinitionPrimaryContext): T
Visit a parse tree produced by the
methodDefinitionPrimarylabeled alternative inRubyParser#primary.Visit a parse tree produced by the
methodDefinitionPrimarylabeled alternative inRubyParser#primary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitMethodIdentifier(ctx: MethodIdentifierContext): T
Visit a parse tree produced by
RubyParser#methodIdentifier.Visit a parse tree produced by
RubyParser#methodIdentifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitMethodName(ctx: MethodNameContext): T
Visit a parse tree produced by
RubyParser#methodName.Visit a parse tree produced by
RubyParser#methodName.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitMethodOnlyIdentifier(ctx: MethodOnlyIdentifierContext): T
Visit a parse tree produced by
RubyParser#methodOnlyIdentifier.Visit a parse tree produced by
RubyParser#methodOnlyIdentifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitMethodOnlyIdentifierPrimary(ctx: MethodOnlyIdentifierPrimaryContext): T
Visit a parse tree produced by the
methodOnlyIdentifierPrimarylabeled alternative inRubyParser#primary.Visit a parse tree produced by the
methodOnlyIdentifierPrimarylabeled alternative inRubyParser#primary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitMethodParameterPart(ctx: MethodParameterPartContext): T
Visit a parse tree produced by
RubyParser#methodParameterPart.Visit a parse tree produced by
RubyParser#methodParameterPart.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitModifierStatement(ctx: ModifierStatementContext): T
Visit a parse tree produced by the
modifierStatementlabeled alternative inRubyParser#statement.Visit a parse tree produced by the
modifierStatementlabeled alternative inRubyParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitModuleDefinition(ctx: ModuleDefinitionContext): T
Visit a parse tree produced by
RubyParser#moduleDefinition.Visit a parse tree produced by
RubyParser#moduleDefinition.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitModuleDefinitionPrimary(ctx: ModuleDefinitionPrimaryContext): T
Visit a parse tree produced by the
moduleDefinitionPrimarylabeled alternative inRubyParser#primary.Visit a parse tree produced by the
moduleDefinitionPrimarylabeled alternative inRubyParser#primary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitMultipleAssignmentExpression(ctx: MultipleAssignmentExpressionContext): T
Visit a parse tree produced by the
multipleAssignmentExpressionlabeled alternative inRubyParser#expression.Visit a parse tree produced by the
multipleAssignmentExpressionlabeled alternative inRubyParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitMultipleLeftHandSideAndpackingLeftHandSideMultipleLeftHandSide(ctx: MultipleLeftHandSideAndpackingLeftHandSideMultipleLeftHandSideContext): T
Visit a parse tree produced by the
multipleLeftHandSideAndpackingLeftHandSideMultipleLeftHandSidelabeled alternative inRubyParser#multipleLeftHandSide.Visit a parse tree produced by the
multipleLeftHandSideAndpackingLeftHandSideMultipleLeftHandSidelabeled alternative inRubyParser#multipleLeftHandSide.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitMultipleLeftHandSideItem(ctx: MultipleLeftHandSideItemContext): T
Visit a parse tree produced by
RubyParser#multipleLeftHandSideItem.Visit a parse tree produced by
RubyParser#multipleLeftHandSideItem.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitMultipleRightHandSide(ctx: MultipleRightHandSideContext): T
Visit a parse tree produced by
RubyParser#multipleRightHandSide.Visit a parse tree produced by
RubyParser#multipleRightHandSide.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitMultiplicativeExpression(ctx: MultiplicativeExpressionContext): T
Visit a parse tree produced by the
multiplicativeExpressionlabeled alternative inRubyParser#expression.Visit a parse tree produced by the
multiplicativeExpressionlabeled alternative inRubyParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitNextArgsInvocationWithoutParentheses(ctx: NextArgsInvocationWithoutParenthesesContext): T
Visit a parse tree produced by the
nextArgsInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.Visit a parse tree produced by the
nextArgsInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitNilPseudoVariableIdentifier(ctx: NilPseudoVariableIdentifierContext): T
Visit a parse tree produced by the
nilPseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.Visit a parse tree produced by the
nilPseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitNotExpressionOrCommand(ctx: NotExpressionOrCommandContext): T
Visit a parse tree produced by the
notExpressionOrCommandlabeled alternative inRubyParser#expressionOrCommand.Visit a parse tree produced by the
notExpressionOrCommandlabeled alternative inRubyParser#expressionOrCommand.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitNumericLiteral(ctx: NumericLiteralContext): T
Visit a parse tree produced by
RubyParser#numericLiteral.Visit a parse tree produced by
RubyParser#numericLiteral.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitNumericLiteralLiteral(ctx: NumericLiteralLiteralContext): T
Visit a parse tree produced by the
numericLiteralLiterallabeled alternative inRubyParser#literal.Visit a parse tree produced by the
numericLiteralLiterallabeled alternative inRubyParser#literal.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitOperatorAndExpression(ctx: OperatorAndExpressionContext): T
Visit a parse tree produced by the
operatorAndExpressionlabeled alternative inRubyParser#expression.Visit a parse tree produced by the
operatorAndExpressionlabeled alternative inRubyParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitOperatorMethodName(ctx: OperatorMethodNameContext): T
Visit a parse tree produced by
RubyParser#operatorMethodName.Visit a parse tree produced by
RubyParser#operatorMethodName.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitOperatorOrExpression(ctx: OperatorOrExpressionContext): T
Visit a parse tree produced by the
operatorOrExpressionlabeled alternative inRubyParser#expression.Visit a parse tree produced by the
operatorOrExpressionlabeled alternative inRubyParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitOptionalParameter(ctx: OptionalParameterContext): T
Visit a parse tree produced by
RubyParser#optionalParameter.Visit a parse tree produced by
RubyParser#optionalParameter.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitOptionalParameters(ctx: OptionalParametersContext): T
Visit a parse tree produced by
RubyParser#optionalParameters.Visit a parse tree produced by
RubyParser#optionalParameters.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitOrAndExpressionOrCommand(ctx: OrAndExpressionOrCommandContext): T
Visit a parse tree produced by the
orAndExpressionOrCommandlabeled alternative inRubyParser#expressionOrCommand.Visit a parse tree produced by the
orAndExpressionOrCommandlabeled alternative inRubyParser#expressionOrCommand.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitPackingLeftHandSide(ctx: PackingLeftHandSideContext): T
Visit a parse tree produced by
RubyParser#packingLeftHandSide.Visit a parse tree produced by
RubyParser#packingLeftHandSide.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitPackingLeftHandSideOnlyMultipleLeftHandSide(ctx: PackingLeftHandSideOnlyMultipleLeftHandSideContext): T
Visit a parse tree produced by the
packingLeftHandSideOnlyMultipleLeftHandSidelabeled alternative inRubyParser#multipleLeftHandSide.Visit a parse tree produced by the
packingLeftHandSideOnlyMultipleLeftHandSidelabeled alternative inRubyParser#multipleLeftHandSide.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitParameters(ctx: ParametersContext): T
Visit a parse tree produced by
RubyParser#parameters.Visit a parse tree produced by
RubyParser#parameters.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitPowerExpression(ctx: PowerExpressionContext): T
Visit a parse tree produced by the
powerExpressionlabeled alternative inRubyParser#expression.Visit a parse tree produced by the
powerExpressionlabeled alternative inRubyParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitPrimaryExpression(ctx: PrimaryExpressionContext): T
Visit a parse tree produced by the
primaryExpressionlabeled alternative inRubyParser#expression.Visit a parse tree produced by the
primaryExpressionlabeled alternative inRubyParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitPrimaryInsideBracketsSingleLeftHandSide(ctx: PrimaryInsideBracketsSingleLeftHandSideContext): T
Visit a parse tree produced by the
primaryInsideBracketsSingleLeftHandSidelabeled alternative inRubyParser#singleLeftHandSide.Visit a parse tree produced by the
primaryInsideBracketsSingleLeftHandSidelabeled alternative inRubyParser#singleLeftHandSide.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitPrimaryMethodArgsDoBlockCommandWithDoBlock(ctx: PrimaryMethodArgsDoBlockCommandWithDoBlockContext): T
Visit a parse tree produced by the
primaryMethodArgsDoBlockCommandWithDoBlocklabeled alternative inRubyParser#commandWithDoBlock.Visit a parse tree produced by the
primaryMethodArgsDoBlockCommandWithDoBlocklabeled alternative inRubyParser#commandWithDoBlock.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitProcParameter(ctx: ProcParameterContext): T
Visit a parse tree produced by
RubyParser#procParameter.Visit a parse tree produced by
RubyParser#procParameter.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitProgram(ctx: ProgramContext): T
Visit a parse tree produced by
RubyParser#program.Visit a parse tree produced by
RubyParser#program.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitRangeExpression(ctx: RangeExpressionContext): T
Visit a parse tree produced by the
rangeExpressionlabeled alternative inRubyParser#expression.Visit a parse tree produced by the
rangeExpressionlabeled alternative inRubyParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitRegexInterpolation(ctx: RegexInterpolationContext): T
Visit a parse tree produced by
RubyParser#regexInterpolation.Visit a parse tree produced by
RubyParser#regexInterpolation.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitRegexInterpolationPrimary(ctx: RegexInterpolationPrimaryContext): T
Visit a parse tree produced by the
regexInterpolationPrimarylabeled alternative inRubyParser#primary.Visit a parse tree produced by the
regexInterpolationPrimarylabeled alternative inRubyParser#primary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitRegularExpressionLiteral(ctx: RegularExpressionLiteralContext): T
Visit a parse tree produced by the
regularExpressionLiterallabeled alternative inRubyParser#literal.Visit a parse tree produced by the
regularExpressionLiterallabeled alternative inRubyParser#literal.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitRelationalExpression(ctx: RelationalExpressionContext): T
Visit a parse tree produced by the
relationalExpressionlabeled alternative inRubyParser#expression.Visit a parse tree produced by the
relationalExpressionlabeled alternative inRubyParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitRescueClause(ctx: RescueClauseContext): T
Visit a parse tree produced by
RubyParser#rescueClause.Visit a parse tree produced by
RubyParser#rescueClause.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitReturnArgsInvocationWithoutParentheses(ctx: ReturnArgsInvocationWithoutParenthesesContext): T
Visit a parse tree produced by the
returnArgsInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.Visit a parse tree produced by the
returnArgsInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitScopedConstantAccessSingleLeftHandSide(ctx: ScopedConstantAccessSingleLeftHandSideContext): T
Visit a parse tree produced by the
scopedConstantAccessSingleLeftHandSidelabeled alternative inRubyParser#singleLeftHandSide.Visit a parse tree produced by the
scopedConstantAccessSingleLeftHandSidelabeled alternative inRubyParser#singleLeftHandSide.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitScopedConstantReference(ctx: ScopedConstantReferenceContext): T
Visit a parse tree produced by
RubyParser#scopedConstantReference.Visit a parse tree produced by
RubyParser#scopedConstantReference.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitSelfPseudoVariableIdentifier(ctx: SelfPseudoVariableIdentifierContext): T
Visit a parse tree produced by the
selfPseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.Visit a parse tree produced by the
selfPseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitSeparator(ctx: SeparatorContext): T
Visit a parse tree produced by
RubyParser#separator.Visit a parse tree produced by
RubyParser#separator.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitSeparators(ctx: SeparatorsContext): T
Visit a parse tree produced by
RubyParser#separators.Visit a parse tree produced by
RubyParser#separators.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitSimpleMethodNamePart(ctx: SimpleMethodNamePartContext): T
Visit a parse tree produced by the
simpleMethodNamePartlabeled alternative inRubyParser#methodNamePart.Visit a parse tree produced by the
simpleMethodNamePartlabeled alternative inRubyParser#methodNamePart.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitSimpleScopedConstantReferencePrimary(ctx: SimpleScopedConstantReferencePrimaryContext): T
Visit a parse tree produced by the
simpleScopedConstantReferencePrimarylabeled alternative inRubyParser#primary.Visit a parse tree produced by the
simpleScopedConstantReferencePrimarylabeled alternative inRubyParser#primary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitSingleAssignmentExpression(ctx: SingleAssignmentExpressionContext): T
Visit a parse tree produced by the
singleAssignmentExpressionlabeled alternative inRubyParser#expression.Visit a parse tree produced by the
singleAssignmentExpressionlabeled alternative inRubyParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitSingleCommandOnlyInvocationWithoutParentheses(ctx: SingleCommandOnlyInvocationWithoutParenthesesContext): T
Visit a parse tree produced by the
singleCommandOnlyInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.Visit a parse tree produced by the
singleCommandOnlyInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitSingleQuotedStringLiteral(ctx: SingleQuotedStringLiteralContext): T
Visit a parse tree produced by the
singleQuotedStringLiterallabeled alternative inRubyParser#literal.Visit a parse tree produced by the
singleQuotedStringLiterallabeled alternative inRubyParser#literal.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitSingletonMethodNamePart(ctx: SingletonMethodNamePartContext): T
Visit a parse tree produced by the
singletonMethodNamePartlabeled alternative inRubyParser#methodNamePart.Visit a parse tree produced by the
singletonMethodNamePartlabeled alternative inRubyParser#methodNamePart.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitSingletonObject(ctx: SingletonObjectContext): T
Visit a parse tree produced by
RubyParser#singletonObject.Visit a parse tree produced by
RubyParser#singletonObject.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitSplattingArgument(ctx: SplattingArgumentContext): T
Visit a parse tree produced by
RubyParser#splattingArgument.Visit a parse tree produced by
RubyParser#splattingArgument.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitSplattingOnlyIndexingArguments(ctx: SplattingOnlyIndexingArgumentsContext): T
Visit a parse tree produced by the
splattingOnlyIndexingArgumentslabeled alternative inRubyParser#indexingArguments.Visit a parse tree produced by the
splattingOnlyIndexingArgumentslabeled alternative inRubyParser#indexingArguments.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitStatements(ctx: StatementsContext): T
Visit a parse tree produced by
RubyParser#statements.Visit a parse tree produced by
RubyParser#statements.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitStringInterpolation(ctx: StringInterpolationContext): T
Visit a parse tree produced by
RubyParser#stringInterpolation.Visit a parse tree produced by
RubyParser#stringInterpolation.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitStringInterpolationPrimary(ctx: StringInterpolationPrimaryContext): T
Visit a parse tree produced by the
stringInterpolationPrimarylabeled alternative inRubyParser#primary.Visit a parse tree produced by the
stringInterpolationPrimarylabeled alternative inRubyParser#primary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitSuperExpressionPrimary(ctx: SuperExpressionPrimaryContext): T
Visit a parse tree produced by the
superExpressionPrimarylabeled alternative inRubyParser#primary.Visit a parse tree produced by the
superExpressionPrimarylabeled alternative inRubyParser#primary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitSymbol(ctx: SymbolContext): T
Visit a parse tree produced by
RubyParser#symbol.Visit a parse tree produced by
RubyParser#symbol.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitSymbolLiteral(ctx: SymbolLiteralContext): T
Visit a parse tree produced by the
symbolLiterallabeled alternative inRubyParser#literal.Visit a parse tree produced by the
symbolLiterallabeled alternative inRubyParser#literal.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitTerminal(arg0: TerminalNode): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
- def visitThenClause(ctx: ThenClauseContext): T
Visit a parse tree produced by
RubyParser#thenClause.Visit a parse tree produced by
RubyParser#thenClause.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitTruePseudoVariableIdentifier(ctx: TruePseudoVariableIdentifierContext): T
Visit a parse tree produced by the
truePseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.Visit a parse tree produced by the
truePseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitUnaryExpression(ctx: UnaryExpressionContext): T
Visit a parse tree produced by the
unaryExpressionlabeled alternative inRubyParser#expression.Visit a parse tree produced by the
unaryExpressionlabeled alternative inRubyParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitUnaryMinusExpression(ctx: UnaryMinusExpressionContext): T
Visit a parse tree produced by the
unaryMinusExpressionlabeled alternative inRubyParser#expression.Visit a parse tree produced by the
unaryMinusExpressionlabeled alternative inRubyParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitUndefStatement(ctx: UndefStatementContext): T
Visit a parse tree produced by the
undefStatementlabeled alternative inRubyParser#statement.Visit a parse tree produced by the
undefStatementlabeled alternative inRubyParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitUnlessExpression(ctx: UnlessExpressionContext): T
Visit a parse tree produced by
RubyParser#unlessExpression.Visit a parse tree produced by
RubyParser#unlessExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitUnlessExpressionPrimary(ctx: UnlessExpressionPrimaryContext): T
Visit a parse tree produced by the
unlessExpressionPrimarylabeled alternative inRubyParser#primary.Visit a parse tree produced by the
unlessExpressionPrimarylabeled alternative inRubyParser#primary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitUnsignedNumericLiteral(ctx: UnsignedNumericLiteralContext): T
Visit a parse tree produced by
RubyParser#unsignedNumericLiteral.Visit a parse tree produced by
RubyParser#unsignedNumericLiteral.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitUntilExpression(ctx: UntilExpressionContext): T
Visit a parse tree produced by
RubyParser#untilExpression.Visit a parse tree produced by
RubyParser#untilExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitUntilExpressionPrimary(ctx: UntilExpressionPrimaryContext): T
Visit a parse tree produced by the
untilExpressionPrimarylabeled alternative inRubyParser#primary.Visit a parse tree produced by the
untilExpressionPrimarylabeled alternative inRubyParser#primary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitVariableIdentifier(ctx: VariableIdentifierContext): T
Visit a parse tree produced by
RubyParser#variableIdentifier.Visit a parse tree produced by
RubyParser#variableIdentifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitVariableIdentifierOnlySingleLeftHandSide(ctx: VariableIdentifierOnlySingleLeftHandSideContext): T
Visit a parse tree produced by the
variableIdentifierOnlySingleLeftHandSidelabeled alternative inRubyParser#singleLeftHandSide.Visit a parse tree produced by the
variableIdentifierOnlySingleLeftHandSidelabeled alternative inRubyParser#singleLeftHandSide.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitVariableReference(ctx: VariableReferenceContext): T
Visit a parse tree produced by
RubyParser#variableReference.Visit a parse tree produced by
RubyParser#variableReference.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitVariableReferencePrimary(ctx: VariableReferencePrimaryContext): T
Visit a parse tree produced by the
variableReferencePrimarylabeled alternative inRubyParser#primary.Visit a parse tree produced by the
variableReferencePrimarylabeled alternative inRubyParser#primary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitWhenArgument(ctx: WhenArgumentContext): T
Visit a parse tree produced by
RubyParser#whenArgument.Visit a parse tree produced by
RubyParser#whenArgument.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitWhenClause(ctx: WhenClauseContext): T
Visit a parse tree produced by
RubyParser#whenClause.Visit a parse tree produced by
RubyParser#whenClause.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitWhileExpression(ctx: WhileExpressionContext): T
Visit a parse tree produced by
RubyParser#whileExpression.Visit a parse tree produced by
RubyParser#whileExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitWhileExpressionPrimary(ctx: WhileExpressionPrimaryContext): T
Visit a parse tree produced by the
whileExpressionPrimarylabeled alternative inRubyParser#primary.Visit a parse tree produced by the
whileExpressionPrimarylabeled alternative inRubyParser#primary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitWsOrNl(ctx: WsOrNlContext): T
Visit a parse tree produced by
RubyParser#wsOrNl.Visit a parse tree produced by
RubyParser#wsOrNl.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitXdotySingleLeftHandSide(ctx: XdotySingleLeftHandSideContext): T
Visit a parse tree produced by the
xdotySingleLeftHandSidelabeled alternative inRubyParser#singleLeftHandSide.Visit a parse tree produced by the
xdotySingleLeftHandSidelabeled alternative inRubyParser#singleLeftHandSide.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitYieldWithOptionalArgument(ctx: YieldWithOptionalArgumentContext): T
Visit a parse tree produced by
RubyParser#yieldWithOptionalArgument.Visit a parse tree produced by
RubyParser#yieldWithOptionalArgument.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- def visitYieldWithOptionalArgumentPrimary(ctx: YieldWithOptionalArgumentPrimaryContext): T
Visit a parse tree produced by the
yieldWithOptionalArgumentPrimarylabeled alternative inRubyParser#primary.Visit a parse tree produced by the
yieldWithOptionalArgumentPrimarylabeled alternative inRubyParser#primary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- RubyParserBaseVisitor → RubyParserVisitor
- Annotations
- @Override()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated