trait ModuleListener extends ParseTreeListener
This interface defines a complete listener for a parse tree produced by
ModuleParser.
- Alphabetic
- By Inheritance
- ModuleListener
- ParseTreeListener
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterArrayIndexing(ctx: ArrayIndexingContext): Unit
Enter a parse tree produced by the
arrayIndexinglabeled alternative inModuleParser#postfix_expression.Enter a parse tree produced by the
arrayIndexinglabeled alternative inModuleParser#postfix_expression.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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_.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterCndExpr(ctx: CndExprContext): Unit
Enter a parse tree produced by the
cndExprlabeled alternative inModuleParser#conditional_expression.Enter a parse tree produced by the
cndExprlabeled alternative inModuleParser#conditional_expression.- ctx
the parse tree
- abstract def enterCode(ctx: CodeContext): Unit
Enter a parse tree produced by
ModuleParser#code.Enter a parse tree produced by
ModuleParser#code.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterConstant(ctx: ConstantContext): Unit
Enter a parse tree produced by
ModuleParser#constant.Enter a parse tree produced by
ModuleParser#constant.- ctx
the parse tree
- abstract 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_.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterDeclByClass(ctx: DeclByClassContext): Unit
Enter a parse tree produced by the
declByClasslabeled alternative inModuleParser#var_decl.Enter a parse tree produced by the
declByClasslabeled alternative inModuleParser#var_decl.- ctx
the parse tree
- abstract def enterDeclByType(ctx: DeclByTypeContext): Unit
Enter a parse tree produced by the
declByTypelabeled alternative inModuleParser#var_decl.Enter a parse tree produced by the
declByTypelabeled alternative inModuleParser#var_decl.- ctx
the parse tree
- abstract def enterDeclarator(ctx: DeclaratorContext): Unit
Enter a parse tree produced by
ModuleParser#declarator.Enter a parse tree produced by
ModuleParser#declarator.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterEveryRule(arg0: ParserRuleContext): Unit
- Definition Classes
- ParseTreeListener
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterExpr(ctx: ExprContext): Unit
Enter a parse tree produced by
ModuleParser#expr.Enter a parse tree produced by
ModuleParser#expr.- ctx
the parse tree
- abstract def enterFuncCall(ctx: FuncCallContext): Unit
Enter a parse tree produced by the
funcCalllabeled alternative inModuleParser#postfix_expression.Enter a parse tree produced by the
funcCalllabeled alternative inModuleParser#postfix_expression.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterIdentifier(ctx: IdentifierContext): Unit
Enter a parse tree produced by
ModuleParser#identifier.Enter a parse tree produced by
ModuleParser#identifier.- ctx
the parse tree
- abstract def enterIncDecOp(ctx: IncDecOpContext): Unit
Enter a parse tree produced by the
incDecOplabeled alternative inModuleParser#postfix_expression.Enter a parse tree produced by the
incDecOplabeled alternative inModuleParser#postfix_expression.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterInitializer(ctx: InitializerContext): Unit
Enter a parse tree produced by
ModuleParser#initializer.Enter a parse tree produced by
ModuleParser#initializer.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterMemberAccess(ctx: MemberAccessContext): Unit
Enter a parse tree produced by the
memberAccesslabeled alternative inModuleParser#postfix_expression.Enter a parse tree produced by the
memberAccesslabeled alternative inModuleParser#postfix_expression.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterNormOr(ctx: NormOrContext): Unit
Enter a parse tree produced by the
normOrlabeled alternative inModuleParser#conditional_expression.Enter a parse tree produced by the
normOrlabeled alternative inModuleParser#conditional_expression.- ctx
the parse tree
- abstract def enterNumber(ctx: NumberContext): Unit
Enter a parse tree produced by
ModuleParser#number.Enter a parse tree produced by
ModuleParser#number.- ctx
the parse tree
- abstract def enterOperator(ctx: OperatorContext): Unit
Enter a parse tree produced by
ModuleParser#operator.Enter a parse tree produced by
ModuleParser#operator.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterPrimaryOnly(ctx: PrimaryOnlyContext): Unit
Enter a parse tree produced by the
primaryOnlylabeled alternative inModuleParser#postfix_expression.Enter a parse tree produced by the
primaryOnlylabeled alternative inModuleParser#postfix_expression.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterPtrMemberAccess(ctx: PtrMemberAccessContext): Unit
Enter a parse tree produced by the
ptrMemberAccesslabeled alternative inModuleParser#postfix_expression.Enter a parse tree produced by the
ptrMemberAccesslabeled alternative inModuleParser#postfix_expression.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterPtrs(ctx: PtrsContext): Unit
Enter a parse tree produced by
ModuleParser#ptrs.Enter a parse tree produced by
ModuleParser#ptrs.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterSizeof(ctx: SizeofContext): Unit
Enter a parse tree produced by
ModuleParser#sizeof.Enter a parse tree produced by
ModuleParser#sizeof.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def enterWater(ctx: WaterContext): Unit
Enter a parse tree produced by
ModuleParser#water.Enter a parse tree produced by
ModuleParser#water.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitArrayIndexing(ctx: ArrayIndexingContext): Unit
Exit a parse tree produced by the
arrayIndexinglabeled alternative inModuleParser#postfix_expression.Exit a parse tree produced by the
arrayIndexinglabeled alternative inModuleParser#postfix_expression.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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_.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitCndExpr(ctx: CndExprContext): Unit
Exit a parse tree produced by the
cndExprlabeled alternative inModuleParser#conditional_expression.Exit a parse tree produced by the
cndExprlabeled alternative inModuleParser#conditional_expression.- ctx
the parse tree
- abstract def exitCode(ctx: CodeContext): Unit
Exit a parse tree produced by
ModuleParser#code.Exit a parse tree produced by
ModuleParser#code.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitConstant(ctx: ConstantContext): Unit
Exit a parse tree produced by
ModuleParser#constant.Exit a parse tree produced by
ModuleParser#constant.- ctx
the parse tree
- abstract 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_.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitDeclByClass(ctx: DeclByClassContext): Unit
Exit a parse tree produced by the
declByClasslabeled alternative inModuleParser#var_decl.Exit a parse tree produced by the
declByClasslabeled alternative inModuleParser#var_decl.- ctx
the parse tree
- abstract def exitDeclByType(ctx: DeclByTypeContext): Unit
Exit a parse tree produced by the
declByTypelabeled alternative inModuleParser#var_decl.Exit a parse tree produced by the
declByTypelabeled alternative inModuleParser#var_decl.- ctx
the parse tree
- abstract def exitDeclarator(ctx: DeclaratorContext): Unit
Exit a parse tree produced by
ModuleParser#declarator.Exit a parse tree produced by
ModuleParser#declarator.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitEveryRule(arg0: ParserRuleContext): Unit
- Definition Classes
- ParseTreeListener
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitExpr(ctx: ExprContext): Unit
Exit a parse tree produced by
ModuleParser#expr.Exit a parse tree produced by
ModuleParser#expr.- ctx
the parse tree
- abstract def exitFuncCall(ctx: FuncCallContext): Unit
Exit a parse tree produced by the
funcCalllabeled alternative inModuleParser#postfix_expression.Exit a parse tree produced by the
funcCalllabeled alternative inModuleParser#postfix_expression.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitIdentifier(ctx: IdentifierContext): Unit
Exit a parse tree produced by
ModuleParser#identifier.Exit a parse tree produced by
ModuleParser#identifier.- ctx
the parse tree
- abstract def exitIncDecOp(ctx: IncDecOpContext): Unit
Exit a parse tree produced by the
incDecOplabeled alternative inModuleParser#postfix_expression.Exit a parse tree produced by the
incDecOplabeled alternative inModuleParser#postfix_expression.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitInitializer(ctx: InitializerContext): Unit
Exit a parse tree produced by
ModuleParser#initializer.Exit a parse tree produced by
ModuleParser#initializer.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitMemberAccess(ctx: MemberAccessContext): Unit
Exit a parse tree produced by the
memberAccesslabeled alternative inModuleParser#postfix_expression.Exit a parse tree produced by the
memberAccesslabeled alternative inModuleParser#postfix_expression.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitNormOr(ctx: NormOrContext): Unit
Exit a parse tree produced by the
normOrlabeled alternative inModuleParser#conditional_expression.Exit a parse tree produced by the
normOrlabeled alternative inModuleParser#conditional_expression.- ctx
the parse tree
- abstract def exitNumber(ctx: NumberContext): Unit
Exit a parse tree produced by
ModuleParser#number.Exit a parse tree produced by
ModuleParser#number.- ctx
the parse tree
- abstract def exitOperator(ctx: OperatorContext): Unit
Exit a parse tree produced by
ModuleParser#operator.Exit a parse tree produced by
ModuleParser#operator.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitPrimaryOnly(ctx: PrimaryOnlyContext): Unit
Exit a parse tree produced by the
primaryOnlylabeled alternative inModuleParser#postfix_expression.Exit a parse tree produced by the
primaryOnlylabeled alternative inModuleParser#postfix_expression.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitPtrMemberAccess(ctx: PtrMemberAccessContext): Unit
Exit a parse tree produced by the
ptrMemberAccesslabeled alternative inModuleParser#postfix_expression.Exit a parse tree produced by the
ptrMemberAccesslabeled alternative inModuleParser#postfix_expression.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitPtrs(ctx: PtrsContext): Unit
Exit a parse tree produced by
ModuleParser#ptrs.Exit a parse tree produced by
ModuleParser#ptrs.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitSizeof(ctx: SizeofContext): Unit
Exit a parse tree produced by
ModuleParser#sizeof.Exit a parse tree produced by
ModuleParser#sizeof.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract 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.- ctx
the parse tree
- abstract def exitWater(ctx: WaterContext): Unit
Exit a parse tree produced by
ModuleParser#water.Exit a parse tree produced by
ModuleParser#water.- ctx
the parse tree
- abstract def visitErrorNode(arg0: ErrorNode): Unit
- Definition Classes
- ParseTreeListener
- abstract def visitTerminal(arg0: TerminalNode): Unit
- Definition Classes
- ParseTreeListener
Concrete 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()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @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
- 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