Interface ISHARCParserListener
This interface defines a complete listener for a parse tree produced by SHARCParser.
Namespace: GCore.Antlr.Grammers.Sharc
Assembly: Sharc.dll
Syntax
public interface 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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
void EnterEnd_seg(SHARCParser.End_segContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.End_segContext | context | The parse tree. |
EnterF_exp(SHARCParser.F_expContext)
Enter a parse tree produced by f_exp().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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_().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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_().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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_().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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_().
Declaration
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().
Declaration
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_().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
void ExitEnd_seg(SHARCParser.End_segContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.End_segContext | context | The parse tree. |
ExitF_exp(SHARCParser.F_expContext)
Exit a parse tree produced by f_exp().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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_().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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_().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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_().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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_().
Declaration
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().
Declaration
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_().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
void ExitVar_addr(SHARCParser.Var_addrContext context)
Parameters
Type | Name | Description |
---|---|---|
SHARCParser.Var_addrContext | context | The parse tree. |