class RubyParserBaseListener extends RubyParserListener
This class provides an empty implementation of RubyParserListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.
- Alphabetic
- By Inheritance
- RubyParserBaseListener
- RubyParserListener
- ParseTreeListener
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new RubyParserBaseListener()
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
- 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 enterAdditiveExpression(ctx: AdditiveExpressionContext): Unit
Enter a parse tree produced by the
additiveExpressionlabeled alternative inRubyParser#expression.Enter a parse tree produced by the
additiveExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterAliasStatement(ctx: AliasStatementContext): Unit
Enter a parse tree produced by the
aliasStatementlabeled alternative inRubyParser#statement.Enter a parse tree produced by the
aliasStatementlabeled alternative inRubyParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterArgsAndDoBlockAndMethodIdCommandWithDoBlock(ctx: ArgsAndDoBlockAndMethodIdCommandWithDoBlockContext): Unit
Enter a parse tree produced by the
argsAndDoBlockAndMethodIdCommandWithDoBlocklabeled alternative inRubyParser#commandWithDoBlock.Enter a parse tree produced by the
argsAndDoBlockAndMethodIdCommandWithDoBlocklabeled alternative inRubyParser#commandWithDoBlock.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterArgsAndDoBlockCommandWithDoBlock(ctx: ArgsAndDoBlockCommandWithDoBlockContext): Unit
Enter a parse tree produced by the
argsAndDoBlockCommandWithDoBlocklabeled alternative inRubyParser#commandWithDoBlock.Enter a parse tree produced by the
argsAndDoBlockCommandWithDoBlocklabeled alternative inRubyParser#commandWithDoBlock.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterArgsOnlyArgumentsWithParentheses(ctx: ArgsOnlyArgumentsWithParenthesesContext): Unit
Enter a parse tree produced by the
argsOnlyArgumentsWithParentheseslabeled alternative inRubyParser#argumentsWithParentheses.Enter a parse tree produced by the
argsOnlyArgumentsWithParentheseslabeled alternative inRubyParser#argumentsWithParentheses.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterArgumentsWithoutParentheses(ctx: ArgumentsWithoutParenthesesContext): Unit
Enter a parse tree produced by
RubyParser#argumentsWithoutParentheses.Enter a parse tree produced by
RubyParser#argumentsWithoutParentheses.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterArrayConstructor(ctx: ArrayConstructorContext): Unit
Enter a parse tree produced by
RubyParser#arrayConstructor.Enter a parse tree produced by
RubyParser#arrayConstructor.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterArrayConstructorPrimary(ctx: ArrayConstructorPrimaryContext): Unit
Enter a parse tree produced by the
arrayConstructorPrimarylabeled alternative inRubyParser#primary.Enter a parse tree produced by the
arrayConstructorPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterArrayParameter(ctx: ArrayParameterContext): Unit
Enter a parse tree produced by
RubyParser#arrayParameter.Enter a parse tree produced by
RubyParser#arrayParameter.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterAssignmentLikeMethodIdentifier(ctx: AssignmentLikeMethodIdentifierContext): Unit
Enter a parse tree produced by
RubyParser#assignmentLikeMethodIdentifier.Enter a parse tree produced by
RubyParser#assignmentLikeMethodIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterAssociation(ctx: AssociationContext): Unit
Enter a parse tree produced by
RubyParser#association.Enter a parse tree produced by
RubyParser#association.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterAssociations(ctx: AssociationsContext): Unit
Enter a parse tree produced by
RubyParser#associations.Enter a parse tree produced by
RubyParser#associations.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterAssociationsOnlyIndexingArguments(ctx: AssociationsOnlyIndexingArgumentsContext): Unit
Enter a parse tree produced by the
associationsOnlyIndexingArgumentslabeled alternative inRubyParser#indexingArguments.Enter a parse tree produced by the
associationsOnlyIndexingArgumentslabeled alternative inRubyParser#indexingArguments.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterBeginExpression(ctx: BeginExpressionContext): Unit
Enter a parse tree produced by
RubyParser#beginExpression.Enter a parse tree produced by
RubyParser#beginExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterBeginExpressionPrimary(ctx: BeginExpressionPrimaryContext): Unit
Enter a parse tree produced by the
beginExpressionPrimarylabeled alternative inRubyParser#primary.Enter a parse tree produced by the
beginExpressionPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterBeginStatement(ctx: BeginStatementContext): Unit
Enter a parse tree produced by the
beginStatementlabeled alternative inRubyParser#statement.Enter a parse tree produced by the
beginStatementlabeled alternative inRubyParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterBitwiseAndExpression(ctx: BitwiseAndExpressionContext): Unit
Enter a parse tree produced by the
bitwiseAndExpressionlabeled alternative inRubyParser#expression.Enter a parse tree produced by the
bitwiseAndExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterBitwiseOrExpression(ctx: BitwiseOrExpressionContext): Unit
Enter a parse tree produced by the
bitwiseOrExpressionlabeled alternative inRubyParser#expression.Enter a parse tree produced by the
bitwiseOrExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterBitwiseShiftExpression(ctx: BitwiseShiftExpressionContext): Unit
Enter a parse tree produced by the
bitwiseShiftExpressionlabeled alternative inRubyParser#expression.Enter a parse tree produced by the
bitwiseShiftExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterBlankArgsArgumentsWithParentheses(ctx: BlankArgsArgumentsWithParenthesesContext): Unit
Enter a parse tree produced by the
blankArgsArgumentsWithParentheseslabeled alternative inRubyParser#argumentsWithParentheses.Enter a parse tree produced by the
blankArgsArgumentsWithParentheseslabeled alternative inRubyParser#argumentsWithParentheses.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterBlock(ctx: BlockContext): Unit
Enter a parse tree produced by
RubyParser#block.Enter a parse tree produced by
RubyParser#block.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterBlockArgument(ctx: BlockArgumentContext): Unit
Enter a parse tree produced by
RubyParser#blockArgument.Enter a parse tree produced by
RubyParser#blockArgument.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterBlockArgumentTypeArguments(ctx: BlockArgumentTypeArgumentsContext): Unit
Enter a parse tree produced by the
blockArgumentTypeArgumentslabeled alternative inRubyParser#arguments.Enter a parse tree produced by the
blockArgumentTypeArgumentslabeled alternative inRubyParser#arguments.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterBlockExprAssocTypeArguments(ctx: BlockExprAssocTypeArgumentsContext): Unit
Enter a parse tree produced by the
blockExprAssocTypeArgumentslabeled alternative inRubyParser#arguments.Enter a parse tree produced by the
blockExprAssocTypeArgumentslabeled alternative inRubyParser#arguments.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterBlockParameter(ctx: BlockParameterContext): Unit
Enter a parse tree produced by
RubyParser#blockParameter.Enter a parse tree produced by
RubyParser#blockParameter.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterBlockParameters(ctx: BlockParametersContext): Unit
Enter a parse tree produced by
RubyParser#blockParameters.Enter a parse tree produced by
RubyParser#blockParameters.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterBlockSplattingExprAssocTypeArguments(ctx: BlockSplattingExprAssocTypeArgumentsContext): Unit
Enter a parse tree produced by the
blockSplattingExprAssocTypeArgumentslabeled alternative inRubyParser#arguments.Enter a parse tree produced by the
blockSplattingExprAssocTypeArgumentslabeled alternative inRubyParser#arguments.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterBlockSplattingTypeArguments(ctx: BlockSplattingTypeArgumentsContext): Unit
Enter a parse tree produced by the
blockSplattingTypeArgumentslabeled alternative inRubyParser#arguments.Enter a parse tree produced by the
blockSplattingTypeArgumentslabeled alternative inRubyParser#arguments.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterBodyStatement(ctx: BodyStatementContext): Unit
Enter a parse tree produced by
RubyParser#bodyStatement.Enter a parse tree produced by
RubyParser#bodyStatement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterBraceBlock(ctx: BraceBlockContext): Unit
Enter a parse tree produced by
RubyParser#braceBlock.Enter a parse tree produced by
RubyParser#braceBlock.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterBreakArgsInvocationWithoutParentheses(ctx: BreakArgsInvocationWithoutParenthesesContext): Unit
Enter a parse tree produced by the
breakArgsInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.Enter a parse tree produced by the
breakArgsInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterCaseExpression(ctx: CaseExpressionContext): Unit
Enter a parse tree produced by
RubyParser#caseExpression.Enter a parse tree produced by
RubyParser#caseExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterCaseExpressionPrimary(ctx: CaseExpressionPrimaryContext): Unit
Enter a parse tree produced by the
caseExpressionPrimarylabeled alternative inRubyParser#primary.Enter a parse tree produced by the
caseExpressionPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterChainedCommandDoBlockDorCol2mNameArgsInvocationWithoutParentheses(ctx: ChainedCommandDoBlockDorCol2mNameArgsInvocationWithoutParenthesesContext): Unit
Enter a parse tree produced by the
chainedCommandDoBlockDorCol2mNameArgsInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.Enter a parse tree produced by the
chainedCommandDoBlockDorCol2mNameArgsInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterChainedCommandDoBlockInvocationWithoutParentheses(ctx: ChainedCommandDoBlockInvocationWithoutParenthesesContext): Unit
Enter a parse tree produced by the
chainedCommandDoBlockInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.Enter a parse tree produced by the
chainedCommandDoBlockInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterChainedCommandWithDoBlock(ctx: ChainedCommandWithDoBlockContext): Unit
Enter a parse tree produced by
RubyParser#chainedCommandWithDoBlock.Enter a parse tree produced by
RubyParser#chainedCommandWithDoBlock.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterChainedCommandWithDoBlockOnlyArgumentsWithParentheses(ctx: ChainedCommandWithDoBlockOnlyArgumentsWithParenthesesContext): Unit
Enter a parse tree produced by the
chainedCommandWithDoBlockOnlyArgumentsWithParentheseslabeled alternative inRubyParser#argumentsWithParentheses.Enter a parse tree produced by the
chainedCommandWithDoBlockOnlyArgumentsWithParentheseslabeled alternative inRubyParser#argumentsWithParentheses.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterChainedInvocationPrimary(ctx: ChainedInvocationPrimaryContext): Unit
Enter a parse tree produced by the
chainedInvocationPrimarylabeled alternative inRubyParser#primary.Enter a parse tree produced by the
chainedInvocationPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterChainedInvocationWithoutArgumentsPrimary(ctx: ChainedInvocationWithoutArgumentsPrimaryContext): Unit
Enter a parse tree produced by the
chainedInvocationWithoutArgumentsPrimarylabeled alternative inRubyParser#primary.Enter a parse tree produced by the
chainedInvocationWithoutArgumentsPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterChainedScopedConstantReferencePrimary(ctx: ChainedScopedConstantReferencePrimaryContext): Unit
Enter a parse tree produced by the
chainedScopedConstantReferencePrimarylabeled alternative inRubyParser#primary.Enter a parse tree produced by the
chainedScopedConstantReferencePrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterClassDefinition(ctx: ClassDefinitionContext): Unit
Enter a parse tree produced by
RubyParser#classDefinition.Enter a parse tree produced by
RubyParser#classDefinition.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterClassDefinitionPrimary(ctx: ClassDefinitionPrimaryContext): Unit
Enter a parse tree produced by the
classDefinitionPrimarylabeled alternative inRubyParser#primary.Enter a parse tree produced by the
classDefinitionPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterClassOrModuleReference(ctx: ClassOrModuleReferenceContext): Unit
Enter a parse tree produced by
RubyParser#classOrModuleReference.Enter a parse tree produced by
RubyParser#classOrModuleReference.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterCommand(ctx: CommandContext): Unit
Enter a parse tree produced by
RubyParser#command.Enter a parse tree produced by
RubyParser#command.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterCommandOnlyIndexingArguments(ctx: CommandOnlyIndexingArgumentsContext): Unit
Enter a parse tree produced by the
commandOnlyIndexingArgumentslabeled alternative inRubyParser#indexingArguments.Enter a parse tree produced by the
commandOnlyIndexingArgumentslabeled alternative inRubyParser#indexingArguments.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterCommandTypeArguments(ctx: CommandTypeArgumentsContext): Unit
Enter a parse tree produced by the
commandTypeArgumentslabeled alternative inRubyParser#arguments.Enter a parse tree produced by the
commandTypeArgumentslabeled alternative inRubyParser#arguments.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterCompoundStatement(ctx: CompoundStatementContext): Unit
Enter a parse tree produced by
RubyParser#compoundStatement.Enter a parse tree produced by
RubyParser#compoundStatement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterConditionalOperatorExpression(ctx: ConditionalOperatorExpressionContext): Unit
Enter a parse tree produced by the
conditionalOperatorExpressionlabeled alternative inRubyParser#expression.Enter a parse tree produced by the
conditionalOperatorExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterDefinedMethodName(ctx: DefinedMethodNameContext): Unit
Enter a parse tree produced by
RubyParser#definedMethodName.Enter a parse tree produced by
RubyParser#definedMethodName.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterDefinedMethodNameOrSymbol(ctx: DefinedMethodNameOrSymbolContext): Unit
Enter a parse tree produced by
RubyParser#definedMethodNameOrSymbol.Enter a parse tree produced by
RubyParser#definedMethodNameOrSymbol.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterDoBlock(ctx: DoBlockContext): Unit
Enter a parse tree produced by
RubyParser#doBlock.Enter a parse tree produced by
RubyParser#doBlock.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterDoClause(ctx: DoClauseContext): Unit
Enter a parse tree produced by
RubyParser#doClause.Enter a parse tree produced by
RubyParser#doClause.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterDoubleQuotedStringLiteral(ctx: DoubleQuotedStringLiteralContext): Unit
Enter a parse tree produced by the
doubleQuotedStringLiterallabeled alternative inRubyParser#literal.Enter a parse tree produced by the
doubleQuotedStringLiterallabeled alternative inRubyParser#literal.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterElseClause(ctx: ElseClauseContext): Unit
Enter a parse tree produced by
RubyParser#elseClause.Enter a parse tree produced by
RubyParser#elseClause.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterElsifClause(ctx: ElsifClauseContext): Unit
Enter a parse tree produced by
RubyParser#elsifClause.Enter a parse tree produced by
RubyParser#elsifClause.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterEncodingPseudoVariableIdentifier(ctx: EncodingPseudoVariableIdentifierContext): Unit
Enter a parse tree produced by the
encodingPseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.Enter a parse tree produced by the
encodingPseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterEndStatement(ctx: EndStatementContext): Unit
Enter a parse tree produced by the
endStatementlabeled alternative inRubyParser#statement.Enter a parse tree produced by the
endStatementlabeled alternative inRubyParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterEnsureClause(ctx: EnsureClauseContext): Unit
Enter a parse tree produced by
RubyParser#ensureClause.Enter a parse tree produced by
RubyParser#ensureClause.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterEqualityExpression(ctx: EqualityExpressionContext): Unit
Enter a parse tree produced by the
equalityExpressionlabeled alternative inRubyParser#expression.Enter a parse tree produced by the
equalityExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterEveryRule(ctx: ParserRuleContext): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- RubyParserBaseListener → ParseTreeListener
- Annotations
- @Override()
- def enterExceptionClass(ctx: ExceptionClassContext): Unit
Enter a parse tree produced by
RubyParser#exceptionClass.Enter a parse tree produced by
RubyParser#exceptionClass.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterExceptionVariableAssignment(ctx: ExceptionVariableAssignmentContext): Unit
Enter a parse tree produced by
RubyParser#exceptionVariableAssignment.Enter a parse tree produced by
RubyParser#exceptionVariableAssignment.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterExpressionExpressionOrCommand(ctx: ExpressionExpressionOrCommandContext): Unit
Enter a parse tree produced by the
expressionExpressionOrCommandlabeled alternative inRubyParser#expressionOrCommand.Enter a parse tree produced by the
expressionExpressionOrCommandlabeled alternative inRubyParser#expressionOrCommand.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterExpressionOrCommandStatement(ctx: ExpressionOrCommandStatementContext): Unit
Enter a parse tree produced by the
expressionOrCommandStatementlabeled alternative inRubyParser#statement.Enter a parse tree produced by the
expressionOrCommandStatementlabeled alternative inRubyParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterExpressionOrCommands(ctx: ExpressionOrCommandsContext): Unit
Enter a parse tree produced by
RubyParser#expressionOrCommands.Enter a parse tree produced by
RubyParser#expressionOrCommands.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterExpressions(ctx: ExpressionsContext): Unit
Enter a parse tree produced by
RubyParser#expressions.Enter a parse tree produced by
RubyParser#expressions.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterExpressionsAndChainedCommandWithDoBlockArgumentsWithParentheses(ctx: ExpressionsAndChainedCommandWithDoBlockArgumentsWithParenthesesContext): Unit
Enter a parse tree produced by the
expressionsAndChainedCommandWithDoBlockArgumentsWithParentheseslabeled alternative inRubyParser#argumentsWithParentheses.Enter a parse tree produced by the
expressionsAndChainedCommandWithDoBlockArgumentsWithParentheseslabeled alternative inRubyParser#argumentsWithParentheses.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterExpressionsAndSplattingIndexingArguments(ctx: ExpressionsAndSplattingIndexingArgumentsContext): Unit
Enter a parse tree produced by the
expressionsAndSplattingIndexingArgumentslabeled alternative inRubyParser#indexingArguments.Enter a parse tree produced by the
expressionsAndSplattingIndexingArgumentslabeled alternative inRubyParser#indexingArguments.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterExpressionsOnlyIndexingArguments(ctx: ExpressionsOnlyIndexingArgumentsContext): Unit
Enter a parse tree produced by the
expressionsOnlyIndexingArgumentslabeled alternative inRubyParser#indexingArguments.Enter a parse tree produced by the
expressionsOnlyIndexingArgumentslabeled alternative inRubyParser#indexingArguments.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterFalsePseudoVariableIdentifier(ctx: FalsePseudoVariableIdentifierContext): Unit
Enter a parse tree produced by the
falsePseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.Enter a parse tree produced by the
falsePseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterFilePseudoVariableIdentifier(ctx: FilePseudoVariableIdentifierContext): Unit
Enter a parse tree produced by the
filePseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.Enter a parse tree produced by the
filePseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterForExpression(ctx: ForExpressionContext): Unit
Enter a parse tree produced by
RubyParser#forExpression.Enter a parse tree produced by
RubyParser#forExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterForExpressionPrimary(ctx: ForExpressionPrimaryContext): Unit
Enter a parse tree produced by the
forExpressionPrimarylabeled alternative inRubyParser#primary.Enter a parse tree produced by the
forExpressionPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterForVariable(ctx: ForVariableContext): Unit
Enter a parse tree produced by
RubyParser#forVariable.Enter a parse tree produced by
RubyParser#forVariable.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterGroupedLeftHandSide(ctx: GroupedLeftHandSideContext): Unit
Enter a parse tree produced by
RubyParser#groupedLeftHandSide.Enter a parse tree produced by
RubyParser#groupedLeftHandSide.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterGroupedLeftHandSideOnlyMultipleLeftHandSide(ctx: GroupedLeftHandSideOnlyMultipleLeftHandSideContext): Unit
Enter a parse tree produced by the
groupedLeftHandSideOnlyMultipleLeftHandSidelabeled alternative inRubyParser#multipleLeftHandSide.Enter a parse tree produced by the
groupedLeftHandSideOnlyMultipleLeftHandSidelabeled alternative inRubyParser#multipleLeftHandSide.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterGroupingExpressionPrimary(ctx: GroupingExpressionPrimaryContext): Unit
Enter a parse tree produced by the
groupingExpressionPrimarylabeled alternative inRubyParser#primary.Enter a parse tree produced by the
groupingExpressionPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterHashConstructor(ctx: HashConstructorContext): Unit
Enter a parse tree produced by
RubyParser#hashConstructor.Enter a parse tree produced by
RubyParser#hashConstructor.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterHashConstructorPrimary(ctx: HashConstructorPrimaryContext): Unit
Enter a parse tree produced by the
hashConstructorPrimarylabeled alternative inRubyParser#primary.Enter a parse tree produced by the
hashConstructorPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterIfExpression(ctx: IfExpressionContext): Unit
Enter a parse tree produced by
RubyParser#ifExpression.Enter a parse tree produced by
RubyParser#ifExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterIfExpressionPrimary(ctx: IfExpressionPrimaryContext): Unit
Enter a parse tree produced by the
ifExpressionPrimarylabeled alternative inRubyParser#primary.Enter a parse tree produced by the
ifExpressionPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterIndexingExpressionPrimary(ctx: IndexingExpressionPrimaryContext): Unit
Enter a parse tree produced by the
indexingExpressionPrimarylabeled alternative inRubyParser#primary.Enter a parse tree produced by the
indexingExpressionPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterInterpolatedRegexSequence(ctx: InterpolatedRegexSequenceContext): Unit
Enter a parse tree produced by
RubyParser#interpolatedRegexSequence.Enter a parse tree produced by
RubyParser#interpolatedRegexSequence.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterInterpolatedStringSequence(ctx: InterpolatedStringSequenceContext): Unit
Enter a parse tree produced by
RubyParser#interpolatedStringSequence.Enter a parse tree produced by
RubyParser#interpolatedStringSequence.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterInvocationExpressionOrCommand(ctx: InvocationExpressionOrCommandContext): Unit
Enter a parse tree produced by the
invocationExpressionOrCommandlabeled alternative inRubyParser#expressionOrCommand.Enter a parse tree produced by the
invocationExpressionOrCommandlabeled alternative inRubyParser#expressionOrCommand.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterInvocationWithBlockOnlyPrimary(ctx: InvocationWithBlockOnlyPrimaryContext): Unit
Enter a parse tree produced by the
invocationWithBlockOnlyPrimarylabeled alternative inRubyParser#primary.Enter a parse tree produced by the
invocationWithBlockOnlyPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterInvocationWithParenthesesPrimary(ctx: InvocationWithParenthesesPrimaryContext): Unit
Enter a parse tree produced by the
invocationWithParenthesesPrimarylabeled alternative inRubyParser#primary.Enter a parse tree produced by the
invocationWithParenthesesPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterIsDefinedExpression(ctx: IsDefinedExpressionContext): Unit
Enter a parse tree produced by the
isDefinedExpressionlabeled alternative inRubyParser#expression.Enter a parse tree produced by the
isDefinedExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterIsDefinedPrimary(ctx: IsDefinedPrimaryContext): Unit
Enter a parse tree produced by the
isDefinedPrimarylabeled alternative inRubyParser#primary.Enter a parse tree produced by the
isDefinedPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterJumpExpression(ctx: JumpExpressionContext): Unit
Enter a parse tree produced by
RubyParser#jumpExpression.Enter a parse tree produced by
RubyParser#jumpExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterJumpExpressionPrimary(ctx: JumpExpressionPrimaryContext): Unit
Enter a parse tree produced by the
jumpExpressionPrimarylabeled alternative inRubyParser#primary.Enter a parse tree produced by the
jumpExpressionPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterKeyword(ctx: KeywordContext): Unit
Enter a parse tree produced by
RubyParser#keyword.Enter a parse tree produced by
RubyParser#keyword.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterLinePseudoVariableIdentifier(ctx: LinePseudoVariableIdentifierContext): Unit
Enter a parse tree produced by the
linePseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.Enter a parse tree produced by the
linePseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterLiteralPrimary(ctx: LiteralPrimaryContext): Unit
Enter a parse tree produced by the
literalPrimarylabeled alternative inRubyParser#primary.Enter a parse tree produced by the
literalPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterMandatoryParameters(ctx: MandatoryParametersContext): Unit
Enter a parse tree produced by
RubyParser#mandatoryParameters.Enter a parse tree produced by
RubyParser#mandatoryParameters.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterMethodDefinition(ctx: MethodDefinitionContext): Unit
Enter a parse tree produced by
RubyParser#methodDefinition.Enter a parse tree produced by
RubyParser#methodDefinition.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterMethodDefinitionPrimary(ctx: MethodDefinitionPrimaryContext): Unit
Enter a parse tree produced by the
methodDefinitionPrimarylabeled alternative inRubyParser#primary.Enter a parse tree produced by the
methodDefinitionPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterMethodIdentifier(ctx: MethodIdentifierContext): Unit
Enter a parse tree produced by
RubyParser#methodIdentifier.Enter a parse tree produced by
RubyParser#methodIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterMethodName(ctx: MethodNameContext): Unit
Enter a parse tree produced by
RubyParser#methodName.Enter a parse tree produced by
RubyParser#methodName.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterMethodOnlyIdentifier(ctx: MethodOnlyIdentifierContext): Unit
Enter a parse tree produced by
RubyParser#methodOnlyIdentifier.Enter a parse tree produced by
RubyParser#methodOnlyIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterMethodOnlyIdentifierPrimary(ctx: MethodOnlyIdentifierPrimaryContext): Unit
Enter a parse tree produced by the
methodOnlyIdentifierPrimarylabeled alternative inRubyParser#primary.Enter a parse tree produced by the
methodOnlyIdentifierPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterMethodParameterPart(ctx: MethodParameterPartContext): Unit
Enter a parse tree produced by
RubyParser#methodParameterPart.Enter a parse tree produced by
RubyParser#methodParameterPart.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterModifierStatement(ctx: ModifierStatementContext): Unit
Enter a parse tree produced by the
modifierStatementlabeled alternative inRubyParser#statement.Enter a parse tree produced by the
modifierStatementlabeled alternative inRubyParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterModuleDefinition(ctx: ModuleDefinitionContext): Unit
Enter a parse tree produced by
RubyParser#moduleDefinition.Enter a parse tree produced by
RubyParser#moduleDefinition.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterModuleDefinitionPrimary(ctx: ModuleDefinitionPrimaryContext): Unit
Enter a parse tree produced by the
moduleDefinitionPrimarylabeled alternative inRubyParser#primary.Enter a parse tree produced by the
moduleDefinitionPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterMultipleAssignmentExpression(ctx: MultipleAssignmentExpressionContext): Unit
Enter a parse tree produced by the
multipleAssignmentExpressionlabeled alternative inRubyParser#expression.Enter a parse tree produced by the
multipleAssignmentExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterMultipleLeftHandSideAndpackingLeftHandSideMultipleLeftHandSide(ctx: MultipleLeftHandSideAndpackingLeftHandSideMultipleLeftHandSideContext): Unit
Enter a parse tree produced by the
multipleLeftHandSideAndpackingLeftHandSideMultipleLeftHandSidelabeled alternative inRubyParser#multipleLeftHandSide.Enter a parse tree produced by the
multipleLeftHandSideAndpackingLeftHandSideMultipleLeftHandSidelabeled alternative inRubyParser#multipleLeftHandSide.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterMultipleLeftHandSideItem(ctx: MultipleLeftHandSideItemContext): Unit
Enter a parse tree produced by
RubyParser#multipleLeftHandSideItem.Enter a parse tree produced by
RubyParser#multipleLeftHandSideItem.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterMultipleRightHandSide(ctx: MultipleRightHandSideContext): Unit
Enter a parse tree produced by
RubyParser#multipleRightHandSide.Enter a parse tree produced by
RubyParser#multipleRightHandSide.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterMultiplicativeExpression(ctx: MultiplicativeExpressionContext): Unit
Enter a parse tree produced by the
multiplicativeExpressionlabeled alternative inRubyParser#expression.Enter a parse tree produced by the
multiplicativeExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterNextArgsInvocationWithoutParentheses(ctx: NextArgsInvocationWithoutParenthesesContext): Unit
Enter a parse tree produced by the
nextArgsInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.Enter a parse tree produced by the
nextArgsInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterNilPseudoVariableIdentifier(ctx: NilPseudoVariableIdentifierContext): Unit
Enter a parse tree produced by the
nilPseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.Enter a parse tree produced by the
nilPseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterNotExpressionOrCommand(ctx: NotExpressionOrCommandContext): Unit
Enter a parse tree produced by the
notExpressionOrCommandlabeled alternative inRubyParser#expressionOrCommand.Enter a parse tree produced by the
notExpressionOrCommandlabeled alternative inRubyParser#expressionOrCommand.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterNumericLiteral(ctx: NumericLiteralContext): Unit
Enter a parse tree produced by
RubyParser#numericLiteral.Enter a parse tree produced by
RubyParser#numericLiteral.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterNumericLiteralLiteral(ctx: NumericLiteralLiteralContext): Unit
Enter a parse tree produced by the
numericLiteralLiterallabeled alternative inRubyParser#literal.Enter a parse tree produced by the
numericLiteralLiterallabeled alternative inRubyParser#literal.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterOperatorAndExpression(ctx: OperatorAndExpressionContext): Unit
Enter a parse tree produced by the
operatorAndExpressionlabeled alternative inRubyParser#expression.Enter a parse tree produced by the
operatorAndExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterOperatorMethodName(ctx: OperatorMethodNameContext): Unit
Enter a parse tree produced by
RubyParser#operatorMethodName.Enter a parse tree produced by
RubyParser#operatorMethodName.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterOperatorOrExpression(ctx: OperatorOrExpressionContext): Unit
Enter a parse tree produced by the
operatorOrExpressionlabeled alternative inRubyParser#expression.Enter a parse tree produced by the
operatorOrExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterOptionalParameter(ctx: OptionalParameterContext): Unit
Enter a parse tree produced by
RubyParser#optionalParameter.Enter a parse tree produced by
RubyParser#optionalParameter.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterOptionalParameters(ctx: OptionalParametersContext): Unit
Enter a parse tree produced by
RubyParser#optionalParameters.Enter a parse tree produced by
RubyParser#optionalParameters.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterOrAndExpressionOrCommand(ctx: OrAndExpressionOrCommandContext): Unit
Enter a parse tree produced by the
orAndExpressionOrCommandlabeled alternative inRubyParser#expressionOrCommand.Enter a parse tree produced by the
orAndExpressionOrCommandlabeled alternative inRubyParser#expressionOrCommand.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterPackingLeftHandSide(ctx: PackingLeftHandSideContext): Unit
Enter a parse tree produced by
RubyParser#packingLeftHandSide.Enter a parse tree produced by
RubyParser#packingLeftHandSide.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterPackingLeftHandSideOnlyMultipleLeftHandSide(ctx: PackingLeftHandSideOnlyMultipleLeftHandSideContext): Unit
Enter a parse tree produced by the
packingLeftHandSideOnlyMultipleLeftHandSidelabeled alternative inRubyParser#multipleLeftHandSide.Enter a parse tree produced by the
packingLeftHandSideOnlyMultipleLeftHandSidelabeled alternative inRubyParser#multipleLeftHandSide.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterParameters(ctx: ParametersContext): Unit
Enter a parse tree produced by
RubyParser#parameters.Enter a parse tree produced by
RubyParser#parameters.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterPowerExpression(ctx: PowerExpressionContext): Unit
Enter a parse tree produced by the
powerExpressionlabeled alternative inRubyParser#expression.Enter a parse tree produced by the
powerExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterPrimaryExpression(ctx: PrimaryExpressionContext): Unit
Enter a parse tree produced by the
primaryExpressionlabeled alternative inRubyParser#expression.Enter a parse tree produced by the
primaryExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterPrimaryInsideBracketsSingleLeftHandSide(ctx: PrimaryInsideBracketsSingleLeftHandSideContext): Unit
Enter a parse tree produced by the
primaryInsideBracketsSingleLeftHandSidelabeled alternative inRubyParser#singleLeftHandSide.Enter a parse tree produced by the
primaryInsideBracketsSingleLeftHandSidelabeled alternative inRubyParser#singleLeftHandSide.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterPrimaryMethodArgsDoBlockCommandWithDoBlock(ctx: PrimaryMethodArgsDoBlockCommandWithDoBlockContext): Unit
Enter a parse tree produced by the
primaryMethodArgsDoBlockCommandWithDoBlocklabeled alternative inRubyParser#commandWithDoBlock.Enter a parse tree produced by the
primaryMethodArgsDoBlockCommandWithDoBlocklabeled alternative inRubyParser#commandWithDoBlock.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterProcParameter(ctx: ProcParameterContext): Unit
Enter a parse tree produced by
RubyParser#procParameter.Enter a parse tree produced by
RubyParser#procParameter.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterProgram(ctx: ProgramContext): Unit
Enter a parse tree produced by
RubyParser#program.Enter a parse tree produced by
RubyParser#program.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterRangeExpression(ctx: RangeExpressionContext): Unit
Enter a parse tree produced by the
rangeExpressionlabeled alternative inRubyParser#expression.Enter a parse tree produced by the
rangeExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterRegexInterpolation(ctx: RegexInterpolationContext): Unit
Enter a parse tree produced by
RubyParser#regexInterpolation.Enter a parse tree produced by
RubyParser#regexInterpolation.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterRegexInterpolationPrimary(ctx: RegexInterpolationPrimaryContext): Unit
Enter a parse tree produced by the
regexInterpolationPrimarylabeled alternative inRubyParser#primary.Enter a parse tree produced by the
regexInterpolationPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterRegularExpressionLiteral(ctx: RegularExpressionLiteralContext): Unit
Enter a parse tree produced by the
regularExpressionLiterallabeled alternative inRubyParser#literal.Enter a parse tree produced by the
regularExpressionLiterallabeled alternative inRubyParser#literal.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterRelationalExpression(ctx: RelationalExpressionContext): Unit
Enter a parse tree produced by the
relationalExpressionlabeled alternative inRubyParser#expression.Enter a parse tree produced by the
relationalExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterRescueClause(ctx: RescueClauseContext): Unit
Enter a parse tree produced by
RubyParser#rescueClause.Enter a parse tree produced by
RubyParser#rescueClause.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterReturnArgsInvocationWithoutParentheses(ctx: ReturnArgsInvocationWithoutParenthesesContext): Unit
Enter a parse tree produced by the
returnArgsInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.Enter a parse tree produced by the
returnArgsInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterScopedConstantAccessSingleLeftHandSide(ctx: ScopedConstantAccessSingleLeftHandSideContext): Unit
Enter a parse tree produced by the
scopedConstantAccessSingleLeftHandSidelabeled alternative inRubyParser#singleLeftHandSide.Enter a parse tree produced by the
scopedConstantAccessSingleLeftHandSidelabeled alternative inRubyParser#singleLeftHandSide.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterScopedConstantReference(ctx: ScopedConstantReferenceContext): Unit
Enter a parse tree produced by
RubyParser#scopedConstantReference.Enter a parse tree produced by
RubyParser#scopedConstantReference.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterSelfPseudoVariableIdentifier(ctx: SelfPseudoVariableIdentifierContext): Unit
Enter a parse tree produced by the
selfPseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.Enter a parse tree produced by the
selfPseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterSeparator(ctx: SeparatorContext): Unit
Enter a parse tree produced by
RubyParser#separator.Enter a parse tree produced by
RubyParser#separator.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterSeparators(ctx: SeparatorsContext): Unit
Enter a parse tree produced by
RubyParser#separators.Enter a parse tree produced by
RubyParser#separators.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterSimpleMethodNamePart(ctx: SimpleMethodNamePartContext): Unit
Enter a parse tree produced by the
simpleMethodNamePartlabeled alternative inRubyParser#methodNamePart.Enter a parse tree produced by the
simpleMethodNamePartlabeled alternative inRubyParser#methodNamePart.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterSimpleScopedConstantReferencePrimary(ctx: SimpleScopedConstantReferencePrimaryContext): Unit
Enter a parse tree produced by the
simpleScopedConstantReferencePrimarylabeled alternative inRubyParser#primary.Enter a parse tree produced by the
simpleScopedConstantReferencePrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterSingleAssignmentExpression(ctx: SingleAssignmentExpressionContext): Unit
Enter a parse tree produced by the
singleAssignmentExpressionlabeled alternative inRubyParser#expression.Enter a parse tree produced by the
singleAssignmentExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterSingleCommandOnlyInvocationWithoutParentheses(ctx: SingleCommandOnlyInvocationWithoutParenthesesContext): Unit
Enter a parse tree produced by the
singleCommandOnlyInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.Enter a parse tree produced by the
singleCommandOnlyInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterSingleQuotedStringLiteral(ctx: SingleQuotedStringLiteralContext): Unit
Enter a parse tree produced by the
singleQuotedStringLiterallabeled alternative inRubyParser#literal.Enter a parse tree produced by the
singleQuotedStringLiterallabeled alternative inRubyParser#literal.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterSingletonMethodNamePart(ctx: SingletonMethodNamePartContext): Unit
Enter a parse tree produced by the
singletonMethodNamePartlabeled alternative inRubyParser#methodNamePart.Enter a parse tree produced by the
singletonMethodNamePartlabeled alternative inRubyParser#methodNamePart.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterSingletonObject(ctx: SingletonObjectContext): Unit
Enter a parse tree produced by
RubyParser#singletonObject.Enter a parse tree produced by
RubyParser#singletonObject.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterSplattingArgument(ctx: SplattingArgumentContext): Unit
Enter a parse tree produced by
RubyParser#splattingArgument.Enter a parse tree produced by
RubyParser#splattingArgument.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterSplattingOnlyIndexingArguments(ctx: SplattingOnlyIndexingArgumentsContext): Unit
Enter a parse tree produced by the
splattingOnlyIndexingArgumentslabeled alternative inRubyParser#indexingArguments.Enter a parse tree produced by the
splattingOnlyIndexingArgumentslabeled alternative inRubyParser#indexingArguments.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterStatements(ctx: StatementsContext): Unit
Enter a parse tree produced by
RubyParser#statements.Enter a parse tree produced by
RubyParser#statements.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterStringInterpolation(ctx: StringInterpolationContext): Unit
Enter a parse tree produced by
RubyParser#stringInterpolation.Enter a parse tree produced by
RubyParser#stringInterpolation.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterStringInterpolationPrimary(ctx: StringInterpolationPrimaryContext): Unit
Enter a parse tree produced by the
stringInterpolationPrimarylabeled alternative inRubyParser#primary.Enter a parse tree produced by the
stringInterpolationPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterSuperExpressionPrimary(ctx: SuperExpressionPrimaryContext): Unit
Enter a parse tree produced by the
superExpressionPrimarylabeled alternative inRubyParser#primary.Enter a parse tree produced by the
superExpressionPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterSymbol(ctx: SymbolContext): Unit
Enter a parse tree produced by
RubyParser#symbol.Enter a parse tree produced by
RubyParser#symbol.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterSymbolLiteral(ctx: SymbolLiteralContext): Unit
Enter a parse tree produced by the
symbolLiterallabeled alternative inRubyParser#literal.Enter a parse tree produced by the
symbolLiterallabeled alternative inRubyParser#literal.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterThenClause(ctx: ThenClauseContext): Unit
Enter a parse tree produced by
RubyParser#thenClause.Enter a parse tree produced by
RubyParser#thenClause.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterTruePseudoVariableIdentifier(ctx: TruePseudoVariableIdentifierContext): Unit
Enter a parse tree produced by the
truePseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.Enter a parse tree produced by the
truePseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterUnaryExpression(ctx: UnaryExpressionContext): Unit
Enter a parse tree produced by the
unaryExpressionlabeled alternative inRubyParser#expression.Enter a parse tree produced by the
unaryExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterUnaryMinusExpression(ctx: UnaryMinusExpressionContext): Unit
Enter a parse tree produced by the
unaryMinusExpressionlabeled alternative inRubyParser#expression.Enter a parse tree produced by the
unaryMinusExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterUndefStatement(ctx: UndefStatementContext): Unit
Enter a parse tree produced by the
undefStatementlabeled alternative inRubyParser#statement.Enter a parse tree produced by the
undefStatementlabeled alternative inRubyParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterUnlessExpression(ctx: UnlessExpressionContext): Unit
Enter a parse tree produced by
RubyParser#unlessExpression.Enter a parse tree produced by
RubyParser#unlessExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterUnlessExpressionPrimary(ctx: UnlessExpressionPrimaryContext): Unit
Enter a parse tree produced by the
unlessExpressionPrimarylabeled alternative inRubyParser#primary.Enter a parse tree produced by the
unlessExpressionPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterUnsignedNumericLiteral(ctx: UnsignedNumericLiteralContext): Unit
Enter a parse tree produced by
RubyParser#unsignedNumericLiteral.Enter a parse tree produced by
RubyParser#unsignedNumericLiteral.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterUntilExpression(ctx: UntilExpressionContext): Unit
Enter a parse tree produced by
RubyParser#untilExpression.Enter a parse tree produced by
RubyParser#untilExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterUntilExpressionPrimary(ctx: UntilExpressionPrimaryContext): Unit
Enter a parse tree produced by the
untilExpressionPrimarylabeled alternative inRubyParser#primary.Enter a parse tree produced by the
untilExpressionPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterVariableIdentifier(ctx: VariableIdentifierContext): Unit
Enter a parse tree produced by
RubyParser#variableIdentifier.Enter a parse tree produced by
RubyParser#variableIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterVariableIdentifierOnlySingleLeftHandSide(ctx: VariableIdentifierOnlySingleLeftHandSideContext): Unit
Enter a parse tree produced by the
variableIdentifierOnlySingleLeftHandSidelabeled alternative inRubyParser#singleLeftHandSide.Enter a parse tree produced by the
variableIdentifierOnlySingleLeftHandSidelabeled alternative inRubyParser#singleLeftHandSide.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterVariableReference(ctx: VariableReferenceContext): Unit
Enter a parse tree produced by
RubyParser#variableReference.Enter a parse tree produced by
RubyParser#variableReference.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterVariableReferencePrimary(ctx: VariableReferencePrimaryContext): Unit
Enter a parse tree produced by the
variableReferencePrimarylabeled alternative inRubyParser#primary.Enter a parse tree produced by the
variableReferencePrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterWhenArgument(ctx: WhenArgumentContext): Unit
Enter a parse tree produced by
RubyParser#whenArgument.Enter a parse tree produced by
RubyParser#whenArgument.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterWhenClause(ctx: WhenClauseContext): Unit
Enter a parse tree produced by
RubyParser#whenClause.Enter a parse tree produced by
RubyParser#whenClause.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterWhileExpression(ctx: WhileExpressionContext): Unit
Enter a parse tree produced by
RubyParser#whileExpression.Enter a parse tree produced by
RubyParser#whileExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterWhileExpressionPrimary(ctx: WhileExpressionPrimaryContext): Unit
Enter a parse tree produced by the
whileExpressionPrimarylabeled alternative inRubyParser#primary.Enter a parse tree produced by the
whileExpressionPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterWsOrNl(ctx: WsOrNlContext): Unit
Enter a parse tree produced by
RubyParser#wsOrNl.Enter a parse tree produced by
RubyParser#wsOrNl.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterXdotySingleLeftHandSide(ctx: XdotySingleLeftHandSideContext): Unit
Enter a parse tree produced by the
xdotySingleLeftHandSidelabeled alternative inRubyParser#singleLeftHandSide.Enter a parse tree produced by the
xdotySingleLeftHandSidelabeled alternative inRubyParser#singleLeftHandSide.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterYieldWithOptionalArgument(ctx: YieldWithOptionalArgumentContext): Unit
Enter a parse tree produced by
RubyParser#yieldWithOptionalArgument.Enter a parse tree produced by
RubyParser#yieldWithOptionalArgument.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def enterYieldWithOptionalArgumentPrimary(ctx: YieldWithOptionalArgumentPrimaryContext): Unit
Enter a parse tree produced by the
yieldWithOptionalArgumentPrimarylabeled alternative inRubyParser#primary.Enter a parse tree produced by the
yieldWithOptionalArgumentPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def exitAdditiveExpression(ctx: AdditiveExpressionContext): Unit
Exit a parse tree produced by the
additiveExpressionlabeled alternative inRubyParser#expression.Exit a parse tree produced by the
additiveExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitAliasStatement(ctx: AliasStatementContext): Unit
Exit a parse tree produced by the
aliasStatementlabeled alternative inRubyParser#statement.Exit a parse tree produced by the
aliasStatementlabeled alternative inRubyParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitArgsAndDoBlockAndMethodIdCommandWithDoBlock(ctx: ArgsAndDoBlockAndMethodIdCommandWithDoBlockContext): Unit
Exit a parse tree produced by the
argsAndDoBlockAndMethodIdCommandWithDoBlocklabeled alternative inRubyParser#commandWithDoBlock.Exit a parse tree produced by the
argsAndDoBlockAndMethodIdCommandWithDoBlocklabeled alternative inRubyParser#commandWithDoBlock.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitArgsAndDoBlockCommandWithDoBlock(ctx: ArgsAndDoBlockCommandWithDoBlockContext): Unit
Exit a parse tree produced by the
argsAndDoBlockCommandWithDoBlocklabeled alternative inRubyParser#commandWithDoBlock.Exit a parse tree produced by the
argsAndDoBlockCommandWithDoBlocklabeled alternative inRubyParser#commandWithDoBlock.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitArgsOnlyArgumentsWithParentheses(ctx: ArgsOnlyArgumentsWithParenthesesContext): Unit
Exit a parse tree produced by the
argsOnlyArgumentsWithParentheseslabeled alternative inRubyParser#argumentsWithParentheses.Exit a parse tree produced by the
argsOnlyArgumentsWithParentheseslabeled alternative inRubyParser#argumentsWithParentheses.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitArgumentsWithoutParentheses(ctx: ArgumentsWithoutParenthesesContext): Unit
Exit a parse tree produced by
RubyParser#argumentsWithoutParentheses.Exit a parse tree produced by
RubyParser#argumentsWithoutParentheses.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitArrayConstructor(ctx: ArrayConstructorContext): Unit
Exit a parse tree produced by
RubyParser#arrayConstructor.Exit a parse tree produced by
RubyParser#arrayConstructor.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitArrayConstructorPrimary(ctx: ArrayConstructorPrimaryContext): Unit
Exit a parse tree produced by the
arrayConstructorPrimarylabeled alternative inRubyParser#primary.Exit a parse tree produced by the
arrayConstructorPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitArrayParameter(ctx: ArrayParameterContext): Unit
Exit a parse tree produced by
RubyParser#arrayParameter.Exit a parse tree produced by
RubyParser#arrayParameter.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitAssignmentLikeMethodIdentifier(ctx: AssignmentLikeMethodIdentifierContext): Unit
Exit a parse tree produced by
RubyParser#assignmentLikeMethodIdentifier.Exit a parse tree produced by
RubyParser#assignmentLikeMethodIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitAssociation(ctx: AssociationContext): Unit
Exit a parse tree produced by
RubyParser#association.Exit a parse tree produced by
RubyParser#association.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitAssociations(ctx: AssociationsContext): Unit
Exit a parse tree produced by
RubyParser#associations.Exit a parse tree produced by
RubyParser#associations.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitAssociationsOnlyIndexingArguments(ctx: AssociationsOnlyIndexingArgumentsContext): Unit
Exit a parse tree produced by the
associationsOnlyIndexingArgumentslabeled alternative inRubyParser#indexingArguments.Exit a parse tree produced by the
associationsOnlyIndexingArgumentslabeled alternative inRubyParser#indexingArguments.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitBeginExpression(ctx: BeginExpressionContext): Unit
Exit a parse tree produced by
RubyParser#beginExpression.Exit a parse tree produced by
RubyParser#beginExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitBeginExpressionPrimary(ctx: BeginExpressionPrimaryContext): Unit
Exit a parse tree produced by the
beginExpressionPrimarylabeled alternative inRubyParser#primary.Exit a parse tree produced by the
beginExpressionPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitBeginStatement(ctx: BeginStatementContext): Unit
Exit a parse tree produced by the
beginStatementlabeled alternative inRubyParser#statement.Exit a parse tree produced by the
beginStatementlabeled alternative inRubyParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitBitwiseAndExpression(ctx: BitwiseAndExpressionContext): Unit
Exit a parse tree produced by the
bitwiseAndExpressionlabeled alternative inRubyParser#expression.Exit a parse tree produced by the
bitwiseAndExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitBitwiseOrExpression(ctx: BitwiseOrExpressionContext): Unit
Exit a parse tree produced by the
bitwiseOrExpressionlabeled alternative inRubyParser#expression.Exit a parse tree produced by the
bitwiseOrExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitBitwiseShiftExpression(ctx: BitwiseShiftExpressionContext): Unit
Exit a parse tree produced by the
bitwiseShiftExpressionlabeled alternative inRubyParser#expression.Exit a parse tree produced by the
bitwiseShiftExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitBlankArgsArgumentsWithParentheses(ctx: BlankArgsArgumentsWithParenthesesContext): Unit
Exit a parse tree produced by the
blankArgsArgumentsWithParentheseslabeled alternative inRubyParser#argumentsWithParentheses.Exit a parse tree produced by the
blankArgsArgumentsWithParentheseslabeled alternative inRubyParser#argumentsWithParentheses.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitBlock(ctx: BlockContext): Unit
Exit a parse tree produced by
RubyParser#block.Exit a parse tree produced by
RubyParser#block.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitBlockArgument(ctx: BlockArgumentContext): Unit
Exit a parse tree produced by
RubyParser#blockArgument.Exit a parse tree produced by
RubyParser#blockArgument.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitBlockArgumentTypeArguments(ctx: BlockArgumentTypeArgumentsContext): Unit
Exit a parse tree produced by the
blockArgumentTypeArgumentslabeled alternative inRubyParser#arguments.Exit a parse tree produced by the
blockArgumentTypeArgumentslabeled alternative inRubyParser#arguments.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitBlockExprAssocTypeArguments(ctx: BlockExprAssocTypeArgumentsContext): Unit
Exit a parse tree produced by the
blockExprAssocTypeArgumentslabeled alternative inRubyParser#arguments.Exit a parse tree produced by the
blockExprAssocTypeArgumentslabeled alternative inRubyParser#arguments.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitBlockParameter(ctx: BlockParameterContext): Unit
Exit a parse tree produced by
RubyParser#blockParameter.Exit a parse tree produced by
RubyParser#blockParameter.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitBlockParameters(ctx: BlockParametersContext): Unit
Exit a parse tree produced by
RubyParser#blockParameters.Exit a parse tree produced by
RubyParser#blockParameters.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitBlockSplattingExprAssocTypeArguments(ctx: BlockSplattingExprAssocTypeArgumentsContext): Unit
Exit a parse tree produced by the
blockSplattingExprAssocTypeArgumentslabeled alternative inRubyParser#arguments.Exit a parse tree produced by the
blockSplattingExprAssocTypeArgumentslabeled alternative inRubyParser#arguments.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitBlockSplattingTypeArguments(ctx: BlockSplattingTypeArgumentsContext): Unit
Exit a parse tree produced by the
blockSplattingTypeArgumentslabeled alternative inRubyParser#arguments.Exit a parse tree produced by the
blockSplattingTypeArgumentslabeled alternative inRubyParser#arguments.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitBodyStatement(ctx: BodyStatementContext): Unit
Exit a parse tree produced by
RubyParser#bodyStatement.Exit a parse tree produced by
RubyParser#bodyStatement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitBraceBlock(ctx: BraceBlockContext): Unit
Exit a parse tree produced by
RubyParser#braceBlock.Exit a parse tree produced by
RubyParser#braceBlock.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitBreakArgsInvocationWithoutParentheses(ctx: BreakArgsInvocationWithoutParenthesesContext): Unit
Exit a parse tree produced by the
breakArgsInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.Exit a parse tree produced by the
breakArgsInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitCaseExpression(ctx: CaseExpressionContext): Unit
Exit a parse tree produced by
RubyParser#caseExpression.Exit a parse tree produced by
RubyParser#caseExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitCaseExpressionPrimary(ctx: CaseExpressionPrimaryContext): Unit
Exit a parse tree produced by the
caseExpressionPrimarylabeled alternative inRubyParser#primary.Exit a parse tree produced by the
caseExpressionPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitChainedCommandDoBlockDorCol2mNameArgsInvocationWithoutParentheses(ctx: ChainedCommandDoBlockDorCol2mNameArgsInvocationWithoutParenthesesContext): Unit
Exit a parse tree produced by the
chainedCommandDoBlockDorCol2mNameArgsInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.Exit a parse tree produced by the
chainedCommandDoBlockDorCol2mNameArgsInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitChainedCommandDoBlockInvocationWithoutParentheses(ctx: ChainedCommandDoBlockInvocationWithoutParenthesesContext): Unit
Exit a parse tree produced by the
chainedCommandDoBlockInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.Exit a parse tree produced by the
chainedCommandDoBlockInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitChainedCommandWithDoBlock(ctx: ChainedCommandWithDoBlockContext): Unit
Exit a parse tree produced by
RubyParser#chainedCommandWithDoBlock.Exit a parse tree produced by
RubyParser#chainedCommandWithDoBlock.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitChainedCommandWithDoBlockOnlyArgumentsWithParentheses(ctx: ChainedCommandWithDoBlockOnlyArgumentsWithParenthesesContext): Unit
Exit a parse tree produced by the
chainedCommandWithDoBlockOnlyArgumentsWithParentheseslabeled alternative inRubyParser#argumentsWithParentheses.Exit a parse tree produced by the
chainedCommandWithDoBlockOnlyArgumentsWithParentheseslabeled alternative inRubyParser#argumentsWithParentheses.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitChainedInvocationPrimary(ctx: ChainedInvocationPrimaryContext): Unit
Exit a parse tree produced by the
chainedInvocationPrimarylabeled alternative inRubyParser#primary.Exit a parse tree produced by the
chainedInvocationPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitChainedInvocationWithoutArgumentsPrimary(ctx: ChainedInvocationWithoutArgumentsPrimaryContext): Unit
Exit a parse tree produced by the
chainedInvocationWithoutArgumentsPrimarylabeled alternative inRubyParser#primary.Exit a parse tree produced by the
chainedInvocationWithoutArgumentsPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitChainedScopedConstantReferencePrimary(ctx: ChainedScopedConstantReferencePrimaryContext): Unit
Exit a parse tree produced by the
chainedScopedConstantReferencePrimarylabeled alternative inRubyParser#primary.Exit a parse tree produced by the
chainedScopedConstantReferencePrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitClassDefinition(ctx: ClassDefinitionContext): Unit
Exit a parse tree produced by
RubyParser#classDefinition.Exit a parse tree produced by
RubyParser#classDefinition.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitClassDefinitionPrimary(ctx: ClassDefinitionPrimaryContext): Unit
Exit a parse tree produced by the
classDefinitionPrimarylabeled alternative inRubyParser#primary.Exit a parse tree produced by the
classDefinitionPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitClassOrModuleReference(ctx: ClassOrModuleReferenceContext): Unit
Exit a parse tree produced by
RubyParser#classOrModuleReference.Exit a parse tree produced by
RubyParser#classOrModuleReference.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitCommand(ctx: CommandContext): Unit
Exit a parse tree produced by
RubyParser#command.Exit a parse tree produced by
RubyParser#command.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitCommandOnlyIndexingArguments(ctx: CommandOnlyIndexingArgumentsContext): Unit
Exit a parse tree produced by the
commandOnlyIndexingArgumentslabeled alternative inRubyParser#indexingArguments.Exit a parse tree produced by the
commandOnlyIndexingArgumentslabeled alternative inRubyParser#indexingArguments.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitCommandTypeArguments(ctx: CommandTypeArgumentsContext): Unit
Exit a parse tree produced by the
commandTypeArgumentslabeled alternative inRubyParser#arguments.Exit a parse tree produced by the
commandTypeArgumentslabeled alternative inRubyParser#arguments.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitCompoundStatement(ctx: CompoundStatementContext): Unit
Exit a parse tree produced by
RubyParser#compoundStatement.Exit a parse tree produced by
RubyParser#compoundStatement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitConditionalOperatorExpression(ctx: ConditionalOperatorExpressionContext): Unit
Exit a parse tree produced by the
conditionalOperatorExpressionlabeled alternative inRubyParser#expression.Exit a parse tree produced by the
conditionalOperatorExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitDefinedMethodName(ctx: DefinedMethodNameContext): Unit
Exit a parse tree produced by
RubyParser#definedMethodName.Exit a parse tree produced by
RubyParser#definedMethodName.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitDefinedMethodNameOrSymbol(ctx: DefinedMethodNameOrSymbolContext): Unit
Exit a parse tree produced by
RubyParser#definedMethodNameOrSymbol.Exit a parse tree produced by
RubyParser#definedMethodNameOrSymbol.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitDoBlock(ctx: DoBlockContext): Unit
Exit a parse tree produced by
RubyParser#doBlock.Exit a parse tree produced by
RubyParser#doBlock.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitDoClause(ctx: DoClauseContext): Unit
Exit a parse tree produced by
RubyParser#doClause.Exit a parse tree produced by
RubyParser#doClause.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitDoubleQuotedStringLiteral(ctx: DoubleQuotedStringLiteralContext): Unit
Exit a parse tree produced by the
doubleQuotedStringLiterallabeled alternative inRubyParser#literal.Exit a parse tree produced by the
doubleQuotedStringLiterallabeled alternative inRubyParser#literal.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitElseClause(ctx: ElseClauseContext): Unit
Exit a parse tree produced by
RubyParser#elseClause.Exit a parse tree produced by
RubyParser#elseClause.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitElsifClause(ctx: ElsifClauseContext): Unit
Exit a parse tree produced by
RubyParser#elsifClause.Exit a parse tree produced by
RubyParser#elsifClause.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitEncodingPseudoVariableIdentifier(ctx: EncodingPseudoVariableIdentifierContext): Unit
Exit a parse tree produced by the
encodingPseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.Exit a parse tree produced by the
encodingPseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitEndStatement(ctx: EndStatementContext): Unit
Exit a parse tree produced by the
endStatementlabeled alternative inRubyParser#statement.Exit a parse tree produced by the
endStatementlabeled alternative inRubyParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitEnsureClause(ctx: EnsureClauseContext): Unit
Exit a parse tree produced by
RubyParser#ensureClause.Exit a parse tree produced by
RubyParser#ensureClause.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitEqualityExpression(ctx: EqualityExpressionContext): Unit
Exit a parse tree produced by the
equalityExpressionlabeled alternative inRubyParser#expression.Exit a parse tree produced by the
equalityExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitEveryRule(ctx: ParserRuleContext): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- RubyParserBaseListener → ParseTreeListener
- Annotations
- @Override()
- def exitExceptionClass(ctx: ExceptionClassContext): Unit
Exit a parse tree produced by
RubyParser#exceptionClass.Exit a parse tree produced by
RubyParser#exceptionClass.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitExceptionVariableAssignment(ctx: ExceptionVariableAssignmentContext): Unit
Exit a parse tree produced by
RubyParser#exceptionVariableAssignment.Exit a parse tree produced by
RubyParser#exceptionVariableAssignment.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitExpressionExpressionOrCommand(ctx: ExpressionExpressionOrCommandContext): Unit
Exit a parse tree produced by the
expressionExpressionOrCommandlabeled alternative inRubyParser#expressionOrCommand.Exit a parse tree produced by the
expressionExpressionOrCommandlabeled alternative inRubyParser#expressionOrCommand.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitExpressionOrCommandStatement(ctx: ExpressionOrCommandStatementContext): Unit
Exit a parse tree produced by the
expressionOrCommandStatementlabeled alternative inRubyParser#statement.Exit a parse tree produced by the
expressionOrCommandStatementlabeled alternative inRubyParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitExpressionOrCommands(ctx: ExpressionOrCommandsContext): Unit
Exit a parse tree produced by
RubyParser#expressionOrCommands.Exit a parse tree produced by
RubyParser#expressionOrCommands.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitExpressions(ctx: ExpressionsContext): Unit
Exit a parse tree produced by
RubyParser#expressions.Exit a parse tree produced by
RubyParser#expressions.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitExpressionsAndChainedCommandWithDoBlockArgumentsWithParentheses(ctx: ExpressionsAndChainedCommandWithDoBlockArgumentsWithParenthesesContext): Unit
Exit a parse tree produced by the
expressionsAndChainedCommandWithDoBlockArgumentsWithParentheseslabeled alternative inRubyParser#argumentsWithParentheses.Exit a parse tree produced by the
expressionsAndChainedCommandWithDoBlockArgumentsWithParentheseslabeled alternative inRubyParser#argumentsWithParentheses.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitExpressionsAndSplattingIndexingArguments(ctx: ExpressionsAndSplattingIndexingArgumentsContext): Unit
Exit a parse tree produced by the
expressionsAndSplattingIndexingArgumentslabeled alternative inRubyParser#indexingArguments.Exit a parse tree produced by the
expressionsAndSplattingIndexingArgumentslabeled alternative inRubyParser#indexingArguments.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitExpressionsOnlyIndexingArguments(ctx: ExpressionsOnlyIndexingArgumentsContext): Unit
Exit a parse tree produced by the
expressionsOnlyIndexingArgumentslabeled alternative inRubyParser#indexingArguments.Exit a parse tree produced by the
expressionsOnlyIndexingArgumentslabeled alternative inRubyParser#indexingArguments.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitFalsePseudoVariableIdentifier(ctx: FalsePseudoVariableIdentifierContext): Unit
Exit a parse tree produced by the
falsePseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.Exit a parse tree produced by the
falsePseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitFilePseudoVariableIdentifier(ctx: FilePseudoVariableIdentifierContext): Unit
Exit a parse tree produced by the
filePseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.Exit a parse tree produced by the
filePseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitForExpression(ctx: ForExpressionContext): Unit
Exit a parse tree produced by
RubyParser#forExpression.Exit a parse tree produced by
RubyParser#forExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitForExpressionPrimary(ctx: ForExpressionPrimaryContext): Unit
Exit a parse tree produced by the
forExpressionPrimarylabeled alternative inRubyParser#primary.Exit a parse tree produced by the
forExpressionPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitForVariable(ctx: ForVariableContext): Unit
Exit a parse tree produced by
RubyParser#forVariable.Exit a parse tree produced by
RubyParser#forVariable.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitGroupedLeftHandSide(ctx: GroupedLeftHandSideContext): Unit
Exit a parse tree produced by
RubyParser#groupedLeftHandSide.Exit a parse tree produced by
RubyParser#groupedLeftHandSide.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitGroupedLeftHandSideOnlyMultipleLeftHandSide(ctx: GroupedLeftHandSideOnlyMultipleLeftHandSideContext): Unit
Exit a parse tree produced by the
groupedLeftHandSideOnlyMultipleLeftHandSidelabeled alternative inRubyParser#multipleLeftHandSide.Exit a parse tree produced by the
groupedLeftHandSideOnlyMultipleLeftHandSidelabeled alternative inRubyParser#multipleLeftHandSide.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitGroupingExpressionPrimary(ctx: GroupingExpressionPrimaryContext): Unit
Exit a parse tree produced by the
groupingExpressionPrimarylabeled alternative inRubyParser#primary.Exit a parse tree produced by the
groupingExpressionPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitHashConstructor(ctx: HashConstructorContext): Unit
Exit a parse tree produced by
RubyParser#hashConstructor.Exit a parse tree produced by
RubyParser#hashConstructor.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitHashConstructorPrimary(ctx: HashConstructorPrimaryContext): Unit
Exit a parse tree produced by the
hashConstructorPrimarylabeled alternative inRubyParser#primary.Exit a parse tree produced by the
hashConstructorPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitIfExpression(ctx: IfExpressionContext): Unit
Exit a parse tree produced by
RubyParser#ifExpression.Exit a parse tree produced by
RubyParser#ifExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitIfExpressionPrimary(ctx: IfExpressionPrimaryContext): Unit
Exit a parse tree produced by the
ifExpressionPrimarylabeled alternative inRubyParser#primary.Exit a parse tree produced by the
ifExpressionPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitIndexingExpressionPrimary(ctx: IndexingExpressionPrimaryContext): Unit
Exit a parse tree produced by the
indexingExpressionPrimarylabeled alternative inRubyParser#primary.Exit a parse tree produced by the
indexingExpressionPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitInterpolatedRegexSequence(ctx: InterpolatedRegexSequenceContext): Unit
Exit a parse tree produced by
RubyParser#interpolatedRegexSequence.Exit a parse tree produced by
RubyParser#interpolatedRegexSequence.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitInterpolatedStringSequence(ctx: InterpolatedStringSequenceContext): Unit
Exit a parse tree produced by
RubyParser#interpolatedStringSequence.Exit a parse tree produced by
RubyParser#interpolatedStringSequence.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitInvocationExpressionOrCommand(ctx: InvocationExpressionOrCommandContext): Unit
Exit a parse tree produced by the
invocationExpressionOrCommandlabeled alternative inRubyParser#expressionOrCommand.Exit a parse tree produced by the
invocationExpressionOrCommandlabeled alternative inRubyParser#expressionOrCommand.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitInvocationWithBlockOnlyPrimary(ctx: InvocationWithBlockOnlyPrimaryContext): Unit
Exit a parse tree produced by the
invocationWithBlockOnlyPrimarylabeled alternative inRubyParser#primary.Exit a parse tree produced by the
invocationWithBlockOnlyPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitInvocationWithParenthesesPrimary(ctx: InvocationWithParenthesesPrimaryContext): Unit
Exit a parse tree produced by the
invocationWithParenthesesPrimarylabeled alternative inRubyParser#primary.Exit a parse tree produced by the
invocationWithParenthesesPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitIsDefinedExpression(ctx: IsDefinedExpressionContext): Unit
Exit a parse tree produced by the
isDefinedExpressionlabeled alternative inRubyParser#expression.Exit a parse tree produced by the
isDefinedExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitIsDefinedPrimary(ctx: IsDefinedPrimaryContext): Unit
Exit a parse tree produced by the
isDefinedPrimarylabeled alternative inRubyParser#primary.Exit a parse tree produced by the
isDefinedPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitJumpExpression(ctx: JumpExpressionContext): Unit
Exit a parse tree produced by
RubyParser#jumpExpression.Exit a parse tree produced by
RubyParser#jumpExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitJumpExpressionPrimary(ctx: JumpExpressionPrimaryContext): Unit
Exit a parse tree produced by the
jumpExpressionPrimarylabeled alternative inRubyParser#primary.Exit a parse tree produced by the
jumpExpressionPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitKeyword(ctx: KeywordContext): Unit
Exit a parse tree produced by
RubyParser#keyword.Exit a parse tree produced by
RubyParser#keyword.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitLinePseudoVariableIdentifier(ctx: LinePseudoVariableIdentifierContext): Unit
Exit a parse tree produced by the
linePseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.Exit a parse tree produced by the
linePseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitLiteralPrimary(ctx: LiteralPrimaryContext): Unit
Exit a parse tree produced by the
literalPrimarylabeled alternative inRubyParser#primary.Exit a parse tree produced by the
literalPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitMandatoryParameters(ctx: MandatoryParametersContext): Unit
Exit a parse tree produced by
RubyParser#mandatoryParameters.Exit a parse tree produced by
RubyParser#mandatoryParameters.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitMethodDefinition(ctx: MethodDefinitionContext): Unit
Exit a parse tree produced by
RubyParser#methodDefinition.Exit a parse tree produced by
RubyParser#methodDefinition.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitMethodDefinitionPrimary(ctx: MethodDefinitionPrimaryContext): Unit
Exit a parse tree produced by the
methodDefinitionPrimarylabeled alternative inRubyParser#primary.Exit a parse tree produced by the
methodDefinitionPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitMethodIdentifier(ctx: MethodIdentifierContext): Unit
Exit a parse tree produced by
RubyParser#methodIdentifier.Exit a parse tree produced by
RubyParser#methodIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitMethodName(ctx: MethodNameContext): Unit
Exit a parse tree produced by
RubyParser#methodName.Exit a parse tree produced by
RubyParser#methodName.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitMethodOnlyIdentifier(ctx: MethodOnlyIdentifierContext): Unit
Exit a parse tree produced by
RubyParser#methodOnlyIdentifier.Exit a parse tree produced by
RubyParser#methodOnlyIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitMethodOnlyIdentifierPrimary(ctx: MethodOnlyIdentifierPrimaryContext): Unit
Exit a parse tree produced by the
methodOnlyIdentifierPrimarylabeled alternative inRubyParser#primary.Exit a parse tree produced by the
methodOnlyIdentifierPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitMethodParameterPart(ctx: MethodParameterPartContext): Unit
Exit a parse tree produced by
RubyParser#methodParameterPart.Exit a parse tree produced by
RubyParser#methodParameterPart.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitModifierStatement(ctx: ModifierStatementContext): Unit
Exit a parse tree produced by the
modifierStatementlabeled alternative inRubyParser#statement.Exit a parse tree produced by the
modifierStatementlabeled alternative inRubyParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitModuleDefinition(ctx: ModuleDefinitionContext): Unit
Exit a parse tree produced by
RubyParser#moduleDefinition.Exit a parse tree produced by
RubyParser#moduleDefinition.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitModuleDefinitionPrimary(ctx: ModuleDefinitionPrimaryContext): Unit
Exit a parse tree produced by the
moduleDefinitionPrimarylabeled alternative inRubyParser#primary.Exit a parse tree produced by the
moduleDefinitionPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitMultipleAssignmentExpression(ctx: MultipleAssignmentExpressionContext): Unit
Exit a parse tree produced by the
multipleAssignmentExpressionlabeled alternative inRubyParser#expression.Exit a parse tree produced by the
multipleAssignmentExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitMultipleLeftHandSideAndpackingLeftHandSideMultipleLeftHandSide(ctx: MultipleLeftHandSideAndpackingLeftHandSideMultipleLeftHandSideContext): Unit
Exit a parse tree produced by the
multipleLeftHandSideAndpackingLeftHandSideMultipleLeftHandSidelabeled alternative inRubyParser#multipleLeftHandSide.Exit a parse tree produced by the
multipleLeftHandSideAndpackingLeftHandSideMultipleLeftHandSidelabeled alternative inRubyParser#multipleLeftHandSide.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitMultipleLeftHandSideItem(ctx: MultipleLeftHandSideItemContext): Unit
Exit a parse tree produced by
RubyParser#multipleLeftHandSideItem.Exit a parse tree produced by
RubyParser#multipleLeftHandSideItem.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitMultipleRightHandSide(ctx: MultipleRightHandSideContext): Unit
Exit a parse tree produced by
RubyParser#multipleRightHandSide.Exit a parse tree produced by
RubyParser#multipleRightHandSide.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitMultiplicativeExpression(ctx: MultiplicativeExpressionContext): Unit
Exit a parse tree produced by the
multiplicativeExpressionlabeled alternative inRubyParser#expression.Exit a parse tree produced by the
multiplicativeExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitNextArgsInvocationWithoutParentheses(ctx: NextArgsInvocationWithoutParenthesesContext): Unit
Exit a parse tree produced by the
nextArgsInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.Exit a parse tree produced by the
nextArgsInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitNilPseudoVariableIdentifier(ctx: NilPseudoVariableIdentifierContext): Unit
Exit a parse tree produced by the
nilPseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.Exit a parse tree produced by the
nilPseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitNotExpressionOrCommand(ctx: NotExpressionOrCommandContext): Unit
Exit a parse tree produced by the
notExpressionOrCommandlabeled alternative inRubyParser#expressionOrCommand.Exit a parse tree produced by the
notExpressionOrCommandlabeled alternative inRubyParser#expressionOrCommand.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitNumericLiteral(ctx: NumericLiteralContext): Unit
Exit a parse tree produced by
RubyParser#numericLiteral.Exit a parse tree produced by
RubyParser#numericLiteral.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitNumericLiteralLiteral(ctx: NumericLiteralLiteralContext): Unit
Exit a parse tree produced by the
numericLiteralLiterallabeled alternative inRubyParser#literal.Exit a parse tree produced by the
numericLiteralLiterallabeled alternative inRubyParser#literal.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitOperatorAndExpression(ctx: OperatorAndExpressionContext): Unit
Exit a parse tree produced by the
operatorAndExpressionlabeled alternative inRubyParser#expression.Exit a parse tree produced by the
operatorAndExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitOperatorMethodName(ctx: OperatorMethodNameContext): Unit
Exit a parse tree produced by
RubyParser#operatorMethodName.Exit a parse tree produced by
RubyParser#operatorMethodName.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitOperatorOrExpression(ctx: OperatorOrExpressionContext): Unit
Exit a parse tree produced by the
operatorOrExpressionlabeled alternative inRubyParser#expression.Exit a parse tree produced by the
operatorOrExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitOptionalParameter(ctx: OptionalParameterContext): Unit
Exit a parse tree produced by
RubyParser#optionalParameter.Exit a parse tree produced by
RubyParser#optionalParameter.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitOptionalParameters(ctx: OptionalParametersContext): Unit
Exit a parse tree produced by
RubyParser#optionalParameters.Exit a parse tree produced by
RubyParser#optionalParameters.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitOrAndExpressionOrCommand(ctx: OrAndExpressionOrCommandContext): Unit
Exit a parse tree produced by the
orAndExpressionOrCommandlabeled alternative inRubyParser#expressionOrCommand.Exit a parse tree produced by the
orAndExpressionOrCommandlabeled alternative inRubyParser#expressionOrCommand.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitPackingLeftHandSide(ctx: PackingLeftHandSideContext): Unit
Exit a parse tree produced by
RubyParser#packingLeftHandSide.Exit a parse tree produced by
RubyParser#packingLeftHandSide.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitPackingLeftHandSideOnlyMultipleLeftHandSide(ctx: PackingLeftHandSideOnlyMultipleLeftHandSideContext): Unit
Exit a parse tree produced by the
packingLeftHandSideOnlyMultipleLeftHandSidelabeled alternative inRubyParser#multipleLeftHandSide.Exit a parse tree produced by the
packingLeftHandSideOnlyMultipleLeftHandSidelabeled alternative inRubyParser#multipleLeftHandSide.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitParameters(ctx: ParametersContext): Unit
Exit a parse tree produced by
RubyParser#parameters.Exit a parse tree produced by
RubyParser#parameters.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitPowerExpression(ctx: PowerExpressionContext): Unit
Exit a parse tree produced by the
powerExpressionlabeled alternative inRubyParser#expression.Exit a parse tree produced by the
powerExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitPrimaryExpression(ctx: PrimaryExpressionContext): Unit
Exit a parse tree produced by the
primaryExpressionlabeled alternative inRubyParser#expression.Exit a parse tree produced by the
primaryExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitPrimaryInsideBracketsSingleLeftHandSide(ctx: PrimaryInsideBracketsSingleLeftHandSideContext): Unit
Exit a parse tree produced by the
primaryInsideBracketsSingleLeftHandSidelabeled alternative inRubyParser#singleLeftHandSide.Exit a parse tree produced by the
primaryInsideBracketsSingleLeftHandSidelabeled alternative inRubyParser#singleLeftHandSide.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitPrimaryMethodArgsDoBlockCommandWithDoBlock(ctx: PrimaryMethodArgsDoBlockCommandWithDoBlockContext): Unit
Exit a parse tree produced by the
primaryMethodArgsDoBlockCommandWithDoBlocklabeled alternative inRubyParser#commandWithDoBlock.Exit a parse tree produced by the
primaryMethodArgsDoBlockCommandWithDoBlocklabeled alternative inRubyParser#commandWithDoBlock.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitProcParameter(ctx: ProcParameterContext): Unit
Exit a parse tree produced by
RubyParser#procParameter.Exit a parse tree produced by
RubyParser#procParameter.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitProgram(ctx: ProgramContext): Unit
Exit a parse tree produced by
RubyParser#program.Exit a parse tree produced by
RubyParser#program.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitRangeExpression(ctx: RangeExpressionContext): Unit
Exit a parse tree produced by the
rangeExpressionlabeled alternative inRubyParser#expression.Exit a parse tree produced by the
rangeExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitRegexInterpolation(ctx: RegexInterpolationContext): Unit
Exit a parse tree produced by
RubyParser#regexInterpolation.Exit a parse tree produced by
RubyParser#regexInterpolation.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitRegexInterpolationPrimary(ctx: RegexInterpolationPrimaryContext): Unit
Exit a parse tree produced by the
regexInterpolationPrimarylabeled alternative inRubyParser#primary.Exit a parse tree produced by the
regexInterpolationPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitRegularExpressionLiteral(ctx: RegularExpressionLiteralContext): Unit
Exit a parse tree produced by the
regularExpressionLiterallabeled alternative inRubyParser#literal.Exit a parse tree produced by the
regularExpressionLiterallabeled alternative inRubyParser#literal.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitRelationalExpression(ctx: RelationalExpressionContext): Unit
Exit a parse tree produced by the
relationalExpressionlabeled alternative inRubyParser#expression.Exit a parse tree produced by the
relationalExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitRescueClause(ctx: RescueClauseContext): Unit
Exit a parse tree produced by
RubyParser#rescueClause.Exit a parse tree produced by
RubyParser#rescueClause.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitReturnArgsInvocationWithoutParentheses(ctx: ReturnArgsInvocationWithoutParenthesesContext): Unit
Exit a parse tree produced by the
returnArgsInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.Exit a parse tree produced by the
returnArgsInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitScopedConstantAccessSingleLeftHandSide(ctx: ScopedConstantAccessSingleLeftHandSideContext): Unit
Exit a parse tree produced by the
scopedConstantAccessSingleLeftHandSidelabeled alternative inRubyParser#singleLeftHandSide.Exit a parse tree produced by the
scopedConstantAccessSingleLeftHandSidelabeled alternative inRubyParser#singleLeftHandSide.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitScopedConstantReference(ctx: ScopedConstantReferenceContext): Unit
Exit a parse tree produced by
RubyParser#scopedConstantReference.Exit a parse tree produced by
RubyParser#scopedConstantReference.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitSelfPseudoVariableIdentifier(ctx: SelfPseudoVariableIdentifierContext): Unit
Exit a parse tree produced by the
selfPseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.Exit a parse tree produced by the
selfPseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitSeparator(ctx: SeparatorContext): Unit
Exit a parse tree produced by
RubyParser#separator.Exit a parse tree produced by
RubyParser#separator.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitSeparators(ctx: SeparatorsContext): Unit
Exit a parse tree produced by
RubyParser#separators.Exit a parse tree produced by
RubyParser#separators.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitSimpleMethodNamePart(ctx: SimpleMethodNamePartContext): Unit
Exit a parse tree produced by the
simpleMethodNamePartlabeled alternative inRubyParser#methodNamePart.Exit a parse tree produced by the
simpleMethodNamePartlabeled alternative inRubyParser#methodNamePart.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitSimpleScopedConstantReferencePrimary(ctx: SimpleScopedConstantReferencePrimaryContext): Unit
Exit a parse tree produced by the
simpleScopedConstantReferencePrimarylabeled alternative inRubyParser#primary.Exit a parse tree produced by the
simpleScopedConstantReferencePrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitSingleAssignmentExpression(ctx: SingleAssignmentExpressionContext): Unit
Exit a parse tree produced by the
singleAssignmentExpressionlabeled alternative inRubyParser#expression.Exit a parse tree produced by the
singleAssignmentExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitSingleCommandOnlyInvocationWithoutParentheses(ctx: SingleCommandOnlyInvocationWithoutParenthesesContext): Unit
Exit a parse tree produced by the
singleCommandOnlyInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.Exit a parse tree produced by the
singleCommandOnlyInvocationWithoutParentheseslabeled alternative inRubyParser#invocationWithoutParentheses.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitSingleQuotedStringLiteral(ctx: SingleQuotedStringLiteralContext): Unit
Exit a parse tree produced by the
singleQuotedStringLiterallabeled alternative inRubyParser#literal.Exit a parse tree produced by the
singleQuotedStringLiterallabeled alternative inRubyParser#literal.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitSingletonMethodNamePart(ctx: SingletonMethodNamePartContext): Unit
Exit a parse tree produced by the
singletonMethodNamePartlabeled alternative inRubyParser#methodNamePart.Exit a parse tree produced by the
singletonMethodNamePartlabeled alternative inRubyParser#methodNamePart.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitSingletonObject(ctx: SingletonObjectContext): Unit
Exit a parse tree produced by
RubyParser#singletonObject.Exit a parse tree produced by
RubyParser#singletonObject.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitSplattingArgument(ctx: SplattingArgumentContext): Unit
Exit a parse tree produced by
RubyParser#splattingArgument.Exit a parse tree produced by
RubyParser#splattingArgument.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitSplattingOnlyIndexingArguments(ctx: SplattingOnlyIndexingArgumentsContext): Unit
Exit a parse tree produced by the
splattingOnlyIndexingArgumentslabeled alternative inRubyParser#indexingArguments.Exit a parse tree produced by the
splattingOnlyIndexingArgumentslabeled alternative inRubyParser#indexingArguments.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitStatements(ctx: StatementsContext): Unit
Exit a parse tree produced by
RubyParser#statements.Exit a parse tree produced by
RubyParser#statements.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitStringInterpolation(ctx: StringInterpolationContext): Unit
Exit a parse tree produced by
RubyParser#stringInterpolation.Exit a parse tree produced by
RubyParser#stringInterpolation.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitStringInterpolationPrimary(ctx: StringInterpolationPrimaryContext): Unit
Exit a parse tree produced by the
stringInterpolationPrimarylabeled alternative inRubyParser#primary.Exit a parse tree produced by the
stringInterpolationPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitSuperExpressionPrimary(ctx: SuperExpressionPrimaryContext): Unit
Exit a parse tree produced by the
superExpressionPrimarylabeled alternative inRubyParser#primary.Exit a parse tree produced by the
superExpressionPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitSymbol(ctx: SymbolContext): Unit
Exit a parse tree produced by
RubyParser#symbol.Exit a parse tree produced by
RubyParser#symbol.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitSymbolLiteral(ctx: SymbolLiteralContext): Unit
Exit a parse tree produced by the
symbolLiterallabeled alternative inRubyParser#literal.Exit a parse tree produced by the
symbolLiterallabeled alternative inRubyParser#literal.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitThenClause(ctx: ThenClauseContext): Unit
Exit a parse tree produced by
RubyParser#thenClause.Exit a parse tree produced by
RubyParser#thenClause.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitTruePseudoVariableIdentifier(ctx: TruePseudoVariableIdentifierContext): Unit
Exit a parse tree produced by the
truePseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.Exit a parse tree produced by the
truePseudoVariableIdentifierlabeled alternative inRubyParser#pseudoVariableIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitUnaryExpression(ctx: UnaryExpressionContext): Unit
Exit a parse tree produced by the
unaryExpressionlabeled alternative inRubyParser#expression.Exit a parse tree produced by the
unaryExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitUnaryMinusExpression(ctx: UnaryMinusExpressionContext): Unit
Exit a parse tree produced by the
unaryMinusExpressionlabeled alternative inRubyParser#expression.Exit a parse tree produced by the
unaryMinusExpressionlabeled alternative inRubyParser#expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitUndefStatement(ctx: UndefStatementContext): Unit
Exit a parse tree produced by the
undefStatementlabeled alternative inRubyParser#statement.Exit a parse tree produced by the
undefStatementlabeled alternative inRubyParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitUnlessExpression(ctx: UnlessExpressionContext): Unit
Exit a parse tree produced by
RubyParser#unlessExpression.Exit a parse tree produced by
RubyParser#unlessExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitUnlessExpressionPrimary(ctx: UnlessExpressionPrimaryContext): Unit
Exit a parse tree produced by the
unlessExpressionPrimarylabeled alternative inRubyParser#primary.Exit a parse tree produced by the
unlessExpressionPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitUnsignedNumericLiteral(ctx: UnsignedNumericLiteralContext): Unit
Exit a parse tree produced by
RubyParser#unsignedNumericLiteral.Exit a parse tree produced by
RubyParser#unsignedNumericLiteral.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitUntilExpression(ctx: UntilExpressionContext): Unit
Exit a parse tree produced by
RubyParser#untilExpression.Exit a parse tree produced by
RubyParser#untilExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitUntilExpressionPrimary(ctx: UntilExpressionPrimaryContext): Unit
Exit a parse tree produced by the
untilExpressionPrimarylabeled alternative inRubyParser#primary.Exit a parse tree produced by the
untilExpressionPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitVariableIdentifier(ctx: VariableIdentifierContext): Unit
Exit a parse tree produced by
RubyParser#variableIdentifier.Exit a parse tree produced by
RubyParser#variableIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitVariableIdentifierOnlySingleLeftHandSide(ctx: VariableIdentifierOnlySingleLeftHandSideContext): Unit
Exit a parse tree produced by the
variableIdentifierOnlySingleLeftHandSidelabeled alternative inRubyParser#singleLeftHandSide.Exit a parse tree produced by the
variableIdentifierOnlySingleLeftHandSidelabeled alternative inRubyParser#singleLeftHandSide.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitVariableReference(ctx: VariableReferenceContext): Unit
Exit a parse tree produced by
RubyParser#variableReference.Exit a parse tree produced by
RubyParser#variableReference.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitVariableReferencePrimary(ctx: VariableReferencePrimaryContext): Unit
Exit a parse tree produced by the
variableReferencePrimarylabeled alternative inRubyParser#primary.Exit a parse tree produced by the
variableReferencePrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitWhenArgument(ctx: WhenArgumentContext): Unit
Exit a parse tree produced by
RubyParser#whenArgument.Exit a parse tree produced by
RubyParser#whenArgument.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitWhenClause(ctx: WhenClauseContext): Unit
Exit a parse tree produced by
RubyParser#whenClause.Exit a parse tree produced by
RubyParser#whenClause.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitWhileExpression(ctx: WhileExpressionContext): Unit
Exit a parse tree produced by
RubyParser#whileExpression.Exit a parse tree produced by
RubyParser#whileExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitWhileExpressionPrimary(ctx: WhileExpressionPrimaryContext): Unit
Exit a parse tree produced by the
whileExpressionPrimarylabeled alternative inRubyParser#primary.Exit a parse tree produced by the
whileExpressionPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitWsOrNl(ctx: WsOrNlContext): Unit
Exit a parse tree produced by
RubyParser#wsOrNl.Exit a parse tree produced by
RubyParser#wsOrNl.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitXdotySingleLeftHandSide(ctx: XdotySingleLeftHandSideContext): Unit
Exit a parse tree produced by the
xdotySingleLeftHandSidelabeled alternative inRubyParser#singleLeftHandSide.Exit a parse tree produced by the
xdotySingleLeftHandSidelabeled alternative inRubyParser#singleLeftHandSide.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitYieldWithOptionalArgument(ctx: YieldWithOptionalArgumentContext): Unit
Exit a parse tree produced by
RubyParser#yieldWithOptionalArgument.Exit a parse tree produced by
RubyParser#yieldWithOptionalArgument.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- def exitYieldWithOptionalArgumentPrimary(ctx: YieldWithOptionalArgumentPrimaryContext): Unit
Exit a parse tree produced by the
yieldWithOptionalArgumentPrimarylabeled alternative inRubyParser#primary.Exit a parse tree produced by the
yieldWithOptionalArgumentPrimarylabeled alternative inRubyParser#primary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- RubyParserBaseListener → RubyParserListener
- Annotations
- @Override()
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def visitErrorNode(node: ErrorNode): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- RubyParserBaseListener → ParseTreeListener
- Annotations
- @Override()
- def visitTerminal(node: TerminalNode): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- RubyParserBaseListener → ParseTreeListener
- 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