c

io.joern.rubysrc2cpg.parser

RubyParserBaseListener

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.

Linear Supertypes
RubyParserListener, ParseTreeListener, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RubyParserBaseListener
  2. RubyParserListener
  3. ParseTreeListener
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RubyParserBaseListener()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def enterAdditiveExpression(ctx: AdditiveExpressionContext): Unit

    Enter a parse tree produced by the additiveExpression labeled alternative in RubyParser#expression.

    Enter a parse tree produced by the additiveExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  7. def enterAliasStatement(ctx: AliasStatementContext): Unit

    Enter a parse tree produced by the aliasStatement labeled alternative in RubyParser#statement.

    Enter a parse tree produced by the aliasStatement labeled alternative in RubyParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  8. def enterArgsAndDoBlockAndMethodIdCommandWithDoBlock(ctx: ArgsAndDoBlockAndMethodIdCommandWithDoBlockContext): Unit

    Enter a parse tree produced by the argsAndDoBlockAndMethodIdCommandWithDoBlock labeled alternative in RubyParser#commandWithDoBlock.

    Enter a parse tree produced by the argsAndDoBlockAndMethodIdCommandWithDoBlock labeled alternative in RubyParser#commandWithDoBlock.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  9. def enterArgsAndDoBlockCommandWithDoBlock(ctx: ArgsAndDoBlockCommandWithDoBlockContext): Unit

    Enter a parse tree produced by the argsAndDoBlockCommandWithDoBlock labeled alternative in RubyParser#commandWithDoBlock.

    Enter a parse tree produced by the argsAndDoBlockCommandWithDoBlock labeled alternative in RubyParser#commandWithDoBlock.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  10. def enterArgsOnlyArgumentsWithParentheses(ctx: ArgsOnlyArgumentsWithParenthesesContext): Unit

    Enter a parse tree produced by the argsOnlyArgumentsWithParentheses labeled alternative in RubyParser#argumentsWithParentheses.

    Enter a parse tree produced by the argsOnlyArgumentsWithParentheses labeled alternative in RubyParser#argumentsWithParentheses.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  11. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  12. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  13. def enterArrayConstructorPrimary(ctx: ArrayConstructorPrimaryContext): Unit

    Enter a parse tree produced by the arrayConstructorPrimary labeled alternative in RubyParser#primary.

    Enter a parse tree produced by the arrayConstructorPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  14. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  15. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  16. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  17. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  18. def enterAssociationsOnlyIndexingArguments(ctx: AssociationsOnlyIndexingArgumentsContext): Unit

    Enter a parse tree produced by the associationsOnlyIndexingArguments labeled alternative in RubyParser#indexingArguments.

    Enter a parse tree produced by the associationsOnlyIndexingArguments labeled alternative in RubyParser#indexingArguments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  19. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  20. def enterBeginExpressionPrimary(ctx: BeginExpressionPrimaryContext): Unit

    Enter a parse tree produced by the beginExpressionPrimary labeled alternative in RubyParser#primary.

    Enter a parse tree produced by the beginExpressionPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  21. def enterBeginStatement(ctx: BeginStatementContext): Unit

    Enter a parse tree produced by the beginStatement labeled alternative in RubyParser#statement.

    Enter a parse tree produced by the beginStatement labeled alternative in RubyParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  22. def enterBitwiseAndExpression(ctx: BitwiseAndExpressionContext): Unit

    Enter a parse tree produced by the bitwiseAndExpression labeled alternative in RubyParser#expression.

    Enter a parse tree produced by the bitwiseAndExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  23. def enterBitwiseOrExpression(ctx: BitwiseOrExpressionContext): Unit

    Enter a parse tree produced by the bitwiseOrExpression labeled alternative in RubyParser#expression.

    Enter a parse tree produced by the bitwiseOrExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  24. def enterBitwiseShiftExpression(ctx: BitwiseShiftExpressionContext): Unit

    Enter a parse tree produced by the bitwiseShiftExpression labeled alternative in RubyParser#expression.

    Enter a parse tree produced by the bitwiseShiftExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  25. def enterBlankArgsArgumentsWithParentheses(ctx: BlankArgsArgumentsWithParenthesesContext): Unit

    Enter a parse tree produced by the blankArgsArgumentsWithParentheses labeled alternative in RubyParser#argumentsWithParentheses.

    Enter a parse tree produced by the blankArgsArgumentsWithParentheses labeled alternative in RubyParser#argumentsWithParentheses.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  26. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  27. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  28. def enterBlockArgumentTypeArguments(ctx: BlockArgumentTypeArgumentsContext): Unit

    Enter a parse tree produced by the blockArgumentTypeArguments labeled alternative in RubyParser#arguments.

    Enter a parse tree produced by the blockArgumentTypeArguments labeled alternative in RubyParser#arguments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  29. def enterBlockExprAssocTypeArguments(ctx: BlockExprAssocTypeArgumentsContext): Unit

    Enter a parse tree produced by the blockExprAssocTypeArguments labeled alternative in RubyParser#arguments.

    Enter a parse tree produced by the blockExprAssocTypeArguments labeled alternative in RubyParser#arguments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  30. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  31. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  32. def enterBlockSplattingExprAssocTypeArguments(ctx: BlockSplattingExprAssocTypeArgumentsContext): Unit

    Enter a parse tree produced by the blockSplattingExprAssocTypeArguments labeled alternative in RubyParser#arguments.

    Enter a parse tree produced by the blockSplattingExprAssocTypeArguments labeled alternative in RubyParser#arguments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  33. def enterBlockSplattingTypeArguments(ctx: BlockSplattingTypeArgumentsContext): Unit

    Enter a parse tree produced by the blockSplattingTypeArguments labeled alternative in RubyParser#arguments.

    Enter a parse tree produced by the blockSplattingTypeArguments labeled alternative in RubyParser#arguments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  34. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  35. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  36. def enterBreakArgsInvocationWithoutParentheses(ctx: BreakArgsInvocationWithoutParenthesesContext): Unit

    Enter a parse tree produced by the breakArgsInvocationWithoutParentheses labeled alternative in RubyParser#invocationWithoutParentheses.

    Enter a parse tree produced by the breakArgsInvocationWithoutParentheses labeled alternative in RubyParser#invocationWithoutParentheses.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  37. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  38. def enterCaseExpressionPrimary(ctx: CaseExpressionPrimaryContext): Unit

    Enter a parse tree produced by the caseExpressionPrimary labeled alternative in RubyParser#primary.

    Enter a parse tree produced by the caseExpressionPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  39. def enterChainedCommandDoBlockDorCol2mNameArgsInvocationWithoutParentheses(ctx: ChainedCommandDoBlockDorCol2mNameArgsInvocationWithoutParenthesesContext): Unit

    Enter a parse tree produced by the chainedCommandDoBlockDorCol2mNameArgsInvocationWithoutParentheses labeled alternative in RubyParser#invocationWithoutParentheses.

    Enter a parse tree produced by the chainedCommandDoBlockDorCol2mNameArgsInvocationWithoutParentheses labeled alternative in RubyParser#invocationWithoutParentheses.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  40. def enterChainedCommandDoBlockInvocationWithoutParentheses(ctx: ChainedCommandDoBlockInvocationWithoutParenthesesContext): Unit

    Enter a parse tree produced by the chainedCommandDoBlockInvocationWithoutParentheses labeled alternative in RubyParser#invocationWithoutParentheses.

    Enter a parse tree produced by the chainedCommandDoBlockInvocationWithoutParentheses labeled alternative in RubyParser#invocationWithoutParentheses.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  41. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  42. def enterChainedCommandWithDoBlockOnlyArgumentsWithParentheses(ctx: ChainedCommandWithDoBlockOnlyArgumentsWithParenthesesContext): Unit

    Enter a parse tree produced by the chainedCommandWithDoBlockOnlyArgumentsWithParentheses labeled alternative in RubyParser#argumentsWithParentheses.

    Enter a parse tree produced by the chainedCommandWithDoBlockOnlyArgumentsWithParentheses labeled alternative in RubyParser#argumentsWithParentheses.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  43. def enterChainedInvocationPrimary(ctx: ChainedInvocationPrimaryContext): Unit

    Enter a parse tree produced by the chainedInvocationPrimary labeled alternative in RubyParser#primary.

    Enter a parse tree produced by the chainedInvocationPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  44. def enterChainedInvocationWithoutArgumentsPrimary(ctx: ChainedInvocationWithoutArgumentsPrimaryContext): Unit

    Enter a parse tree produced by the chainedInvocationWithoutArgumentsPrimary labeled alternative in RubyParser#primary.

    Enter a parse tree produced by the chainedInvocationWithoutArgumentsPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  45. def enterChainedScopedConstantReferencePrimary(ctx: ChainedScopedConstantReferencePrimaryContext): Unit

    Enter a parse tree produced by the chainedScopedConstantReferencePrimary labeled alternative in RubyParser#primary.

    Enter a parse tree produced by the chainedScopedConstantReferencePrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  46. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  47. def enterClassDefinitionPrimary(ctx: ClassDefinitionPrimaryContext): Unit

    Enter a parse tree produced by the classDefinitionPrimary labeled alternative in RubyParser#primary.

    Enter a parse tree produced by the classDefinitionPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  48. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  49. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  50. def enterCommandOnlyIndexingArguments(ctx: CommandOnlyIndexingArgumentsContext): Unit

    Enter a parse tree produced by the commandOnlyIndexingArguments labeled alternative in RubyParser#indexingArguments.

    Enter a parse tree produced by the commandOnlyIndexingArguments labeled alternative in RubyParser#indexingArguments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  51. def enterCommandTypeArguments(ctx: CommandTypeArgumentsContext): Unit

    Enter a parse tree produced by the commandTypeArguments labeled alternative in RubyParser#arguments.

    Enter a parse tree produced by the commandTypeArguments labeled alternative in RubyParser#arguments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  52. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  53. def enterConditionalOperatorExpression(ctx: ConditionalOperatorExpressionContext): Unit

    Enter a parse tree produced by the conditionalOperatorExpression labeled alternative in RubyParser#expression.

    Enter a parse tree produced by the conditionalOperatorExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  54. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  55. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  56. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  57. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  58. def enterDoubleQuotedStringLiteral(ctx: DoubleQuotedStringLiteralContext): Unit

    Enter a parse tree produced by the doubleQuotedStringLiteral labeled alternative in RubyParser#literal.

    Enter a parse tree produced by the doubleQuotedStringLiteral labeled alternative in RubyParser#literal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  59. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  60. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  61. def enterEncodingPseudoVariableIdentifier(ctx: EncodingPseudoVariableIdentifierContext): Unit

    Enter a parse tree produced by the encodingPseudoVariableIdentifier labeled alternative in RubyParser#pseudoVariableIdentifier.

    Enter a parse tree produced by the encodingPseudoVariableIdentifier labeled alternative in RubyParser#pseudoVariableIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  62. def enterEndStatement(ctx: EndStatementContext): Unit

    Enter a parse tree produced by the endStatement labeled alternative in RubyParser#statement.

    Enter a parse tree produced by the endStatement labeled alternative in RubyParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  63. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  64. def enterEqualityExpression(ctx: EqualityExpressionContext): Unit

    Enter a parse tree produced by the equalityExpression labeled alternative in RubyParser#expression.

    Enter a parse tree produced by the equalityExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  65. def enterEveryRule(ctx: ParserRuleContext): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    RubyParserBaseListener → ParseTreeListener
    Annotations
    @Override()
  66. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  67. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  68. def enterExpressionExpressionOrCommand(ctx: ExpressionExpressionOrCommandContext): Unit

    Enter a parse tree produced by the expressionExpressionOrCommand labeled alternative in RubyParser#expressionOrCommand.

    Enter a parse tree produced by the expressionExpressionOrCommand labeled alternative in RubyParser#expressionOrCommand.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  69. def enterExpressionOrCommandStatement(ctx: ExpressionOrCommandStatementContext): Unit

    Enter a parse tree produced by the expressionOrCommandStatement labeled alternative in RubyParser#statement.

    Enter a parse tree produced by the expressionOrCommandStatement labeled alternative in RubyParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  70. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  71. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  72. def enterExpressionsAndChainedCommandWithDoBlockArgumentsWithParentheses(ctx: ExpressionsAndChainedCommandWithDoBlockArgumentsWithParenthesesContext): Unit

    Enter a parse tree produced by the expressionsAndChainedCommandWithDoBlockArgumentsWithParentheses labeled alternative in RubyParser#argumentsWithParentheses.

    Enter a parse tree produced by the expressionsAndChainedCommandWithDoBlockArgumentsWithParentheses labeled alternative in RubyParser#argumentsWithParentheses.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  73. def enterExpressionsAndSplattingIndexingArguments(ctx: ExpressionsAndSplattingIndexingArgumentsContext): Unit

    Enter a parse tree produced by the expressionsAndSplattingIndexingArguments labeled alternative in RubyParser#indexingArguments.

    Enter a parse tree produced by the expressionsAndSplattingIndexingArguments labeled alternative in RubyParser#indexingArguments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  74. def enterExpressionsOnlyIndexingArguments(ctx: ExpressionsOnlyIndexingArgumentsContext): Unit

    Enter a parse tree produced by the expressionsOnlyIndexingArguments labeled alternative in RubyParser#indexingArguments.

    Enter a parse tree produced by the expressionsOnlyIndexingArguments labeled alternative in RubyParser#indexingArguments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  75. def enterFalsePseudoVariableIdentifier(ctx: FalsePseudoVariableIdentifierContext): Unit

    Enter a parse tree produced by the falsePseudoVariableIdentifier labeled alternative in RubyParser#pseudoVariableIdentifier.

    Enter a parse tree produced by the falsePseudoVariableIdentifier labeled alternative in RubyParser#pseudoVariableIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  76. def enterFilePseudoVariableIdentifier(ctx: FilePseudoVariableIdentifierContext): Unit

    Enter a parse tree produced by the filePseudoVariableIdentifier labeled alternative in RubyParser#pseudoVariableIdentifier.

    Enter a parse tree produced by the filePseudoVariableIdentifier labeled alternative in RubyParser#pseudoVariableIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  77. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  78. def enterForExpressionPrimary(ctx: ForExpressionPrimaryContext): Unit

    Enter a parse tree produced by the forExpressionPrimary labeled alternative in RubyParser#primary.

    Enter a parse tree produced by the forExpressionPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  79. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  80. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  81. def enterGroupedLeftHandSideOnlyMultipleLeftHandSide(ctx: GroupedLeftHandSideOnlyMultipleLeftHandSideContext): Unit

    Enter a parse tree produced by the groupedLeftHandSideOnlyMultipleLeftHandSide labeled alternative in RubyParser#multipleLeftHandSide.

    Enter a parse tree produced by the groupedLeftHandSideOnlyMultipleLeftHandSide labeled alternative in RubyParser#multipleLeftHandSide.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  82. def enterGroupingExpressionPrimary(ctx: GroupingExpressionPrimaryContext): Unit

    Enter a parse tree produced by the groupingExpressionPrimary labeled alternative in RubyParser#primary.

    Enter a parse tree produced by the groupingExpressionPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  83. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  84. def enterHashConstructorPrimary(ctx: HashConstructorPrimaryContext): Unit

    Enter a parse tree produced by the hashConstructorPrimary labeled alternative in RubyParser#primary.

    Enter a parse tree produced by the hashConstructorPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  85. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  86. def enterIfExpressionPrimary(ctx: IfExpressionPrimaryContext): Unit

    Enter a parse tree produced by the ifExpressionPrimary labeled alternative in RubyParser#primary.

    Enter a parse tree produced by the ifExpressionPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  87. def enterIndexingExpressionPrimary(ctx: IndexingExpressionPrimaryContext): Unit

    Enter a parse tree produced by the indexingExpressionPrimary labeled alternative in RubyParser#primary.

    Enter a parse tree produced by the indexingExpressionPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  88. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  89. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  90. def enterInvocationExpressionOrCommand(ctx: InvocationExpressionOrCommandContext): Unit

    Enter a parse tree produced by the invocationExpressionOrCommand labeled alternative in RubyParser#expressionOrCommand.

    Enter a parse tree produced by the invocationExpressionOrCommand labeled alternative in RubyParser#expressionOrCommand.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  91. def enterInvocationWithBlockOnlyPrimary(ctx: InvocationWithBlockOnlyPrimaryContext): Unit

    Enter a parse tree produced by the invocationWithBlockOnlyPrimary labeled alternative in RubyParser#primary.

    Enter a parse tree produced by the invocationWithBlockOnlyPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  92. def enterInvocationWithParenthesesPrimary(ctx: InvocationWithParenthesesPrimaryContext): Unit

    Enter a parse tree produced by the invocationWithParenthesesPrimary labeled alternative in RubyParser#primary.

    Enter a parse tree produced by the invocationWithParenthesesPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  93. def enterIsDefinedExpression(ctx: IsDefinedExpressionContext): Unit

    Enter a parse tree produced by the isDefinedExpression labeled alternative in RubyParser#expression.

    Enter a parse tree produced by the isDefinedExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  94. def enterIsDefinedPrimary(ctx: IsDefinedPrimaryContext): Unit

    Enter a parse tree produced by the isDefinedPrimary labeled alternative in RubyParser#primary.

    Enter a parse tree produced by the isDefinedPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  95. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  96. def enterJumpExpressionPrimary(ctx: JumpExpressionPrimaryContext): Unit

    Enter a parse tree produced by the jumpExpressionPrimary labeled alternative in RubyParser#primary.

    Enter a parse tree produced by the jumpExpressionPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  97. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  98. def enterLinePseudoVariableIdentifier(ctx: LinePseudoVariableIdentifierContext): Unit

    Enter a parse tree produced by the linePseudoVariableIdentifier labeled alternative in RubyParser#pseudoVariableIdentifier.

    Enter a parse tree produced by the linePseudoVariableIdentifier labeled alternative in RubyParser#pseudoVariableIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  99. def enterLiteralPrimary(ctx: LiteralPrimaryContext): Unit

    Enter a parse tree produced by the literalPrimary labeled alternative in RubyParser#primary.

    Enter a parse tree produced by the literalPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  100. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  101. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  102. def enterMethodDefinitionPrimary(ctx: MethodDefinitionPrimaryContext): Unit

    Enter a parse tree produced by the methodDefinitionPrimary labeled alternative in RubyParser#primary.

    Enter a parse tree produced by the methodDefinitionPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  103. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  104. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  105. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  106. def enterMethodOnlyIdentifierPrimary(ctx: MethodOnlyIdentifierPrimaryContext): Unit

    Enter a parse tree produced by the methodOnlyIdentifierPrimary labeled alternative in RubyParser#primary.

    Enter a parse tree produced by the methodOnlyIdentifierPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  107. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  108. def enterModifierStatement(ctx: ModifierStatementContext): Unit

    Enter a parse tree produced by the modifierStatement labeled alternative in RubyParser#statement.

    Enter a parse tree produced by the modifierStatement labeled alternative in RubyParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  109. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  110. def enterModuleDefinitionPrimary(ctx: ModuleDefinitionPrimaryContext): Unit

    Enter a parse tree produced by the moduleDefinitionPrimary labeled alternative in RubyParser#primary.

    Enter a parse tree produced by the moduleDefinitionPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  111. def enterMultipleAssignmentExpression(ctx: MultipleAssignmentExpressionContext): Unit

    Enter a parse tree produced by the multipleAssignmentExpression labeled alternative in RubyParser#expression.

    Enter a parse tree produced by the multipleAssignmentExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  112. def enterMultipleLeftHandSideAndpackingLeftHandSideMultipleLeftHandSide(ctx: MultipleLeftHandSideAndpackingLeftHandSideMultipleLeftHandSideContext): Unit

    Enter a parse tree produced by the multipleLeftHandSideAndpackingLeftHandSideMultipleLeftHandSide labeled alternative in RubyParser#multipleLeftHandSide.

    Enter a parse tree produced by the multipleLeftHandSideAndpackingLeftHandSideMultipleLeftHandSide labeled alternative in RubyParser#multipleLeftHandSide.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  113. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  114. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  115. def enterMultiplicativeExpression(ctx: MultiplicativeExpressionContext): Unit

    Enter a parse tree produced by the multiplicativeExpression labeled alternative in RubyParser#expression.

    Enter a parse tree produced by the multiplicativeExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  116. def enterNextArgsInvocationWithoutParentheses(ctx: NextArgsInvocationWithoutParenthesesContext): Unit

    Enter a parse tree produced by the nextArgsInvocationWithoutParentheses labeled alternative in RubyParser#invocationWithoutParentheses.

    Enter a parse tree produced by the nextArgsInvocationWithoutParentheses labeled alternative in RubyParser#invocationWithoutParentheses.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  117. def enterNilPseudoVariableIdentifier(ctx: NilPseudoVariableIdentifierContext): Unit

    Enter a parse tree produced by the nilPseudoVariableIdentifier labeled alternative in RubyParser#pseudoVariableIdentifier.

    Enter a parse tree produced by the nilPseudoVariableIdentifier labeled alternative in RubyParser#pseudoVariableIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  118. def enterNotExpressionOrCommand(ctx: NotExpressionOrCommandContext): Unit

    Enter a parse tree produced by the notExpressionOrCommand labeled alternative in RubyParser#expressionOrCommand.

    Enter a parse tree produced by the notExpressionOrCommand labeled alternative in RubyParser#expressionOrCommand.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  119. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  120. def enterNumericLiteralLiteral(ctx: NumericLiteralLiteralContext): Unit

    Enter a parse tree produced by the numericLiteralLiteral labeled alternative in RubyParser#literal.

    Enter a parse tree produced by the numericLiteralLiteral labeled alternative in RubyParser#literal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  121. def enterOperatorAndExpression(ctx: OperatorAndExpressionContext): Unit

    Enter a parse tree produced by the operatorAndExpression labeled alternative in RubyParser#expression.

    Enter a parse tree produced by the operatorAndExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  122. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  123. def enterOperatorOrExpression(ctx: OperatorOrExpressionContext): Unit

    Enter a parse tree produced by the operatorOrExpression labeled alternative in RubyParser#expression.

    Enter a parse tree produced by the operatorOrExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  124. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  125. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  126. def enterOrAndExpressionOrCommand(ctx: OrAndExpressionOrCommandContext): Unit

    Enter a parse tree produced by the orAndExpressionOrCommand labeled alternative in RubyParser#expressionOrCommand.

    Enter a parse tree produced by the orAndExpressionOrCommand labeled alternative in RubyParser#expressionOrCommand.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  127. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  128. def enterPackingLeftHandSideOnlyMultipleLeftHandSide(ctx: PackingLeftHandSideOnlyMultipleLeftHandSideContext): Unit

    Enter a parse tree produced by the packingLeftHandSideOnlyMultipleLeftHandSide labeled alternative in RubyParser#multipleLeftHandSide.

    Enter a parse tree produced by the packingLeftHandSideOnlyMultipleLeftHandSide labeled alternative in RubyParser#multipleLeftHandSide.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  129. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  130. def enterPowerExpression(ctx: PowerExpressionContext): Unit

    Enter a parse tree produced by the powerExpression labeled alternative in RubyParser#expression.

    Enter a parse tree produced by the powerExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  131. def enterPrimaryExpression(ctx: PrimaryExpressionContext): Unit

    Enter a parse tree produced by the primaryExpression labeled alternative in RubyParser#expression.

    Enter a parse tree produced by the primaryExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  132. def enterPrimaryInsideBracketsSingleLeftHandSide(ctx: PrimaryInsideBracketsSingleLeftHandSideContext): Unit

    Enter a parse tree produced by the primaryInsideBracketsSingleLeftHandSide labeled alternative in RubyParser#singleLeftHandSide.

    Enter a parse tree produced by the primaryInsideBracketsSingleLeftHandSide labeled alternative in RubyParser#singleLeftHandSide.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  133. def enterPrimaryMethodArgsDoBlockCommandWithDoBlock(ctx: PrimaryMethodArgsDoBlockCommandWithDoBlockContext): Unit

    Enter a parse tree produced by the primaryMethodArgsDoBlockCommandWithDoBlock labeled alternative in RubyParser#commandWithDoBlock.

    Enter a parse tree produced by the primaryMethodArgsDoBlockCommandWithDoBlock labeled alternative in RubyParser#commandWithDoBlock.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  134. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  135. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  136. def enterRangeExpression(ctx: RangeExpressionContext): Unit

    Enter a parse tree produced by the rangeExpression labeled alternative in RubyParser#expression.

    Enter a parse tree produced by the rangeExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  137. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  138. def enterRegexInterpolationPrimary(ctx: RegexInterpolationPrimaryContext): Unit

    Enter a parse tree produced by the regexInterpolationPrimary labeled alternative in RubyParser#primary.

    Enter a parse tree produced by the regexInterpolationPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  139. def enterRegularExpressionLiteral(ctx: RegularExpressionLiteralContext): Unit

    Enter a parse tree produced by the regularExpressionLiteral labeled alternative in RubyParser#literal.

    Enter a parse tree produced by the regularExpressionLiteral labeled alternative in RubyParser#literal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  140. def enterRelationalExpression(ctx: RelationalExpressionContext): Unit

    Enter a parse tree produced by the relationalExpression labeled alternative in RubyParser#expression.

    Enter a parse tree produced by the relationalExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  141. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  142. def enterReturnArgsInvocationWithoutParentheses(ctx: ReturnArgsInvocationWithoutParenthesesContext): Unit

    Enter a parse tree produced by the returnArgsInvocationWithoutParentheses labeled alternative in RubyParser#invocationWithoutParentheses.

    Enter a parse tree produced by the returnArgsInvocationWithoutParentheses labeled alternative in RubyParser#invocationWithoutParentheses.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  143. def enterScopedConstantAccessSingleLeftHandSide(ctx: ScopedConstantAccessSingleLeftHandSideContext): Unit

    Enter a parse tree produced by the scopedConstantAccessSingleLeftHandSide labeled alternative in RubyParser#singleLeftHandSide.

    Enter a parse tree produced by the scopedConstantAccessSingleLeftHandSide labeled alternative in RubyParser#singleLeftHandSide.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  144. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  145. def enterSelfPseudoVariableIdentifier(ctx: SelfPseudoVariableIdentifierContext): Unit

    Enter a parse tree produced by the selfPseudoVariableIdentifier labeled alternative in RubyParser#pseudoVariableIdentifier.

    Enter a parse tree produced by the selfPseudoVariableIdentifier labeled alternative in RubyParser#pseudoVariableIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  146. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  147. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  148. def enterSimpleMethodNamePart(ctx: SimpleMethodNamePartContext): Unit

    Enter a parse tree produced by the simpleMethodNamePart labeled alternative in RubyParser#methodNamePart.

    Enter a parse tree produced by the simpleMethodNamePart labeled alternative in RubyParser#methodNamePart.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  149. def enterSimpleScopedConstantReferencePrimary(ctx: SimpleScopedConstantReferencePrimaryContext): Unit

    Enter a parse tree produced by the simpleScopedConstantReferencePrimary labeled alternative in RubyParser#primary.

    Enter a parse tree produced by the simpleScopedConstantReferencePrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  150. def enterSingleAssignmentExpression(ctx: SingleAssignmentExpressionContext): Unit

    Enter a parse tree produced by the singleAssignmentExpression labeled alternative in RubyParser#expression.

    Enter a parse tree produced by the singleAssignmentExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  151. def enterSingleCommandOnlyInvocationWithoutParentheses(ctx: SingleCommandOnlyInvocationWithoutParenthesesContext): Unit

    Enter a parse tree produced by the singleCommandOnlyInvocationWithoutParentheses labeled alternative in RubyParser#invocationWithoutParentheses.

    Enter a parse tree produced by the singleCommandOnlyInvocationWithoutParentheses labeled alternative in RubyParser#invocationWithoutParentheses.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  152. def enterSingleQuotedStringLiteral(ctx: SingleQuotedStringLiteralContext): Unit

    Enter a parse tree produced by the singleQuotedStringLiteral labeled alternative in RubyParser#literal.

    Enter a parse tree produced by the singleQuotedStringLiteral labeled alternative in RubyParser#literal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  153. def enterSingletonMethodNamePart(ctx: SingletonMethodNamePartContext): Unit

    Enter a parse tree produced by the singletonMethodNamePart labeled alternative in RubyParser#methodNamePart.

    Enter a parse tree produced by the singletonMethodNamePart labeled alternative in RubyParser#methodNamePart.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  154. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  155. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  156. def enterSplattingOnlyIndexingArguments(ctx: SplattingOnlyIndexingArgumentsContext): Unit

    Enter a parse tree produced by the splattingOnlyIndexingArguments labeled alternative in RubyParser#indexingArguments.

    Enter a parse tree produced by the splattingOnlyIndexingArguments labeled alternative in RubyParser#indexingArguments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  157. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  158. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  159. def enterStringInterpolationPrimary(ctx: StringInterpolationPrimaryContext): Unit

    Enter a parse tree produced by the stringInterpolationPrimary labeled alternative in RubyParser#primary.

    Enter a parse tree produced by the stringInterpolationPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  160. def enterSuperExpressionPrimary(ctx: SuperExpressionPrimaryContext): Unit

    Enter a parse tree produced by the superExpressionPrimary labeled alternative in RubyParser#primary.

    Enter a parse tree produced by the superExpressionPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  161. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  162. def enterSymbolLiteral(ctx: SymbolLiteralContext): Unit

    Enter a parse tree produced by the symbolLiteral labeled alternative in RubyParser#literal.

    Enter a parse tree produced by the symbolLiteral labeled alternative in RubyParser#literal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  163. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  164. def enterTruePseudoVariableIdentifier(ctx: TruePseudoVariableIdentifierContext): Unit

    Enter a parse tree produced by the truePseudoVariableIdentifier labeled alternative in RubyParser#pseudoVariableIdentifier.

    Enter a parse tree produced by the truePseudoVariableIdentifier labeled alternative in RubyParser#pseudoVariableIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  165. def enterUnaryExpression(ctx: UnaryExpressionContext): Unit

    Enter a parse tree produced by the unaryExpression labeled alternative in RubyParser#expression.

    Enter a parse tree produced by the unaryExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  166. def enterUnaryMinusExpression(ctx: UnaryMinusExpressionContext): Unit

    Enter a parse tree produced by the unaryMinusExpression labeled alternative in RubyParser#expression.

    Enter a parse tree produced by the unaryMinusExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  167. def enterUndefStatement(ctx: UndefStatementContext): Unit

    Enter a parse tree produced by the undefStatement labeled alternative in RubyParser#statement.

    Enter a parse tree produced by the undefStatement labeled alternative in RubyParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  168. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  169. def enterUnlessExpressionPrimary(ctx: UnlessExpressionPrimaryContext): Unit

    Enter a parse tree produced by the unlessExpressionPrimary labeled alternative in RubyParser#primary.

    Enter a parse tree produced by the unlessExpressionPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  170. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  171. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  172. def enterUntilExpressionPrimary(ctx: UntilExpressionPrimaryContext): Unit

    Enter a parse tree produced by the untilExpressionPrimary labeled alternative in RubyParser#primary.

    Enter a parse tree produced by the untilExpressionPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  173. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  174. def enterVariableIdentifierOnlySingleLeftHandSide(ctx: VariableIdentifierOnlySingleLeftHandSideContext): Unit

    Enter a parse tree produced by the variableIdentifierOnlySingleLeftHandSide labeled alternative in RubyParser#singleLeftHandSide.

    Enter a parse tree produced by the variableIdentifierOnlySingleLeftHandSide labeled alternative in RubyParser#singleLeftHandSide.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  175. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  176. def enterVariableReferencePrimary(ctx: VariableReferencePrimaryContext): Unit

    Enter a parse tree produced by the variableReferencePrimary labeled alternative in RubyParser#primary.

    Enter a parse tree produced by the variableReferencePrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  177. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  178. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  179. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  180. def enterWhileExpressionPrimary(ctx: WhileExpressionPrimaryContext): Unit

    Enter a parse tree produced by the whileExpressionPrimary labeled alternative in RubyParser#primary.

    Enter a parse tree produced by the whileExpressionPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  181. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  182. def enterXdotySingleLeftHandSide(ctx: XdotySingleLeftHandSideContext): Unit

    Enter a parse tree produced by the xdotySingleLeftHandSide labeled alternative in RubyParser#singleLeftHandSide.

    Enter a parse tree produced by the xdotySingleLeftHandSide labeled alternative in RubyParser#singleLeftHandSide.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  183. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  184. def enterYieldWithOptionalArgumentPrimary(ctx: YieldWithOptionalArgumentPrimaryContext): Unit

    Enter a parse tree produced by the yieldWithOptionalArgumentPrimary labeled alternative in RubyParser#primary.

    Enter a parse tree produced by the yieldWithOptionalArgumentPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  185. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  186. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  187. def exitAdditiveExpression(ctx: AdditiveExpressionContext): Unit

    Exit a parse tree produced by the additiveExpression labeled alternative in RubyParser#expression.

    Exit a parse tree produced by the additiveExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  188. def exitAliasStatement(ctx: AliasStatementContext): Unit

    Exit a parse tree produced by the aliasStatement labeled alternative in RubyParser#statement.

    Exit a parse tree produced by the aliasStatement labeled alternative in RubyParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  189. def exitArgsAndDoBlockAndMethodIdCommandWithDoBlock(ctx: ArgsAndDoBlockAndMethodIdCommandWithDoBlockContext): Unit

    Exit a parse tree produced by the argsAndDoBlockAndMethodIdCommandWithDoBlock labeled alternative in RubyParser#commandWithDoBlock.

    Exit a parse tree produced by the argsAndDoBlockAndMethodIdCommandWithDoBlock labeled alternative in RubyParser#commandWithDoBlock.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  190. def exitArgsAndDoBlockCommandWithDoBlock(ctx: ArgsAndDoBlockCommandWithDoBlockContext): Unit

    Exit a parse tree produced by the argsAndDoBlockCommandWithDoBlock labeled alternative in RubyParser#commandWithDoBlock.

    Exit a parse tree produced by the argsAndDoBlockCommandWithDoBlock labeled alternative in RubyParser#commandWithDoBlock.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  191. def exitArgsOnlyArgumentsWithParentheses(ctx: ArgsOnlyArgumentsWithParenthesesContext): Unit

    Exit a parse tree produced by the argsOnlyArgumentsWithParentheses labeled alternative in RubyParser#argumentsWithParentheses.

    Exit a parse tree produced by the argsOnlyArgumentsWithParentheses labeled alternative in RubyParser#argumentsWithParentheses.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  192. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  193. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  194. def exitArrayConstructorPrimary(ctx: ArrayConstructorPrimaryContext): Unit

    Exit a parse tree produced by the arrayConstructorPrimary labeled alternative in RubyParser#primary.

    Exit a parse tree produced by the arrayConstructorPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  195. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  196. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  197. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  198. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  199. def exitAssociationsOnlyIndexingArguments(ctx: AssociationsOnlyIndexingArgumentsContext): Unit

    Exit a parse tree produced by the associationsOnlyIndexingArguments labeled alternative in RubyParser#indexingArguments.

    Exit a parse tree produced by the associationsOnlyIndexingArguments labeled alternative in RubyParser#indexingArguments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  200. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  201. def exitBeginExpressionPrimary(ctx: BeginExpressionPrimaryContext): Unit

    Exit a parse tree produced by the beginExpressionPrimary labeled alternative in RubyParser#primary.

    Exit a parse tree produced by the beginExpressionPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  202. def exitBeginStatement(ctx: BeginStatementContext): Unit

    Exit a parse tree produced by the beginStatement labeled alternative in RubyParser#statement.

    Exit a parse tree produced by the beginStatement labeled alternative in RubyParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  203. def exitBitwiseAndExpression(ctx: BitwiseAndExpressionContext): Unit

    Exit a parse tree produced by the bitwiseAndExpression labeled alternative in RubyParser#expression.

    Exit a parse tree produced by the bitwiseAndExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  204. def exitBitwiseOrExpression(ctx: BitwiseOrExpressionContext): Unit

    Exit a parse tree produced by the bitwiseOrExpression labeled alternative in RubyParser#expression.

    Exit a parse tree produced by the bitwiseOrExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  205. def exitBitwiseShiftExpression(ctx: BitwiseShiftExpressionContext): Unit

    Exit a parse tree produced by the bitwiseShiftExpression labeled alternative in RubyParser#expression.

    Exit a parse tree produced by the bitwiseShiftExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  206. def exitBlankArgsArgumentsWithParentheses(ctx: BlankArgsArgumentsWithParenthesesContext): Unit

    Exit a parse tree produced by the blankArgsArgumentsWithParentheses labeled alternative in RubyParser#argumentsWithParentheses.

    Exit a parse tree produced by the blankArgsArgumentsWithParentheses labeled alternative in RubyParser#argumentsWithParentheses.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  207. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  208. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  209. def exitBlockArgumentTypeArguments(ctx: BlockArgumentTypeArgumentsContext): Unit

    Exit a parse tree produced by the blockArgumentTypeArguments labeled alternative in RubyParser#arguments.

    Exit a parse tree produced by the blockArgumentTypeArguments labeled alternative in RubyParser#arguments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  210. def exitBlockExprAssocTypeArguments(ctx: BlockExprAssocTypeArgumentsContext): Unit

    Exit a parse tree produced by the blockExprAssocTypeArguments labeled alternative in RubyParser#arguments.

    Exit a parse tree produced by the blockExprAssocTypeArguments labeled alternative in RubyParser#arguments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  211. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  212. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  213. def exitBlockSplattingExprAssocTypeArguments(ctx: BlockSplattingExprAssocTypeArgumentsContext): Unit

    Exit a parse tree produced by the blockSplattingExprAssocTypeArguments labeled alternative in RubyParser#arguments.

    Exit a parse tree produced by the blockSplattingExprAssocTypeArguments labeled alternative in RubyParser#arguments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  214. def exitBlockSplattingTypeArguments(ctx: BlockSplattingTypeArgumentsContext): Unit

    Exit a parse tree produced by the blockSplattingTypeArguments labeled alternative in RubyParser#arguments.

    Exit a parse tree produced by the blockSplattingTypeArguments labeled alternative in RubyParser#arguments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  215. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  216. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  217. def exitBreakArgsInvocationWithoutParentheses(ctx: BreakArgsInvocationWithoutParenthesesContext): Unit

    Exit a parse tree produced by the breakArgsInvocationWithoutParentheses labeled alternative in RubyParser#invocationWithoutParentheses.

    Exit a parse tree produced by the breakArgsInvocationWithoutParentheses labeled alternative in RubyParser#invocationWithoutParentheses.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  218. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  219. def exitCaseExpressionPrimary(ctx: CaseExpressionPrimaryContext): Unit

    Exit a parse tree produced by the caseExpressionPrimary labeled alternative in RubyParser#primary.

    Exit a parse tree produced by the caseExpressionPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  220. def exitChainedCommandDoBlockDorCol2mNameArgsInvocationWithoutParentheses(ctx: ChainedCommandDoBlockDorCol2mNameArgsInvocationWithoutParenthesesContext): Unit

    Exit a parse tree produced by the chainedCommandDoBlockDorCol2mNameArgsInvocationWithoutParentheses labeled alternative in RubyParser#invocationWithoutParentheses.

    Exit a parse tree produced by the chainedCommandDoBlockDorCol2mNameArgsInvocationWithoutParentheses labeled alternative in RubyParser#invocationWithoutParentheses.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  221. def exitChainedCommandDoBlockInvocationWithoutParentheses(ctx: ChainedCommandDoBlockInvocationWithoutParenthesesContext): Unit

    Exit a parse tree produced by the chainedCommandDoBlockInvocationWithoutParentheses labeled alternative in RubyParser#invocationWithoutParentheses.

    Exit a parse tree produced by the chainedCommandDoBlockInvocationWithoutParentheses labeled alternative in RubyParser#invocationWithoutParentheses.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  222. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  223. def exitChainedCommandWithDoBlockOnlyArgumentsWithParentheses(ctx: ChainedCommandWithDoBlockOnlyArgumentsWithParenthesesContext): Unit

    Exit a parse tree produced by the chainedCommandWithDoBlockOnlyArgumentsWithParentheses labeled alternative in RubyParser#argumentsWithParentheses.

    Exit a parse tree produced by the chainedCommandWithDoBlockOnlyArgumentsWithParentheses labeled alternative in RubyParser#argumentsWithParentheses.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  224. def exitChainedInvocationPrimary(ctx: ChainedInvocationPrimaryContext): Unit

    Exit a parse tree produced by the chainedInvocationPrimary labeled alternative in RubyParser#primary.

    Exit a parse tree produced by the chainedInvocationPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  225. def exitChainedInvocationWithoutArgumentsPrimary(ctx: ChainedInvocationWithoutArgumentsPrimaryContext): Unit

    Exit a parse tree produced by the chainedInvocationWithoutArgumentsPrimary labeled alternative in RubyParser#primary.

    Exit a parse tree produced by the chainedInvocationWithoutArgumentsPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  226. def exitChainedScopedConstantReferencePrimary(ctx: ChainedScopedConstantReferencePrimaryContext): Unit

    Exit a parse tree produced by the chainedScopedConstantReferencePrimary labeled alternative in RubyParser#primary.

    Exit a parse tree produced by the chainedScopedConstantReferencePrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  227. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  228. def exitClassDefinitionPrimary(ctx: ClassDefinitionPrimaryContext): Unit

    Exit a parse tree produced by the classDefinitionPrimary labeled alternative in RubyParser#primary.

    Exit a parse tree produced by the classDefinitionPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  229. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  230. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  231. def exitCommandOnlyIndexingArguments(ctx: CommandOnlyIndexingArgumentsContext): Unit

    Exit a parse tree produced by the commandOnlyIndexingArguments labeled alternative in RubyParser#indexingArguments.

    Exit a parse tree produced by the commandOnlyIndexingArguments labeled alternative in RubyParser#indexingArguments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  232. def exitCommandTypeArguments(ctx: CommandTypeArgumentsContext): Unit

    Exit a parse tree produced by the commandTypeArguments labeled alternative in RubyParser#arguments.

    Exit a parse tree produced by the commandTypeArguments labeled alternative in RubyParser#arguments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  233. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  234. def exitConditionalOperatorExpression(ctx: ConditionalOperatorExpressionContext): Unit

    Exit a parse tree produced by the conditionalOperatorExpression labeled alternative in RubyParser#expression.

    Exit a parse tree produced by the conditionalOperatorExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  235. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  236. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  237. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  238. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  239. def exitDoubleQuotedStringLiteral(ctx: DoubleQuotedStringLiteralContext): Unit

    Exit a parse tree produced by the doubleQuotedStringLiteral labeled alternative in RubyParser#literal.

    Exit a parse tree produced by the doubleQuotedStringLiteral labeled alternative in RubyParser#literal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  240. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  241. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  242. def exitEncodingPseudoVariableIdentifier(ctx: EncodingPseudoVariableIdentifierContext): Unit

    Exit a parse tree produced by the encodingPseudoVariableIdentifier labeled alternative in RubyParser#pseudoVariableIdentifier.

    Exit a parse tree produced by the encodingPseudoVariableIdentifier labeled alternative in RubyParser#pseudoVariableIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  243. def exitEndStatement(ctx: EndStatementContext): Unit

    Exit a parse tree produced by the endStatement labeled alternative in RubyParser#statement.

    Exit a parse tree produced by the endStatement labeled alternative in RubyParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  244. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  245. def exitEqualityExpression(ctx: EqualityExpressionContext): Unit

    Exit a parse tree produced by the equalityExpression labeled alternative in RubyParser#expression.

    Exit a parse tree produced by the equalityExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  246. def exitEveryRule(ctx: ParserRuleContext): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    RubyParserBaseListener → ParseTreeListener
    Annotations
    @Override()
  247. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  248. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  249. def exitExpressionExpressionOrCommand(ctx: ExpressionExpressionOrCommandContext): Unit

    Exit a parse tree produced by the expressionExpressionOrCommand labeled alternative in RubyParser#expressionOrCommand.

    Exit a parse tree produced by the expressionExpressionOrCommand labeled alternative in RubyParser#expressionOrCommand.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  250. def exitExpressionOrCommandStatement(ctx: ExpressionOrCommandStatementContext): Unit

    Exit a parse tree produced by the expressionOrCommandStatement labeled alternative in RubyParser#statement.

    Exit a parse tree produced by the expressionOrCommandStatement labeled alternative in RubyParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  251. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  252. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  253. def exitExpressionsAndChainedCommandWithDoBlockArgumentsWithParentheses(ctx: ExpressionsAndChainedCommandWithDoBlockArgumentsWithParenthesesContext): Unit

    Exit a parse tree produced by the expressionsAndChainedCommandWithDoBlockArgumentsWithParentheses labeled alternative in RubyParser#argumentsWithParentheses.

    Exit a parse tree produced by the expressionsAndChainedCommandWithDoBlockArgumentsWithParentheses labeled alternative in RubyParser#argumentsWithParentheses.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  254. def exitExpressionsAndSplattingIndexingArguments(ctx: ExpressionsAndSplattingIndexingArgumentsContext): Unit

    Exit a parse tree produced by the expressionsAndSplattingIndexingArguments labeled alternative in RubyParser#indexingArguments.

    Exit a parse tree produced by the expressionsAndSplattingIndexingArguments labeled alternative in RubyParser#indexingArguments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  255. def exitExpressionsOnlyIndexingArguments(ctx: ExpressionsOnlyIndexingArgumentsContext): Unit

    Exit a parse tree produced by the expressionsOnlyIndexingArguments labeled alternative in RubyParser#indexingArguments.

    Exit a parse tree produced by the expressionsOnlyIndexingArguments labeled alternative in RubyParser#indexingArguments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  256. def exitFalsePseudoVariableIdentifier(ctx: FalsePseudoVariableIdentifierContext): Unit

    Exit a parse tree produced by the falsePseudoVariableIdentifier labeled alternative in RubyParser#pseudoVariableIdentifier.

    Exit a parse tree produced by the falsePseudoVariableIdentifier labeled alternative in RubyParser#pseudoVariableIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  257. def exitFilePseudoVariableIdentifier(ctx: FilePseudoVariableIdentifierContext): Unit

    Exit a parse tree produced by the filePseudoVariableIdentifier labeled alternative in RubyParser#pseudoVariableIdentifier.

    Exit a parse tree produced by the filePseudoVariableIdentifier labeled alternative in RubyParser#pseudoVariableIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  258. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  259. def exitForExpressionPrimary(ctx: ForExpressionPrimaryContext): Unit

    Exit a parse tree produced by the forExpressionPrimary labeled alternative in RubyParser#primary.

    Exit a parse tree produced by the forExpressionPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  260. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  261. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  262. def exitGroupedLeftHandSideOnlyMultipleLeftHandSide(ctx: GroupedLeftHandSideOnlyMultipleLeftHandSideContext): Unit

    Exit a parse tree produced by the groupedLeftHandSideOnlyMultipleLeftHandSide labeled alternative in RubyParser#multipleLeftHandSide.

    Exit a parse tree produced by the groupedLeftHandSideOnlyMultipleLeftHandSide labeled alternative in RubyParser#multipleLeftHandSide.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  263. def exitGroupingExpressionPrimary(ctx: GroupingExpressionPrimaryContext): Unit

    Exit a parse tree produced by the groupingExpressionPrimary labeled alternative in RubyParser#primary.

    Exit a parse tree produced by the groupingExpressionPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  264. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  265. def exitHashConstructorPrimary(ctx: HashConstructorPrimaryContext): Unit

    Exit a parse tree produced by the hashConstructorPrimary labeled alternative in RubyParser#primary.

    Exit a parse tree produced by the hashConstructorPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  266. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  267. def exitIfExpressionPrimary(ctx: IfExpressionPrimaryContext): Unit

    Exit a parse tree produced by the ifExpressionPrimary labeled alternative in RubyParser#primary.

    Exit a parse tree produced by the ifExpressionPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  268. def exitIndexingExpressionPrimary(ctx: IndexingExpressionPrimaryContext): Unit

    Exit a parse tree produced by the indexingExpressionPrimary labeled alternative in RubyParser#primary.

    Exit a parse tree produced by the indexingExpressionPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  269. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  270. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  271. def exitInvocationExpressionOrCommand(ctx: InvocationExpressionOrCommandContext): Unit

    Exit a parse tree produced by the invocationExpressionOrCommand labeled alternative in RubyParser#expressionOrCommand.

    Exit a parse tree produced by the invocationExpressionOrCommand labeled alternative in RubyParser#expressionOrCommand.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  272. def exitInvocationWithBlockOnlyPrimary(ctx: InvocationWithBlockOnlyPrimaryContext): Unit

    Exit a parse tree produced by the invocationWithBlockOnlyPrimary labeled alternative in RubyParser#primary.

    Exit a parse tree produced by the invocationWithBlockOnlyPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  273. def exitInvocationWithParenthesesPrimary(ctx: InvocationWithParenthesesPrimaryContext): Unit

    Exit a parse tree produced by the invocationWithParenthesesPrimary labeled alternative in RubyParser#primary.

    Exit a parse tree produced by the invocationWithParenthesesPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  274. def exitIsDefinedExpression(ctx: IsDefinedExpressionContext): Unit

    Exit a parse tree produced by the isDefinedExpression labeled alternative in RubyParser#expression.

    Exit a parse tree produced by the isDefinedExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  275. def exitIsDefinedPrimary(ctx: IsDefinedPrimaryContext): Unit

    Exit a parse tree produced by the isDefinedPrimary labeled alternative in RubyParser#primary.

    Exit a parse tree produced by the isDefinedPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  276. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  277. def exitJumpExpressionPrimary(ctx: JumpExpressionPrimaryContext): Unit

    Exit a parse tree produced by the jumpExpressionPrimary labeled alternative in RubyParser#primary.

    Exit a parse tree produced by the jumpExpressionPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  278. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  279. def exitLinePseudoVariableIdentifier(ctx: LinePseudoVariableIdentifierContext): Unit

    Exit a parse tree produced by the linePseudoVariableIdentifier labeled alternative in RubyParser#pseudoVariableIdentifier.

    Exit a parse tree produced by the linePseudoVariableIdentifier labeled alternative in RubyParser#pseudoVariableIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  280. def exitLiteralPrimary(ctx: LiteralPrimaryContext): Unit

    Exit a parse tree produced by the literalPrimary labeled alternative in RubyParser#primary.

    Exit a parse tree produced by the literalPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  281. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  282. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  283. def exitMethodDefinitionPrimary(ctx: MethodDefinitionPrimaryContext): Unit

    Exit a parse tree produced by the methodDefinitionPrimary labeled alternative in RubyParser#primary.

    Exit a parse tree produced by the methodDefinitionPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  284. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  285. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  286. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  287. def exitMethodOnlyIdentifierPrimary(ctx: MethodOnlyIdentifierPrimaryContext): Unit

    Exit a parse tree produced by the methodOnlyIdentifierPrimary labeled alternative in RubyParser#primary.

    Exit a parse tree produced by the methodOnlyIdentifierPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  288. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  289. def exitModifierStatement(ctx: ModifierStatementContext): Unit

    Exit a parse tree produced by the modifierStatement labeled alternative in RubyParser#statement.

    Exit a parse tree produced by the modifierStatement labeled alternative in RubyParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  290. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  291. def exitModuleDefinitionPrimary(ctx: ModuleDefinitionPrimaryContext): Unit

    Exit a parse tree produced by the moduleDefinitionPrimary labeled alternative in RubyParser#primary.

    Exit a parse tree produced by the moduleDefinitionPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  292. def exitMultipleAssignmentExpression(ctx: MultipleAssignmentExpressionContext): Unit

    Exit a parse tree produced by the multipleAssignmentExpression labeled alternative in RubyParser#expression.

    Exit a parse tree produced by the multipleAssignmentExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  293. def exitMultipleLeftHandSideAndpackingLeftHandSideMultipleLeftHandSide(ctx: MultipleLeftHandSideAndpackingLeftHandSideMultipleLeftHandSideContext): Unit

    Exit a parse tree produced by the multipleLeftHandSideAndpackingLeftHandSideMultipleLeftHandSide labeled alternative in RubyParser#multipleLeftHandSide.

    Exit a parse tree produced by the multipleLeftHandSideAndpackingLeftHandSideMultipleLeftHandSide labeled alternative in RubyParser#multipleLeftHandSide.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  294. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  295. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  296. def exitMultiplicativeExpression(ctx: MultiplicativeExpressionContext): Unit

    Exit a parse tree produced by the multiplicativeExpression labeled alternative in RubyParser#expression.

    Exit a parse tree produced by the multiplicativeExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  297. def exitNextArgsInvocationWithoutParentheses(ctx: NextArgsInvocationWithoutParenthesesContext): Unit

    Exit a parse tree produced by the nextArgsInvocationWithoutParentheses labeled alternative in RubyParser#invocationWithoutParentheses.

    Exit a parse tree produced by the nextArgsInvocationWithoutParentheses labeled alternative in RubyParser#invocationWithoutParentheses.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  298. def exitNilPseudoVariableIdentifier(ctx: NilPseudoVariableIdentifierContext): Unit

    Exit a parse tree produced by the nilPseudoVariableIdentifier labeled alternative in RubyParser#pseudoVariableIdentifier.

    Exit a parse tree produced by the nilPseudoVariableIdentifier labeled alternative in RubyParser#pseudoVariableIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  299. def exitNotExpressionOrCommand(ctx: NotExpressionOrCommandContext): Unit

    Exit a parse tree produced by the notExpressionOrCommand labeled alternative in RubyParser#expressionOrCommand.

    Exit a parse tree produced by the notExpressionOrCommand labeled alternative in RubyParser#expressionOrCommand.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  300. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  301. def exitNumericLiteralLiteral(ctx: NumericLiteralLiteralContext): Unit

    Exit a parse tree produced by the numericLiteralLiteral labeled alternative in RubyParser#literal.

    Exit a parse tree produced by the numericLiteralLiteral labeled alternative in RubyParser#literal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  302. def exitOperatorAndExpression(ctx: OperatorAndExpressionContext): Unit

    Exit a parse tree produced by the operatorAndExpression labeled alternative in RubyParser#expression.

    Exit a parse tree produced by the operatorAndExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  303. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  304. def exitOperatorOrExpression(ctx: OperatorOrExpressionContext): Unit

    Exit a parse tree produced by the operatorOrExpression labeled alternative in RubyParser#expression.

    Exit a parse tree produced by the operatorOrExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  305. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  306. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  307. def exitOrAndExpressionOrCommand(ctx: OrAndExpressionOrCommandContext): Unit

    Exit a parse tree produced by the orAndExpressionOrCommand labeled alternative in RubyParser#expressionOrCommand.

    Exit a parse tree produced by the orAndExpressionOrCommand labeled alternative in RubyParser#expressionOrCommand.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  308. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  309. def exitPackingLeftHandSideOnlyMultipleLeftHandSide(ctx: PackingLeftHandSideOnlyMultipleLeftHandSideContext): Unit

    Exit a parse tree produced by the packingLeftHandSideOnlyMultipleLeftHandSide labeled alternative in RubyParser#multipleLeftHandSide.

    Exit a parse tree produced by the packingLeftHandSideOnlyMultipleLeftHandSide labeled alternative in RubyParser#multipleLeftHandSide.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  310. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  311. def exitPowerExpression(ctx: PowerExpressionContext): Unit

    Exit a parse tree produced by the powerExpression labeled alternative in RubyParser#expression.

    Exit a parse tree produced by the powerExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  312. def exitPrimaryExpression(ctx: PrimaryExpressionContext): Unit

    Exit a parse tree produced by the primaryExpression labeled alternative in RubyParser#expression.

    Exit a parse tree produced by the primaryExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  313. def exitPrimaryInsideBracketsSingleLeftHandSide(ctx: PrimaryInsideBracketsSingleLeftHandSideContext): Unit

    Exit a parse tree produced by the primaryInsideBracketsSingleLeftHandSide labeled alternative in RubyParser#singleLeftHandSide.

    Exit a parse tree produced by the primaryInsideBracketsSingleLeftHandSide labeled alternative in RubyParser#singleLeftHandSide.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  314. def exitPrimaryMethodArgsDoBlockCommandWithDoBlock(ctx: PrimaryMethodArgsDoBlockCommandWithDoBlockContext): Unit

    Exit a parse tree produced by the primaryMethodArgsDoBlockCommandWithDoBlock labeled alternative in RubyParser#commandWithDoBlock.

    Exit a parse tree produced by the primaryMethodArgsDoBlockCommandWithDoBlock labeled alternative in RubyParser#commandWithDoBlock.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  315. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  316. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  317. def exitRangeExpression(ctx: RangeExpressionContext): Unit

    Exit a parse tree produced by the rangeExpression labeled alternative in RubyParser#expression.

    Exit a parse tree produced by the rangeExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  318. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  319. def exitRegexInterpolationPrimary(ctx: RegexInterpolationPrimaryContext): Unit

    Exit a parse tree produced by the regexInterpolationPrimary labeled alternative in RubyParser#primary.

    Exit a parse tree produced by the regexInterpolationPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  320. def exitRegularExpressionLiteral(ctx: RegularExpressionLiteralContext): Unit

    Exit a parse tree produced by the regularExpressionLiteral labeled alternative in RubyParser#literal.

    Exit a parse tree produced by the regularExpressionLiteral labeled alternative in RubyParser#literal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  321. def exitRelationalExpression(ctx: RelationalExpressionContext): Unit

    Exit a parse tree produced by the relationalExpression labeled alternative in RubyParser#expression.

    Exit a parse tree produced by the relationalExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  322. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  323. def exitReturnArgsInvocationWithoutParentheses(ctx: ReturnArgsInvocationWithoutParenthesesContext): Unit

    Exit a parse tree produced by the returnArgsInvocationWithoutParentheses labeled alternative in RubyParser#invocationWithoutParentheses.

    Exit a parse tree produced by the returnArgsInvocationWithoutParentheses labeled alternative in RubyParser#invocationWithoutParentheses.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  324. def exitScopedConstantAccessSingleLeftHandSide(ctx: ScopedConstantAccessSingleLeftHandSideContext): Unit

    Exit a parse tree produced by the scopedConstantAccessSingleLeftHandSide labeled alternative in RubyParser#singleLeftHandSide.

    Exit a parse tree produced by the scopedConstantAccessSingleLeftHandSide labeled alternative in RubyParser#singleLeftHandSide.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  325. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  326. def exitSelfPseudoVariableIdentifier(ctx: SelfPseudoVariableIdentifierContext): Unit

    Exit a parse tree produced by the selfPseudoVariableIdentifier labeled alternative in RubyParser#pseudoVariableIdentifier.

    Exit a parse tree produced by the selfPseudoVariableIdentifier labeled alternative in RubyParser#pseudoVariableIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  327. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  328. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  329. def exitSimpleMethodNamePart(ctx: SimpleMethodNamePartContext): Unit

    Exit a parse tree produced by the simpleMethodNamePart labeled alternative in RubyParser#methodNamePart.

    Exit a parse tree produced by the simpleMethodNamePart labeled alternative in RubyParser#methodNamePart.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  330. def exitSimpleScopedConstantReferencePrimary(ctx: SimpleScopedConstantReferencePrimaryContext): Unit

    Exit a parse tree produced by the simpleScopedConstantReferencePrimary labeled alternative in RubyParser#primary.

    Exit a parse tree produced by the simpleScopedConstantReferencePrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  331. def exitSingleAssignmentExpression(ctx: SingleAssignmentExpressionContext): Unit

    Exit a parse tree produced by the singleAssignmentExpression labeled alternative in RubyParser#expression.

    Exit a parse tree produced by the singleAssignmentExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  332. def exitSingleCommandOnlyInvocationWithoutParentheses(ctx: SingleCommandOnlyInvocationWithoutParenthesesContext): Unit

    Exit a parse tree produced by the singleCommandOnlyInvocationWithoutParentheses labeled alternative in RubyParser#invocationWithoutParentheses.

    Exit a parse tree produced by the singleCommandOnlyInvocationWithoutParentheses labeled alternative in RubyParser#invocationWithoutParentheses.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  333. def exitSingleQuotedStringLiteral(ctx: SingleQuotedStringLiteralContext): Unit

    Exit a parse tree produced by the singleQuotedStringLiteral labeled alternative in RubyParser#literal.

    Exit a parse tree produced by the singleQuotedStringLiteral labeled alternative in RubyParser#literal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  334. def exitSingletonMethodNamePart(ctx: SingletonMethodNamePartContext): Unit

    Exit a parse tree produced by the singletonMethodNamePart labeled alternative in RubyParser#methodNamePart.

    Exit a parse tree produced by the singletonMethodNamePart labeled alternative in RubyParser#methodNamePart.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  335. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  336. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  337. def exitSplattingOnlyIndexingArguments(ctx: SplattingOnlyIndexingArgumentsContext): Unit

    Exit a parse tree produced by the splattingOnlyIndexingArguments labeled alternative in RubyParser#indexingArguments.

    Exit a parse tree produced by the splattingOnlyIndexingArguments labeled alternative in RubyParser#indexingArguments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  338. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  339. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  340. def exitStringInterpolationPrimary(ctx: StringInterpolationPrimaryContext): Unit

    Exit a parse tree produced by the stringInterpolationPrimary labeled alternative in RubyParser#primary.

    Exit a parse tree produced by the stringInterpolationPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  341. def exitSuperExpressionPrimary(ctx: SuperExpressionPrimaryContext): Unit

    Exit a parse tree produced by the superExpressionPrimary labeled alternative in RubyParser#primary.

    Exit a parse tree produced by the superExpressionPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  342. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  343. def exitSymbolLiteral(ctx: SymbolLiteralContext): Unit

    Exit a parse tree produced by the symbolLiteral labeled alternative in RubyParser#literal.

    Exit a parse tree produced by the symbolLiteral labeled alternative in RubyParser#literal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  344. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  345. def exitTruePseudoVariableIdentifier(ctx: TruePseudoVariableIdentifierContext): Unit

    Exit a parse tree produced by the truePseudoVariableIdentifier labeled alternative in RubyParser#pseudoVariableIdentifier.

    Exit a parse tree produced by the truePseudoVariableIdentifier labeled alternative in RubyParser#pseudoVariableIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  346. def exitUnaryExpression(ctx: UnaryExpressionContext): Unit

    Exit a parse tree produced by the unaryExpression labeled alternative in RubyParser#expression.

    Exit a parse tree produced by the unaryExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  347. def exitUnaryMinusExpression(ctx: UnaryMinusExpressionContext): Unit

    Exit a parse tree produced by the unaryMinusExpression labeled alternative in RubyParser#expression.

    Exit a parse tree produced by the unaryMinusExpression labeled alternative in RubyParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  348. def exitUndefStatement(ctx: UndefStatementContext): Unit

    Exit a parse tree produced by the undefStatement labeled alternative in RubyParser#statement.

    Exit a parse tree produced by the undefStatement labeled alternative in RubyParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  349. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  350. def exitUnlessExpressionPrimary(ctx: UnlessExpressionPrimaryContext): Unit

    Exit a parse tree produced by the unlessExpressionPrimary labeled alternative in RubyParser#primary.

    Exit a parse tree produced by the unlessExpressionPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  351. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  352. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  353. def exitUntilExpressionPrimary(ctx: UntilExpressionPrimaryContext): Unit

    Exit a parse tree produced by the untilExpressionPrimary labeled alternative in RubyParser#primary.

    Exit a parse tree produced by the untilExpressionPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  354. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  355. def exitVariableIdentifierOnlySingleLeftHandSide(ctx: VariableIdentifierOnlySingleLeftHandSideContext): Unit

    Exit a parse tree produced by the variableIdentifierOnlySingleLeftHandSide labeled alternative in RubyParser#singleLeftHandSide.

    Exit a parse tree produced by the variableIdentifierOnlySingleLeftHandSide labeled alternative in RubyParser#singleLeftHandSide.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  356. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  357. def exitVariableReferencePrimary(ctx: VariableReferencePrimaryContext): Unit

    Exit a parse tree produced by the variableReferencePrimary labeled alternative in RubyParser#primary.

    Exit a parse tree produced by the variableReferencePrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  358. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  359. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  360. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  361. def exitWhileExpressionPrimary(ctx: WhileExpressionPrimaryContext): Unit

    Exit a parse tree produced by the whileExpressionPrimary labeled alternative in RubyParser#primary.

    Exit a parse tree produced by the whileExpressionPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  362. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  363. def exitXdotySingleLeftHandSide(ctx: XdotySingleLeftHandSideContext): Unit

    Exit a parse tree produced by the xdotySingleLeftHandSide labeled alternative in RubyParser#singleLeftHandSide.

    Exit a parse tree produced by the xdotySingleLeftHandSide labeled alternative in RubyParser#singleLeftHandSide.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  364. 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
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  365. def exitYieldWithOptionalArgumentPrimary(ctx: YieldWithOptionalArgumentPrimaryContext): Unit

    Exit a parse tree produced by the yieldWithOptionalArgumentPrimary labeled alternative in RubyParser#primary.

    Exit a parse tree produced by the yieldWithOptionalArgumentPrimary labeled alternative in RubyParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    RubyParserBaseListenerRubyParserListener
    Annotations
    @Override()
  366. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  367. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  368. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  369. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  370. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  371. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  372. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  373. def toString(): String
    Definition Classes
    AnyRef → Any
  374. def visitErrorNode(node: ErrorNode): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    RubyParserBaseListener → ParseTreeListener
    Annotations
    @Override()
  375. def visitTerminal(node: TerminalNode): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    RubyParserBaseListener → ParseTreeListener
    Annotations
    @Override()
  376. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  377. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  378. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from RubyParserListener

Inherited from ParseTreeListener

Inherited from AnyRef

Inherited from Any

Ungrouped