Packages

c

io.joern.fuzzyc2cpg

ModuleBaseListener

class ModuleBaseListener extends ModuleListener

This class provides an empty implementation of ModuleListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

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

Instance Constructors

  1. new ModuleBaseListener()

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() @HotSpotIntrinsicCandidate()
  6. def enterAccess_specifier(ctx: Access_specifierContext): Unit

    Enter a parse tree produced by ModuleParser#access_specifier.

    Enter a parse tree produced by ModuleParser#access_specifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  7. def enterAdditive_expression(ctx: Additive_expressionContext): Unit

    Enter a parse tree produced by ModuleParser#additive_expression.

    Enter a parse tree produced by ModuleParser#additive_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  8. def enterAnd_expression(ctx: And_expressionContext): Unit

    Enter a parse tree produced by ModuleParser#and_expression.

    Enter a parse tree produced by ModuleParser#and_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  9. def enterArrayIndexing(ctx: ArrayIndexingContext): Unit

    Enter a parse tree produced by the arrayIndexing labeled alternative in ModuleParser#postfix_expression.

    Enter a parse tree produced by the arrayIndexing labeled alternative in ModuleParser#postfix_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  10. def enterAssign_expr(ctx: Assign_exprContext): Unit

    Enter a parse tree produced by ModuleParser#assign_expr.

    Enter a parse tree produced by ModuleParser#assign_expr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  11. def enterAssign_expr_w_(ctx: Assign_expr_w_Context): Unit

    Enter a parse tree produced by ModuleParser#assign_expr_w_.

    Enter a parse tree produced by ModuleParser#assign_expr_w_.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  12. def enterAssign_expr_w__l2(ctx: Assign_expr_w__l2Context): Unit

    Enter a parse tree produced by ModuleParser#assign_expr_w__l2.

    Enter a parse tree produced by ModuleParser#assign_expr_w__l2.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  13. def enterAssign_water(ctx: Assign_waterContext): Unit

    Enter a parse tree produced by ModuleParser#assign_water.

    Enter a parse tree produced by ModuleParser#assign_water.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  14. def enterAssign_water_l2(ctx: Assign_water_l2Context): Unit

    Enter a parse tree produced by ModuleParser#assign_water_l2.

    Enter a parse tree produced by ModuleParser#assign_water_l2.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  15. def enterAssignment_operator(ctx: Assignment_operatorContext): Unit

    Enter a parse tree produced by ModuleParser#assignment_operator.

    Enter a parse tree produced by ModuleParser#assignment_operator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  16. def enterBase_class(ctx: Base_classContext): Unit

    Enter a parse tree produced by ModuleParser#base_class.

    Enter a parse tree produced by ModuleParser#base_class.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  17. def enterBase_classes(ctx: Base_classesContext): Unit

    Enter a parse tree produced by ModuleParser#base_classes.

    Enter a parse tree produced by ModuleParser#base_classes.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  18. def enterBase_type(ctx: Base_typeContext): Unit

    Enter a parse tree produced by ModuleParser#base_type.

    Enter a parse tree produced by ModuleParser#base_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  19. def enterBit_and_expression(ctx: Bit_and_expressionContext): Unit

    Enter a parse tree produced by ModuleParser#bit_and_expression.

    Enter a parse tree produced by ModuleParser#bit_and_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  20. def enterCast_expression(ctx: Cast_expressionContext): Unit

    Enter a parse tree produced by ModuleParser#cast_expression.

    Enter a parse tree produced by ModuleParser#cast_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  21. def enterCast_target(ctx: Cast_targetContext): Unit

    Enter a parse tree produced by ModuleParser#cast_target.

    Enter a parse tree produced by ModuleParser#cast_target.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  22. def enterClass_def(ctx: Class_defContext): Unit

    Enter a parse tree produced by ModuleParser#class_def.

    Enter a parse tree produced by ModuleParser#class_def.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  23. def enterClass_key(ctx: Class_keyContext): Unit

    Enter a parse tree produced by ModuleParser#class_key.

    Enter a parse tree produced by ModuleParser#class_key.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  24. def enterClass_name(ctx: Class_nameContext): Unit

    Enter a parse tree produced by ModuleParser#class_name.

    Enter a parse tree produced by ModuleParser#class_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  25. def enterCndExpr(ctx: CndExprContext): Unit

    Enter a parse tree produced by the cndExpr labeled alternative in ModuleParser#conditional_expression.

    Enter a parse tree produced by the cndExpr labeled alternative in ModuleParser#conditional_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  26. def enterCode(ctx: CodeContext): Unit

    Enter a parse tree produced by ModuleParser#code.

    Enter a parse tree produced by ModuleParser#code.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  27. def enterCompound_statement(ctx: Compound_statementContext): Unit

    Enter a parse tree produced by ModuleParser#compound_statement.

    Enter a parse tree produced by ModuleParser#compound_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  28. def enterConstant(ctx: ConstantContext): Unit

    Enter a parse tree produced by ModuleParser#constant.

    Enter a parse tree produced by ModuleParser#constant.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  29. def enterConstant_expr_w_(ctx: Constant_expr_w_Context): Unit

    Enter a parse tree produced by ModuleParser#constant_expr_w_.

    Enter a parse tree produced by ModuleParser#constant_expr_w_.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  30. def enterCpp_cast_identifier(ctx: Cpp_cast_identifierContext): Unit

    Enter a parse tree produced by ModuleParser#cpp_cast_identifier.

    Enter a parse tree produced by ModuleParser#cpp_cast_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  31. def enterCtor_expr(ctx: Ctor_exprContext): Unit

    Enter a parse tree produced by ModuleParser#ctor_expr.

    Enter a parse tree produced by ModuleParser#ctor_expr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  32. def enterCtor_initializer(ctx: Ctor_initializerContext): Unit

    Enter a parse tree produced by ModuleParser#ctor_initializer.

    Enter a parse tree produced by ModuleParser#ctor_initializer.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  33. def enterCtor_list(ctx: Ctor_listContext): Unit

    Enter a parse tree produced by ModuleParser#ctor_list.

    Enter a parse tree produced by ModuleParser#ctor_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  34. def enterDeclByClass(ctx: DeclByClassContext): Unit

    Enter a parse tree produced by the declByClass labeled alternative in ModuleParser#var_decl.

    Enter a parse tree produced by the declByClass labeled alternative in ModuleParser#var_decl.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  35. def enterDeclByType(ctx: DeclByTypeContext): Unit

    Enter a parse tree produced by the declByType labeled alternative in ModuleParser#var_decl.

    Enter a parse tree produced by the declByType labeled alternative in ModuleParser#var_decl.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  36. def enterDeclarator(ctx: DeclaratorContext): Unit

    Enter a parse tree produced by ModuleParser#declarator.

    Enter a parse tree produced by ModuleParser#declarator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  37. def enterDefault_parameter_value(ctx: Default_parameter_valueContext): Unit

    Enter a parse tree produced by ModuleParser#default_parameter_value.

    Enter a parse tree produced by ModuleParser#default_parameter_value.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  38. def enterDelete_expression(ctx: Delete_expressionContext): Unit

    Enter a parse tree produced by ModuleParser#delete_expression.

    Enter a parse tree produced by ModuleParser#delete_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  39. def enterEquality_expression(ctx: Equality_expressionContext): Unit

    Enter a parse tree produced by ModuleParser#equality_expression.

    Enter a parse tree produced by ModuleParser#equality_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  40. def enterEquality_operator(ctx: Equality_operatorContext): Unit

    Enter a parse tree produced by ModuleParser#equality_operator.

    Enter a parse tree produced by ModuleParser#equality_operator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  41. def enterEveryRule(ctx: ParserRuleContext): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    ModuleBaseListener → ParseTreeListener
    Annotations
    @Override()
  42. def enterException_specification(ctx: Exception_specificationContext): Unit

    Enter a parse tree produced by ModuleParser#exception_specification.

    Enter a parse tree produced by ModuleParser#exception_specification.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  43. def enterExclusive_or_expression(ctx: Exclusive_or_expressionContext): Unit

    Enter a parse tree produced by ModuleParser#exclusive_or_expression.

    Enter a parse tree produced by ModuleParser#exclusive_or_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  44. def enterExpr(ctx: ExprContext): Unit

    Enter a parse tree produced by ModuleParser#expr.

    Enter a parse tree produced by ModuleParser#expr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  45. def enterFuncCall(ctx: FuncCallContext): Unit

    Enter a parse tree produced by the funcCall labeled alternative in ModuleParser#postfix_expression.

    Enter a parse tree produced by the funcCall labeled alternative in ModuleParser#postfix_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  46. def enterFunc_ptrs(ctx: Func_ptrsContext): Unit

    Enter a parse tree produced by ModuleParser#func_ptrs.

    Enter a parse tree produced by ModuleParser#func_ptrs.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  47. def enterFunction_argument(ctx: Function_argumentContext): Unit

    Enter a parse tree produced by ModuleParser#function_argument.

    Enter a parse tree produced by ModuleParser#function_argument.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  48. def enterFunction_argument_list(ctx: Function_argument_listContext): Unit

    Enter a parse tree produced by ModuleParser#function_argument_list.

    Enter a parse tree produced by ModuleParser#function_argument_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  49. def enterFunction_decl(ctx: Function_declContext): Unit

    Enter a parse tree produced by ModuleParser#function_decl.

    Enter a parse tree produced by ModuleParser#function_decl.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  50. def enterFunction_decl_specifiers(ctx: Function_decl_specifiersContext): Unit

    Enter a parse tree produced by ModuleParser#function_decl_specifiers.

    Enter a parse tree produced by ModuleParser#function_decl_specifiers.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  51. def enterFunction_def(ctx: Function_defContext): Unit

    Enter a parse tree produced by ModuleParser#function_def.

    Enter a parse tree produced by ModuleParser#function_def.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  52. def enterFunction_name(ctx: Function_nameContext): Unit

    Enter a parse tree produced by ModuleParser#function_name.

    Enter a parse tree produced by ModuleParser#function_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  53. def enterFunction_param_list(ctx: Function_param_listContext): Unit

    Enter a parse tree produced by ModuleParser#function_param_list.

    Enter a parse tree produced by ModuleParser#function_param_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  54. def enterGcc_attribute(ctx: Gcc_attributeContext): Unit

    Enter a parse tree produced by ModuleParser#gcc_attribute.

    Enter a parse tree produced by ModuleParser#gcc_attribute.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  55. def enterIdentifier(ctx: IdentifierContext): Unit

    Enter a parse tree produced by ModuleParser#identifier.

    Enter a parse tree produced by ModuleParser#identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  56. def enterIncDecOp(ctx: IncDecOpContext): Unit

    Enter a parse tree produced by the incDecOp labeled alternative in ModuleParser#postfix_expression.

    Enter a parse tree produced by the incDecOp labeled alternative in ModuleParser#postfix_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  57. def enterInc_dec(ctx: Inc_decContext): Unit

    Enter a parse tree produced by ModuleParser#inc_dec.

    Enter a parse tree produced by ModuleParser#inc_dec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  58. def enterInclusive_or_expression(ctx: Inclusive_or_expressionContext): Unit

    Enter a parse tree produced by ModuleParser#inclusive_or_expression.

    Enter a parse tree produced by ModuleParser#inclusive_or_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  59. def enterInit_declarator(ctx: Init_declaratorContext): Unit

    Enter a parse tree produced by ModuleParser#init_declarator.

    Enter a parse tree produced by ModuleParser#init_declarator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  60. def enterInit_declarator_list(ctx: Init_declarator_listContext): Unit

    Enter a parse tree produced by ModuleParser#init_declarator_list.

    Enter a parse tree produced by ModuleParser#init_declarator_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  61. def enterInitializer(ctx: InitializerContext): Unit

    Enter a parse tree produced by ModuleParser#initializer.

    Enter a parse tree produced by ModuleParser#initializer.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  62. def enterInitializer_id(ctx: Initializer_idContext): Unit

    Enter a parse tree produced by ModuleParser#initializer_id.

    Enter a parse tree produced by ModuleParser#initializer_id.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  63. def enterInitializer_list(ctx: Initializer_listContext): Unit

    Enter a parse tree produced by ModuleParser#initializer_list.

    Enter a parse tree produced by ModuleParser#initializer_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  64. def enterMemberAccess(ctx: MemberAccessContext): Unit

    Enter a parse tree produced by the memberAccess labeled alternative in ModuleParser#postfix_expression.

    Enter a parse tree produced by the memberAccess labeled alternative in ModuleParser#postfix_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  65. def enterMultiplicative_expression(ctx: Multiplicative_expressionContext): Unit

    Enter a parse tree produced by ModuleParser#multiplicative_expression.

    Enter a parse tree produced by ModuleParser#multiplicative_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  66. def enterNew_expression(ctx: New_expressionContext): Unit

    Enter a parse tree produced by ModuleParser#new_expression.

    Enter a parse tree produced by ModuleParser#new_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  67. def enterNo_angle_brackets_or_brackets(ctx: No_angle_brackets_or_bracketsContext): Unit

    Enter a parse tree produced by ModuleParser#no_angle_brackets_or_brackets.

    Enter a parse tree produced by ModuleParser#no_angle_brackets_or_brackets.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  68. def enterNo_brackets(ctx: No_bracketsContext): Unit

    Enter a parse tree produced by ModuleParser#no_brackets.

    Enter a parse tree produced by ModuleParser#no_brackets.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  69. def enterNo_brackets_curlies_or_squares(ctx: No_brackets_curlies_or_squaresContext): Unit

    Enter a parse tree produced by ModuleParser#no_brackets_curlies_or_squares.

    Enter a parse tree produced by ModuleParser#no_brackets_curlies_or_squares.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  70. def enterNo_brackets_or_semicolon(ctx: No_brackets_or_semicolonContext): Unit

    Enter a parse tree produced by ModuleParser#no_brackets_or_semicolon.

    Enter a parse tree produced by ModuleParser#no_brackets_or_semicolon.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  71. def enterNo_comma_or_semicolon(ctx: No_comma_or_semicolonContext): Unit

    Enter a parse tree produced by ModuleParser#no_comma_or_semicolon.

    Enter a parse tree produced by ModuleParser#no_comma_or_semicolon.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  72. def enterNo_curlies(ctx: No_curliesContext): Unit

    Enter a parse tree produced by ModuleParser#no_curlies.

    Enter a parse tree produced by ModuleParser#no_curlies.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  73. def enterNo_squares(ctx: No_squaresContext): Unit

    Enter a parse tree produced by ModuleParser#no_squares.

    Enter a parse tree produced by ModuleParser#no_squares.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  74. def enterNo_squares_or_semicolon(ctx: No_squares_or_semicolonContext): Unit

    Enter a parse tree produced by ModuleParser#no_squares_or_semicolon.

    Enter a parse tree produced by ModuleParser#no_squares_or_semicolon.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  75. def enterNormOr(ctx: NormOrContext): Unit

    Enter a parse tree produced by the normOr labeled alternative in ModuleParser#conditional_expression.

    Enter a parse tree produced by the normOr labeled alternative in ModuleParser#conditional_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  76. def enterNumber(ctx: NumberContext): Unit

    Enter a parse tree produced by ModuleParser#number.

    Enter a parse tree produced by ModuleParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  77. def enterOperator(ctx: OperatorContext): Unit

    Enter a parse tree produced by ModuleParser#operator.

    Enter a parse tree produced by ModuleParser#operator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  78. def enterOr_expression(ctx: Or_expressionContext): Unit

    Enter a parse tree produced by ModuleParser#or_expression.

    Enter a parse tree produced by ModuleParser#or_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  79. def enterParam_decl_specifiers(ctx: Param_decl_specifiersContext): Unit

    Enter a parse tree produced by ModuleParser#param_decl_specifiers.

    Enter a parse tree produced by ModuleParser#param_decl_specifiers.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  80. def enterParam_type(ctx: Param_typeContext): Unit

    Enter a parse tree produced by ModuleParser#param_type.

    Enter a parse tree produced by ModuleParser#param_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  81. def enterParam_type_id(ctx: Param_type_idContext): Unit

    Enter a parse tree produced by ModuleParser#param_type_id.

    Enter a parse tree produced by ModuleParser#param_type_id.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  82. def enterParam_type_list(ctx: Param_type_listContext): Unit

    Enter a parse tree produced by ModuleParser#param_type_list.

    Enter a parse tree produced by ModuleParser#param_type_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  83. def enterParameter_decl(ctx: Parameter_declContext): Unit

    Enter a parse tree produced by ModuleParser#parameter_decl.

    Enter a parse tree produced by ModuleParser#parameter_decl.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  84. def enterParameter_decl_clause(ctx: Parameter_decl_clauseContext): Unit

    Enter a parse tree produced by ModuleParser#parameter_decl_clause.

    Enter a parse tree produced by ModuleParser#parameter_decl_clause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  85. def enterParameter_id(ctx: Parameter_idContext): Unit

    Enter a parse tree produced by ModuleParser#parameter_id.

    Enter a parse tree produced by ModuleParser#parameter_id.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  86. def enterParameter_name(ctx: Parameter_nameContext): Unit

    Enter a parse tree produced by ModuleParser#parameter_name.

    Enter a parse tree produced by ModuleParser#parameter_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  87. def enterParameter_ptrs(ctx: Parameter_ptrsContext): Unit

    Enter a parse tree produced by ModuleParser#parameter_ptrs.

    Enter a parse tree produced by ModuleParser#parameter_ptrs.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  88. def enterPrimaryOnly(ctx: PrimaryOnlyContext): Unit

    Enter a parse tree produced by the primaryOnly labeled alternative in ModuleParser#postfix_expression.

    Enter a parse tree produced by the primaryOnly labeled alternative in ModuleParser#postfix_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  89. def enterPrimary_expression(ctx: Primary_expressionContext): Unit

    Enter a parse tree produced by ModuleParser#primary_expression.

    Enter a parse tree produced by ModuleParser#primary_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  90. def enterPtrMemberAccess(ctx: PtrMemberAccessContext): Unit

    Enter a parse tree produced by the ptrMemberAccess labeled alternative in ModuleParser#postfix_expression.

    Enter a parse tree produced by the ptrMemberAccess labeled alternative in ModuleParser#postfix_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  91. def enterPtr_operator(ctx: Ptr_operatorContext): Unit

    Enter a parse tree produced by ModuleParser#ptr_operator.

    Enter a parse tree produced by ModuleParser#ptr_operator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  92. def enterPtrs(ctx: PtrsContext): Unit

    Enter a parse tree produced by ModuleParser#ptrs.

    Enter a parse tree produced by ModuleParser#ptrs.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  93. def enterRelational_expression(ctx: Relational_expressionContext): Unit

    Enter a parse tree produced by ModuleParser#relational_expression.

    Enter a parse tree produced by ModuleParser#relational_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  94. def enterRelational_operator(ctx: Relational_operatorContext): Unit

    Enter a parse tree produced by ModuleParser#relational_operator.

    Enter a parse tree produced by ModuleParser#relational_operator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  95. def enterReturn_type(ctx: Return_typeContext): Unit

    Enter a parse tree produced by ModuleParser#return_type.

    Enter a parse tree produced by ModuleParser#return_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  96. def enterRvalue_ref(ctx: Rvalue_refContext): Unit

    Enter a parse tree produced by ModuleParser#rvalue_ref.

    Enter a parse tree produced by ModuleParser#rvalue_ref.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  97. def enterShift_expression(ctx: Shift_expressionContext): Unit

    Enter a parse tree produced by ModuleParser#shift_expression.

    Enter a parse tree produced by ModuleParser#shift_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  98. def enterSimple_decl(ctx: Simple_declContext): Unit

    Enter a parse tree produced by ModuleParser#simple_decl.

    Enter a parse tree produced by ModuleParser#simple_decl.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  99. def enterSizeof(ctx: SizeofContext): Unit

    Enter a parse tree produced by ModuleParser#sizeof.

    Enter a parse tree produced by ModuleParser#sizeof.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  100. def enterSizeof_expression(ctx: Sizeof_expressionContext): Unit

    Enter a parse tree produced by ModuleParser#sizeof_expression.

    Enter a parse tree produced by ModuleParser#sizeof_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  101. def enterSizeof_operand(ctx: Sizeof_operandContext): Unit

    Enter a parse tree produced by ModuleParser#sizeof_operand.

    Enter a parse tree produced by ModuleParser#sizeof_operand.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  102. def enterSizeof_operand2(ctx: Sizeof_operand2Context): Unit

    Enter a parse tree produced by ModuleParser#sizeof_operand2.

    Enter a parse tree produced by ModuleParser#sizeof_operand2.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  103. def enterStorage_class_specifier(ctx: Storage_class_specifierContext): Unit

    Enter a parse tree produced by ModuleParser#storage_class_specifier.

    Enter a parse tree produced by ModuleParser#storage_class_specifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  104. def enterTemplate_args(ctx: Template_argsContext): Unit

    Enter a parse tree produced by ModuleParser#template_args.

    Enter a parse tree produced by ModuleParser#template_args.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  105. def enterTemplate_args_param(ctx: Template_args_paramContext): Unit

    Enter a parse tree produced by ModuleParser#template_args_param.

    Enter a parse tree produced by ModuleParser#template_args_param.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  106. def enterTemplate_args_param_list(ctx: Template_args_param_listContext): Unit

    Enter a parse tree produced by ModuleParser#template_args_param_list.

    Enter a parse tree produced by ModuleParser#template_args_param_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  107. def enterTemplate_decl(ctx: Template_declContext): Unit

    Enter a parse tree produced by ModuleParser#template_decl.

    Enter a parse tree produced by ModuleParser#template_decl.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  108. def enterTemplate_decl_keyword(ctx: Template_decl_keywordContext): Unit

    Enter a parse tree produced by ModuleParser#template_decl_keyword.

    Enter a parse tree produced by ModuleParser#template_decl_keyword.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  109. def enterTemplate_decl_param(ctx: Template_decl_paramContext): Unit

    Enter a parse tree produced by ModuleParser#template_decl_param.

    Enter a parse tree produced by ModuleParser#template_decl_param.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  110. def enterTemplate_decl_param_list(ctx: Template_decl_param_listContext): Unit

    Enter a parse tree produced by ModuleParser#template_decl_param_list.

    Enter a parse tree produced by ModuleParser#template_decl_param_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  111. def enterTemplate_name(ctx: Template_nameContext): Unit

    Enter a parse tree produced by ModuleParser#template_name.

    Enter a parse tree produced by ModuleParser#template_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  112. def enterTemplate_template(ctx: Template_templateContext): Unit

    Enter a parse tree produced by ModuleParser#template_template.

    Enter a parse tree produced by ModuleParser#template_template.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  113. def enterType_id_list(ctx: Type_id_listContext): Unit

    Enter a parse tree produced by ModuleParser#type_id_list.

    Enter a parse tree produced by ModuleParser#type_id_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  114. def enterType_name(ctx: Type_nameContext): Unit

    Enter a parse tree produced by ModuleParser#type_name.

    Enter a parse tree produced by ModuleParser#type_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  115. def enterType_suffix(ctx: Type_suffixContext): Unit

    Enter a parse tree produced by ModuleParser#type_suffix.

    Enter a parse tree produced by ModuleParser#type_suffix.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  116. def enterUnary_expression(ctx: Unary_expressionContext): Unit

    Enter a parse tree produced by ModuleParser#unary_expression.

    Enter a parse tree produced by ModuleParser#unary_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  117. def enterUnary_op_and_cast_expr(ctx: Unary_op_and_cast_exprContext): Unit

    Enter a parse tree produced by ModuleParser#unary_op_and_cast_expr.

    Enter a parse tree produced by ModuleParser#unary_op_and_cast_expr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  118. def enterUnary_operator(ctx: Unary_operatorContext): Unit

    Enter a parse tree produced by ModuleParser#unary_operator.

    Enter a parse tree produced by ModuleParser#unary_operator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  119. def enterUsing_directive(ctx: Using_directiveContext): Unit

    Enter a parse tree produced by ModuleParser#using_directive.

    Enter a parse tree produced by ModuleParser#using_directive.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  120. def enterWater(ctx: WaterContext): Unit

    Enter a parse tree produced by ModuleParser#water.

    Enter a parse tree produced by ModuleParser#water.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  121. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  122. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  123. def exitAccess_specifier(ctx: Access_specifierContext): Unit

    Exit a parse tree produced by ModuleParser#access_specifier.

    Exit a parse tree produced by ModuleParser#access_specifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  124. def exitAdditive_expression(ctx: Additive_expressionContext): Unit

    Exit a parse tree produced by ModuleParser#additive_expression.

    Exit a parse tree produced by ModuleParser#additive_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  125. def exitAnd_expression(ctx: And_expressionContext): Unit

    Exit a parse tree produced by ModuleParser#and_expression.

    Exit a parse tree produced by ModuleParser#and_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  126. def exitArrayIndexing(ctx: ArrayIndexingContext): Unit

    Exit a parse tree produced by the arrayIndexing labeled alternative in ModuleParser#postfix_expression.

    Exit a parse tree produced by the arrayIndexing labeled alternative in ModuleParser#postfix_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  127. def exitAssign_expr(ctx: Assign_exprContext): Unit

    Exit a parse tree produced by ModuleParser#assign_expr.

    Exit a parse tree produced by ModuleParser#assign_expr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  128. def exitAssign_expr_w_(ctx: Assign_expr_w_Context): Unit

    Exit a parse tree produced by ModuleParser#assign_expr_w_.

    Exit a parse tree produced by ModuleParser#assign_expr_w_.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  129. def exitAssign_expr_w__l2(ctx: Assign_expr_w__l2Context): Unit

    Exit a parse tree produced by ModuleParser#assign_expr_w__l2.

    Exit a parse tree produced by ModuleParser#assign_expr_w__l2.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  130. def exitAssign_water(ctx: Assign_waterContext): Unit

    Exit a parse tree produced by ModuleParser#assign_water.

    Exit a parse tree produced by ModuleParser#assign_water.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  131. def exitAssign_water_l2(ctx: Assign_water_l2Context): Unit

    Exit a parse tree produced by ModuleParser#assign_water_l2.

    Exit a parse tree produced by ModuleParser#assign_water_l2.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  132. def exitAssignment_operator(ctx: Assignment_operatorContext): Unit

    Exit a parse tree produced by ModuleParser#assignment_operator.

    Exit a parse tree produced by ModuleParser#assignment_operator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  133. def exitBase_class(ctx: Base_classContext): Unit

    Exit a parse tree produced by ModuleParser#base_class.

    Exit a parse tree produced by ModuleParser#base_class.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  134. def exitBase_classes(ctx: Base_classesContext): Unit

    Exit a parse tree produced by ModuleParser#base_classes.

    Exit a parse tree produced by ModuleParser#base_classes.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  135. def exitBase_type(ctx: Base_typeContext): Unit

    Exit a parse tree produced by ModuleParser#base_type.

    Exit a parse tree produced by ModuleParser#base_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  136. def exitBit_and_expression(ctx: Bit_and_expressionContext): Unit

    Exit a parse tree produced by ModuleParser#bit_and_expression.

    Exit a parse tree produced by ModuleParser#bit_and_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  137. def exitCast_expression(ctx: Cast_expressionContext): Unit

    Exit a parse tree produced by ModuleParser#cast_expression.

    Exit a parse tree produced by ModuleParser#cast_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  138. def exitCast_target(ctx: Cast_targetContext): Unit

    Exit a parse tree produced by ModuleParser#cast_target.

    Exit a parse tree produced by ModuleParser#cast_target.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  139. def exitClass_def(ctx: Class_defContext): Unit

    Exit a parse tree produced by ModuleParser#class_def.

    Exit a parse tree produced by ModuleParser#class_def.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  140. def exitClass_key(ctx: Class_keyContext): Unit

    Exit a parse tree produced by ModuleParser#class_key.

    Exit a parse tree produced by ModuleParser#class_key.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  141. def exitClass_name(ctx: Class_nameContext): Unit

    Exit a parse tree produced by ModuleParser#class_name.

    Exit a parse tree produced by ModuleParser#class_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  142. def exitCndExpr(ctx: CndExprContext): Unit

    Exit a parse tree produced by the cndExpr labeled alternative in ModuleParser#conditional_expression.

    Exit a parse tree produced by the cndExpr labeled alternative in ModuleParser#conditional_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  143. def exitCode(ctx: CodeContext): Unit

    Exit a parse tree produced by ModuleParser#code.

    Exit a parse tree produced by ModuleParser#code.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  144. def exitCompound_statement(ctx: Compound_statementContext): Unit

    Exit a parse tree produced by ModuleParser#compound_statement.

    Exit a parse tree produced by ModuleParser#compound_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  145. def exitConstant(ctx: ConstantContext): Unit

    Exit a parse tree produced by ModuleParser#constant.

    Exit a parse tree produced by ModuleParser#constant.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  146. def exitConstant_expr_w_(ctx: Constant_expr_w_Context): Unit

    Exit a parse tree produced by ModuleParser#constant_expr_w_.

    Exit a parse tree produced by ModuleParser#constant_expr_w_.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  147. def exitCpp_cast_identifier(ctx: Cpp_cast_identifierContext): Unit

    Exit a parse tree produced by ModuleParser#cpp_cast_identifier.

    Exit a parse tree produced by ModuleParser#cpp_cast_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  148. def exitCtor_expr(ctx: Ctor_exprContext): Unit

    Exit a parse tree produced by ModuleParser#ctor_expr.

    Exit a parse tree produced by ModuleParser#ctor_expr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  149. def exitCtor_initializer(ctx: Ctor_initializerContext): Unit

    Exit a parse tree produced by ModuleParser#ctor_initializer.

    Exit a parse tree produced by ModuleParser#ctor_initializer.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  150. def exitCtor_list(ctx: Ctor_listContext): Unit

    Exit a parse tree produced by ModuleParser#ctor_list.

    Exit a parse tree produced by ModuleParser#ctor_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  151. def exitDeclByClass(ctx: DeclByClassContext): Unit

    Exit a parse tree produced by the declByClass labeled alternative in ModuleParser#var_decl.

    Exit a parse tree produced by the declByClass labeled alternative in ModuleParser#var_decl.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  152. def exitDeclByType(ctx: DeclByTypeContext): Unit

    Exit a parse tree produced by the declByType labeled alternative in ModuleParser#var_decl.

    Exit a parse tree produced by the declByType labeled alternative in ModuleParser#var_decl.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  153. def exitDeclarator(ctx: DeclaratorContext): Unit

    Exit a parse tree produced by ModuleParser#declarator.

    Exit a parse tree produced by ModuleParser#declarator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  154. def exitDefault_parameter_value(ctx: Default_parameter_valueContext): Unit

    Exit a parse tree produced by ModuleParser#default_parameter_value.

    Exit a parse tree produced by ModuleParser#default_parameter_value.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  155. def exitDelete_expression(ctx: Delete_expressionContext): Unit

    Exit a parse tree produced by ModuleParser#delete_expression.

    Exit a parse tree produced by ModuleParser#delete_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  156. def exitEquality_expression(ctx: Equality_expressionContext): Unit

    Exit a parse tree produced by ModuleParser#equality_expression.

    Exit a parse tree produced by ModuleParser#equality_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  157. def exitEquality_operator(ctx: Equality_operatorContext): Unit

    Exit a parse tree produced by ModuleParser#equality_operator.

    Exit a parse tree produced by ModuleParser#equality_operator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  158. def exitEveryRule(ctx: ParserRuleContext): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    ModuleBaseListener → ParseTreeListener
    Annotations
    @Override()
  159. def exitException_specification(ctx: Exception_specificationContext): Unit

    Exit a parse tree produced by ModuleParser#exception_specification.

    Exit a parse tree produced by ModuleParser#exception_specification.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  160. def exitExclusive_or_expression(ctx: Exclusive_or_expressionContext): Unit

    Exit a parse tree produced by ModuleParser#exclusive_or_expression.

    Exit a parse tree produced by ModuleParser#exclusive_or_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  161. def exitExpr(ctx: ExprContext): Unit

    Exit a parse tree produced by ModuleParser#expr.

    Exit a parse tree produced by ModuleParser#expr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  162. def exitFuncCall(ctx: FuncCallContext): Unit

    Exit a parse tree produced by the funcCall labeled alternative in ModuleParser#postfix_expression.

    Exit a parse tree produced by the funcCall labeled alternative in ModuleParser#postfix_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  163. def exitFunc_ptrs(ctx: Func_ptrsContext): Unit

    Exit a parse tree produced by ModuleParser#func_ptrs.

    Exit a parse tree produced by ModuleParser#func_ptrs.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  164. def exitFunction_argument(ctx: Function_argumentContext): Unit

    Exit a parse tree produced by ModuleParser#function_argument.

    Exit a parse tree produced by ModuleParser#function_argument.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  165. def exitFunction_argument_list(ctx: Function_argument_listContext): Unit

    Exit a parse tree produced by ModuleParser#function_argument_list.

    Exit a parse tree produced by ModuleParser#function_argument_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  166. def exitFunction_decl(ctx: Function_declContext): Unit

    Exit a parse tree produced by ModuleParser#function_decl.

    Exit a parse tree produced by ModuleParser#function_decl.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  167. def exitFunction_decl_specifiers(ctx: Function_decl_specifiersContext): Unit

    Exit a parse tree produced by ModuleParser#function_decl_specifiers.

    Exit a parse tree produced by ModuleParser#function_decl_specifiers.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  168. def exitFunction_def(ctx: Function_defContext): Unit

    Exit a parse tree produced by ModuleParser#function_def.

    Exit a parse tree produced by ModuleParser#function_def.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  169. def exitFunction_name(ctx: Function_nameContext): Unit

    Exit a parse tree produced by ModuleParser#function_name.

    Exit a parse tree produced by ModuleParser#function_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  170. def exitFunction_param_list(ctx: Function_param_listContext): Unit

    Exit a parse tree produced by ModuleParser#function_param_list.

    Exit a parse tree produced by ModuleParser#function_param_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  171. def exitGcc_attribute(ctx: Gcc_attributeContext): Unit

    Exit a parse tree produced by ModuleParser#gcc_attribute.

    Exit a parse tree produced by ModuleParser#gcc_attribute.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  172. def exitIdentifier(ctx: IdentifierContext): Unit

    Exit a parse tree produced by ModuleParser#identifier.

    Exit a parse tree produced by ModuleParser#identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  173. def exitIncDecOp(ctx: IncDecOpContext): Unit

    Exit a parse tree produced by the incDecOp labeled alternative in ModuleParser#postfix_expression.

    Exit a parse tree produced by the incDecOp labeled alternative in ModuleParser#postfix_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  174. def exitInc_dec(ctx: Inc_decContext): Unit

    Exit a parse tree produced by ModuleParser#inc_dec.

    Exit a parse tree produced by ModuleParser#inc_dec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  175. def exitInclusive_or_expression(ctx: Inclusive_or_expressionContext): Unit

    Exit a parse tree produced by ModuleParser#inclusive_or_expression.

    Exit a parse tree produced by ModuleParser#inclusive_or_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  176. def exitInit_declarator(ctx: Init_declaratorContext): Unit

    Exit a parse tree produced by ModuleParser#init_declarator.

    Exit a parse tree produced by ModuleParser#init_declarator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  177. def exitInit_declarator_list(ctx: Init_declarator_listContext): Unit

    Exit a parse tree produced by ModuleParser#init_declarator_list.

    Exit a parse tree produced by ModuleParser#init_declarator_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  178. def exitInitializer(ctx: InitializerContext): Unit

    Exit a parse tree produced by ModuleParser#initializer.

    Exit a parse tree produced by ModuleParser#initializer.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  179. def exitInitializer_id(ctx: Initializer_idContext): Unit

    Exit a parse tree produced by ModuleParser#initializer_id.

    Exit a parse tree produced by ModuleParser#initializer_id.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  180. def exitInitializer_list(ctx: Initializer_listContext): Unit

    Exit a parse tree produced by ModuleParser#initializer_list.

    Exit a parse tree produced by ModuleParser#initializer_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  181. def exitMemberAccess(ctx: MemberAccessContext): Unit

    Exit a parse tree produced by the memberAccess labeled alternative in ModuleParser#postfix_expression.

    Exit a parse tree produced by the memberAccess labeled alternative in ModuleParser#postfix_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  182. def exitMultiplicative_expression(ctx: Multiplicative_expressionContext): Unit

    Exit a parse tree produced by ModuleParser#multiplicative_expression.

    Exit a parse tree produced by ModuleParser#multiplicative_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  183. def exitNew_expression(ctx: New_expressionContext): Unit

    Exit a parse tree produced by ModuleParser#new_expression.

    Exit a parse tree produced by ModuleParser#new_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  184. def exitNo_angle_brackets_or_brackets(ctx: No_angle_brackets_or_bracketsContext): Unit

    Exit a parse tree produced by ModuleParser#no_angle_brackets_or_brackets.

    Exit a parse tree produced by ModuleParser#no_angle_brackets_or_brackets.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  185. def exitNo_brackets(ctx: No_bracketsContext): Unit

    Exit a parse tree produced by ModuleParser#no_brackets.

    Exit a parse tree produced by ModuleParser#no_brackets.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  186. def exitNo_brackets_curlies_or_squares(ctx: No_brackets_curlies_or_squaresContext): Unit

    Exit a parse tree produced by ModuleParser#no_brackets_curlies_or_squares.

    Exit a parse tree produced by ModuleParser#no_brackets_curlies_or_squares.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  187. def exitNo_brackets_or_semicolon(ctx: No_brackets_or_semicolonContext): Unit

    Exit a parse tree produced by ModuleParser#no_brackets_or_semicolon.

    Exit a parse tree produced by ModuleParser#no_brackets_or_semicolon.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  188. def exitNo_comma_or_semicolon(ctx: No_comma_or_semicolonContext): Unit

    Exit a parse tree produced by ModuleParser#no_comma_or_semicolon.

    Exit a parse tree produced by ModuleParser#no_comma_or_semicolon.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  189. def exitNo_curlies(ctx: No_curliesContext): Unit

    Exit a parse tree produced by ModuleParser#no_curlies.

    Exit a parse tree produced by ModuleParser#no_curlies.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  190. def exitNo_squares(ctx: No_squaresContext): Unit

    Exit a parse tree produced by ModuleParser#no_squares.

    Exit a parse tree produced by ModuleParser#no_squares.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  191. def exitNo_squares_or_semicolon(ctx: No_squares_or_semicolonContext): Unit

    Exit a parse tree produced by ModuleParser#no_squares_or_semicolon.

    Exit a parse tree produced by ModuleParser#no_squares_or_semicolon.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  192. def exitNormOr(ctx: NormOrContext): Unit

    Exit a parse tree produced by the normOr labeled alternative in ModuleParser#conditional_expression.

    Exit a parse tree produced by the normOr labeled alternative in ModuleParser#conditional_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  193. def exitNumber(ctx: NumberContext): Unit

    Exit a parse tree produced by ModuleParser#number.

    Exit a parse tree produced by ModuleParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  194. def exitOperator(ctx: OperatorContext): Unit

    Exit a parse tree produced by ModuleParser#operator.

    Exit a parse tree produced by ModuleParser#operator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  195. def exitOr_expression(ctx: Or_expressionContext): Unit

    Exit a parse tree produced by ModuleParser#or_expression.

    Exit a parse tree produced by ModuleParser#or_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  196. def exitParam_decl_specifiers(ctx: Param_decl_specifiersContext): Unit

    Exit a parse tree produced by ModuleParser#param_decl_specifiers.

    Exit a parse tree produced by ModuleParser#param_decl_specifiers.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  197. def exitParam_type(ctx: Param_typeContext): Unit

    Exit a parse tree produced by ModuleParser#param_type.

    Exit a parse tree produced by ModuleParser#param_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  198. def exitParam_type_id(ctx: Param_type_idContext): Unit

    Exit a parse tree produced by ModuleParser#param_type_id.

    Exit a parse tree produced by ModuleParser#param_type_id.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  199. def exitParam_type_list(ctx: Param_type_listContext): Unit

    Exit a parse tree produced by ModuleParser#param_type_list.

    Exit a parse tree produced by ModuleParser#param_type_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  200. def exitParameter_decl(ctx: Parameter_declContext): Unit

    Exit a parse tree produced by ModuleParser#parameter_decl.

    Exit a parse tree produced by ModuleParser#parameter_decl.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  201. def exitParameter_decl_clause(ctx: Parameter_decl_clauseContext): Unit

    Exit a parse tree produced by ModuleParser#parameter_decl_clause.

    Exit a parse tree produced by ModuleParser#parameter_decl_clause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  202. def exitParameter_id(ctx: Parameter_idContext): Unit

    Exit a parse tree produced by ModuleParser#parameter_id.

    Exit a parse tree produced by ModuleParser#parameter_id.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  203. def exitParameter_name(ctx: Parameter_nameContext): Unit

    Exit a parse tree produced by ModuleParser#parameter_name.

    Exit a parse tree produced by ModuleParser#parameter_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  204. def exitParameter_ptrs(ctx: Parameter_ptrsContext): Unit

    Exit a parse tree produced by ModuleParser#parameter_ptrs.

    Exit a parse tree produced by ModuleParser#parameter_ptrs.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  205. def exitPrimaryOnly(ctx: PrimaryOnlyContext): Unit

    Exit a parse tree produced by the primaryOnly labeled alternative in ModuleParser#postfix_expression.

    Exit a parse tree produced by the primaryOnly labeled alternative in ModuleParser#postfix_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  206. def exitPrimary_expression(ctx: Primary_expressionContext): Unit

    Exit a parse tree produced by ModuleParser#primary_expression.

    Exit a parse tree produced by ModuleParser#primary_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  207. def exitPtrMemberAccess(ctx: PtrMemberAccessContext): Unit

    Exit a parse tree produced by the ptrMemberAccess labeled alternative in ModuleParser#postfix_expression.

    Exit a parse tree produced by the ptrMemberAccess labeled alternative in ModuleParser#postfix_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  208. def exitPtr_operator(ctx: Ptr_operatorContext): Unit

    Exit a parse tree produced by ModuleParser#ptr_operator.

    Exit a parse tree produced by ModuleParser#ptr_operator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  209. def exitPtrs(ctx: PtrsContext): Unit

    Exit a parse tree produced by ModuleParser#ptrs.

    Exit a parse tree produced by ModuleParser#ptrs.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  210. def exitRelational_expression(ctx: Relational_expressionContext): Unit

    Exit a parse tree produced by ModuleParser#relational_expression.

    Exit a parse tree produced by ModuleParser#relational_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  211. def exitRelational_operator(ctx: Relational_operatorContext): Unit

    Exit a parse tree produced by ModuleParser#relational_operator.

    Exit a parse tree produced by ModuleParser#relational_operator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  212. def exitReturn_type(ctx: Return_typeContext): Unit

    Exit a parse tree produced by ModuleParser#return_type.

    Exit a parse tree produced by ModuleParser#return_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  213. def exitRvalue_ref(ctx: Rvalue_refContext): Unit

    Exit a parse tree produced by ModuleParser#rvalue_ref.

    Exit a parse tree produced by ModuleParser#rvalue_ref.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  214. def exitShift_expression(ctx: Shift_expressionContext): Unit

    Exit a parse tree produced by ModuleParser#shift_expression.

    Exit a parse tree produced by ModuleParser#shift_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  215. def exitSimple_decl(ctx: Simple_declContext): Unit

    Exit a parse tree produced by ModuleParser#simple_decl.

    Exit a parse tree produced by ModuleParser#simple_decl.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  216. def exitSizeof(ctx: SizeofContext): Unit

    Exit a parse tree produced by ModuleParser#sizeof.

    Exit a parse tree produced by ModuleParser#sizeof.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  217. def exitSizeof_expression(ctx: Sizeof_expressionContext): Unit

    Exit a parse tree produced by ModuleParser#sizeof_expression.

    Exit a parse tree produced by ModuleParser#sizeof_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  218. def exitSizeof_operand(ctx: Sizeof_operandContext): Unit

    Exit a parse tree produced by ModuleParser#sizeof_operand.

    Exit a parse tree produced by ModuleParser#sizeof_operand.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  219. def exitSizeof_operand2(ctx: Sizeof_operand2Context): Unit

    Exit a parse tree produced by ModuleParser#sizeof_operand2.

    Exit a parse tree produced by ModuleParser#sizeof_operand2.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  220. def exitStorage_class_specifier(ctx: Storage_class_specifierContext): Unit

    Exit a parse tree produced by ModuleParser#storage_class_specifier.

    Exit a parse tree produced by ModuleParser#storage_class_specifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  221. def exitTemplate_args(ctx: Template_argsContext): Unit

    Exit a parse tree produced by ModuleParser#template_args.

    Exit a parse tree produced by ModuleParser#template_args.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  222. def exitTemplate_args_param(ctx: Template_args_paramContext): Unit

    Exit a parse tree produced by ModuleParser#template_args_param.

    Exit a parse tree produced by ModuleParser#template_args_param.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  223. def exitTemplate_args_param_list(ctx: Template_args_param_listContext): Unit

    Exit a parse tree produced by ModuleParser#template_args_param_list.

    Exit a parse tree produced by ModuleParser#template_args_param_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  224. def exitTemplate_decl(ctx: Template_declContext): Unit

    Exit a parse tree produced by ModuleParser#template_decl.

    Exit a parse tree produced by ModuleParser#template_decl.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  225. def exitTemplate_decl_keyword(ctx: Template_decl_keywordContext): Unit

    Exit a parse tree produced by ModuleParser#template_decl_keyword.

    Exit a parse tree produced by ModuleParser#template_decl_keyword.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  226. def exitTemplate_decl_param(ctx: Template_decl_paramContext): Unit

    Exit a parse tree produced by ModuleParser#template_decl_param.

    Exit a parse tree produced by ModuleParser#template_decl_param.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  227. def exitTemplate_decl_param_list(ctx: Template_decl_param_listContext): Unit

    Exit a parse tree produced by ModuleParser#template_decl_param_list.

    Exit a parse tree produced by ModuleParser#template_decl_param_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  228. def exitTemplate_name(ctx: Template_nameContext): Unit

    Exit a parse tree produced by ModuleParser#template_name.

    Exit a parse tree produced by ModuleParser#template_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  229. def exitTemplate_template(ctx: Template_templateContext): Unit

    Exit a parse tree produced by ModuleParser#template_template.

    Exit a parse tree produced by ModuleParser#template_template.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  230. def exitType_id_list(ctx: Type_id_listContext): Unit

    Exit a parse tree produced by ModuleParser#type_id_list.

    Exit a parse tree produced by ModuleParser#type_id_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  231. def exitType_name(ctx: Type_nameContext): Unit

    Exit a parse tree produced by ModuleParser#type_name.

    Exit a parse tree produced by ModuleParser#type_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  232. def exitType_suffix(ctx: Type_suffixContext): Unit

    Exit a parse tree produced by ModuleParser#type_suffix.

    Exit a parse tree produced by ModuleParser#type_suffix.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  233. def exitUnary_expression(ctx: Unary_expressionContext): Unit

    Exit a parse tree produced by ModuleParser#unary_expression.

    Exit a parse tree produced by ModuleParser#unary_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  234. def exitUnary_op_and_cast_expr(ctx: Unary_op_and_cast_exprContext): Unit

    Exit a parse tree produced by ModuleParser#unary_op_and_cast_expr.

    Exit a parse tree produced by ModuleParser#unary_op_and_cast_expr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  235. def exitUnary_operator(ctx: Unary_operatorContext): Unit

    Exit a parse tree produced by ModuleParser#unary_operator.

    Exit a parse tree produced by ModuleParser#unary_operator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  236. def exitUsing_directive(ctx: Using_directiveContext): Unit

    Exit a parse tree produced by ModuleParser#using_directive.

    Exit a parse tree produced by ModuleParser#using_directive.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  237. def exitWater(ctx: WaterContext): Unit

    Exit a parse tree produced by ModuleParser#water.

    Exit a parse tree produced by ModuleParser#water.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ModuleBaseListenerModuleListener
    Annotations
    @Override()
  238. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  239. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  240. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  241. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  242. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  243. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  244. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  245. def toString(): String
    Definition Classes
    AnyRef → Any
  246. def visitErrorNode(node: ErrorNode): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

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

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    ModuleBaseListener → ParseTreeListener
    Annotations
    @Override()
  248. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  249. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  250. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from ModuleListener

Inherited from ParseTreeListener

Inherited from AnyRef

Inherited from Any

Ungrouped