class CommonBaseListener extends CommonListener
This class provides an empty implementation of CommonListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.
- Alphabetic
- By Inheritance
- CommonBaseListener
- CommonListener
- ParseTreeListener
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new CommonBaseListener()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def enterAccess_specifier(ctx: Access_specifierContext): Unit
Enter a parse tree produced by
CommonParser#access_specifier.Enter a parse tree produced by
CommonParser#access_specifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterAdditive_expression(ctx: Additive_expressionContext): Unit
Enter a parse tree produced by
CommonParser#additive_expression.Enter a parse tree produced by
CommonParser#additive_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterAnd_expression(ctx: And_expressionContext): Unit
Enter a parse tree produced by
CommonParser#and_expression.Enter a parse tree produced by
CommonParser#and_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterArrayIndexing(ctx: ArrayIndexingContext): Unit
Enter a parse tree produced by the
arrayIndexinglabeled alternative inCommonParser#postfix_expression.Enter a parse tree produced by the
arrayIndexinglabeled alternative inCommonParser#postfix_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterAssign_expr(ctx: Assign_exprContext): Unit
Enter a parse tree produced by
CommonParser#assign_expr.Enter a parse tree produced by
CommonParser#assign_expr.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterAssign_water(ctx: Assign_waterContext): Unit
Enter a parse tree produced by
CommonParser#assign_water.Enter a parse tree produced by
CommonParser#assign_water.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterAssign_water_l2(ctx: Assign_water_l2Context): Unit
Enter a parse tree produced by
CommonParser#assign_water_l2.Enter a parse tree produced by
CommonParser#assign_water_l2.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterAssignment_operator(ctx: Assignment_operatorContext): Unit
Enter a parse tree produced by
CommonParser#assignment_operator.Enter a parse tree produced by
CommonParser#assignment_operator.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterBase_class(ctx: Base_classContext): Unit
Enter a parse tree produced by
CommonParser#base_class.Enter a parse tree produced by
CommonParser#base_class.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterBase_classes(ctx: Base_classesContext): Unit
Enter a parse tree produced by
CommonParser#base_classes.Enter a parse tree produced by
CommonParser#base_classes.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterBase_type(ctx: Base_typeContext): Unit
Enter a parse tree produced by
CommonParser#base_type.Enter a parse tree produced by
CommonParser#base_type.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterBit_and_expression(ctx: Bit_and_expressionContext): Unit
Enter a parse tree produced by
CommonParser#bit_and_expression.Enter a parse tree produced by
CommonParser#bit_and_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterCast_expression(ctx: Cast_expressionContext): Unit
Enter a parse tree produced by
CommonParser#cast_expression.Enter a parse tree produced by
CommonParser#cast_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterCast_target(ctx: Cast_targetContext): Unit
Enter a parse tree produced by
CommonParser#cast_target.Enter a parse tree produced by
CommonParser#cast_target.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterClass_def(ctx: Class_defContext): Unit
Enter a parse tree produced by
CommonParser#class_def.Enter a parse tree produced by
CommonParser#class_def.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterClass_key(ctx: Class_keyContext): Unit
Enter a parse tree produced by
CommonParser#class_key.Enter a parse tree produced by
CommonParser#class_key.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterClass_name(ctx: Class_nameContext): Unit
Enter a parse tree produced by
CommonParser#class_name.Enter a parse tree produced by
CommonParser#class_name.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterCndExpr(ctx: CndExprContext): Unit
Enter a parse tree produced by the
cndExprlabeled alternative inCommonParser#conditional_expression.Enter a parse tree produced by the
cndExprlabeled alternative inCommonParser#conditional_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterConstant(ctx: ConstantContext): Unit
Enter a parse tree produced by
CommonParser#constant.Enter a parse tree produced by
CommonParser#constant.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterCpp_cast_identifier(ctx: Cpp_cast_identifierContext): Unit
Enter a parse tree produced by
CommonParser#cpp_cast_identifier.Enter a parse tree produced by
CommonParser#cpp_cast_identifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterDelete_expression(ctx: Delete_expressionContext): Unit
Enter a parse tree produced by
CommonParser#delete_expression.Enter a parse tree produced by
CommonParser#delete_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterEquality_expression(ctx: Equality_expressionContext): Unit
Enter a parse tree produced by
CommonParser#equality_expression.Enter a parse tree produced by
CommonParser#equality_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterEquality_operator(ctx: Equality_operatorContext): Unit
Enter a parse tree produced by
CommonParser#equality_operator.Enter a parse tree produced by
CommonParser#equality_operator.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterEveryRule(ctx: ParserRuleContext): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- CommonBaseListener → ParseTreeListener
- Annotations
- @Override()
- def enterExclusive_or_expression(ctx: Exclusive_or_expressionContext): Unit
Enter a parse tree produced by
CommonParser#exclusive_or_expression.Enter a parse tree produced by
CommonParser#exclusive_or_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterExpr(ctx: ExprContext): Unit
Enter a parse tree produced by
CommonParser#expr.Enter a parse tree produced by
CommonParser#expr.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterFuncCall(ctx: FuncCallContext): Unit
Enter a parse tree produced by the
funcCalllabeled alternative inCommonParser#postfix_expression.Enter a parse tree produced by the
funcCalllabeled alternative inCommonParser#postfix_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterFunc_ptrs(ctx: Func_ptrsContext): Unit
Enter a parse tree produced by
CommonParser#func_ptrs.Enter a parse tree produced by
CommonParser#func_ptrs.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterFunction_argument(ctx: Function_argumentContext): Unit
Enter a parse tree produced by
CommonParser#function_argument.Enter a parse tree produced by
CommonParser#function_argument.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterFunction_argument_list(ctx: Function_argument_listContext): Unit
Enter a parse tree produced by
CommonParser#function_argument_list.Enter a parse tree produced by
CommonParser#function_argument_list.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterFunction_decl_specifiers(ctx: Function_decl_specifiersContext): Unit
Enter a parse tree produced by
CommonParser#function_decl_specifiers.Enter a parse tree produced by
CommonParser#function_decl_specifiers.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterGcc_attribute(ctx: Gcc_attributeContext): Unit
Enter a parse tree produced by
CommonParser#gcc_attribute.Enter a parse tree produced by
CommonParser#gcc_attribute.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterIdentifier(ctx: IdentifierContext): Unit
Enter a parse tree produced by
CommonParser#identifier.Enter a parse tree produced by
CommonParser#identifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterIncDecOp(ctx: IncDecOpContext): Unit
Enter a parse tree produced by the
incDecOplabeled alternative inCommonParser#postfix_expression.Enter a parse tree produced by the
incDecOplabeled alternative inCommonParser#postfix_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterInc_dec(ctx: Inc_decContext): Unit
Enter a parse tree produced by
CommonParser#inc_dec.Enter a parse tree produced by
CommonParser#inc_dec.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterInclusive_or_expression(ctx: Inclusive_or_expressionContext): Unit
Enter a parse tree produced by
CommonParser#inclusive_or_expression.Enter a parse tree produced by
CommonParser#inclusive_or_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterMemberAccess(ctx: MemberAccessContext): Unit
Enter a parse tree produced by the
memberAccesslabeled alternative inCommonParser#postfix_expression.Enter a parse tree produced by the
memberAccesslabeled alternative inCommonParser#postfix_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterMultiplicative_expression(ctx: Multiplicative_expressionContext): Unit
Enter a parse tree produced by
CommonParser#multiplicative_expression.Enter a parse tree produced by
CommonParser#multiplicative_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterNew_expression(ctx: New_expressionContext): Unit
Enter a parse tree produced by
CommonParser#new_expression.Enter a parse tree produced by
CommonParser#new_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterNo_angle_brackets_or_brackets(ctx: No_angle_brackets_or_bracketsContext): Unit
Enter a parse tree produced by
CommonParser#no_angle_brackets_or_brackets.Enter a parse tree produced by
CommonParser#no_angle_brackets_or_brackets.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterNo_brackets(ctx: No_bracketsContext): Unit
Enter a parse tree produced by
CommonParser#no_brackets.Enter a parse tree produced by
CommonParser#no_brackets.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterNo_brackets_curlies_or_squares(ctx: No_brackets_curlies_or_squaresContext): Unit
Enter a parse tree produced by
CommonParser#no_brackets_curlies_or_squares.Enter a parse tree produced by
CommonParser#no_brackets_curlies_or_squares.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterNo_brackets_or_semicolon(ctx: No_brackets_or_semicolonContext): Unit
Enter a parse tree produced by
CommonParser#no_brackets_or_semicolon.Enter a parse tree produced by
CommonParser#no_brackets_or_semicolon.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterNo_comma_or_semicolon(ctx: No_comma_or_semicolonContext): Unit
Enter a parse tree produced by
CommonParser#no_comma_or_semicolon.Enter a parse tree produced by
CommonParser#no_comma_or_semicolon.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterNo_curlies(ctx: No_curliesContext): Unit
Enter a parse tree produced by
CommonParser#no_curlies.Enter a parse tree produced by
CommonParser#no_curlies.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterNo_squares(ctx: No_squaresContext): Unit
Enter a parse tree produced by
CommonParser#no_squares.Enter a parse tree produced by
CommonParser#no_squares.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterNo_squares_or_semicolon(ctx: No_squares_or_semicolonContext): Unit
Enter a parse tree produced by
CommonParser#no_squares_or_semicolon.Enter a parse tree produced by
CommonParser#no_squares_or_semicolon.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterNormOr(ctx: NormOrContext): Unit
Enter a parse tree produced by the
normOrlabeled alternative inCommonParser#conditional_expression.Enter a parse tree produced by the
normOrlabeled alternative inCommonParser#conditional_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterNumber(ctx: NumberContext): Unit
Enter a parse tree produced by
CommonParser#number.Enter a parse tree produced by
CommonParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterOperator(ctx: OperatorContext): Unit
Enter a parse tree produced by
CommonParser#operator.Enter a parse tree produced by
CommonParser#operator.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterOr_expression(ctx: Or_expressionContext): Unit
Enter a parse tree produced by
CommonParser#or_expression.Enter a parse tree produced by
CommonParser#or_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterPrimaryOnly(ctx: PrimaryOnlyContext): Unit
Enter a parse tree produced by the
primaryOnlylabeled alternative inCommonParser#postfix_expression.Enter a parse tree produced by the
primaryOnlylabeled alternative inCommonParser#postfix_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterPrimary_expression(ctx: Primary_expressionContext): Unit
Enter a parse tree produced by
CommonParser#primary_expression.Enter a parse tree produced by
CommonParser#primary_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterPtrMemberAccess(ctx: PtrMemberAccessContext): Unit
Enter a parse tree produced by the
ptrMemberAccesslabeled alternative inCommonParser#postfix_expression.Enter a parse tree produced by the
ptrMemberAccesslabeled alternative inCommonParser#postfix_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterPtr_operator(ctx: Ptr_operatorContext): Unit
Enter a parse tree produced by
CommonParser#ptr_operator.Enter a parse tree produced by
CommonParser#ptr_operator.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterPtrs(ctx: PtrsContext): Unit
Enter a parse tree produced by
CommonParser#ptrs.Enter a parse tree produced by
CommonParser#ptrs.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterRelational_expression(ctx: Relational_expressionContext): Unit
Enter a parse tree produced by
CommonParser#relational_expression.Enter a parse tree produced by
CommonParser#relational_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterRelational_operator(ctx: Relational_operatorContext): Unit
Enter a parse tree produced by
CommonParser#relational_operator.Enter a parse tree produced by
CommonParser#relational_operator.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterRvalue_ref(ctx: Rvalue_refContext): Unit
Enter a parse tree produced by
CommonParser#rvalue_ref.Enter a parse tree produced by
CommonParser#rvalue_ref.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterShift_expression(ctx: Shift_expressionContext): Unit
Enter a parse tree produced by
CommonParser#shift_expression.Enter a parse tree produced by
CommonParser#shift_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterSizeof(ctx: SizeofContext): Unit
Enter a parse tree produced by
CommonParser#sizeof.Enter a parse tree produced by
CommonParser#sizeof.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterSizeof_expression(ctx: Sizeof_expressionContext): Unit
Enter a parse tree produced by
CommonParser#sizeof_expression.Enter a parse tree produced by
CommonParser#sizeof_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterSizeof_operand(ctx: Sizeof_operandContext): Unit
Enter a parse tree produced by
CommonParser#sizeof_operand.Enter a parse tree produced by
CommonParser#sizeof_operand.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterSizeof_operand2(ctx: Sizeof_operand2Context): Unit
Enter a parse tree produced by
CommonParser#sizeof_operand2.Enter a parse tree produced by
CommonParser#sizeof_operand2.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterTemplate_args(ctx: Template_argsContext): Unit
Enter a parse tree produced by
CommonParser#template_args.Enter a parse tree produced by
CommonParser#template_args.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterTemplate_args_param(ctx: Template_args_paramContext): Unit
Enter a parse tree produced by
CommonParser#template_args_param.Enter a parse tree produced by
CommonParser#template_args_param.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterTemplate_args_param_list(ctx: Template_args_param_listContext): Unit
Enter a parse tree produced by
CommonParser#template_args_param_list.Enter a parse tree produced by
CommonParser#template_args_param_list.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterTemplate_decl(ctx: Template_declContext): Unit
Enter a parse tree produced by
CommonParser#template_decl.Enter a parse tree produced by
CommonParser#template_decl.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterTemplate_decl_keyword(ctx: Template_decl_keywordContext): Unit
Enter a parse tree produced by
CommonParser#template_decl_keyword.Enter a parse tree produced by
CommonParser#template_decl_keyword.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterTemplate_decl_param(ctx: Template_decl_paramContext): Unit
Enter a parse tree produced by
CommonParser#template_decl_param.Enter a parse tree produced by
CommonParser#template_decl_param.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterTemplate_decl_param_list(ctx: Template_decl_param_listContext): Unit
Enter a parse tree produced by
CommonParser#template_decl_param_list.Enter a parse tree produced by
CommonParser#template_decl_param_list.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterTemplate_name(ctx: Template_nameContext): Unit
Enter a parse tree produced by
CommonParser#template_name.Enter a parse tree produced by
CommonParser#template_name.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterTemplate_template(ctx: Template_templateContext): Unit
Enter a parse tree produced by
CommonParser#template_template.Enter a parse tree produced by
CommonParser#template_template.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterType_name(ctx: Type_nameContext): Unit
Enter a parse tree produced by
CommonParser#type_name.Enter a parse tree produced by
CommonParser#type_name.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterUnary_expression(ctx: Unary_expressionContext): Unit
Enter a parse tree produced by
CommonParser#unary_expression.Enter a parse tree produced by
CommonParser#unary_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterUnary_op_and_cast_expr(ctx: Unary_op_and_cast_exprContext): Unit
Enter a parse tree produced by
CommonParser#unary_op_and_cast_expr.Enter a parse tree produced by
CommonParser#unary_op_and_cast_expr.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterUnary_operator(ctx: Unary_operatorContext): Unit
Enter a parse tree produced by
CommonParser#unary_operator.Enter a parse tree produced by
CommonParser#unary_operator.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def enterWater(ctx: WaterContext): Unit
Enter a parse tree produced by
CommonParser#water.Enter a parse tree produced by
CommonParser#water.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def exitAccess_specifier(ctx: Access_specifierContext): Unit
Exit a parse tree produced by
CommonParser#access_specifier.Exit a parse tree produced by
CommonParser#access_specifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitAdditive_expression(ctx: Additive_expressionContext): Unit
Exit a parse tree produced by
CommonParser#additive_expression.Exit a parse tree produced by
CommonParser#additive_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitAnd_expression(ctx: And_expressionContext): Unit
Exit a parse tree produced by
CommonParser#and_expression.Exit a parse tree produced by
CommonParser#and_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitArrayIndexing(ctx: ArrayIndexingContext): Unit
Exit a parse tree produced by the
arrayIndexinglabeled alternative inCommonParser#postfix_expression.Exit a parse tree produced by the
arrayIndexinglabeled alternative inCommonParser#postfix_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitAssign_expr(ctx: Assign_exprContext): Unit
Exit a parse tree produced by
CommonParser#assign_expr.Exit a parse tree produced by
CommonParser#assign_expr.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitAssign_water(ctx: Assign_waterContext): Unit
Exit a parse tree produced by
CommonParser#assign_water.Exit a parse tree produced by
CommonParser#assign_water.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitAssign_water_l2(ctx: Assign_water_l2Context): Unit
Exit a parse tree produced by
CommonParser#assign_water_l2.Exit a parse tree produced by
CommonParser#assign_water_l2.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitAssignment_operator(ctx: Assignment_operatorContext): Unit
Exit a parse tree produced by
CommonParser#assignment_operator.Exit a parse tree produced by
CommonParser#assignment_operator.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitBase_class(ctx: Base_classContext): Unit
Exit a parse tree produced by
CommonParser#base_class.Exit a parse tree produced by
CommonParser#base_class.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitBase_classes(ctx: Base_classesContext): Unit
Exit a parse tree produced by
CommonParser#base_classes.Exit a parse tree produced by
CommonParser#base_classes.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitBase_type(ctx: Base_typeContext): Unit
Exit a parse tree produced by
CommonParser#base_type.Exit a parse tree produced by
CommonParser#base_type.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitBit_and_expression(ctx: Bit_and_expressionContext): Unit
Exit a parse tree produced by
CommonParser#bit_and_expression.Exit a parse tree produced by
CommonParser#bit_and_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitCast_expression(ctx: Cast_expressionContext): Unit
Exit a parse tree produced by
CommonParser#cast_expression.Exit a parse tree produced by
CommonParser#cast_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitCast_target(ctx: Cast_targetContext): Unit
Exit a parse tree produced by
CommonParser#cast_target.Exit a parse tree produced by
CommonParser#cast_target.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitClass_def(ctx: Class_defContext): Unit
Exit a parse tree produced by
CommonParser#class_def.Exit a parse tree produced by
CommonParser#class_def.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitClass_key(ctx: Class_keyContext): Unit
Exit a parse tree produced by
CommonParser#class_key.Exit a parse tree produced by
CommonParser#class_key.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitClass_name(ctx: Class_nameContext): Unit
Exit a parse tree produced by
CommonParser#class_name.Exit a parse tree produced by
CommonParser#class_name.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitCndExpr(ctx: CndExprContext): Unit
Exit a parse tree produced by the
cndExprlabeled alternative inCommonParser#conditional_expression.Exit a parse tree produced by the
cndExprlabeled alternative inCommonParser#conditional_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitConstant(ctx: ConstantContext): Unit
Exit a parse tree produced by
CommonParser#constant.Exit a parse tree produced by
CommonParser#constant.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitCpp_cast_identifier(ctx: Cpp_cast_identifierContext): Unit
Exit a parse tree produced by
CommonParser#cpp_cast_identifier.Exit a parse tree produced by
CommonParser#cpp_cast_identifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitDelete_expression(ctx: Delete_expressionContext): Unit
Exit a parse tree produced by
CommonParser#delete_expression.Exit a parse tree produced by
CommonParser#delete_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitEquality_expression(ctx: Equality_expressionContext): Unit
Exit a parse tree produced by
CommonParser#equality_expression.Exit a parse tree produced by
CommonParser#equality_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitEquality_operator(ctx: Equality_operatorContext): Unit
Exit a parse tree produced by
CommonParser#equality_operator.Exit a parse tree produced by
CommonParser#equality_operator.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitEveryRule(ctx: ParserRuleContext): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- CommonBaseListener → ParseTreeListener
- Annotations
- @Override()
- def exitExclusive_or_expression(ctx: Exclusive_or_expressionContext): Unit
Exit a parse tree produced by
CommonParser#exclusive_or_expression.Exit a parse tree produced by
CommonParser#exclusive_or_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitExpr(ctx: ExprContext): Unit
Exit a parse tree produced by
CommonParser#expr.Exit a parse tree produced by
CommonParser#expr.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitFuncCall(ctx: FuncCallContext): Unit
Exit a parse tree produced by the
funcCalllabeled alternative inCommonParser#postfix_expression.Exit a parse tree produced by the
funcCalllabeled alternative inCommonParser#postfix_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitFunc_ptrs(ctx: Func_ptrsContext): Unit
Exit a parse tree produced by
CommonParser#func_ptrs.Exit a parse tree produced by
CommonParser#func_ptrs.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitFunction_argument(ctx: Function_argumentContext): Unit
Exit a parse tree produced by
CommonParser#function_argument.Exit a parse tree produced by
CommonParser#function_argument.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitFunction_argument_list(ctx: Function_argument_listContext): Unit
Exit a parse tree produced by
CommonParser#function_argument_list.Exit a parse tree produced by
CommonParser#function_argument_list.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitFunction_decl_specifiers(ctx: Function_decl_specifiersContext): Unit
Exit a parse tree produced by
CommonParser#function_decl_specifiers.Exit a parse tree produced by
CommonParser#function_decl_specifiers.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitGcc_attribute(ctx: Gcc_attributeContext): Unit
Exit a parse tree produced by
CommonParser#gcc_attribute.Exit a parse tree produced by
CommonParser#gcc_attribute.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitIdentifier(ctx: IdentifierContext): Unit
Exit a parse tree produced by
CommonParser#identifier.Exit a parse tree produced by
CommonParser#identifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitIncDecOp(ctx: IncDecOpContext): Unit
Exit a parse tree produced by the
incDecOplabeled alternative inCommonParser#postfix_expression.Exit a parse tree produced by the
incDecOplabeled alternative inCommonParser#postfix_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitInc_dec(ctx: Inc_decContext): Unit
Exit a parse tree produced by
CommonParser#inc_dec.Exit a parse tree produced by
CommonParser#inc_dec.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitInclusive_or_expression(ctx: Inclusive_or_expressionContext): Unit
Exit a parse tree produced by
CommonParser#inclusive_or_expression.Exit a parse tree produced by
CommonParser#inclusive_or_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitMemberAccess(ctx: MemberAccessContext): Unit
Exit a parse tree produced by the
memberAccesslabeled alternative inCommonParser#postfix_expression.Exit a parse tree produced by the
memberAccesslabeled alternative inCommonParser#postfix_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitMultiplicative_expression(ctx: Multiplicative_expressionContext): Unit
Exit a parse tree produced by
CommonParser#multiplicative_expression.Exit a parse tree produced by
CommonParser#multiplicative_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitNew_expression(ctx: New_expressionContext): Unit
Exit a parse tree produced by
CommonParser#new_expression.Exit a parse tree produced by
CommonParser#new_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitNo_angle_brackets_or_brackets(ctx: No_angle_brackets_or_bracketsContext): Unit
Exit a parse tree produced by
CommonParser#no_angle_brackets_or_brackets.Exit a parse tree produced by
CommonParser#no_angle_brackets_or_brackets.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitNo_brackets(ctx: No_bracketsContext): Unit
Exit a parse tree produced by
CommonParser#no_brackets.Exit a parse tree produced by
CommonParser#no_brackets.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitNo_brackets_curlies_or_squares(ctx: No_brackets_curlies_or_squaresContext): Unit
Exit a parse tree produced by
CommonParser#no_brackets_curlies_or_squares.Exit a parse tree produced by
CommonParser#no_brackets_curlies_or_squares.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitNo_brackets_or_semicolon(ctx: No_brackets_or_semicolonContext): Unit
Exit a parse tree produced by
CommonParser#no_brackets_or_semicolon.Exit a parse tree produced by
CommonParser#no_brackets_or_semicolon.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitNo_comma_or_semicolon(ctx: No_comma_or_semicolonContext): Unit
Exit a parse tree produced by
CommonParser#no_comma_or_semicolon.Exit a parse tree produced by
CommonParser#no_comma_or_semicolon.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitNo_curlies(ctx: No_curliesContext): Unit
Exit a parse tree produced by
CommonParser#no_curlies.Exit a parse tree produced by
CommonParser#no_curlies.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitNo_squares(ctx: No_squaresContext): Unit
Exit a parse tree produced by
CommonParser#no_squares.Exit a parse tree produced by
CommonParser#no_squares.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitNo_squares_or_semicolon(ctx: No_squares_or_semicolonContext): Unit
Exit a parse tree produced by
CommonParser#no_squares_or_semicolon.Exit a parse tree produced by
CommonParser#no_squares_or_semicolon.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitNormOr(ctx: NormOrContext): Unit
Exit a parse tree produced by the
normOrlabeled alternative inCommonParser#conditional_expression.Exit a parse tree produced by the
normOrlabeled alternative inCommonParser#conditional_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitNumber(ctx: NumberContext): Unit
Exit a parse tree produced by
CommonParser#number.Exit a parse tree produced by
CommonParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitOperator(ctx: OperatorContext): Unit
Exit a parse tree produced by
CommonParser#operator.Exit a parse tree produced by
CommonParser#operator.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitOr_expression(ctx: Or_expressionContext): Unit
Exit a parse tree produced by
CommonParser#or_expression.Exit a parse tree produced by
CommonParser#or_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitPrimaryOnly(ctx: PrimaryOnlyContext): Unit
Exit a parse tree produced by the
primaryOnlylabeled alternative inCommonParser#postfix_expression.Exit a parse tree produced by the
primaryOnlylabeled alternative inCommonParser#postfix_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitPrimary_expression(ctx: Primary_expressionContext): Unit
Exit a parse tree produced by
CommonParser#primary_expression.Exit a parse tree produced by
CommonParser#primary_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitPtrMemberAccess(ctx: PtrMemberAccessContext): Unit
Exit a parse tree produced by the
ptrMemberAccesslabeled alternative inCommonParser#postfix_expression.Exit a parse tree produced by the
ptrMemberAccesslabeled alternative inCommonParser#postfix_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitPtr_operator(ctx: Ptr_operatorContext): Unit
Exit a parse tree produced by
CommonParser#ptr_operator.Exit a parse tree produced by
CommonParser#ptr_operator.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitPtrs(ctx: PtrsContext): Unit
Exit a parse tree produced by
CommonParser#ptrs.Exit a parse tree produced by
CommonParser#ptrs.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitRelational_expression(ctx: Relational_expressionContext): Unit
Exit a parse tree produced by
CommonParser#relational_expression.Exit a parse tree produced by
CommonParser#relational_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitRelational_operator(ctx: Relational_operatorContext): Unit
Exit a parse tree produced by
CommonParser#relational_operator.Exit a parse tree produced by
CommonParser#relational_operator.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitRvalue_ref(ctx: Rvalue_refContext): Unit
Exit a parse tree produced by
CommonParser#rvalue_ref.Exit a parse tree produced by
CommonParser#rvalue_ref.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitShift_expression(ctx: Shift_expressionContext): Unit
Exit a parse tree produced by
CommonParser#shift_expression.Exit a parse tree produced by
CommonParser#shift_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitSizeof(ctx: SizeofContext): Unit
Exit a parse tree produced by
CommonParser#sizeof.Exit a parse tree produced by
CommonParser#sizeof.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitSizeof_expression(ctx: Sizeof_expressionContext): Unit
Exit a parse tree produced by
CommonParser#sizeof_expression.Exit a parse tree produced by
CommonParser#sizeof_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitSizeof_operand(ctx: Sizeof_operandContext): Unit
Exit a parse tree produced by
CommonParser#sizeof_operand.Exit a parse tree produced by
CommonParser#sizeof_operand.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitSizeof_operand2(ctx: Sizeof_operand2Context): Unit
Exit a parse tree produced by
CommonParser#sizeof_operand2.Exit a parse tree produced by
CommonParser#sizeof_operand2.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitTemplate_args(ctx: Template_argsContext): Unit
Exit a parse tree produced by
CommonParser#template_args.Exit a parse tree produced by
CommonParser#template_args.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitTemplate_args_param(ctx: Template_args_paramContext): Unit
Exit a parse tree produced by
CommonParser#template_args_param.Exit a parse tree produced by
CommonParser#template_args_param.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitTemplate_args_param_list(ctx: Template_args_param_listContext): Unit
Exit a parse tree produced by
CommonParser#template_args_param_list.Exit a parse tree produced by
CommonParser#template_args_param_list.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitTemplate_decl(ctx: Template_declContext): Unit
Exit a parse tree produced by
CommonParser#template_decl.Exit a parse tree produced by
CommonParser#template_decl.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitTemplate_decl_keyword(ctx: Template_decl_keywordContext): Unit
Exit a parse tree produced by
CommonParser#template_decl_keyword.Exit a parse tree produced by
CommonParser#template_decl_keyword.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitTemplate_decl_param(ctx: Template_decl_paramContext): Unit
Exit a parse tree produced by
CommonParser#template_decl_param.Exit a parse tree produced by
CommonParser#template_decl_param.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitTemplate_decl_param_list(ctx: Template_decl_param_listContext): Unit
Exit a parse tree produced by
CommonParser#template_decl_param_list.Exit a parse tree produced by
CommonParser#template_decl_param_list.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitTemplate_name(ctx: Template_nameContext): Unit
Exit a parse tree produced by
CommonParser#template_name.Exit a parse tree produced by
CommonParser#template_name.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitTemplate_template(ctx: Template_templateContext): Unit
Exit a parse tree produced by
CommonParser#template_template.Exit a parse tree produced by
CommonParser#template_template.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitType_name(ctx: Type_nameContext): Unit
Exit a parse tree produced by
CommonParser#type_name.Exit a parse tree produced by
CommonParser#type_name.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitUnary_expression(ctx: Unary_expressionContext): Unit
Exit a parse tree produced by
CommonParser#unary_expression.Exit a parse tree produced by
CommonParser#unary_expression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitUnary_op_and_cast_expr(ctx: Unary_op_and_cast_exprContext): Unit
Exit a parse tree produced by
CommonParser#unary_op_and_cast_expr.Exit a parse tree produced by
CommonParser#unary_op_and_cast_expr.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitUnary_operator(ctx: Unary_operatorContext): Unit
Exit a parse tree produced by
CommonParser#unary_operator.Exit a parse tree produced by
CommonParser#unary_operator.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- def exitWater(ctx: WaterContext): Unit
Exit a parse tree produced by
CommonParser#water.Exit a parse tree produced by
CommonParser#water.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- CommonBaseListener → CommonListener
- Annotations
- @Override()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def visitErrorNode(node: ErrorNode): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- CommonBaseListener → ParseTreeListener
- Annotations
- @Override()
- def visitTerminal(node: TerminalNode): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- CommonBaseListener → ParseTreeListener
- Annotations
- @Override()
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated