Class SHARCParserBaseListener
This class provides an empty implementation of ISHARCParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
Inheritance
Namespace: GCore.Antlr.Grammers.Sharc
Assembly: Sharc.dll
Syntax
public class SHARCParserBaseListener : object, ISHARCParserListener, Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterAdd_or_sub(SHARCParser.Add_or_subContext)
Enter a parse tree produced by add_or_sub().
The default implementation does nothing.
Declaration
public virtual void EnterAdd_or_sub(SHARCParser.Add_or_subContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Add_or_subContext | context | The parse tree. |
EnterAddr(SHARCParser.AddrContext)
Enter a parse tree produced by addr().
The default implementation does nothing.
Declaration
public virtual void EnterAddr(SHARCParser.AddrContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.AddrContext | context | The parse tree. |
EnterAtom(SHARCParser.AtomContext)
Enter a parse tree produced by atom().
The default implementation does nothing.
Declaration
public virtual void EnterAtom(SHARCParser.AtomContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.AtomContext | context | The parse tree. |
EnterB_reg(SHARCParser.B_regContext)
Enter a parse tree produced by b_reg().
The default implementation does nothing.
Declaration
public virtual void EnterB_reg(SHARCParser.B_regContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.B_regContext | context | The parse tree. |
EnterBit_data(SHARCParser.Bit_dataContext)
Enter a parse tree produced by bit_data().
The default implementation does nothing.
Declaration
public virtual void EnterBit_data(SHARCParser.Bit_dataContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Bit_dataContext | context | The parse tree. |
EnterCcondition(SHARCParser.CconditionContext)
Enter a parse tree produced by ccondition().
The default implementation does nothing.
Declaration
public virtual void EnterCcondition(SHARCParser.CconditionContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.CconditionContext | context | The parse tree. |
EnterCompute(SHARCParser.ComputeContext)
Enter a parse tree produced by compute().
The default implementation does nothing.
Declaration
public virtual void EnterCompute(SHARCParser.ComputeContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.ComputeContext | context | The parse tree. |
EnterCompute_mov_exp(SHARCParser.Compute_mov_expContext)
Enter a parse tree produced by compute_mov_exp().
The default implementation does nothing.
Declaration
public virtual void EnterCompute_mov_exp(SHARCParser.Compute_mov_expContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Compute_mov_expContext | context | The parse tree. |
EnterCondition(SHARCParser.ConditionContext)
Enter a parse tree produced by condition().
The default implementation does nothing.
Declaration
public virtual void EnterCondition(SHARCParser.ConditionContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.ConditionContext | context | The parse tree. |
EnterD_reg(SHARCParser.D_regContext)
Enter a parse tree produced by d_reg().
The default implementation does nothing.
Declaration
public virtual void EnterD_reg(SHARCParser.D_regContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.D_regContext | context | The parse tree. |
EnterDag_reg(SHARCParser.Dag_regContext)
Enter a parse tree produced by dag_reg().
The default implementation does nothing.
Declaration
public virtual void EnterDag_reg(SHARCParser.Dag_regContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Dag_regContext | context | The parse tree. |
EnterDeclaration(SHARCParser.DeclarationContext)
Enter a parse tree produced by declaration().
The default implementation does nothing.
Declaration
public virtual void EnterDeclaration(SHARCParser.DeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.DeclarationContext | context | The parse tree. |
EnterDeclaration_exp_f1(SHARCParser.Declaration_exp_f1Context)
Enter a parse tree produced by declaration_exp_f1().
The default implementation does nothing.
Declaration
public virtual void EnterDeclaration_exp_f1(SHARCParser.Declaration_exp_f1Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Declaration_exp_f1Context | context | The parse tree. |
EnterDeclaration_exp_f2(SHARCParser.Declaration_exp_f2Context)
Enter a parse tree produced by declaration_exp_f2().
The default implementation does nothing.
Declaration
public virtual void EnterDeclaration_exp_f2(SHARCParser.Declaration_exp_f2Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Declaration_exp_f2Context | context | The parse tree. |
EnterDeclaration_exp1(SHARCParser.Declaration_exp1Context)
Enter a parse tree produced by declaration_exp1().
The default implementation does nothing.
Declaration
public virtual void EnterDeclaration_exp1(SHARCParser.Declaration_exp1Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Declaration_exp1Context | context | The parse tree. |
EnterDeclaration_exp2(SHARCParser.Declaration_exp2Context)
Enter a parse tree produced by declaration_exp2().
The default implementation does nothing.
Declaration
public virtual void EnterDeclaration_exp2(SHARCParser.Declaration_exp2Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Declaration_exp2Context | context | The parse tree. |
EnterDeclaration_exp3(SHARCParser.Declaration_exp3Context)
Enter a parse tree produced by declaration_exp3().
The default implementation does nothing.
Declaration
public virtual void EnterDeclaration_exp3(SHARCParser.Declaration_exp3Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Declaration_exp3Context | context | The parse tree. |
EnterDeclaration_exp4(SHARCParser.Declaration_exp4Context)
Enter a parse tree produced by declaration_exp4().
The default implementation does nothing.
Declaration
public virtual void EnterDeclaration_exp4(SHARCParser.Declaration_exp4Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Declaration_exp4Context | context | The parse tree. |
EnterDeclaration_exp5(SHARCParser.Declaration_exp5Context)
Enter a parse tree produced by declaration_exp5().
The default implementation does nothing.
Declaration
public virtual void EnterDeclaration_exp5(SHARCParser.Declaration_exp5Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Declaration_exp5Context | context | The parse tree. |
EnterDirective_exp(SHARCParser.Directive_expContext)
Enter a parse tree produced by directive_exp().
The default implementation does nothing.
Declaration
public virtual void EnterDirective_exp(SHARCParser.Directive_expContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Directive_expContext | context | The parse tree. |
EnterDual_add_r(SHARCParser.Dual_add_rContext)
Enter a parse tree produced by dual_add_r().
The default implementation does nothing.
Declaration
public virtual void EnterDual_add_r(SHARCParser.Dual_add_rContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Dual_add_rContext | context | The parse tree. |
EnterDual_op(SHARCParser.Dual_opContext)
Enter a parse tree produced by dual_op().
The default implementation does nothing.
Declaration
public virtual void EnterDual_op(SHARCParser.Dual_opContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Dual_opContext | context | The parse tree. |
EnterEnd_seg(SHARCParser.End_segContext)
Enter a parse tree produced by end_seg().
The default implementation does nothing.
Declaration
public virtual void EnterEnd_seg(SHARCParser.End_segContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.End_segContext | context | The parse tree. |
EnterEveryRule(Antlr4.Runtime.ParserRuleContext)
Declaration
public virtual void EnterEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.ParserRuleContext | context |
Remarks
The default implementation does nothing.
EnterF_exp(SHARCParser.F_expContext)
Enter a parse tree produced by f_exp().
The default implementation does nothing.
Declaration
public virtual void EnterF_exp(SHARCParser.F_expContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.F_expContext | context | The parse tree. |
EnterF_reg(SHARCParser.F_regContext)
Enter a parse tree produced by f_reg().
The default implementation does nothing.
Declaration
public virtual void EnterF_reg(SHARCParser.F_regContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.F_regContext | context | The parse tree. |
EnterF11_8(SHARCParser.F11_8Context)
Enter a parse tree produced by f11_8().
The default implementation does nothing.
Declaration
public virtual void EnterF11_8(SHARCParser.F11_8Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.F11_8Context | context | The parse tree. |
EnterF15_12(SHARCParser.F15_12Context)
Enter a parse tree produced by f15_12().
The default implementation does nothing.
Declaration
public virtual void EnterF15_12(SHARCParser.F15_12Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.F15_12Context | context | The parse tree. |
EnterF3_0(SHARCParser.F3_0Context)
Enter a parse tree produced by f3_0().
The default implementation does nothing.
Declaration
public virtual void EnterF3_0(SHARCParser.F3_0Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.F3_0Context | context | The parse tree. |
EnterF7_4(SHARCParser.F7_4Context)
Enter a parse tree produced by f7_4().
The default implementation does nothing.
Declaration
public virtual void EnterF7_4(SHARCParser.F7_4Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.F7_4Context | context | The parse tree. |
EnterFactor(SHARCParser.FactorContext)
Enter a parse tree produced by factor().
The default implementation does nothing.
Declaration
public virtual void EnterFactor(SHARCParser.FactorContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.FactorContext | context | The parse tree. |
EnterFixpoint_alu_op(SHARCParser.Fixpoint_alu_opContext)
Enter a parse tree produced by fixpoint_alu_op().
The default implementation does nothing.
Declaration
public virtual void EnterFixpoint_alu_op(SHARCParser.Fixpoint_alu_opContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Fixpoint_alu_opContext | context | The parse tree. |
EnterFloating_point_alu_op(SHARCParser.Floating_point_alu_opContext)
Enter a parse tree produced by floating_point_alu_op().
The default implementation does nothing.
Declaration
public virtual void EnterFloating_point_alu_op(SHARCParser.Floating_point_alu_opContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Floating_point_alu_opContext | context | The parse tree. |
EnterFlow_contorl_8(SHARCParser.Flow_contorl_8Context)
Enter a parse tree produced by flow_contorl_8().
The default implementation does nothing.
Declaration
public virtual void EnterFlow_contorl_8(SHARCParser.Flow_contorl_8Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Flow_contorl_8Context | context | The parse tree. |
EnterFlow_contorl_8_exp(SHARCParser.Flow_contorl_8_expContext)
Enter a parse tree produced by flow_contorl_8_exp().
The default implementation does nothing.
Declaration
public virtual void EnterFlow_contorl_8_exp(SHARCParser.Flow_contorl_8_expContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Flow_contorl_8_expContext | context | The parse tree. |
EnterFlow_control_10(SHARCParser.Flow_control_10Context)
Enter a parse tree produced by flow_control_10().
The default implementation does nothing.
Declaration
public virtual void EnterFlow_control_10(SHARCParser.Flow_control_10Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Flow_control_10Context | context | The parse tree. |
EnterFlow_control_10_frag(SHARCParser.Flow_control_10_fragContext)
Enter a parse tree produced by flow_control_10_frag().
The default implementation does nothing.
Declaration
public virtual void EnterFlow_control_10_frag(SHARCParser.Flow_control_10_fragContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Flow_control_10_fragContext | context | The parse tree. |
EnterFlow_control_11a(SHARCParser.Flow_control_11aContext)
Enter a parse tree produced by flow_control_11a().
The default implementation does nothing.
Declaration
public virtual void EnterFlow_control_11a(SHARCParser.Flow_control_11aContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Flow_control_11aContext | context | The parse tree. |
EnterFlow_control_11b(SHARCParser.Flow_control_11bContext)
Enter a parse tree produced by flow_control_11b().
The default implementation does nothing.
Declaration
public virtual void EnterFlow_control_11b(SHARCParser.Flow_control_11bContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Flow_control_11bContext | context | The parse tree. |
EnterFlow_control_12(SHARCParser.Flow_control_12Context)
Enter a parse tree produced by flow_control_12().
The default implementation does nothing.
Declaration
public virtual void EnterFlow_control_12(SHARCParser.Flow_control_12Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Flow_control_12Context | context | The parse tree. |
EnterFlow_control_13(SHARCParser.Flow_control_13Context)
Enter a parse tree produced by flow_control_13().
The default implementation does nothing.
Declaration
public virtual void EnterFlow_control_13(SHARCParser.Flow_control_13Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Flow_control_13Context | context | The parse tree. |
EnterFlow_control_8a(SHARCParser.Flow_control_8aContext)
Enter a parse tree produced by flow_control_8a().
The default implementation does nothing.
Declaration
public virtual void EnterFlow_control_8a(SHARCParser.Flow_control_8aContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Flow_control_8aContext | context | The parse tree. |
EnterFlow_control_8b(SHARCParser.Flow_control_8bContext)
Enter a parse tree produced by flow_control_8b().
The default implementation does nothing.
Declaration
public virtual void EnterFlow_control_8b(SHARCParser.Flow_control_8bContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Flow_control_8bContext | context | The parse tree. |
EnterFlow_control_9_and_11(SHARCParser.Flow_control_9_and_11Context)
Enter a parse tree produced by flow_control_9_and_11().
The default implementation does nothing.
Declaration
public virtual void EnterFlow_control_9_and_11(SHARCParser.Flow_control_9_and_11Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Flow_control_9_and_11Context | context | The parse tree. |
EnterFlow_control_9_and_11_exp(SHARCParser.Flow_control_9_and_11_expContext)
Enter a parse tree produced by flow_control_9_and_11_exp().
The default implementation does nothing.
Declaration
public virtual void EnterFlow_control_9_and_11_exp(SHARCParser.Flow_control_9_and_11_expContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Flow_control_9_and_11_expContext | context | The parse tree. |
EnterFlow_control_9a(SHARCParser.Flow_control_9aContext)
Enter a parse tree produced by flow_control_9a().
The default implementation does nothing.
Declaration
public virtual void EnterFlow_control_9a(SHARCParser.Flow_control_9aContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Flow_control_9aContext | context | The parse tree. |
EnterFlow_control_9b(SHARCParser.Flow_control_9bContext)
Enter a parse tree produced by flow_control_9b().
The default implementation does nothing.
Declaration
public virtual void EnterFlow_control_9b(SHARCParser.Flow_control_9bContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Flow_control_9bContext | context | The parse tree. |
EnterFlow_control_exp(SHARCParser.Flow_control_expContext)
Enter a parse tree produced by flow_control_exp().
The default implementation does nothing.
Declaration
public virtual void EnterFlow_control_exp(SHARCParser.Flow_control_expContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Flow_control_expContext | context | The parse tree. |
EnterI_reg(SHARCParser.I_regContext)
Enter a parse tree produced by i_reg().
The default implementation does nothing.
Declaration
public virtual void EnterI_reg(SHARCParser.I_regContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.I_regContext | context | The parse tree. |
EnterIa(SHARCParser.IaContext)
Enter a parse tree produced by ia().
The default implementation does nothing.
Declaration
public virtual void EnterIa(SHARCParser.IaContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.IaContext | context | The parse tree. |
EnterIc(SHARCParser.IcContext)
Enter a parse tree produced by ic().
The default implementation does nothing.
Declaration
public virtual void EnterIc(SHARCParser.IcContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.IcContext | context | The parse tree. |
EnterIf_compute_mov(SHARCParser.If_compute_movContext)
Enter a parse tree produced by if_compute_mov().
The default implementation does nothing.
Declaration
public virtual void EnterIf_compute_mov(SHARCParser.If_compute_movContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.If_compute_movContext | context | The parse tree. |
EnterIf_compute_mov_exp(SHARCParser.If_compute_mov_expContext)
Enter a parse tree produced by if_compute_mov_exp().
The default implementation does nothing.
Declaration
public virtual void EnterIf_compute_mov_exp(SHARCParser.If_compute_mov_expContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.If_compute_mov_expContext | context | The parse tree. |
EnterImm_mov_14a(SHARCParser.Imm_mov_14aContext)
Enter a parse tree produced by imm_mov_14a().
The default implementation does nothing.
Declaration
public virtual void EnterImm_mov_14a(SHARCParser.Imm_mov_14aContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Imm_mov_14aContext | context | The parse tree. |
EnterImm_mov_14b(SHARCParser.Imm_mov_14bContext)
Enter a parse tree produced by imm_mov_14b().
The default implementation does nothing.
Declaration
public virtual void EnterImm_mov_14b(SHARCParser.Imm_mov_14bContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Imm_mov_14bContext | context | The parse tree. |
EnterImm_mov_15a(SHARCParser.Imm_mov_15aContext)
Enter a parse tree produced by imm_mov_15a().
The default implementation does nothing.
Declaration
public virtual void EnterImm_mov_15a(SHARCParser.Imm_mov_15aContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Imm_mov_15aContext | context | The parse tree. |
EnterImm_mov_15b(SHARCParser.Imm_mov_15bContext)
Enter a parse tree produced by imm_mov_15b().
The default implementation does nothing.
Declaration
public virtual void EnterImm_mov_15b(SHARCParser.Imm_mov_15bContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Imm_mov_15bContext | context | The parse tree. |
EnterImm_mov_16(SHARCParser.Imm_mov_16Context)
Enter a parse tree produced by imm_mov_16().
The default implementation does nothing.
Declaration
public virtual void EnterImm_mov_16(SHARCParser.Imm_mov_16Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Imm_mov_16Context | context | The parse tree. |
EnterImm_mov_17(SHARCParser.Imm_mov_17Context)
Enter a parse tree produced by imm_mov_17().
The default implementation does nothing.
Declaration
public virtual void EnterImm_mov_17(SHARCParser.Imm_mov_17Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Imm_mov_17Context | context | The parse tree. |
EnterImm_mov_exp(SHARCParser.Imm_mov_expContext)
Enter a parse tree produced by imm_mov_exp().
The default implementation does nothing.
Declaration
public virtual void EnterImm_mov_exp(SHARCParser.Imm_mov_expContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Imm_mov_expContext | context | The parse tree. |
EnterInitExpression(SHARCParser.InitExpressionContext)
Enter a parse tree produced by initExpression().
The default implementation does nothing.
Declaration
public virtual void EnterInitExpression(SHARCParser.InitExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.InitExpressionContext | context | The parse tree. |
EnterJump_addr_int(SHARCParser.Jump_addr_intContext)
Enter a parse tree produced by jump_addr_int().
The default implementation does nothing.
Declaration
public virtual void EnterJump_addr_int(SHARCParser.Jump_addr_intContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Jump_addr_intContext | context | The parse tree. |
EnterJump_addr_int_or_pc(SHARCParser.Jump_addr_int_or_pcContext)
Enter a parse tree produced by jump_addr_int_or_pc().
The default implementation does nothing.
Declaration
public virtual void EnterJump_addr_int_or_pc(SHARCParser.Jump_addr_int_or_pcContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Jump_addr_int_or_pcContext | context | The parse tree. |
EnterJump_addr_md_or_pc(SHARCParser.Jump_addr_md_or_pcContext)
Enter a parse tree produced by jump_addr_md_or_pc().
The default implementation does nothing.
Declaration
public virtual void EnterJump_addr_md_or_pc(SHARCParser.Jump_addr_md_or_pcContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Jump_addr_md_or_pcContext | context | The parse tree. |
EnterJump_addr_pc(SHARCParser.Jump_addr_pcContext)
Enter a parse tree produced by jump_addr_pc().
The default implementation does nothing.
Declaration
public virtual void EnterJump_addr_pc(SHARCParser.Jump_addr_pcContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Jump_addr_pcContext | context | The parse tree. |
EnterJump_modifier(SHARCParser.Jump_modifierContext)
Enter a parse tree produced by jump_modifier().
The default implementation does nothing.
Declaration
public virtual void EnterJump_modifier(SHARCParser.Jump_modifierContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Jump_modifierContext | context | The parse tree. |
EnterJump_modifier_(SHARCParser.Jump_modifier_Context)
Enter a parse tree produced by jump_modifier_().
The default implementation does nothing.
Declaration
public virtual void EnterJump_modifier_(SHARCParser.Jump_modifier_Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Jump_modifier_Context | context | The parse tree. |
EnterJump_modifier_1(SHARCParser.Jump_modifier_1Context)
Enter a parse tree produced by jump_modifier_1().
The default implementation does nothing.
Declaration
public virtual void EnterJump_modifier_1(SHARCParser.Jump_modifier_1Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Jump_modifier_1Context | context | The parse tree. |
EnterJump_modifier2(SHARCParser.Jump_modifier2Context)
Enter a parse tree produced by jump_modifier2().
The default implementation does nothing.
Declaration
public virtual void EnterJump_modifier2(SHARCParser.Jump_modifier2Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Jump_modifier2Context | context | The parse tree. |
EnterJump_modifier3(SHARCParser.Jump_modifier3Context)
Enter a parse tree produced by jump_modifier3().
The default implementation does nothing.
Declaration
public virtual void EnterJump_modifier3(SHARCParser.Jump_modifier3Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Jump_modifier3Context | context | The parse tree. |
EnterJump_modifier3_(SHARCParser.Jump_modifier3_Context)
Enter a parse tree produced by jump_modifier3_().
The default implementation does nothing.
Declaration
public virtual void EnterJump_modifier3_(SHARCParser.Jump_modifier3_Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Jump_modifier3_Context | context | The parse tree. |
EnterJump_modifier3_1(SHARCParser.Jump_modifier3_1Context)
Enter a parse tree produced by jump_modifier3_1().
The default implementation does nothing.
Declaration
public virtual void EnterJump_modifier3_1(SHARCParser.Jump_modifier3_1Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Jump_modifier3_1Context | context | The parse tree. |
EnterL_reg(SHARCParser.L_regContext)
Enter a parse tree produced by l_reg().
The default implementation does nothing.
Declaration
public virtual void EnterL_reg(SHARCParser.L_regContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.L_regContext | context | The parse tree. |
EnterLcntr_v(SHARCParser.Lcntr_vContext)
Enter a parse tree produced by lcntr_v().
The default implementation does nothing.
Declaration
public virtual void EnterLcntr_v(SHARCParser.Lcntr_vContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Lcntr_vContext | context | The parse tree. |
EnterM_reg(SHARCParser.M_regContext)
Enter a parse tree produced by m_reg().
The default implementation does nothing.
Declaration
public virtual void EnterM_reg(SHARCParser.M_regContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.M_regContext | context | The parse tree. |
EnterMb(SHARCParser.MbContext)
Enter a parse tree produced by mb().
The default implementation does nothing.
Declaration
public virtual void EnterMb(SHARCParser.MbContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.MbContext | context | The parse tree. |
EnterMd(SHARCParser.MdContext)
Enter a parse tree produced by md().
The default implementation does nothing.
Declaration
public virtual void EnterMd(SHARCParser.MdContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.MdContext | context | The parse tree. |
EnterMem_addr_dm_ia_int(SHARCParser.Mem_addr_dm_ia_intContext)
Enter a parse tree produced by mem_addr_dm_ia_int().
The default implementation does nothing.
Declaration
public virtual void EnterMem_addr_dm_ia_int(SHARCParser.Mem_addr_dm_ia_intContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_dm_ia_intContext | context | The parse tree. |
EnterMem_addr_dm_ia_mb(SHARCParser.Mem_addr_dm_ia_mbContext)
Enter a parse tree produced by mem_addr_dm_ia_mb().
The default implementation does nothing.
Declaration
public virtual void EnterMem_addr_dm_ia_mb(SHARCParser.Mem_addr_dm_ia_mbContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_dm_ia_mbContext | context | The parse tree. |
EnterMem_addr_dm_int(SHARCParser.Mem_addr_dm_intContext)
Enter a parse tree produced by mem_addr_dm_int().
The default implementation does nothing.
Declaration
public virtual void EnterMem_addr_dm_int(SHARCParser.Mem_addr_dm_intContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_dm_intContext | context | The parse tree. |
EnterMem_addr_dm_int_ia(SHARCParser.Mem_addr_dm_int_iaContext)
Enter a parse tree produced by mem_addr_dm_int_ia().
The default implementation does nothing.
Declaration
public virtual void EnterMem_addr_dm_int_ia(SHARCParser.Mem_addr_dm_int_iaContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_dm_int_iaContext | context | The parse tree. |
EnterMem_addr_dm_mb_ia(SHARCParser.Mem_addr_dm_mb_iaContext)
Enter a parse tree produced by mem_addr_dm_mb_ia().
The default implementation does nothing.
Declaration
public virtual void EnterMem_addr_dm_mb_ia(SHARCParser.Mem_addr_dm_mb_iaContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_dm_mb_iaContext | context | The parse tree. |
EnterMem_addr_ia_int(SHARCParser.Mem_addr_ia_intContext)
Enter a parse tree produced by mem_addr_ia_int().
The default implementation does nothing.
Declaration
public virtual void EnterMem_addr_ia_int(SHARCParser.Mem_addr_ia_intContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_ia_intContext | context | The parse tree. |
EnterMem_addr_ia_mb(SHARCParser.Mem_addr_ia_mbContext)
Enter a parse tree produced by mem_addr_ia_mb().
The default implementation does nothing.
Declaration
public virtual void EnterMem_addr_ia_mb(SHARCParser.Mem_addr_ia_mbContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_ia_mbContext | context | The parse tree. |
EnterMem_addr_ic_int(SHARCParser.Mem_addr_ic_intContext)
Enter a parse tree produced by mem_addr_ic_int().
The default implementation does nothing.
Declaration
public virtual void EnterMem_addr_ic_int(SHARCParser.Mem_addr_ic_intContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_ic_intContext | context | The parse tree. |
EnterMem_addr_ic_md(SHARCParser.Mem_addr_ic_mdContext)
Enter a parse tree produced by mem_addr_ic_md().
The default implementation does nothing.
Declaration
public virtual void EnterMem_addr_ic_md(SHARCParser.Mem_addr_ic_mdContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_ic_mdContext | context | The parse tree. |
EnterMem_addr_int(SHARCParser.Mem_addr_intContext)
Enter a parse tree produced by mem_addr_int().
The default implementation does nothing.
Declaration
public virtual void EnterMem_addr_int(SHARCParser.Mem_addr_intContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_intContext | context | The parse tree. |
EnterMem_addr_int_(SHARCParser.Mem_addr_int_Context)
Enter a parse tree produced by mem_addr_int_().
The default implementation does nothing.
Declaration
public virtual void EnterMem_addr_int_(SHARCParser.Mem_addr_int_Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_int_Context | context | The parse tree. |
EnterMem_addr_int_ia(SHARCParser.Mem_addr_int_iaContext)
Enter a parse tree produced by mem_addr_int_ia().
The default implementation does nothing.
Declaration
public virtual void EnterMem_addr_int_ia(SHARCParser.Mem_addr_int_iaContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_int_iaContext | context | The parse tree. |
EnterMem_addr_int_ic(SHARCParser.Mem_addr_int_icContext)
Enter a parse tree produced by mem_addr_int_ic().
The default implementation does nothing.
Declaration
public virtual void EnterMem_addr_int_ic(SHARCParser.Mem_addr_int_icContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_int_icContext | context | The parse tree. |
EnterMem_addr_mb_ia(SHARCParser.Mem_addr_mb_iaContext)
Enter a parse tree produced by mem_addr_mb_ia().
The default implementation does nothing.
Declaration
public virtual void EnterMem_addr_mb_ia(SHARCParser.Mem_addr_mb_iaContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_mb_iaContext | context | The parse tree. |
EnterMem_addr_md_ic(SHARCParser.Mem_addr_md_icContext)
Enter a parse tree produced by mem_addr_md_ic().
The default implementation does nothing.
Declaration
public virtual void EnterMem_addr_md_ic(SHARCParser.Mem_addr_md_icContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_md_icContext | context | The parse tree. |
EnterMem_addr_pm_ic_int(SHARCParser.Mem_addr_pm_ic_intContext)
Enter a parse tree produced by mem_addr_pm_ic_int().
The default implementation does nothing.
Declaration
public virtual void EnterMem_addr_pm_ic_int(SHARCParser.Mem_addr_pm_ic_intContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_pm_ic_intContext | context | The parse tree. |
EnterMem_addr_pm_ic_md(SHARCParser.Mem_addr_pm_ic_mdContext)
Enter a parse tree produced by mem_addr_pm_ic_md().
The default implementation does nothing.
Declaration
public virtual void EnterMem_addr_pm_ic_md(SHARCParser.Mem_addr_pm_ic_mdContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_pm_ic_mdContext | context | The parse tree. |
EnterMem_addr_pm_int(SHARCParser.Mem_addr_pm_intContext)
Enter a parse tree produced by mem_addr_pm_int().
The default implementation does nothing.
Declaration
public virtual void EnterMem_addr_pm_int(SHARCParser.Mem_addr_pm_intContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_pm_intContext | context | The parse tree. |
EnterMem_addr_pm_int_ic(SHARCParser.Mem_addr_pm_int_icContext)
Enter a parse tree produced by mem_addr_pm_int_ic().
The default implementation does nothing.
Declaration
public virtual void EnterMem_addr_pm_int_ic(SHARCParser.Mem_addr_pm_int_icContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_pm_int_icContext | context | The parse tree. |
EnterMem_addr_pm_md_ic(SHARCParser.Mem_addr_pm_md_icContext)
Enter a parse tree produced by mem_addr_pm_md_ic().
The default implementation does nothing.
Declaration
public virtual void EnterMem_addr_pm_md_ic(SHARCParser.Mem_addr_pm_md_icContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_pm_md_icContext | context | The parse tree. |
EnterMisc_20(SHARCParser.Misc_20Context)
Enter a parse tree produced by misc_20().
The default implementation does nothing.
Declaration
public virtual void EnterMisc_20(SHARCParser.Misc_20Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Misc_20Context | context | The parse tree. |
EnterMisc_exp(SHARCParser.Misc_expContext)
Enter a parse tree produced by misc_exp().
The default implementation does nothing.
Declaration
public virtual void EnterMisc_exp(SHARCParser.Misc_expContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Misc_expContext | context | The parse tree. |
EnterMov_exp_1(SHARCParser.Mov_exp_1Context)
Enter a parse tree produced by mov_exp_1().
The default implementation does nothing.
Declaration
public virtual void EnterMov_exp_1(SHARCParser.Mov_exp_1Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mov_exp_1Context | context | The parse tree. |
EnterMov_exp_1_1(SHARCParser.Mov_exp_1_1Context)
Enter a parse tree produced by mov_exp_1_1().
The default implementation does nothing.
Declaration
public virtual void EnterMov_exp_1_1(SHARCParser.Mov_exp_1_1Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mov_exp_1_1Context | context | The parse tree. |
EnterMov_exp_1_2(SHARCParser.Mov_exp_1_2Context)
Enter a parse tree produced by mov_exp_1_2().
The default implementation does nothing.
Declaration
public virtual void EnterMov_exp_1_2(SHARCParser.Mov_exp_1_2Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mov_exp_1_2Context | context | The parse tree. |
EnterMov_exp_3a(SHARCParser.Mov_exp_3aContext)
Enter a parse tree produced by mov_exp_3a().
The default implementation does nothing.
Declaration
public virtual void EnterMov_exp_3a(SHARCParser.Mov_exp_3aContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mov_exp_3aContext | context | The parse tree. |
EnterMov_exp_3b(SHARCParser.Mov_exp_3bContext)
Enter a parse tree produced by mov_exp_3b().
The default implementation does nothing.
Declaration
public virtual void EnterMov_exp_3b(SHARCParser.Mov_exp_3bContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mov_exp_3bContext | context | The parse tree. |
EnterMov_exp_3c(SHARCParser.Mov_exp_3cContext)
Enter a parse tree produced by mov_exp_3c().
The default implementation does nothing.
Declaration
public virtual void EnterMov_exp_3c(SHARCParser.Mov_exp_3cContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mov_exp_3cContext | context | The parse tree. |
EnterMov_exp_3d(SHARCParser.Mov_exp_3dContext)
Enter a parse tree produced by mov_exp_3d().
The default implementation does nothing.
Declaration
public virtual void EnterMov_exp_3d(SHARCParser.Mov_exp_3dContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mov_exp_3dContext | context | The parse tree. |
EnterMov_exp_4a(SHARCParser.Mov_exp_4aContext)
Enter a parse tree produced by mov_exp_4a().
The default implementation does nothing.
Declaration
public virtual void EnterMov_exp_4a(SHARCParser.Mov_exp_4aContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mov_exp_4aContext | context | The parse tree. |
EnterMov_exp_4b(SHARCParser.Mov_exp_4bContext)
Enter a parse tree produced by mov_exp_4b().
The default implementation does nothing.
Declaration
public virtual void EnterMov_exp_4b(SHARCParser.Mov_exp_4bContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mov_exp_4bContext | context | The parse tree. |
EnterMov_exp_4c(SHARCParser.Mov_exp_4cContext)
Enter a parse tree produced by mov_exp_4c().
The default implementation does nothing.
Declaration
public virtual void EnterMov_exp_4c(SHARCParser.Mov_exp_4cContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mov_exp_4cContext | context | The parse tree. |
EnterMov_exp_4d(SHARCParser.Mov_exp_4dContext)
Enter a parse tree produced by mov_exp_4d().
The default implementation does nothing.
Declaration
public virtual void EnterMov_exp_4d(SHARCParser.Mov_exp_4dContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mov_exp_4dContext | context | The parse tree. |
EnterMov_exp_5(SHARCParser.Mov_exp_5Context)
Enter a parse tree produced by mov_exp_5().
The default implementation does nothing.
Declaration
public virtual void EnterMov_exp_5(SHARCParser.Mov_exp_5Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mov_exp_5Context | context | The parse tree. |
EnterMov_exp_6a(SHARCParser.Mov_exp_6aContext)
Enter a parse tree produced by mov_exp_6a().
The default implementation does nothing.
Declaration
public virtual void EnterMov_exp_6a(SHARCParser.Mov_exp_6aContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mov_exp_6aContext | context | The parse tree. |
EnterMov_exp_6b(SHARCParser.Mov_exp_6bContext)
Enter a parse tree produced by mov_exp_6b().
The default implementation does nothing.
Declaration
public virtual void EnterMov_exp_6b(SHARCParser.Mov_exp_6bContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mov_exp_6bContext | context | The parse tree. |
EnterMov_exp_7(SHARCParser.Mov_exp_7Context)
Enter a parse tree produced by mov_exp_7().
The default implementation does nothing.
Declaration
public virtual void EnterMov_exp_7(SHARCParser.Mov_exp_7Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mov_exp_7Context | context | The parse tree. |
EnterMr(SHARCParser.MrContext)
Enter a parse tree produced by mr().
The default implementation does nothing.
Declaration
public virtual void EnterMr(SHARCParser.MrContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.MrContext | context | The parse tree. |
EnterMrb(SHARCParser.MrbContext)
Enter a parse tree produced by mrb().
The default implementation does nothing.
Declaration
public virtual void EnterMrb(SHARCParser.MrbContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.MrbContext | context | The parse tree. |
EnterMrf(SHARCParser.MrfContext)
Enter a parse tree produced by mrf().
The default implementation does nothing.
Declaration
public virtual void EnterMrf(SHARCParser.MrfContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.MrfContext | context | The parse tree. |
EnterMulti_exp_mrb(SHARCParser.Multi_exp_mrbContext)
Enter a parse tree produced by multi_exp_mrb().
The default implementation does nothing.
Declaration
public virtual void EnterMulti_exp_mrb(SHARCParser.Multi_exp_mrbContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Multi_exp_mrbContext | context | The parse tree. |
EnterMulti_exp_mrf(SHARCParser.Multi_exp_mrfContext)
Enter a parse tree produced by multi_exp_mrf().
The default implementation does nothing.
Declaration
public virtual void EnterMulti_exp_mrf(SHARCParser.Multi_exp_mrfContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Multi_exp_mrfContext | context | The parse tree. |
EnterMulti_exp_r(SHARCParser.Multi_exp_rContext)
Enter a parse tree produced by multi_exp_r().
The default implementation does nothing.
Declaration
public virtual void EnterMulti_exp_r(SHARCParser.Multi_exp_rContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Multi_exp_rContext | context | The parse tree. |
EnterMulti_mod1(SHARCParser.Multi_mod1Context)
Enter a parse tree produced by multi_mod1().
The default implementation does nothing.
Declaration
public virtual void EnterMulti_mod1(SHARCParser.Multi_mod1Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Multi_mod1Context | context | The parse tree. |
EnterMulti_mod1_(SHARCParser.Multi_mod1_Context)
Enter a parse tree produced by multi_mod1_().
The default implementation does nothing.
Declaration
public virtual void EnterMulti_mod1_(SHARCParser.Multi_mod1_Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Multi_mod1_Context | context | The parse tree. |
EnterMulti_mod2(SHARCParser.Multi_mod2Context)
Enter a parse tree produced by multi_mod2().
The default implementation does nothing.
Declaration
public virtual void EnterMulti_mod2(SHARCParser.Multi_mod2Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Multi_mod2Context | context | The parse tree. |
EnterMulti_mod2_(SHARCParser.Multi_mod2_Context)
Enter a parse tree produced by multi_mod2_().
The default implementation does nothing.
Declaration
public virtual void EnterMulti_mod2_(SHARCParser.Multi_mod2_Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Multi_mod2_Context | context | The parse tree. |
EnterMulti_op(SHARCParser.Multi_opContext)
Enter a parse tree produced by multi_op().
The default implementation does nothing.
Declaration
public virtual void EnterMulti_op(SHARCParser.Multi_opContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Multi_opContext | context | The parse tree. |
EnterMulti_r(SHARCParser.Multi_rContext)
Enter a parse tree produced by multi_r().
The default implementation does nothing.
Declaration
public virtual void EnterMulti_r(SHARCParser.Multi_rContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Multi_rContext | context | The parse tree. |
EnterParallel_multi(SHARCParser.Parallel_multiContext)
Enter a parse tree produced by parallel_multi().
The default implementation does nothing.
Declaration
public virtual void EnterParallel_multi(SHARCParser.Parallel_multiContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Parallel_multiContext | context | The parse tree. |
EnterProg(SHARCParser.ProgContext)
Enter a parse tree produced by prog().
The default implementation does nothing.
Declaration
public virtual void EnterProg(SHARCParser.ProgContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.ProgContext | context | The parse tree. |
EnterR_exp(SHARCParser.R_expContext)
Enter a parse tree produced by r_exp().
The default implementation does nothing.
Declaration
public virtual void EnterR_exp(SHARCParser.R_expContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.R_expContext | context | The parse tree. |
EnterR_reg(SHARCParser.R_regContext)
Enter a parse tree produced by r_reg().
The default implementation does nothing.
Declaration
public virtual void EnterR_reg(SHARCParser.R_regContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.R_regContext | context | The parse tree. |
EnterR11_8(SHARCParser.R11_8Context)
Enter a parse tree produced by r11_8().
The default implementation does nothing.
Declaration
public virtual void EnterR11_8(SHARCParser.R11_8Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.R11_8Context | context | The parse tree. |
EnterR15_12(SHARCParser.R15_12Context)
Enter a parse tree produced by r15_12().
The default implementation does nothing.
Declaration
public virtual void EnterR15_12(SHARCParser.R15_12Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.R15_12Context | context | The parse tree. |
EnterR3_0(SHARCParser.R3_0Context)
Enter a parse tree produced by r3_0().
The default implementation does nothing.
Declaration
public virtual void EnterR3_0(SHARCParser.R3_0Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.R3_0Context | context | The parse tree. |
EnterR7_4(SHARCParser.R7_4Context)
Enter a parse tree produced by r7_4().
The default implementation does nothing.
Declaration
public virtual void EnterR7_4(SHARCParser.R7_4Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.R7_4Context | context | The parse tree. |
EnterS_reg(SHARCParser.S_regContext)
Enter a parse tree produced by s_reg().
The default implementation does nothing.
Declaration
public virtual void EnterS_reg(SHARCParser.S_regContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.S_regContext | context | The parse tree. |
EnterSec(SHARCParser.SecContext)
Enter a parse tree produced by sec().
The default implementation does nothing.
Declaration
public virtual void EnterSec(SHARCParser.SecContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.SecContext | context | The parse tree. |
EnterSec_op(SHARCParser.Sec_opContext)
Enter a parse tree produced by sec_op().
The default implementation does nothing.
Declaration
public virtual void EnterSec_op(SHARCParser.Sec_opContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Sec_opContext | context | The parse tree. |
EnterSec_op2(SHARCParser.Sec_op2Context)
Enter a parse tree produced by sec_op2().
The default implementation does nothing.
Declaration
public virtual void EnterSec_op2(SHARCParser.Sec_op2Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Sec_op2Context | context | The parse tree. |
EnterSeg(SHARCParser.SegContext)
Enter a parse tree produced by seg().
The default implementation does nothing.
Declaration
public virtual void EnterSeg(SHARCParser.SegContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.SegContext | context | The parse tree. |
EnterSeg_qualifier(SHARCParser.Seg_qualifierContext)
Enter a parse tree produced by seg_qualifier().
The default implementation does nothing.
Declaration
public virtual void EnterSeg_qualifier(SHARCParser.Seg_qualifierContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Seg_qualifierContext | context | The parse tree. |
EnterSeg_qualifier_1(SHARCParser.Seg_qualifier_1Context)
Enter a parse tree produced by seg_qualifier_1().
The default implementation does nothing.
Declaration
public virtual void EnterSeg_qualifier_1(SHARCParser.Seg_qualifier_1Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Seg_qualifier_1Context | context | The parse tree. |
EnterSeg_qualifier_2(SHARCParser.Seg_qualifier_2Context)
Enter a parse tree produced by seg_qualifier_2().
The default implementation does nothing.
Declaration
public virtual void EnterSeg_qualifier_2(SHARCParser.Seg_qualifier_2Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Seg_qualifier_2Context | context | The parse tree. |
EnterSeg_qualifier_3(SHARCParser.Seg_qualifier_3Context)
Enter a parse tree produced by seg_qualifier_3().
The default implementation does nothing.
Declaration
public virtual void EnterSeg_qualifier_3(SHARCParser.Seg_qualifier_3Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Seg_qualifier_3Context | context | The parse tree. |
EnterSeg_qualifier1(SHARCParser.Seg_qualifier1Context)
Enter a parse tree produced by seg_qualifier1().
The default implementation does nothing.
Declaration
public virtual void EnterSeg_qualifier1(SHARCParser.Seg_qualifier1Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Seg_qualifier1Context | context | The parse tree. |
EnterSeg_qualifier2(SHARCParser.Seg_qualifier2Context)
Enter a parse tree produced by seg_qualifier2().
The default implementation does nothing.
Declaration
public virtual void EnterSeg_qualifier2(SHARCParser.Seg_qualifier2Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Seg_qualifier2Context | context | The parse tree. |
EnterSeg_qualifier3(SHARCParser.Seg_qualifier3Context)
Enter a parse tree produced by seg_qualifier3().
The default implementation does nothing.
Declaration
public virtual void EnterSeg_qualifier3(SHARCParser.Seg_qualifier3Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Seg_qualifier3Context | context | The parse tree. |
EnterShifter_exp(SHARCParser.Shifter_expContext)
Enter a parse tree produced by shifter_exp().
The default implementation does nothing.
Declaration
public virtual void EnterShifter_exp(SHARCParser.Shifter_expContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Shifter_expContext | context | The parse tree. |
EnterShifter_op(SHARCParser.Shifter_opContext)
Enter a parse tree produced by shifter_op().
The default implementation does nothing.
Declaration
public virtual void EnterShifter_op(SHARCParser.Shifter_opContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Shifter_opContext | context | The parse tree. |
EnterStatement(SHARCParser.StatementContext)
Enter a parse tree produced by statement().
The default implementation does nothing.
Declaration
public virtual void EnterStatement(SHARCParser.StatementContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.StatementContext | context | The parse tree. |
EnterStmt(SHARCParser.StmtContext)
Enter a parse tree produced by stmt().
The default implementation does nothing.
Declaration
public virtual void EnterStmt(SHARCParser.StmtContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.StmtContext | context | The parse tree. |
EnterStmt_atom(SHARCParser.Stmt_atomContext)
Enter a parse tree produced by stmt_atom().
The default implementation does nothing.
Declaration
public virtual void EnterStmt_atom(SHARCParser.Stmt_atomContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Stmt_atomContext | context | The parse tree. |
EnterTerm(SHARCParser.TermContext)
Enter a parse tree produced by term().
The default implementation does nothing.
Declaration
public virtual void EnterTerm(SHARCParser.TermContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.TermContext | context | The parse tree. |
EnterU_reg(SHARCParser.U_regContext)
Enter a parse tree produced by u_reg().
The default implementation does nothing.
Declaration
public virtual void EnterU_reg(SHARCParser.U_regContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.U_regContext | context | The parse tree. |
EnterU_reg2(SHARCParser.U_reg2Context)
Enter a parse tree produced by u_reg2().
The default implementation does nothing.
Declaration
public virtual void EnterU_reg2(SHARCParser.U_reg2Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.U_reg2Context | context | The parse tree. |
EnterValue_exp(SHARCParser.Value_expContext)
Enter a parse tree produced by value_exp().
The default implementation does nothing.
Declaration
public virtual void EnterValue_exp(SHARCParser.Value_expContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Value_expContext | context | The parse tree. |
EnterValue_exp2(SHARCParser.Value_exp2Context)
Enter a parse tree produced by value_exp2().
The default implementation does nothing.
Declaration
public virtual void EnterValue_exp2(SHARCParser.Value_exp2Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Value_exp2Context | context | The parse tree. |
EnterVar_addr(SHARCParser.Var_addrContext)
Enter a parse tree produced by var_addr().
The default implementation does nothing.
Declaration
public virtual void EnterVar_addr(SHARCParser.Var_addrContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Var_addrContext | context | The parse tree. |
ExitAdd_or_sub(SHARCParser.Add_or_subContext)
Exit a parse tree produced by add_or_sub().
The default implementation does nothing.
Declaration
public virtual void ExitAdd_or_sub(SHARCParser.Add_or_subContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Add_or_subContext | context | The parse tree. |
ExitAddr(SHARCParser.AddrContext)
Exit a parse tree produced by addr().
The default implementation does nothing.
Declaration
public virtual void ExitAddr(SHARCParser.AddrContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.AddrContext | context | The parse tree. |
ExitAtom(SHARCParser.AtomContext)
Exit a parse tree produced by atom().
The default implementation does nothing.
Declaration
public virtual void ExitAtom(SHARCParser.AtomContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.AtomContext | context | The parse tree. |
ExitB_reg(SHARCParser.B_regContext)
Exit a parse tree produced by b_reg().
The default implementation does nothing.
Declaration
public virtual void ExitB_reg(SHARCParser.B_regContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.B_regContext | context | The parse tree. |
ExitBit_data(SHARCParser.Bit_dataContext)
Exit a parse tree produced by bit_data().
The default implementation does nothing.
Declaration
public virtual void ExitBit_data(SHARCParser.Bit_dataContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Bit_dataContext | context | The parse tree. |
ExitCcondition(SHARCParser.CconditionContext)
Exit a parse tree produced by ccondition().
The default implementation does nothing.
Declaration
public virtual void ExitCcondition(SHARCParser.CconditionContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.CconditionContext | context | The parse tree. |
ExitCompute(SHARCParser.ComputeContext)
Exit a parse tree produced by compute().
The default implementation does nothing.
Declaration
public virtual void ExitCompute(SHARCParser.ComputeContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.ComputeContext | context | The parse tree. |
ExitCompute_mov_exp(SHARCParser.Compute_mov_expContext)
Exit a parse tree produced by compute_mov_exp().
The default implementation does nothing.
Declaration
public virtual void ExitCompute_mov_exp(SHARCParser.Compute_mov_expContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Compute_mov_expContext | context | The parse tree. |
ExitCondition(SHARCParser.ConditionContext)
Exit a parse tree produced by condition().
The default implementation does nothing.
Declaration
public virtual void ExitCondition(SHARCParser.ConditionContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.ConditionContext | context | The parse tree. |
ExitD_reg(SHARCParser.D_regContext)
Exit a parse tree produced by d_reg().
The default implementation does nothing.
Declaration
public virtual void ExitD_reg(SHARCParser.D_regContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.D_regContext | context | The parse tree. |
ExitDag_reg(SHARCParser.Dag_regContext)
Exit a parse tree produced by dag_reg().
The default implementation does nothing.
Declaration
public virtual void ExitDag_reg(SHARCParser.Dag_regContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Dag_regContext | context | The parse tree. |
ExitDeclaration(SHARCParser.DeclarationContext)
Exit a parse tree produced by declaration().
The default implementation does nothing.
Declaration
public virtual void ExitDeclaration(SHARCParser.DeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.DeclarationContext | context | The parse tree. |
ExitDeclaration_exp_f1(SHARCParser.Declaration_exp_f1Context)
Exit a parse tree produced by declaration_exp_f1().
The default implementation does nothing.
Declaration
public virtual void ExitDeclaration_exp_f1(SHARCParser.Declaration_exp_f1Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Declaration_exp_f1Context | context | The parse tree. |
ExitDeclaration_exp_f2(SHARCParser.Declaration_exp_f2Context)
Exit a parse tree produced by declaration_exp_f2().
The default implementation does nothing.
Declaration
public virtual void ExitDeclaration_exp_f2(SHARCParser.Declaration_exp_f2Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Declaration_exp_f2Context | context | The parse tree. |
ExitDeclaration_exp1(SHARCParser.Declaration_exp1Context)
Exit a parse tree produced by declaration_exp1().
The default implementation does nothing.
Declaration
public virtual void ExitDeclaration_exp1(SHARCParser.Declaration_exp1Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Declaration_exp1Context | context | The parse tree. |
ExitDeclaration_exp2(SHARCParser.Declaration_exp2Context)
Exit a parse tree produced by declaration_exp2().
The default implementation does nothing.
Declaration
public virtual void ExitDeclaration_exp2(SHARCParser.Declaration_exp2Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Declaration_exp2Context | context | The parse tree. |
ExitDeclaration_exp3(SHARCParser.Declaration_exp3Context)
Exit a parse tree produced by declaration_exp3().
The default implementation does nothing.
Declaration
public virtual void ExitDeclaration_exp3(SHARCParser.Declaration_exp3Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Declaration_exp3Context | context | The parse tree. |
ExitDeclaration_exp4(SHARCParser.Declaration_exp4Context)
Exit a parse tree produced by declaration_exp4().
The default implementation does nothing.
Declaration
public virtual void ExitDeclaration_exp4(SHARCParser.Declaration_exp4Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Declaration_exp4Context | context | The parse tree. |
ExitDeclaration_exp5(SHARCParser.Declaration_exp5Context)
Exit a parse tree produced by declaration_exp5().
The default implementation does nothing.
Declaration
public virtual void ExitDeclaration_exp5(SHARCParser.Declaration_exp5Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Declaration_exp5Context | context | The parse tree. |
ExitDirective_exp(SHARCParser.Directive_expContext)
Exit a parse tree produced by directive_exp().
The default implementation does nothing.
Declaration
public virtual void ExitDirective_exp(SHARCParser.Directive_expContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Directive_expContext | context | The parse tree. |
ExitDual_add_r(SHARCParser.Dual_add_rContext)
Exit a parse tree produced by dual_add_r().
The default implementation does nothing.
Declaration
public virtual void ExitDual_add_r(SHARCParser.Dual_add_rContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Dual_add_rContext | context | The parse tree. |
ExitDual_op(SHARCParser.Dual_opContext)
Exit a parse tree produced by dual_op().
The default implementation does nothing.
Declaration
public virtual void ExitDual_op(SHARCParser.Dual_opContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Dual_opContext | context | The parse tree. |
ExitEnd_seg(SHARCParser.End_segContext)
Exit a parse tree produced by end_seg().
The default implementation does nothing.
Declaration
public virtual void ExitEnd_seg(SHARCParser.End_segContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.End_segContext | context | The parse tree. |
ExitEveryRule(Antlr4.Runtime.ParserRuleContext)
Declaration
public virtual void ExitEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.ParserRuleContext | context |
Remarks
The default implementation does nothing.
ExitF_exp(SHARCParser.F_expContext)
Exit a parse tree produced by f_exp().
The default implementation does nothing.
Declaration
public virtual void ExitF_exp(SHARCParser.F_expContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.F_expContext | context | The parse tree. |
ExitF_reg(SHARCParser.F_regContext)
Exit a parse tree produced by f_reg().
The default implementation does nothing.
Declaration
public virtual void ExitF_reg(SHARCParser.F_regContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.F_regContext | context | The parse tree. |
ExitF11_8(SHARCParser.F11_8Context)
Exit a parse tree produced by f11_8().
The default implementation does nothing.
Declaration
public virtual void ExitF11_8(SHARCParser.F11_8Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.F11_8Context | context | The parse tree. |
ExitF15_12(SHARCParser.F15_12Context)
Exit a parse tree produced by f15_12().
The default implementation does nothing.
Declaration
public virtual void ExitF15_12(SHARCParser.F15_12Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.F15_12Context | context | The parse tree. |
ExitF3_0(SHARCParser.F3_0Context)
Exit a parse tree produced by f3_0().
The default implementation does nothing.
Declaration
public virtual void ExitF3_0(SHARCParser.F3_0Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.F3_0Context | context | The parse tree. |
ExitF7_4(SHARCParser.F7_4Context)
Exit a parse tree produced by f7_4().
The default implementation does nothing.
Declaration
public virtual void ExitF7_4(SHARCParser.F7_4Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.F7_4Context | context | The parse tree. |
ExitFactor(SHARCParser.FactorContext)
Exit a parse tree produced by factor().
The default implementation does nothing.
Declaration
public virtual void ExitFactor(SHARCParser.FactorContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.FactorContext | context | The parse tree. |
ExitFixpoint_alu_op(SHARCParser.Fixpoint_alu_opContext)
Exit a parse tree produced by fixpoint_alu_op().
The default implementation does nothing.
Declaration
public virtual void ExitFixpoint_alu_op(SHARCParser.Fixpoint_alu_opContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Fixpoint_alu_opContext | context | The parse tree. |
ExitFloating_point_alu_op(SHARCParser.Floating_point_alu_opContext)
Exit a parse tree produced by floating_point_alu_op().
The default implementation does nothing.
Declaration
public virtual void ExitFloating_point_alu_op(SHARCParser.Floating_point_alu_opContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Floating_point_alu_opContext | context | The parse tree. |
ExitFlow_contorl_8(SHARCParser.Flow_contorl_8Context)
Exit a parse tree produced by flow_contorl_8().
The default implementation does nothing.
Declaration
public virtual void ExitFlow_contorl_8(SHARCParser.Flow_contorl_8Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Flow_contorl_8Context | context | The parse tree. |
ExitFlow_contorl_8_exp(SHARCParser.Flow_contorl_8_expContext)
Exit a parse tree produced by flow_contorl_8_exp().
The default implementation does nothing.
Declaration
public virtual void ExitFlow_contorl_8_exp(SHARCParser.Flow_contorl_8_expContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Flow_contorl_8_expContext | context | The parse tree. |
ExitFlow_control_10(SHARCParser.Flow_control_10Context)
Exit a parse tree produced by flow_control_10().
The default implementation does nothing.
Declaration
public virtual void ExitFlow_control_10(SHARCParser.Flow_control_10Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Flow_control_10Context | context | The parse tree. |
ExitFlow_control_10_frag(SHARCParser.Flow_control_10_fragContext)
Exit a parse tree produced by flow_control_10_frag().
The default implementation does nothing.
Declaration
public virtual void ExitFlow_control_10_frag(SHARCParser.Flow_control_10_fragContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Flow_control_10_fragContext | context | The parse tree. |
ExitFlow_control_11a(SHARCParser.Flow_control_11aContext)
Exit a parse tree produced by flow_control_11a().
The default implementation does nothing.
Declaration
public virtual void ExitFlow_control_11a(SHARCParser.Flow_control_11aContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Flow_control_11aContext | context | The parse tree. |
ExitFlow_control_11b(SHARCParser.Flow_control_11bContext)
Exit a parse tree produced by flow_control_11b().
The default implementation does nothing.
Declaration
public virtual void ExitFlow_control_11b(SHARCParser.Flow_control_11bContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Flow_control_11bContext | context | The parse tree. |
ExitFlow_control_12(SHARCParser.Flow_control_12Context)
Exit a parse tree produced by flow_control_12().
The default implementation does nothing.
Declaration
public virtual void ExitFlow_control_12(SHARCParser.Flow_control_12Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Flow_control_12Context | context | The parse tree. |
ExitFlow_control_13(SHARCParser.Flow_control_13Context)
Exit a parse tree produced by flow_control_13().
The default implementation does nothing.
Declaration
public virtual void ExitFlow_control_13(SHARCParser.Flow_control_13Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Flow_control_13Context | context | The parse tree. |
ExitFlow_control_8a(SHARCParser.Flow_control_8aContext)
Exit a parse tree produced by flow_control_8a().
The default implementation does nothing.
Declaration
public virtual void ExitFlow_control_8a(SHARCParser.Flow_control_8aContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Flow_control_8aContext | context | The parse tree. |
ExitFlow_control_8b(SHARCParser.Flow_control_8bContext)
Exit a parse tree produced by flow_control_8b().
The default implementation does nothing.
Declaration
public virtual void ExitFlow_control_8b(SHARCParser.Flow_control_8bContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Flow_control_8bContext | context | The parse tree. |
ExitFlow_control_9_and_11(SHARCParser.Flow_control_9_and_11Context)
Exit a parse tree produced by flow_control_9_and_11().
The default implementation does nothing.
Declaration
public virtual void ExitFlow_control_9_and_11(SHARCParser.Flow_control_9_and_11Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Flow_control_9_and_11Context | context | The parse tree. |
ExitFlow_control_9_and_11_exp(SHARCParser.Flow_control_9_and_11_expContext)
Exit a parse tree produced by flow_control_9_and_11_exp().
The default implementation does nothing.
Declaration
public virtual void ExitFlow_control_9_and_11_exp(SHARCParser.Flow_control_9_and_11_expContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Flow_control_9_and_11_expContext | context | The parse tree. |
ExitFlow_control_9a(SHARCParser.Flow_control_9aContext)
Exit a parse tree produced by flow_control_9a().
The default implementation does nothing.
Declaration
public virtual void ExitFlow_control_9a(SHARCParser.Flow_control_9aContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Flow_control_9aContext | context | The parse tree. |
ExitFlow_control_9b(SHARCParser.Flow_control_9bContext)
Exit a parse tree produced by flow_control_9b().
The default implementation does nothing.
Declaration
public virtual void ExitFlow_control_9b(SHARCParser.Flow_control_9bContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Flow_control_9bContext | context | The parse tree. |
ExitFlow_control_exp(SHARCParser.Flow_control_expContext)
Exit a parse tree produced by flow_control_exp().
The default implementation does nothing.
Declaration
public virtual void ExitFlow_control_exp(SHARCParser.Flow_control_expContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Flow_control_expContext | context | The parse tree. |
ExitI_reg(SHARCParser.I_regContext)
Exit a parse tree produced by i_reg().
The default implementation does nothing.
Declaration
public virtual void ExitI_reg(SHARCParser.I_regContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.I_regContext | context | The parse tree. |
ExitIa(SHARCParser.IaContext)
Exit a parse tree produced by ia().
The default implementation does nothing.
Declaration
public virtual void ExitIa(SHARCParser.IaContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.IaContext | context | The parse tree. |
ExitIc(SHARCParser.IcContext)
Exit a parse tree produced by ic().
The default implementation does nothing.
Declaration
public virtual void ExitIc(SHARCParser.IcContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.IcContext | context | The parse tree. |
ExitIf_compute_mov(SHARCParser.If_compute_movContext)
Exit a parse tree produced by if_compute_mov().
The default implementation does nothing.
Declaration
public virtual void ExitIf_compute_mov(SHARCParser.If_compute_movContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.If_compute_movContext | context | The parse tree. |
ExitIf_compute_mov_exp(SHARCParser.If_compute_mov_expContext)
Exit a parse tree produced by if_compute_mov_exp().
The default implementation does nothing.
Declaration
public virtual void ExitIf_compute_mov_exp(SHARCParser.If_compute_mov_expContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.If_compute_mov_expContext | context | The parse tree. |
ExitImm_mov_14a(SHARCParser.Imm_mov_14aContext)
Exit a parse tree produced by imm_mov_14a().
The default implementation does nothing.
Declaration
public virtual void ExitImm_mov_14a(SHARCParser.Imm_mov_14aContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Imm_mov_14aContext | context | The parse tree. |
ExitImm_mov_14b(SHARCParser.Imm_mov_14bContext)
Exit a parse tree produced by imm_mov_14b().
The default implementation does nothing.
Declaration
public virtual void ExitImm_mov_14b(SHARCParser.Imm_mov_14bContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Imm_mov_14bContext | context | The parse tree. |
ExitImm_mov_15a(SHARCParser.Imm_mov_15aContext)
Exit a parse tree produced by imm_mov_15a().
The default implementation does nothing.
Declaration
public virtual void ExitImm_mov_15a(SHARCParser.Imm_mov_15aContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Imm_mov_15aContext | context | The parse tree. |
ExitImm_mov_15b(SHARCParser.Imm_mov_15bContext)
Exit a parse tree produced by imm_mov_15b().
The default implementation does nothing.
Declaration
public virtual void ExitImm_mov_15b(SHARCParser.Imm_mov_15bContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Imm_mov_15bContext | context | The parse tree. |
ExitImm_mov_16(SHARCParser.Imm_mov_16Context)
Exit a parse tree produced by imm_mov_16().
The default implementation does nothing.
Declaration
public virtual void ExitImm_mov_16(SHARCParser.Imm_mov_16Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Imm_mov_16Context | context | The parse tree. |
ExitImm_mov_17(SHARCParser.Imm_mov_17Context)
Exit a parse tree produced by imm_mov_17().
The default implementation does nothing.
Declaration
public virtual void ExitImm_mov_17(SHARCParser.Imm_mov_17Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Imm_mov_17Context | context | The parse tree. |
ExitImm_mov_exp(SHARCParser.Imm_mov_expContext)
Exit a parse tree produced by imm_mov_exp().
The default implementation does nothing.
Declaration
public virtual void ExitImm_mov_exp(SHARCParser.Imm_mov_expContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Imm_mov_expContext | context | The parse tree. |
ExitInitExpression(SHARCParser.InitExpressionContext)
Exit a parse tree produced by initExpression().
The default implementation does nothing.
Declaration
public virtual void ExitInitExpression(SHARCParser.InitExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.InitExpressionContext | context | The parse tree. |
ExitJump_addr_int(SHARCParser.Jump_addr_intContext)
Exit a parse tree produced by jump_addr_int().
The default implementation does nothing.
Declaration
public virtual void ExitJump_addr_int(SHARCParser.Jump_addr_intContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Jump_addr_intContext | context | The parse tree. |
ExitJump_addr_int_or_pc(SHARCParser.Jump_addr_int_or_pcContext)
Exit a parse tree produced by jump_addr_int_or_pc().
The default implementation does nothing.
Declaration
public virtual void ExitJump_addr_int_or_pc(SHARCParser.Jump_addr_int_or_pcContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Jump_addr_int_or_pcContext | context | The parse tree. |
ExitJump_addr_md_or_pc(SHARCParser.Jump_addr_md_or_pcContext)
Exit a parse tree produced by jump_addr_md_or_pc().
The default implementation does nothing.
Declaration
public virtual void ExitJump_addr_md_or_pc(SHARCParser.Jump_addr_md_or_pcContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Jump_addr_md_or_pcContext | context | The parse tree. |
ExitJump_addr_pc(SHARCParser.Jump_addr_pcContext)
Exit a parse tree produced by jump_addr_pc().
The default implementation does nothing.
Declaration
public virtual void ExitJump_addr_pc(SHARCParser.Jump_addr_pcContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Jump_addr_pcContext | context | The parse tree. |
ExitJump_modifier(SHARCParser.Jump_modifierContext)
Exit a parse tree produced by jump_modifier().
The default implementation does nothing.
Declaration
public virtual void ExitJump_modifier(SHARCParser.Jump_modifierContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Jump_modifierContext | context | The parse tree. |
ExitJump_modifier_(SHARCParser.Jump_modifier_Context)
Exit a parse tree produced by jump_modifier_().
The default implementation does nothing.
Declaration
public virtual void ExitJump_modifier_(SHARCParser.Jump_modifier_Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Jump_modifier_Context | context | The parse tree. |
ExitJump_modifier_1(SHARCParser.Jump_modifier_1Context)
Exit a parse tree produced by jump_modifier_1().
The default implementation does nothing.
Declaration
public virtual void ExitJump_modifier_1(SHARCParser.Jump_modifier_1Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Jump_modifier_1Context | context | The parse tree. |
ExitJump_modifier2(SHARCParser.Jump_modifier2Context)
Exit a parse tree produced by jump_modifier2().
The default implementation does nothing.
Declaration
public virtual void ExitJump_modifier2(SHARCParser.Jump_modifier2Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Jump_modifier2Context | context | The parse tree. |
ExitJump_modifier3(SHARCParser.Jump_modifier3Context)
Exit a parse tree produced by jump_modifier3().
The default implementation does nothing.
Declaration
public virtual void ExitJump_modifier3(SHARCParser.Jump_modifier3Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Jump_modifier3Context | context | The parse tree. |
ExitJump_modifier3_(SHARCParser.Jump_modifier3_Context)
Exit a parse tree produced by jump_modifier3_().
The default implementation does nothing.
Declaration
public virtual void ExitJump_modifier3_(SHARCParser.Jump_modifier3_Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Jump_modifier3_Context | context | The parse tree. |
ExitJump_modifier3_1(SHARCParser.Jump_modifier3_1Context)
Exit a parse tree produced by jump_modifier3_1().
The default implementation does nothing.
Declaration
public virtual void ExitJump_modifier3_1(SHARCParser.Jump_modifier3_1Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Jump_modifier3_1Context | context | The parse tree. |
ExitL_reg(SHARCParser.L_regContext)
Exit a parse tree produced by l_reg().
The default implementation does nothing.
Declaration
public virtual void ExitL_reg(SHARCParser.L_regContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.L_regContext | context | The parse tree. |
ExitLcntr_v(SHARCParser.Lcntr_vContext)
Exit a parse tree produced by lcntr_v().
The default implementation does nothing.
Declaration
public virtual void ExitLcntr_v(SHARCParser.Lcntr_vContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Lcntr_vContext | context | The parse tree. |
ExitM_reg(SHARCParser.M_regContext)
Exit a parse tree produced by m_reg().
The default implementation does nothing.
Declaration
public virtual void ExitM_reg(SHARCParser.M_regContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.M_regContext | context | The parse tree. |
ExitMb(SHARCParser.MbContext)
Exit a parse tree produced by mb().
The default implementation does nothing.
Declaration
public virtual void ExitMb(SHARCParser.MbContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.MbContext | context | The parse tree. |
ExitMd(SHARCParser.MdContext)
Exit a parse tree produced by md().
The default implementation does nothing.
Declaration
public virtual void ExitMd(SHARCParser.MdContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.MdContext | context | The parse tree. |
ExitMem_addr_dm_ia_int(SHARCParser.Mem_addr_dm_ia_intContext)
Exit a parse tree produced by mem_addr_dm_ia_int().
The default implementation does nothing.
Declaration
public virtual void ExitMem_addr_dm_ia_int(SHARCParser.Mem_addr_dm_ia_intContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_dm_ia_intContext | context | The parse tree. |
ExitMem_addr_dm_ia_mb(SHARCParser.Mem_addr_dm_ia_mbContext)
Exit a parse tree produced by mem_addr_dm_ia_mb().
The default implementation does nothing.
Declaration
public virtual void ExitMem_addr_dm_ia_mb(SHARCParser.Mem_addr_dm_ia_mbContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_dm_ia_mbContext | context | The parse tree. |
ExitMem_addr_dm_int(SHARCParser.Mem_addr_dm_intContext)
Exit a parse tree produced by mem_addr_dm_int().
The default implementation does nothing.
Declaration
public virtual void ExitMem_addr_dm_int(SHARCParser.Mem_addr_dm_intContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_dm_intContext | context | The parse tree. |
ExitMem_addr_dm_int_ia(SHARCParser.Mem_addr_dm_int_iaContext)
Exit a parse tree produced by mem_addr_dm_int_ia().
The default implementation does nothing.
Declaration
public virtual void ExitMem_addr_dm_int_ia(SHARCParser.Mem_addr_dm_int_iaContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_dm_int_iaContext | context | The parse tree. |
ExitMem_addr_dm_mb_ia(SHARCParser.Mem_addr_dm_mb_iaContext)
Exit a parse tree produced by mem_addr_dm_mb_ia().
The default implementation does nothing.
Declaration
public virtual void ExitMem_addr_dm_mb_ia(SHARCParser.Mem_addr_dm_mb_iaContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_dm_mb_iaContext | context | The parse tree. |
ExitMem_addr_ia_int(SHARCParser.Mem_addr_ia_intContext)
Exit a parse tree produced by mem_addr_ia_int().
The default implementation does nothing.
Declaration
public virtual void ExitMem_addr_ia_int(SHARCParser.Mem_addr_ia_intContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_ia_intContext | context | The parse tree. |
ExitMem_addr_ia_mb(SHARCParser.Mem_addr_ia_mbContext)
Exit a parse tree produced by mem_addr_ia_mb().
The default implementation does nothing.
Declaration
public virtual void ExitMem_addr_ia_mb(SHARCParser.Mem_addr_ia_mbContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_ia_mbContext | context | The parse tree. |
ExitMem_addr_ic_int(SHARCParser.Mem_addr_ic_intContext)
Exit a parse tree produced by mem_addr_ic_int().
The default implementation does nothing.
Declaration
public virtual void ExitMem_addr_ic_int(SHARCParser.Mem_addr_ic_intContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_ic_intContext | context | The parse tree. |
ExitMem_addr_ic_md(SHARCParser.Mem_addr_ic_mdContext)
Exit a parse tree produced by mem_addr_ic_md().
The default implementation does nothing.
Declaration
public virtual void ExitMem_addr_ic_md(SHARCParser.Mem_addr_ic_mdContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_ic_mdContext | context | The parse tree. |
ExitMem_addr_int(SHARCParser.Mem_addr_intContext)
Exit a parse tree produced by mem_addr_int().
The default implementation does nothing.
Declaration
public virtual void ExitMem_addr_int(SHARCParser.Mem_addr_intContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_intContext | context | The parse tree. |
ExitMem_addr_int_(SHARCParser.Mem_addr_int_Context)
Exit a parse tree produced by mem_addr_int_().
The default implementation does nothing.
Declaration
public virtual void ExitMem_addr_int_(SHARCParser.Mem_addr_int_Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_int_Context | context | The parse tree. |
ExitMem_addr_int_ia(SHARCParser.Mem_addr_int_iaContext)
Exit a parse tree produced by mem_addr_int_ia().
The default implementation does nothing.
Declaration
public virtual void ExitMem_addr_int_ia(SHARCParser.Mem_addr_int_iaContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_int_iaContext | context | The parse tree. |
ExitMem_addr_int_ic(SHARCParser.Mem_addr_int_icContext)
Exit a parse tree produced by mem_addr_int_ic().
The default implementation does nothing.
Declaration
public virtual void ExitMem_addr_int_ic(SHARCParser.Mem_addr_int_icContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_int_icContext | context | The parse tree. |
ExitMem_addr_mb_ia(SHARCParser.Mem_addr_mb_iaContext)
Exit a parse tree produced by mem_addr_mb_ia().
The default implementation does nothing.
Declaration
public virtual void ExitMem_addr_mb_ia(SHARCParser.Mem_addr_mb_iaContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_mb_iaContext | context | The parse tree. |
ExitMem_addr_md_ic(SHARCParser.Mem_addr_md_icContext)
Exit a parse tree produced by mem_addr_md_ic().
The default implementation does nothing.
Declaration
public virtual void ExitMem_addr_md_ic(SHARCParser.Mem_addr_md_icContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_md_icContext | context | The parse tree. |
ExitMem_addr_pm_ic_int(SHARCParser.Mem_addr_pm_ic_intContext)
Exit a parse tree produced by mem_addr_pm_ic_int().
The default implementation does nothing.
Declaration
public virtual void ExitMem_addr_pm_ic_int(SHARCParser.Mem_addr_pm_ic_intContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_pm_ic_intContext | context | The parse tree. |
ExitMem_addr_pm_ic_md(SHARCParser.Mem_addr_pm_ic_mdContext)
Exit a parse tree produced by mem_addr_pm_ic_md().
The default implementation does nothing.
Declaration
public virtual void ExitMem_addr_pm_ic_md(SHARCParser.Mem_addr_pm_ic_mdContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_pm_ic_mdContext | context | The parse tree. |
ExitMem_addr_pm_int(SHARCParser.Mem_addr_pm_intContext)
Exit a parse tree produced by mem_addr_pm_int().
The default implementation does nothing.
Declaration
public virtual void ExitMem_addr_pm_int(SHARCParser.Mem_addr_pm_intContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_pm_intContext | context | The parse tree. |
ExitMem_addr_pm_int_ic(SHARCParser.Mem_addr_pm_int_icContext)
Exit a parse tree produced by mem_addr_pm_int_ic().
The default implementation does nothing.
Declaration
public virtual void ExitMem_addr_pm_int_ic(SHARCParser.Mem_addr_pm_int_icContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_pm_int_icContext | context | The parse tree. |
ExitMem_addr_pm_md_ic(SHARCParser.Mem_addr_pm_md_icContext)
Exit a parse tree produced by mem_addr_pm_md_ic().
The default implementation does nothing.
Declaration
public virtual void ExitMem_addr_pm_md_ic(SHARCParser.Mem_addr_pm_md_icContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mem_addr_pm_md_icContext | context | The parse tree. |
ExitMisc_20(SHARCParser.Misc_20Context)
Exit a parse tree produced by misc_20().
The default implementation does nothing.
Declaration
public virtual void ExitMisc_20(SHARCParser.Misc_20Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Misc_20Context | context | The parse tree. |
ExitMisc_exp(SHARCParser.Misc_expContext)
Exit a parse tree produced by misc_exp().
The default implementation does nothing.
Declaration
public virtual void ExitMisc_exp(SHARCParser.Misc_expContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Misc_expContext | context | The parse tree. |
ExitMov_exp_1(SHARCParser.Mov_exp_1Context)
Exit a parse tree produced by mov_exp_1().
The default implementation does nothing.
Declaration
public virtual void ExitMov_exp_1(SHARCParser.Mov_exp_1Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mov_exp_1Context | context | The parse tree. |
ExitMov_exp_1_1(SHARCParser.Mov_exp_1_1Context)
Exit a parse tree produced by mov_exp_1_1().
The default implementation does nothing.
Declaration
public virtual void ExitMov_exp_1_1(SHARCParser.Mov_exp_1_1Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mov_exp_1_1Context | context | The parse tree. |
ExitMov_exp_1_2(SHARCParser.Mov_exp_1_2Context)
Exit a parse tree produced by mov_exp_1_2().
The default implementation does nothing.
Declaration
public virtual void ExitMov_exp_1_2(SHARCParser.Mov_exp_1_2Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mov_exp_1_2Context | context | The parse tree. |
ExitMov_exp_3a(SHARCParser.Mov_exp_3aContext)
Exit a parse tree produced by mov_exp_3a().
The default implementation does nothing.
Declaration
public virtual void ExitMov_exp_3a(SHARCParser.Mov_exp_3aContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mov_exp_3aContext | context | The parse tree. |
ExitMov_exp_3b(SHARCParser.Mov_exp_3bContext)
Exit a parse tree produced by mov_exp_3b().
The default implementation does nothing.
Declaration
public virtual void ExitMov_exp_3b(SHARCParser.Mov_exp_3bContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mov_exp_3bContext | context | The parse tree. |
ExitMov_exp_3c(SHARCParser.Mov_exp_3cContext)
Exit a parse tree produced by mov_exp_3c().
The default implementation does nothing.
Declaration
public virtual void ExitMov_exp_3c(SHARCParser.Mov_exp_3cContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mov_exp_3cContext | context | The parse tree. |
ExitMov_exp_3d(SHARCParser.Mov_exp_3dContext)
Exit a parse tree produced by mov_exp_3d().
The default implementation does nothing.
Declaration
public virtual void ExitMov_exp_3d(SHARCParser.Mov_exp_3dContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mov_exp_3dContext | context | The parse tree. |
ExitMov_exp_4a(SHARCParser.Mov_exp_4aContext)
Exit a parse tree produced by mov_exp_4a().
The default implementation does nothing.
Declaration
public virtual void ExitMov_exp_4a(SHARCParser.Mov_exp_4aContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mov_exp_4aContext | context | The parse tree. |
ExitMov_exp_4b(SHARCParser.Mov_exp_4bContext)
Exit a parse tree produced by mov_exp_4b().
The default implementation does nothing.
Declaration
public virtual void ExitMov_exp_4b(SHARCParser.Mov_exp_4bContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mov_exp_4bContext | context | The parse tree. |
ExitMov_exp_4c(SHARCParser.Mov_exp_4cContext)
Exit a parse tree produced by mov_exp_4c().
The default implementation does nothing.
Declaration
public virtual void ExitMov_exp_4c(SHARCParser.Mov_exp_4cContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mov_exp_4cContext | context | The parse tree. |
ExitMov_exp_4d(SHARCParser.Mov_exp_4dContext)
Exit a parse tree produced by mov_exp_4d().
The default implementation does nothing.
Declaration
public virtual void ExitMov_exp_4d(SHARCParser.Mov_exp_4dContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mov_exp_4dContext | context | The parse tree. |
ExitMov_exp_5(SHARCParser.Mov_exp_5Context)
Exit a parse tree produced by mov_exp_5().
The default implementation does nothing.
Declaration
public virtual void ExitMov_exp_5(SHARCParser.Mov_exp_5Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mov_exp_5Context | context | The parse tree. |
ExitMov_exp_6a(SHARCParser.Mov_exp_6aContext)
Exit a parse tree produced by mov_exp_6a().
The default implementation does nothing.
Declaration
public virtual void ExitMov_exp_6a(SHARCParser.Mov_exp_6aContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mov_exp_6aContext | context | The parse tree. |
ExitMov_exp_6b(SHARCParser.Mov_exp_6bContext)
Exit a parse tree produced by mov_exp_6b().
The default implementation does nothing.
Declaration
public virtual void ExitMov_exp_6b(SHARCParser.Mov_exp_6bContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mov_exp_6bContext | context | The parse tree. |
ExitMov_exp_7(SHARCParser.Mov_exp_7Context)
Exit a parse tree produced by mov_exp_7().
The default implementation does nothing.
Declaration
public virtual void ExitMov_exp_7(SHARCParser.Mov_exp_7Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Mov_exp_7Context | context | The parse tree. |
ExitMr(SHARCParser.MrContext)
Exit a parse tree produced by mr().
The default implementation does nothing.
Declaration
public virtual void ExitMr(SHARCParser.MrContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.MrContext | context | The parse tree. |
ExitMrb(SHARCParser.MrbContext)
Exit a parse tree produced by mrb().
The default implementation does nothing.
Declaration
public virtual void ExitMrb(SHARCParser.MrbContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.MrbContext | context | The parse tree. |
ExitMrf(SHARCParser.MrfContext)
Exit a parse tree produced by mrf().
The default implementation does nothing.
Declaration
public virtual void ExitMrf(SHARCParser.MrfContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.MrfContext | context | The parse tree. |
ExitMulti_exp_mrb(SHARCParser.Multi_exp_mrbContext)
Exit a parse tree produced by multi_exp_mrb().
The default implementation does nothing.
Declaration
public virtual void ExitMulti_exp_mrb(SHARCParser.Multi_exp_mrbContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Multi_exp_mrbContext | context | The parse tree. |
ExitMulti_exp_mrf(SHARCParser.Multi_exp_mrfContext)
Exit a parse tree produced by multi_exp_mrf().
The default implementation does nothing.
Declaration
public virtual void ExitMulti_exp_mrf(SHARCParser.Multi_exp_mrfContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Multi_exp_mrfContext | context | The parse tree. |
ExitMulti_exp_r(SHARCParser.Multi_exp_rContext)
Exit a parse tree produced by multi_exp_r().
The default implementation does nothing.
Declaration
public virtual void ExitMulti_exp_r(SHARCParser.Multi_exp_rContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Multi_exp_rContext | context | The parse tree. |
ExitMulti_mod1(SHARCParser.Multi_mod1Context)
Exit a parse tree produced by multi_mod1().
The default implementation does nothing.
Declaration
public virtual void ExitMulti_mod1(SHARCParser.Multi_mod1Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Multi_mod1Context | context | The parse tree. |
ExitMulti_mod1_(SHARCParser.Multi_mod1_Context)
Exit a parse tree produced by multi_mod1_().
The default implementation does nothing.
Declaration
public virtual void ExitMulti_mod1_(SHARCParser.Multi_mod1_Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Multi_mod1_Context | context | The parse tree. |
ExitMulti_mod2(SHARCParser.Multi_mod2Context)
Exit a parse tree produced by multi_mod2().
The default implementation does nothing.
Declaration
public virtual void ExitMulti_mod2(SHARCParser.Multi_mod2Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Multi_mod2Context | context | The parse tree. |
ExitMulti_mod2_(SHARCParser.Multi_mod2_Context)
Exit a parse tree produced by multi_mod2_().
The default implementation does nothing.
Declaration
public virtual void ExitMulti_mod2_(SHARCParser.Multi_mod2_Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Multi_mod2_Context | context | The parse tree. |
ExitMulti_op(SHARCParser.Multi_opContext)
Exit a parse tree produced by multi_op().
The default implementation does nothing.
Declaration
public virtual void ExitMulti_op(SHARCParser.Multi_opContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Multi_opContext | context | The parse tree. |
ExitMulti_r(SHARCParser.Multi_rContext)
Exit a parse tree produced by multi_r().
The default implementation does nothing.
Declaration
public virtual void ExitMulti_r(SHARCParser.Multi_rContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Multi_rContext | context | The parse tree. |
ExitParallel_multi(SHARCParser.Parallel_multiContext)
Exit a parse tree produced by parallel_multi().
The default implementation does nothing.
Declaration
public virtual void ExitParallel_multi(SHARCParser.Parallel_multiContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Parallel_multiContext | context | The parse tree. |
ExitProg(SHARCParser.ProgContext)
Exit a parse tree produced by prog().
The default implementation does nothing.
Declaration
public virtual void ExitProg(SHARCParser.ProgContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.ProgContext | context | The parse tree. |
ExitR_exp(SHARCParser.R_expContext)
Exit a parse tree produced by r_exp().
The default implementation does nothing.
Declaration
public virtual void ExitR_exp(SHARCParser.R_expContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.R_expContext | context | The parse tree. |
ExitR_reg(SHARCParser.R_regContext)
Exit a parse tree produced by r_reg().
The default implementation does nothing.
Declaration
public virtual void ExitR_reg(SHARCParser.R_regContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.R_regContext | context | The parse tree. |
ExitR11_8(SHARCParser.R11_8Context)
Exit a parse tree produced by r11_8().
The default implementation does nothing.
Declaration
public virtual void ExitR11_8(SHARCParser.R11_8Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.R11_8Context | context | The parse tree. |
ExitR15_12(SHARCParser.R15_12Context)
Exit a parse tree produced by r15_12().
The default implementation does nothing.
Declaration
public virtual void ExitR15_12(SHARCParser.R15_12Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.R15_12Context | context | The parse tree. |
ExitR3_0(SHARCParser.R3_0Context)
Exit a parse tree produced by r3_0().
The default implementation does nothing.
Declaration
public virtual void ExitR3_0(SHARCParser.R3_0Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.R3_0Context | context | The parse tree. |
ExitR7_4(SHARCParser.R7_4Context)
Exit a parse tree produced by r7_4().
The default implementation does nothing.
Declaration
public virtual void ExitR7_4(SHARCParser.R7_4Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.R7_4Context | context | The parse tree. |
ExitS_reg(SHARCParser.S_regContext)
Exit a parse tree produced by s_reg().
The default implementation does nothing.
Declaration
public virtual void ExitS_reg(SHARCParser.S_regContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.S_regContext | context | The parse tree. |
ExitSec(SHARCParser.SecContext)
Exit a parse tree produced by sec().
The default implementation does nothing.
Declaration
public virtual void ExitSec(SHARCParser.SecContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.SecContext | context | The parse tree. |
ExitSec_op(SHARCParser.Sec_opContext)
Exit a parse tree produced by sec_op().
The default implementation does nothing.
Declaration
public virtual void ExitSec_op(SHARCParser.Sec_opContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Sec_opContext | context | The parse tree. |
ExitSec_op2(SHARCParser.Sec_op2Context)
Exit a parse tree produced by sec_op2().
The default implementation does nothing.
Declaration
public virtual void ExitSec_op2(SHARCParser.Sec_op2Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Sec_op2Context | context | The parse tree. |
ExitSeg(SHARCParser.SegContext)
Exit a parse tree produced by seg().
The default implementation does nothing.
Declaration
public virtual void ExitSeg(SHARCParser.SegContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.SegContext | context | The parse tree. |
ExitSeg_qualifier(SHARCParser.Seg_qualifierContext)
Exit a parse tree produced by seg_qualifier().
The default implementation does nothing.
Declaration
public virtual void ExitSeg_qualifier(SHARCParser.Seg_qualifierContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Seg_qualifierContext | context | The parse tree. |
ExitSeg_qualifier_1(SHARCParser.Seg_qualifier_1Context)
Exit a parse tree produced by seg_qualifier_1().
The default implementation does nothing.
Declaration
public virtual void ExitSeg_qualifier_1(SHARCParser.Seg_qualifier_1Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Seg_qualifier_1Context | context | The parse tree. |
ExitSeg_qualifier_2(SHARCParser.Seg_qualifier_2Context)
Exit a parse tree produced by seg_qualifier_2().
The default implementation does nothing.
Declaration
public virtual void ExitSeg_qualifier_2(SHARCParser.Seg_qualifier_2Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Seg_qualifier_2Context | context | The parse tree. |
ExitSeg_qualifier_3(SHARCParser.Seg_qualifier_3Context)
Exit a parse tree produced by seg_qualifier_3().
The default implementation does nothing.
Declaration
public virtual void ExitSeg_qualifier_3(SHARCParser.Seg_qualifier_3Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Seg_qualifier_3Context | context | The parse tree. |
ExitSeg_qualifier1(SHARCParser.Seg_qualifier1Context)
Exit a parse tree produced by seg_qualifier1().
The default implementation does nothing.
Declaration
public virtual void ExitSeg_qualifier1(SHARCParser.Seg_qualifier1Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Seg_qualifier1Context | context | The parse tree. |
ExitSeg_qualifier2(SHARCParser.Seg_qualifier2Context)
Exit a parse tree produced by seg_qualifier2().
The default implementation does nothing.
Declaration
public virtual void ExitSeg_qualifier2(SHARCParser.Seg_qualifier2Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Seg_qualifier2Context | context | The parse tree. |
ExitSeg_qualifier3(SHARCParser.Seg_qualifier3Context)
Exit a parse tree produced by seg_qualifier3().
The default implementation does nothing.
Declaration
public virtual void ExitSeg_qualifier3(SHARCParser.Seg_qualifier3Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Seg_qualifier3Context | context | The parse tree. |
ExitShifter_exp(SHARCParser.Shifter_expContext)
Exit a parse tree produced by shifter_exp().
The default implementation does nothing.
Declaration
public virtual void ExitShifter_exp(SHARCParser.Shifter_expContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Shifter_expContext | context | The parse tree. |
ExitShifter_op(SHARCParser.Shifter_opContext)
Exit a parse tree produced by shifter_op().
The default implementation does nothing.
Declaration
public virtual void ExitShifter_op(SHARCParser.Shifter_opContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Shifter_opContext | context | The parse tree. |
ExitStatement(SHARCParser.StatementContext)
Exit a parse tree produced by statement().
The default implementation does nothing.
Declaration
public virtual void ExitStatement(SHARCParser.StatementContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.StatementContext | context | The parse tree. |
ExitStmt(SHARCParser.StmtContext)
Exit a parse tree produced by stmt().
The default implementation does nothing.
Declaration
public virtual void ExitStmt(SHARCParser.StmtContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.StmtContext | context | The parse tree. |
ExitStmt_atom(SHARCParser.Stmt_atomContext)
Exit a parse tree produced by stmt_atom().
The default implementation does nothing.
Declaration
public virtual void ExitStmt_atom(SHARCParser.Stmt_atomContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Stmt_atomContext | context | The parse tree. |
ExitTerm(SHARCParser.TermContext)
Exit a parse tree produced by term().
The default implementation does nothing.
Declaration
public virtual void ExitTerm(SHARCParser.TermContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.TermContext | context | The parse tree. |
ExitU_reg(SHARCParser.U_regContext)
Exit a parse tree produced by u_reg().
The default implementation does nothing.
Declaration
public virtual void ExitU_reg(SHARCParser.U_regContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.U_regContext | context | The parse tree. |
ExitU_reg2(SHARCParser.U_reg2Context)
Exit a parse tree produced by u_reg2().
The default implementation does nothing.
Declaration
public virtual void ExitU_reg2(SHARCParser.U_reg2Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.U_reg2Context | context | The parse tree. |
ExitValue_exp(SHARCParser.Value_expContext)
Exit a parse tree produced by value_exp().
The default implementation does nothing.
Declaration
public virtual void ExitValue_exp(SHARCParser.Value_expContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Value_expContext | context | The parse tree. |
ExitValue_exp2(SHARCParser.Value_exp2Context)
Exit a parse tree produced by value_exp2().
The default implementation does nothing.
Declaration
public virtual void ExitValue_exp2(SHARCParser.Value_exp2Context context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Value_exp2Context | context | The parse tree. |
ExitVar_addr(SHARCParser.Var_addrContext)
Exit a parse tree produced by var_addr().
The default implementation does nothing.
Declaration
public virtual void ExitVar_addr(SHARCParser.Var_addrContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Var_addrContext | context | The parse tree. |
VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)
Declaration
public virtual void VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode node)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.Tree.IErrorNode | node |
Remarks
The default implementation does nothing.
VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)
Declaration
public virtual void VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode node)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.Tree.ITerminalNode | node |
Remarks
The default implementation does nothing.