Show / Hide Table of Contents

Interface ISHARCParserVisitor<Result>

This interface defines a complete generic visitor for a parse tree produced by SHARCParser.

Namespace: GCore.Antlr.Grammers.Sharc
Assembly: Sharc.dll
Syntax
public interface ISHARCParserVisitor<Result> : IParseTreeVisitor<Result>
Type Parameters
Name Description
Result

The return type of the visit operation.

Methods

| Improve this Doc View Source

VisitAdd_or_sub(SHARCParser.Add_or_subContext)

Visit a parse tree produced by add_or_sub().

Declaration
Result VisitAdd_or_sub(SHARCParser.Add_or_subContext context)
Parameters
Type Name Description
SHARCParser.Add_or_subContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAddr(SHARCParser.AddrContext)

Visit a parse tree produced by addr().

Declaration
Result VisitAddr(SHARCParser.AddrContext context)
Parameters
Type Name Description
SHARCParser.AddrContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAtom(SHARCParser.AtomContext)

Visit a parse tree produced by atom().

Declaration
Result VisitAtom(SHARCParser.AtomContext context)
Parameters
Type Name Description
SHARCParser.AtomContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitB_reg(SHARCParser.B_regContext)

Visit a parse tree produced by b_reg().

Declaration
Result VisitB_reg(SHARCParser.B_regContext context)
Parameters
Type Name Description
SHARCParser.B_regContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBit_data(SHARCParser.Bit_dataContext)

Visit a parse tree produced by bit_data().

Declaration
Result VisitBit_data(SHARCParser.Bit_dataContext context)
Parameters
Type Name Description
SHARCParser.Bit_dataContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCcondition(SHARCParser.CconditionContext)

Visit a parse tree produced by ccondition().

Declaration
Result VisitCcondition(SHARCParser.CconditionContext context)
Parameters
Type Name Description
SHARCParser.CconditionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCompute(SHARCParser.ComputeContext)

Visit a parse tree produced by compute().

Declaration
Result VisitCompute(SHARCParser.ComputeContext context)
Parameters
Type Name Description
SHARCParser.ComputeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCompute_mov_exp(SHARCParser.Compute_mov_expContext)

Visit a parse tree produced by compute_mov_exp().

Declaration
Result VisitCompute_mov_exp(SHARCParser.Compute_mov_expContext context)
Parameters
Type Name Description
SHARCParser.Compute_mov_expContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCondition(SHARCParser.ConditionContext)

Visit a parse tree produced by condition().

Declaration
Result VisitCondition(SHARCParser.ConditionContext context)
Parameters
Type Name Description
SHARCParser.ConditionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitD_reg(SHARCParser.D_regContext)

Visit a parse tree produced by d_reg().

Declaration
Result VisitD_reg(SHARCParser.D_regContext context)
Parameters
Type Name Description
SHARCParser.D_regContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDag_reg(SHARCParser.Dag_regContext)

Visit a parse tree produced by dag_reg().

Declaration
Result VisitDag_reg(SHARCParser.Dag_regContext context)
Parameters
Type Name Description
SHARCParser.Dag_regContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDeclaration(SHARCParser.DeclarationContext)

Visit a parse tree produced by declaration().

Declaration
Result VisitDeclaration(SHARCParser.DeclarationContext context)
Parameters
Type Name Description
SHARCParser.DeclarationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDeclaration_exp_f1(SHARCParser.Declaration_exp_f1Context)

Visit a parse tree produced by declaration_exp_f1().

Declaration
Result VisitDeclaration_exp_f1(SHARCParser.Declaration_exp_f1Context context)
Parameters
Type Name Description
SHARCParser.Declaration_exp_f1Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDeclaration_exp_f2(SHARCParser.Declaration_exp_f2Context)

Visit a parse tree produced by declaration_exp_f2().

Declaration
Result VisitDeclaration_exp_f2(SHARCParser.Declaration_exp_f2Context context)
Parameters
Type Name Description
SHARCParser.Declaration_exp_f2Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDeclaration_exp1(SHARCParser.Declaration_exp1Context)

Visit a parse tree produced by declaration_exp1().

Declaration
Result VisitDeclaration_exp1(SHARCParser.Declaration_exp1Context context)
Parameters
Type Name Description
SHARCParser.Declaration_exp1Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDeclaration_exp2(SHARCParser.Declaration_exp2Context)

Visit a parse tree produced by declaration_exp2().

Declaration
Result VisitDeclaration_exp2(SHARCParser.Declaration_exp2Context context)
Parameters
Type Name Description
SHARCParser.Declaration_exp2Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDeclaration_exp3(SHARCParser.Declaration_exp3Context)

Visit a parse tree produced by declaration_exp3().

Declaration
Result VisitDeclaration_exp3(SHARCParser.Declaration_exp3Context context)
Parameters
Type Name Description
SHARCParser.Declaration_exp3Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDeclaration_exp4(SHARCParser.Declaration_exp4Context)

Visit a parse tree produced by declaration_exp4().

Declaration
Result VisitDeclaration_exp4(SHARCParser.Declaration_exp4Context context)
Parameters
Type Name Description
SHARCParser.Declaration_exp4Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDeclaration_exp5(SHARCParser.Declaration_exp5Context)

Visit a parse tree produced by declaration_exp5().

Declaration
Result VisitDeclaration_exp5(SHARCParser.Declaration_exp5Context context)
Parameters
Type Name Description
SHARCParser.Declaration_exp5Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDirective_exp(SHARCParser.Directive_expContext)

Visit a parse tree produced by directive_exp().

Declaration
Result VisitDirective_exp(SHARCParser.Directive_expContext context)
Parameters
Type Name Description
SHARCParser.Directive_expContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDual_add_r(SHARCParser.Dual_add_rContext)

Visit a parse tree produced by dual_add_r().

Declaration
Result VisitDual_add_r(SHARCParser.Dual_add_rContext context)
Parameters
Type Name Description
SHARCParser.Dual_add_rContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDual_op(SHARCParser.Dual_opContext)

Visit a parse tree produced by dual_op().

Declaration
Result VisitDual_op(SHARCParser.Dual_opContext context)
Parameters
Type Name Description
SHARCParser.Dual_opContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEnd_seg(SHARCParser.End_segContext)

Visit a parse tree produced by end_seg().

Declaration
Result VisitEnd_seg(SHARCParser.End_segContext context)
Parameters
Type Name Description
SHARCParser.End_segContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitF_exp(SHARCParser.F_expContext)

Visit a parse tree produced by f_exp().

Declaration
Result VisitF_exp(SHARCParser.F_expContext context)
Parameters
Type Name Description
SHARCParser.F_expContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitF_reg(SHARCParser.F_regContext)

Visit a parse tree produced by f_reg().

Declaration
Result VisitF_reg(SHARCParser.F_regContext context)
Parameters
Type Name Description
SHARCParser.F_regContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitF11_8(SHARCParser.F11_8Context)

Visit a parse tree produced by f11_8().

Declaration
Result VisitF11_8(SHARCParser.F11_8Context context)
Parameters
Type Name Description
SHARCParser.F11_8Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitF15_12(SHARCParser.F15_12Context)

Visit a parse tree produced by f15_12().

Declaration
Result VisitF15_12(SHARCParser.F15_12Context context)
Parameters
Type Name Description
SHARCParser.F15_12Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitF3_0(SHARCParser.F3_0Context)

Visit a parse tree produced by f3_0().

Declaration
Result VisitF3_0(SHARCParser.F3_0Context context)
Parameters
Type Name Description
SHARCParser.F3_0Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitF7_4(SHARCParser.F7_4Context)

Visit a parse tree produced by f7_4().

Declaration
Result VisitF7_4(SHARCParser.F7_4Context context)
Parameters
Type Name Description
SHARCParser.F7_4Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFactor(SHARCParser.FactorContext)

Visit a parse tree produced by factor().

Declaration
Result VisitFactor(SHARCParser.FactorContext context)
Parameters
Type Name Description
SHARCParser.FactorContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFixpoint_alu_op(SHARCParser.Fixpoint_alu_opContext)

Visit a parse tree produced by fixpoint_alu_op().

Declaration
Result VisitFixpoint_alu_op(SHARCParser.Fixpoint_alu_opContext context)
Parameters
Type Name Description
SHARCParser.Fixpoint_alu_opContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFloating_point_alu_op(SHARCParser.Floating_point_alu_opContext)

Visit a parse tree produced by floating_point_alu_op().

Declaration
Result VisitFloating_point_alu_op(SHARCParser.Floating_point_alu_opContext context)
Parameters
Type Name Description
SHARCParser.Floating_point_alu_opContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFlow_contorl_8(SHARCParser.Flow_contorl_8Context)

Visit a parse tree produced by flow_contorl_8().

Declaration
Result VisitFlow_contorl_8(SHARCParser.Flow_contorl_8Context context)
Parameters
Type Name Description
SHARCParser.Flow_contorl_8Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFlow_contorl_8_exp(SHARCParser.Flow_contorl_8_expContext)

Visit a parse tree produced by flow_contorl_8_exp().

Declaration
Result VisitFlow_contorl_8_exp(SHARCParser.Flow_contorl_8_expContext context)
Parameters
Type Name Description
SHARCParser.Flow_contorl_8_expContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFlow_control_10(SHARCParser.Flow_control_10Context)

Visit a parse tree produced by flow_control_10().

Declaration
Result VisitFlow_control_10(SHARCParser.Flow_control_10Context context)
Parameters
Type Name Description
SHARCParser.Flow_control_10Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFlow_control_10_frag(SHARCParser.Flow_control_10_fragContext)

Visit a parse tree produced by flow_control_10_frag().

Declaration
Result VisitFlow_control_10_frag(SHARCParser.Flow_control_10_fragContext context)
Parameters
Type Name Description
SHARCParser.Flow_control_10_fragContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFlow_control_11a(SHARCParser.Flow_control_11aContext)

Visit a parse tree produced by flow_control_11a().

Declaration
Result VisitFlow_control_11a(SHARCParser.Flow_control_11aContext context)
Parameters
Type Name Description
SHARCParser.Flow_control_11aContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFlow_control_11b(SHARCParser.Flow_control_11bContext)

Visit a parse tree produced by flow_control_11b().

Declaration
Result VisitFlow_control_11b(SHARCParser.Flow_control_11bContext context)
Parameters
Type Name Description
SHARCParser.Flow_control_11bContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFlow_control_12(SHARCParser.Flow_control_12Context)

Visit a parse tree produced by flow_control_12().

Declaration
Result VisitFlow_control_12(SHARCParser.Flow_control_12Context context)
Parameters
Type Name Description
SHARCParser.Flow_control_12Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFlow_control_13(SHARCParser.Flow_control_13Context)

Visit a parse tree produced by flow_control_13().

Declaration
Result VisitFlow_control_13(SHARCParser.Flow_control_13Context context)
Parameters
Type Name Description
SHARCParser.Flow_control_13Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFlow_control_8a(SHARCParser.Flow_control_8aContext)

Visit a parse tree produced by flow_control_8a().

Declaration
Result VisitFlow_control_8a(SHARCParser.Flow_control_8aContext context)
Parameters
Type Name Description
SHARCParser.Flow_control_8aContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFlow_control_8b(SHARCParser.Flow_control_8bContext)

Visit a parse tree produced by flow_control_8b().

Declaration
Result VisitFlow_control_8b(SHARCParser.Flow_control_8bContext context)
Parameters
Type Name Description
SHARCParser.Flow_control_8bContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFlow_control_9_and_11(SHARCParser.Flow_control_9_and_11Context)

Visit a parse tree produced by flow_control_9_and_11().

Declaration
Result VisitFlow_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.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFlow_control_9_and_11_exp(SHARCParser.Flow_control_9_and_11_expContext)

Visit a parse tree produced by flow_control_9_and_11_exp().

Declaration
Result VisitFlow_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.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFlow_control_9a(SHARCParser.Flow_control_9aContext)

Visit a parse tree produced by flow_control_9a().

Declaration
Result VisitFlow_control_9a(SHARCParser.Flow_control_9aContext context)
Parameters
Type Name Description
SHARCParser.Flow_control_9aContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFlow_control_9b(SHARCParser.Flow_control_9bContext)

Visit a parse tree produced by flow_control_9b().

Declaration
Result VisitFlow_control_9b(SHARCParser.Flow_control_9bContext context)
Parameters
Type Name Description
SHARCParser.Flow_control_9bContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFlow_control_exp(SHARCParser.Flow_control_expContext)

Visit a parse tree produced by flow_control_exp().

Declaration
Result VisitFlow_control_exp(SHARCParser.Flow_control_expContext context)
Parameters
Type Name Description
SHARCParser.Flow_control_expContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitI_reg(SHARCParser.I_regContext)

Visit a parse tree produced by i_reg().

Declaration
Result VisitI_reg(SHARCParser.I_regContext context)
Parameters
Type Name Description
SHARCParser.I_regContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitIa(SHARCParser.IaContext)

Visit a parse tree produced by ia().

Declaration
Result VisitIa(SHARCParser.IaContext context)
Parameters
Type Name Description
SHARCParser.IaContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitIc(SHARCParser.IcContext)

Visit a parse tree produced by ic().

Declaration
Result VisitIc(SHARCParser.IcContext context)
Parameters
Type Name Description
SHARCParser.IcContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitIf_compute_mov(SHARCParser.If_compute_movContext)

Visit a parse tree produced by if_compute_mov().

Declaration
Result VisitIf_compute_mov(SHARCParser.If_compute_movContext context)
Parameters
Type Name Description
SHARCParser.If_compute_movContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitIf_compute_mov_exp(SHARCParser.If_compute_mov_expContext)

Visit a parse tree produced by if_compute_mov_exp().

Declaration
Result VisitIf_compute_mov_exp(SHARCParser.If_compute_mov_expContext context)
Parameters
Type Name Description
SHARCParser.If_compute_mov_expContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitImm_mov_14a(SHARCParser.Imm_mov_14aContext)

Visit a parse tree produced by imm_mov_14a().

Declaration
Result VisitImm_mov_14a(SHARCParser.Imm_mov_14aContext context)
Parameters
Type Name Description
SHARCParser.Imm_mov_14aContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitImm_mov_14b(SHARCParser.Imm_mov_14bContext)

Visit a parse tree produced by imm_mov_14b().

Declaration
Result VisitImm_mov_14b(SHARCParser.Imm_mov_14bContext context)
Parameters
Type Name Description
SHARCParser.Imm_mov_14bContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitImm_mov_15a(SHARCParser.Imm_mov_15aContext)

Visit a parse tree produced by imm_mov_15a().

Declaration
Result VisitImm_mov_15a(SHARCParser.Imm_mov_15aContext context)
Parameters
Type Name Description
SHARCParser.Imm_mov_15aContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitImm_mov_15b(SHARCParser.Imm_mov_15bContext)

Visit a parse tree produced by imm_mov_15b().

Declaration
Result VisitImm_mov_15b(SHARCParser.Imm_mov_15bContext context)
Parameters
Type Name Description
SHARCParser.Imm_mov_15bContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitImm_mov_16(SHARCParser.Imm_mov_16Context)

Visit a parse tree produced by imm_mov_16().

Declaration
Result VisitImm_mov_16(SHARCParser.Imm_mov_16Context context)
Parameters
Type Name Description
SHARCParser.Imm_mov_16Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitImm_mov_17(SHARCParser.Imm_mov_17Context)

Visit a parse tree produced by imm_mov_17().

Declaration
Result VisitImm_mov_17(SHARCParser.Imm_mov_17Context context)
Parameters
Type Name Description
SHARCParser.Imm_mov_17Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitImm_mov_exp(SHARCParser.Imm_mov_expContext)

Visit a parse tree produced by imm_mov_exp().

Declaration
Result VisitImm_mov_exp(SHARCParser.Imm_mov_expContext context)
Parameters
Type Name Description
SHARCParser.Imm_mov_expContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitInitExpression(SHARCParser.InitExpressionContext)

Visit a parse tree produced by initExpression().

Declaration
Result VisitInitExpression(SHARCParser.InitExpressionContext context)
Parameters
Type Name Description
SHARCParser.InitExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitJump_addr_int(SHARCParser.Jump_addr_intContext)

Visit a parse tree produced by jump_addr_int().

Declaration
Result VisitJump_addr_int(SHARCParser.Jump_addr_intContext context)
Parameters
Type Name Description
SHARCParser.Jump_addr_intContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitJump_addr_int_or_pc(SHARCParser.Jump_addr_int_or_pcContext)

Visit a parse tree produced by jump_addr_int_or_pc().

Declaration
Result VisitJump_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.

Returns
Type Description
Result
| Improve this Doc View Source

VisitJump_addr_md_or_pc(SHARCParser.Jump_addr_md_or_pcContext)

Visit a parse tree produced by jump_addr_md_or_pc().

Declaration
Result VisitJump_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.

Returns
Type Description
Result
| Improve this Doc View Source

VisitJump_addr_pc(SHARCParser.Jump_addr_pcContext)

Visit a parse tree produced by jump_addr_pc().

Declaration
Result VisitJump_addr_pc(SHARCParser.Jump_addr_pcContext context)
Parameters
Type Name Description
SHARCParser.Jump_addr_pcContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitJump_modifier(SHARCParser.Jump_modifierContext)

Visit a parse tree produced by jump_modifier().

Declaration
Result VisitJump_modifier(SHARCParser.Jump_modifierContext context)
Parameters
Type Name Description
SHARCParser.Jump_modifierContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitJump_modifier_(SHARCParser.Jump_modifier_Context)

Visit a parse tree produced by jump_modifier_().

Declaration
Result VisitJump_modifier_(SHARCParser.Jump_modifier_Context context)
Parameters
Type Name Description
SHARCParser.Jump_modifier_Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitJump_modifier_1(SHARCParser.Jump_modifier_1Context)

Visit a parse tree produced by jump_modifier_1().

Declaration
Result VisitJump_modifier_1(SHARCParser.Jump_modifier_1Context context)
Parameters
Type Name Description
SHARCParser.Jump_modifier_1Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitJump_modifier2(SHARCParser.Jump_modifier2Context)

Visit a parse tree produced by jump_modifier2().

Declaration
Result VisitJump_modifier2(SHARCParser.Jump_modifier2Context context)
Parameters
Type Name Description
SHARCParser.Jump_modifier2Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitJump_modifier3(SHARCParser.Jump_modifier3Context)

Visit a parse tree produced by jump_modifier3().

Declaration
Result VisitJump_modifier3(SHARCParser.Jump_modifier3Context context)
Parameters
Type Name Description
SHARCParser.Jump_modifier3Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitJump_modifier3_(SHARCParser.Jump_modifier3_Context)

Visit a parse tree produced by jump_modifier3_().

Declaration
Result VisitJump_modifier3_(SHARCParser.Jump_modifier3_Context context)
Parameters
Type Name Description
SHARCParser.Jump_modifier3_Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitJump_modifier3_1(SHARCParser.Jump_modifier3_1Context)

Visit a parse tree produced by jump_modifier3_1().

Declaration
Result VisitJump_modifier3_1(SHARCParser.Jump_modifier3_1Context context)
Parameters
Type Name Description
SHARCParser.Jump_modifier3_1Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitL_reg(SHARCParser.L_regContext)

Visit a parse tree produced by l_reg().

Declaration
Result VisitL_reg(SHARCParser.L_regContext context)
Parameters
Type Name Description
SHARCParser.L_regContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLcntr_v(SHARCParser.Lcntr_vContext)

Visit a parse tree produced by lcntr_v().

Declaration
Result VisitLcntr_v(SHARCParser.Lcntr_vContext context)
Parameters
Type Name Description
SHARCParser.Lcntr_vContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitM_reg(SHARCParser.M_regContext)

Visit a parse tree produced by m_reg().

Declaration
Result VisitM_reg(SHARCParser.M_regContext context)
Parameters
Type Name Description
SHARCParser.M_regContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMb(SHARCParser.MbContext)

Visit a parse tree produced by mb().

Declaration
Result VisitMb(SHARCParser.MbContext context)
Parameters
Type Name Description
SHARCParser.MbContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMd(SHARCParser.MdContext)

Visit a parse tree produced by md().

Declaration
Result VisitMd(SHARCParser.MdContext context)
Parameters
Type Name Description
SHARCParser.MdContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMem_addr_dm_ia_int(SHARCParser.Mem_addr_dm_ia_intContext)

Visit a parse tree produced by mem_addr_dm_ia_int().

Declaration
Result VisitMem_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.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMem_addr_dm_ia_mb(SHARCParser.Mem_addr_dm_ia_mbContext)

Visit a parse tree produced by mem_addr_dm_ia_mb().

Declaration
Result VisitMem_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.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMem_addr_dm_int(SHARCParser.Mem_addr_dm_intContext)

Visit a parse tree produced by mem_addr_dm_int().

Declaration
Result VisitMem_addr_dm_int(SHARCParser.Mem_addr_dm_intContext context)
Parameters
Type Name Description
SHARCParser.Mem_addr_dm_intContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMem_addr_dm_int_ia(SHARCParser.Mem_addr_dm_int_iaContext)

Visit a parse tree produced by mem_addr_dm_int_ia().

Declaration
Result VisitMem_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.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMem_addr_dm_mb_ia(SHARCParser.Mem_addr_dm_mb_iaContext)

Visit a parse tree produced by mem_addr_dm_mb_ia().

Declaration
Result VisitMem_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.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMem_addr_ia_int(SHARCParser.Mem_addr_ia_intContext)

Visit a parse tree produced by mem_addr_ia_int().

Declaration
Result VisitMem_addr_ia_int(SHARCParser.Mem_addr_ia_intContext context)
Parameters
Type Name Description
SHARCParser.Mem_addr_ia_intContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMem_addr_ia_mb(SHARCParser.Mem_addr_ia_mbContext)

Visit a parse tree produced by mem_addr_ia_mb().

Declaration
Result VisitMem_addr_ia_mb(SHARCParser.Mem_addr_ia_mbContext context)
Parameters
Type Name Description
SHARCParser.Mem_addr_ia_mbContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMem_addr_ic_int(SHARCParser.Mem_addr_ic_intContext)

Visit a parse tree produced by mem_addr_ic_int().

Declaration
Result VisitMem_addr_ic_int(SHARCParser.Mem_addr_ic_intContext context)
Parameters
Type Name Description
SHARCParser.Mem_addr_ic_intContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMem_addr_ic_md(SHARCParser.Mem_addr_ic_mdContext)

Visit a parse tree produced by mem_addr_ic_md().

Declaration
Result VisitMem_addr_ic_md(SHARCParser.Mem_addr_ic_mdContext context)
Parameters
Type Name Description
SHARCParser.Mem_addr_ic_mdContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMem_addr_int(SHARCParser.Mem_addr_intContext)

Visit a parse tree produced by mem_addr_int().

Declaration
Result VisitMem_addr_int(SHARCParser.Mem_addr_intContext context)
Parameters
Type Name Description
SHARCParser.Mem_addr_intContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMem_addr_int_(SHARCParser.Mem_addr_int_Context)

Visit a parse tree produced by mem_addr_int_().

Declaration
Result VisitMem_addr_int_(SHARCParser.Mem_addr_int_Context context)
Parameters
Type Name Description
SHARCParser.Mem_addr_int_Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMem_addr_int_ia(SHARCParser.Mem_addr_int_iaContext)

Visit a parse tree produced by mem_addr_int_ia().

Declaration
Result VisitMem_addr_int_ia(SHARCParser.Mem_addr_int_iaContext context)
Parameters
Type Name Description
SHARCParser.Mem_addr_int_iaContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMem_addr_int_ic(SHARCParser.Mem_addr_int_icContext)

Visit a parse tree produced by mem_addr_int_ic().

Declaration
Result VisitMem_addr_int_ic(SHARCParser.Mem_addr_int_icContext context)
Parameters
Type Name Description
SHARCParser.Mem_addr_int_icContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMem_addr_mb_ia(SHARCParser.Mem_addr_mb_iaContext)

Visit a parse tree produced by mem_addr_mb_ia().

Declaration
Result VisitMem_addr_mb_ia(SHARCParser.Mem_addr_mb_iaContext context)
Parameters
Type Name Description
SHARCParser.Mem_addr_mb_iaContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMem_addr_md_ic(SHARCParser.Mem_addr_md_icContext)

Visit a parse tree produced by mem_addr_md_ic().

Declaration
Result VisitMem_addr_md_ic(SHARCParser.Mem_addr_md_icContext context)
Parameters
Type Name Description
SHARCParser.Mem_addr_md_icContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMem_addr_pm_ic_int(SHARCParser.Mem_addr_pm_ic_intContext)

Visit a parse tree produced by mem_addr_pm_ic_int().

Declaration
Result VisitMem_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.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMem_addr_pm_ic_md(SHARCParser.Mem_addr_pm_ic_mdContext)

Visit a parse tree produced by mem_addr_pm_ic_md().

Declaration
Result VisitMem_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.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMem_addr_pm_int(SHARCParser.Mem_addr_pm_intContext)

Visit a parse tree produced by mem_addr_pm_int().

Declaration
Result VisitMem_addr_pm_int(SHARCParser.Mem_addr_pm_intContext context)
Parameters
Type Name Description
SHARCParser.Mem_addr_pm_intContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMem_addr_pm_int_ic(SHARCParser.Mem_addr_pm_int_icContext)

Visit a parse tree produced by mem_addr_pm_int_ic().

Declaration
Result VisitMem_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.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMem_addr_pm_md_ic(SHARCParser.Mem_addr_pm_md_icContext)

Visit a parse tree produced by mem_addr_pm_md_ic().

Declaration
Result VisitMem_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.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMisc_20(SHARCParser.Misc_20Context)

Visit a parse tree produced by misc_20().

Declaration
Result VisitMisc_20(SHARCParser.Misc_20Context context)
Parameters
Type Name Description
SHARCParser.Misc_20Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMisc_exp(SHARCParser.Misc_expContext)

Visit a parse tree produced by misc_exp().

Declaration
Result VisitMisc_exp(SHARCParser.Misc_expContext context)
Parameters
Type Name Description
SHARCParser.Misc_expContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMov_exp_1(SHARCParser.Mov_exp_1Context)

Visit a parse tree produced by mov_exp_1().

Declaration
Result VisitMov_exp_1(SHARCParser.Mov_exp_1Context context)
Parameters
Type Name Description
SHARCParser.Mov_exp_1Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMov_exp_1_1(SHARCParser.Mov_exp_1_1Context)

Visit a parse tree produced by mov_exp_1_1().

Declaration
Result VisitMov_exp_1_1(SHARCParser.Mov_exp_1_1Context context)
Parameters
Type Name Description
SHARCParser.Mov_exp_1_1Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMov_exp_1_2(SHARCParser.Mov_exp_1_2Context)

Visit a parse tree produced by mov_exp_1_2().

Declaration
Result VisitMov_exp_1_2(SHARCParser.Mov_exp_1_2Context context)
Parameters
Type Name Description
SHARCParser.Mov_exp_1_2Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMov_exp_3a(SHARCParser.Mov_exp_3aContext)

Visit a parse tree produced by mov_exp_3a().

Declaration
Result VisitMov_exp_3a(SHARCParser.Mov_exp_3aContext context)
Parameters
Type Name Description
SHARCParser.Mov_exp_3aContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMov_exp_3b(SHARCParser.Mov_exp_3bContext)

Visit a parse tree produced by mov_exp_3b().

Declaration
Result VisitMov_exp_3b(SHARCParser.Mov_exp_3bContext context)
Parameters
Type Name Description
SHARCParser.Mov_exp_3bContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMov_exp_3c(SHARCParser.Mov_exp_3cContext)

Visit a parse tree produced by mov_exp_3c().

Declaration
Result VisitMov_exp_3c(SHARCParser.Mov_exp_3cContext context)
Parameters
Type Name Description
SHARCParser.Mov_exp_3cContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMov_exp_3d(SHARCParser.Mov_exp_3dContext)

Visit a parse tree produced by mov_exp_3d().

Declaration
Result VisitMov_exp_3d(SHARCParser.Mov_exp_3dContext context)
Parameters
Type Name Description
SHARCParser.Mov_exp_3dContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMov_exp_4a(SHARCParser.Mov_exp_4aContext)

Visit a parse tree produced by mov_exp_4a().

Declaration
Result VisitMov_exp_4a(SHARCParser.Mov_exp_4aContext context)
Parameters
Type Name Description
SHARCParser.Mov_exp_4aContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMov_exp_4b(SHARCParser.Mov_exp_4bContext)

Visit a parse tree produced by mov_exp_4b().

Declaration
Result VisitMov_exp_4b(SHARCParser.Mov_exp_4bContext context)
Parameters
Type Name Description
SHARCParser.Mov_exp_4bContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMov_exp_4c(SHARCParser.Mov_exp_4cContext)

Visit a parse tree produced by mov_exp_4c().

Declaration
Result VisitMov_exp_4c(SHARCParser.Mov_exp_4cContext context)
Parameters
Type Name Description
SHARCParser.Mov_exp_4cContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMov_exp_4d(SHARCParser.Mov_exp_4dContext)

Visit a parse tree produced by mov_exp_4d().

Declaration
Result VisitMov_exp_4d(SHARCParser.Mov_exp_4dContext context)
Parameters
Type Name Description
SHARCParser.Mov_exp_4dContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMov_exp_5(SHARCParser.Mov_exp_5Context)

Visit a parse tree produced by mov_exp_5().

Declaration
Result VisitMov_exp_5(SHARCParser.Mov_exp_5Context context)
Parameters
Type Name Description
SHARCParser.Mov_exp_5Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMov_exp_6a(SHARCParser.Mov_exp_6aContext)

Visit a parse tree produced by mov_exp_6a().

Declaration
Result VisitMov_exp_6a(SHARCParser.Mov_exp_6aContext context)
Parameters
Type Name Description
SHARCParser.Mov_exp_6aContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMov_exp_6b(SHARCParser.Mov_exp_6bContext)

Visit a parse tree produced by mov_exp_6b().

Declaration
Result VisitMov_exp_6b(SHARCParser.Mov_exp_6bContext context)
Parameters
Type Name Description
SHARCParser.Mov_exp_6bContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMov_exp_7(SHARCParser.Mov_exp_7Context)

Visit a parse tree produced by mov_exp_7().

Declaration
Result VisitMov_exp_7(SHARCParser.Mov_exp_7Context context)
Parameters
Type Name Description
SHARCParser.Mov_exp_7Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMr(SHARCParser.MrContext)

Visit a parse tree produced by mr().

Declaration
Result VisitMr(SHARCParser.MrContext context)
Parameters
Type Name Description
SHARCParser.MrContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMrb(SHARCParser.MrbContext)

Visit a parse tree produced by mrb().

Declaration
Result VisitMrb(SHARCParser.MrbContext context)
Parameters
Type Name Description
SHARCParser.MrbContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMrf(SHARCParser.MrfContext)

Visit a parse tree produced by mrf().

Declaration
Result VisitMrf(SHARCParser.MrfContext context)
Parameters
Type Name Description
SHARCParser.MrfContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMulti_exp_mrb(SHARCParser.Multi_exp_mrbContext)

Visit a parse tree produced by multi_exp_mrb().

Declaration
Result VisitMulti_exp_mrb(SHARCParser.Multi_exp_mrbContext context)
Parameters
Type Name Description
SHARCParser.Multi_exp_mrbContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMulti_exp_mrf(SHARCParser.Multi_exp_mrfContext)

Visit a parse tree produced by multi_exp_mrf().

Declaration
Result VisitMulti_exp_mrf(SHARCParser.Multi_exp_mrfContext context)
Parameters
Type Name Description
SHARCParser.Multi_exp_mrfContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMulti_exp_r(SHARCParser.Multi_exp_rContext)

Visit a parse tree produced by multi_exp_r().

Declaration
Result VisitMulti_exp_r(SHARCParser.Multi_exp_rContext context)
Parameters
Type Name Description
SHARCParser.Multi_exp_rContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMulti_mod1(SHARCParser.Multi_mod1Context)

Visit a parse tree produced by multi_mod1().

Declaration
Result VisitMulti_mod1(SHARCParser.Multi_mod1Context context)
Parameters
Type Name Description
SHARCParser.Multi_mod1Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMulti_mod1_(SHARCParser.Multi_mod1_Context)

Visit a parse tree produced by multi_mod1_().

Declaration
Result VisitMulti_mod1_(SHARCParser.Multi_mod1_Context context)
Parameters
Type Name Description
SHARCParser.Multi_mod1_Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMulti_mod2(SHARCParser.Multi_mod2Context)

Visit a parse tree produced by multi_mod2().

Declaration
Result VisitMulti_mod2(SHARCParser.Multi_mod2Context context)
Parameters
Type Name Description
SHARCParser.Multi_mod2Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMulti_mod2_(SHARCParser.Multi_mod2_Context)

Visit a parse tree produced by multi_mod2_().

Declaration
Result VisitMulti_mod2_(SHARCParser.Multi_mod2_Context context)
Parameters
Type Name Description
SHARCParser.Multi_mod2_Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMulti_op(SHARCParser.Multi_opContext)

Visit a parse tree produced by multi_op().

Declaration
Result VisitMulti_op(SHARCParser.Multi_opContext context)
Parameters
Type Name Description
SHARCParser.Multi_opContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMulti_r(SHARCParser.Multi_rContext)

Visit a parse tree produced by multi_r().

Declaration
Result VisitMulti_r(SHARCParser.Multi_rContext context)
Parameters
Type Name Description
SHARCParser.Multi_rContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitParallel_multi(SHARCParser.Parallel_multiContext)

Visit a parse tree produced by parallel_multi().

Declaration
Result VisitParallel_multi(SHARCParser.Parallel_multiContext context)
Parameters
Type Name Description
SHARCParser.Parallel_multiContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitProg(SHARCParser.ProgContext)

Visit a parse tree produced by prog().

Declaration
Result VisitProg(SHARCParser.ProgContext context)
Parameters
Type Name Description
SHARCParser.ProgContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitR_exp(SHARCParser.R_expContext)

Visit a parse tree produced by r_exp().

Declaration
Result VisitR_exp(SHARCParser.R_expContext context)
Parameters
Type Name Description
SHARCParser.R_expContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitR_reg(SHARCParser.R_regContext)

Visit a parse tree produced by r_reg().

Declaration
Result VisitR_reg(SHARCParser.R_regContext context)
Parameters
Type Name Description
SHARCParser.R_regContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitR11_8(SHARCParser.R11_8Context)

Visit a parse tree produced by r11_8().

Declaration
Result VisitR11_8(SHARCParser.R11_8Context context)
Parameters
Type Name Description
SHARCParser.R11_8Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitR15_12(SHARCParser.R15_12Context)

Visit a parse tree produced by r15_12().

Declaration
Result VisitR15_12(SHARCParser.R15_12Context context)
Parameters
Type Name Description
SHARCParser.R15_12Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitR3_0(SHARCParser.R3_0Context)

Visit a parse tree produced by r3_0().

Declaration
Result VisitR3_0(SHARCParser.R3_0Context context)
Parameters
Type Name Description
SHARCParser.R3_0Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitR7_4(SHARCParser.R7_4Context)

Visit a parse tree produced by r7_4().

Declaration
Result VisitR7_4(SHARCParser.R7_4Context context)
Parameters
Type Name Description
SHARCParser.R7_4Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitS_reg(SHARCParser.S_regContext)

Visit a parse tree produced by s_reg().

Declaration
Result VisitS_reg(SHARCParser.S_regContext context)
Parameters
Type Name Description
SHARCParser.S_regContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSec(SHARCParser.SecContext)

Visit a parse tree produced by sec().

Declaration
Result VisitSec(SHARCParser.SecContext context)
Parameters
Type Name Description
SHARCParser.SecContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSec_op(SHARCParser.Sec_opContext)

Visit a parse tree produced by sec_op().

Declaration
Result VisitSec_op(SHARCParser.Sec_opContext context)
Parameters
Type Name Description
SHARCParser.Sec_opContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSec_op2(SHARCParser.Sec_op2Context)

Visit a parse tree produced by sec_op2().

Declaration
Result VisitSec_op2(SHARCParser.Sec_op2Context context)
Parameters
Type Name Description
SHARCParser.Sec_op2Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSeg(SHARCParser.SegContext)

Visit a parse tree produced by seg().

Declaration
Result VisitSeg(SHARCParser.SegContext context)
Parameters
Type Name Description
SHARCParser.SegContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSeg_qualifier(SHARCParser.Seg_qualifierContext)

Visit a parse tree produced by seg_qualifier().

Declaration
Result VisitSeg_qualifier(SHARCParser.Seg_qualifierContext context)
Parameters
Type Name Description
SHARCParser.Seg_qualifierContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSeg_qualifier_1(SHARCParser.Seg_qualifier_1Context)

Visit a parse tree produced by seg_qualifier_1().

Declaration
Result VisitSeg_qualifier_1(SHARCParser.Seg_qualifier_1Context context)
Parameters
Type Name Description
SHARCParser.Seg_qualifier_1Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSeg_qualifier_2(SHARCParser.Seg_qualifier_2Context)

Visit a parse tree produced by seg_qualifier_2().

Declaration
Result VisitSeg_qualifier_2(SHARCParser.Seg_qualifier_2Context context)
Parameters
Type Name Description
SHARCParser.Seg_qualifier_2Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSeg_qualifier_3(SHARCParser.Seg_qualifier_3Context)

Visit a parse tree produced by seg_qualifier_3().

Declaration
Result VisitSeg_qualifier_3(SHARCParser.Seg_qualifier_3Context context)
Parameters
Type Name Description
SHARCParser.Seg_qualifier_3Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSeg_qualifier1(SHARCParser.Seg_qualifier1Context)

Visit a parse tree produced by seg_qualifier1().

Declaration
Result VisitSeg_qualifier1(SHARCParser.Seg_qualifier1Context context)
Parameters
Type Name Description
SHARCParser.Seg_qualifier1Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSeg_qualifier2(SHARCParser.Seg_qualifier2Context)

Visit a parse tree produced by seg_qualifier2().

Declaration
Result VisitSeg_qualifier2(SHARCParser.Seg_qualifier2Context context)
Parameters
Type Name Description
SHARCParser.Seg_qualifier2Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSeg_qualifier3(SHARCParser.Seg_qualifier3Context)

Visit a parse tree produced by seg_qualifier3().

Declaration
Result VisitSeg_qualifier3(SHARCParser.Seg_qualifier3Context context)
Parameters
Type Name Description
SHARCParser.Seg_qualifier3Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitShifter_exp(SHARCParser.Shifter_expContext)

Visit a parse tree produced by shifter_exp().

Declaration
Result VisitShifter_exp(SHARCParser.Shifter_expContext context)
Parameters
Type Name Description
SHARCParser.Shifter_expContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitShifter_op(SHARCParser.Shifter_opContext)

Visit a parse tree produced by shifter_op().

Declaration
Result VisitShifter_op(SHARCParser.Shifter_opContext context)
Parameters
Type Name Description
SHARCParser.Shifter_opContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitStatement(SHARCParser.StatementContext)

Visit a parse tree produced by statement().

Declaration
Result VisitStatement(SHARCParser.StatementContext context)
Parameters
Type Name Description
SHARCParser.StatementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitStmt(SHARCParser.StmtContext)

Visit a parse tree produced by stmt().

Declaration
Result VisitStmt(SHARCParser.StmtContext context)
Parameters
Type Name Description
SHARCParser.StmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitStmt_atom(SHARCParser.Stmt_atomContext)

Visit a parse tree produced by stmt_atom().

Declaration
Result VisitStmt_atom(SHARCParser.Stmt_atomContext context)
Parameters
Type Name Description
SHARCParser.Stmt_atomContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTerm(SHARCParser.TermContext)

Visit a parse tree produced by term().

Declaration
Result VisitTerm(SHARCParser.TermContext context)
Parameters
Type Name Description
SHARCParser.TermContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitU_reg(SHARCParser.U_regContext)

Visit a parse tree produced by u_reg().

Declaration
Result VisitU_reg(SHARCParser.U_regContext context)
Parameters
Type Name Description
SHARCParser.U_regContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitU_reg2(SHARCParser.U_reg2Context)

Visit a parse tree produced by u_reg2().

Declaration
Result VisitU_reg2(SHARCParser.U_reg2Context context)
Parameters
Type Name Description
SHARCParser.U_reg2Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitValue_exp(SHARCParser.Value_expContext)

Visit a parse tree produced by value_exp().

Declaration
Result VisitValue_exp(SHARCParser.Value_expContext context)
Parameters
Type Name Description
SHARCParser.Value_expContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitValue_exp2(SHARCParser.Value_exp2Context)

Visit a parse tree produced by value_exp2().

Declaration
Result VisitValue_exp2(SHARCParser.Value_exp2Context context)
Parameters
Type Name Description
SHARCParser.Value_exp2Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVar_addr(SHARCParser.Var_addrContext)

Visit a parse tree produced by var_addr().

Declaration
Result VisitVar_addr(SHARCParser.Var_addrContext context)
Parameters
Type Name Description
SHARCParser.Var_addrContext context

The parse tree.

Returns
Type Description
Result
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX