Interface IjossListener
This interface defines a complete listener for a parse tree produced by jossParser.
Namespace: GCore.Antlr.Grammers.Joss
Assembly: Joss.dll
Syntax
public interface IjossListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterArbitraryCMD(jossParser.ArbitraryCMDContext)
Enter a parse tree produced by arbitraryCMD().
Declaration
void EnterArbitraryCMD(jossParser.ArbitraryCMDContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.ArbitraryCMDContext | context | The parse tree. |
EnterArgList(jossParser.ArgListContext)
Enter a parse tree produced by argList().
Declaration
void EnterArgList(jossParser.ArgListContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.ArgListContext | context | The parse tree. |
EnterAssignment(jossParser.AssignmentContext)
Enter a parse tree produced by assignment().
Declaration
void EnterAssignment(jossParser.AssignmentContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.AssignmentContext | context | The parse tree. |
EnterBoolComp(jossParser.BoolCompContext)
Enter a parse tree produced by boolComp().
Declaration
void EnterBoolComp(jossParser.BoolCompContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.BoolCompContext | context | The parse tree. |
EnterBoolExp(jossParser.BoolExpContext)
Enter a parse tree produced by boolExp().
Declaration
void EnterBoolExp(jossParser.BoolExpContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.BoolExpContext | context | The parse tree. |
EnterBoolOp(jossParser.BoolOpContext)
Enter a parse tree produced by boolOp().
Declaration
void EnterBoolOp(jossParser.BoolOpContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.BoolOpContext | context | The parse tree. |
EnterCancelCMD(jossParser.CancelCMDContext)
Enter a parse tree produced by cancelCMD().
Declaration
void EnterCancelCMD(jossParser.CancelCMDContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.CancelCMDContext | context | The parse tree. |
EnterComparison(jossParser.ComparisonContext)
Enter a parse tree produced by comparison().
Declaration
void EnterComparison(jossParser.ComparisonContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.ComparisonContext | context | The parse tree. |
EnterConditional(jossParser.ConditionalContext)
Enter a parse tree produced by conditional().
Declaration
void EnterConditional(jossParser.ConditionalContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.ConditionalContext | context | The parse tree. |
EnterDelCmdAllSel(jossParser.DelCmdAllSelContext)
Enter a parse tree produced by delCmdAllSel().
Declaration
void EnterDelCmdAllSel(jossParser.DelCmdAllSelContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.DelCmdAllSelContext | context | The parse tree. |
EnterDelCmdAllType(jossParser.DelCmdAllTypeContext)
Enter a parse tree produced by delCmdAllType().
Declaration
void EnterDelCmdAllType(jossParser.DelCmdAllTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.DelCmdAllTypeContext | context | The parse tree. |
EnterDelCmdSel(jossParser.DelCmdSelContext)
Enter a parse tree produced by delCmdSel().
Declaration
void EnterDelCmdSel(jossParser.DelCmdSelContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.DelCmdSelContext | context | The parse tree. |
EnterDeleteCmdCMD(jossParser.DeleteCmdCMDContext)
Enter a parse tree produced by deleteCmdCMD().
Declaration
void EnterDeleteCmdCMD(jossParser.DeleteCmdCMDContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.DeleteCmdCMDContext | context | The parse tree. |
EnterDeleteValCMD(jossParser.DeleteValCMDContext)
Enter a parse tree produced by deleteValCMD().
Declaration
void EnterDeleteValCMD(jossParser.DeleteValCMDContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.DeleteValCMDContext | context | The parse tree. |
EnterDemandCMD(jossParser.DemandCMDContext)
Enter a parse tree produced by demandCMD().
Declaration
void EnterDemandCMD(jossParser.DemandCMDContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.DemandCMDContext | context | The parse tree. |
EnterDirect(jossParser.DirectContext)
Enter a parse tree produced by direct().
Declaration
void EnterDirect(jossParser.DirectContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.DirectContext | context | The parse tree. |
EnterDoCMD(jossParser.DoCMDContext)
Enter a parse tree produced by doCMD().
Declaration
void EnterDoCMD(jossParser.DoCMDContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.DoCMDContext | context | The parse tree. |
EnterDoneCMD(jossParser.DoneCMDContext)
Enter a parse tree produced by doneCMD().
Declaration
void EnterDoneCMD(jossParser.DoneCMDContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.DoneCMDContext | context | The parse tree. |
EnterDoSel(jossParser.DoSelContext)
Enter a parse tree produced by doSel().
Declaration
void EnterDoSel(jossParser.DoSelContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.DoSelContext | context | The parse tree. |
EnterDot(jossParser.DotContext)
Enter a parse tree produced by dot().
Declaration
void EnterDot(jossParser.DotContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.DotContext | context | The parse tree. |
EnterFactor(jossParser.FactorContext)
Enter a parse tree produced by factor().
Declaration
void EnterFactor(jossParser.FactorContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FactorContext | context | The parse tree. |
EnterFixedNotation(jossParser.FixedNotationContext)
Enter a parse tree produced by fixedNotation().
Declaration
void EnterFixedNotation(jossParser.FixedNotationContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FixedNotationContext | context | The parse tree. |
EnterFor_(jossParser.For_Context)
Enter a parse tree produced by for_().
Declaration
void EnterFor_(jossParser.For_Context context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.For_Context | context | The parse tree. |
EnterFormCMD(jossParser.FormCMDContext)
Enter a parse tree produced by formCMD().
Declaration
void EnterFormCMD(jossParser.FormCMDContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FormCMDContext | context | The parse tree. |
EnterFormContent(jossParser.FormContentContext)
Enter a parse tree produced by formContent().
Declaration
void EnterFormContent(jossParser.FormContentContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FormContentContext | context | The parse tree. |
EnterFormObject(jossParser.FormObjectContext)
Enter a parse tree produced by formObject().
Declaration
void EnterFormObject(jossParser.FormObjectContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FormObjectContext | context | The parse tree. |
EnterFormPH(jossParser.FormPHContext)
Enter a parse tree produced by formPH().
Declaration
void EnterFormPH(jossParser.FormPHContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FormPHContext | context | The parse tree. |
EnterFormSel(jossParser.FormSelContext)
Enter a parse tree produced by formSel().
Declaration
void EnterFormSel(jossParser.FormSelContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FormSelContext | context | The parse tree. |
EnterFuncCos(jossParser.FuncCosContext)
Enter a parse tree produced by funcCos().
Declaration
void EnterFuncCos(jossParser.FuncCosContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FuncCosContext | context | The parse tree. |
EnterFuncDp(jossParser.FuncDpContext)
Enter a parse tree produced by funcDp().
Declaration
void EnterFuncDp(jossParser.FuncDpContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FuncDpContext | context | The parse tree. |
EnterFuncExp(jossParser.FuncExpContext)
Enter a parse tree produced by funcExp().
Declaration
void EnterFuncExp(jossParser.FuncExpContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FuncExpContext | context | The parse tree. |
EnterFuncFp(jossParser.FuncFpContext)
Enter a parse tree produced by funcFp().
Declaration
void EnterFuncFp(jossParser.FuncFpContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FuncFpContext | context | The parse tree. |
EnterFuncIp(jossParser.FuncIpContext)
Enter a parse tree produced by funcIp().
Declaration
void EnterFuncIp(jossParser.FuncIpContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FuncIpContext | context | The parse tree. |
EnterFuncLog(jossParser.FuncLogContext)
Enter a parse tree produced by funcLog().
Declaration
void EnterFuncLog(jossParser.FuncLogContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FuncLogContext | context | The parse tree. |
EnterFuncMax(jossParser.FuncMaxContext)
Enter a parse tree produced by funcMax().
Declaration
void EnterFuncMax(jossParser.FuncMaxContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FuncMaxContext | context | The parse tree. |
EnterFuncMin(jossParser.FuncMinContext)
Enter a parse tree produced by funcMin().
Declaration
void EnterFuncMin(jossParser.FuncMinContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FuncMinContext | context | The parse tree. |
EnterFuncSgn(jossParser.FuncSgnContext)
Enter a parse tree produced by funcSgn().
Declaration
void EnterFuncSgn(jossParser.FuncSgnContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FuncSgnContext | context | The parse tree. |
EnterFuncSin(jossParser.FuncSinContext)
Enter a parse tree produced by funcSin().
Declaration
void EnterFuncSin(jossParser.FuncSinContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FuncSinContext | context | The parse tree. |
EnterFuncSqrt(jossParser.FuncSqrtContext)
Enter a parse tree produced by funcSqrt().
Declaration
void EnterFuncSqrt(jossParser.FuncSqrtContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FuncSqrtContext | context | The parse tree. |
EnterFunction_(jossParser.Function_Context)
Enter a parse tree produced by function_().
Declaration
void EnterFunction_(jossParser.Function_Context context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.Function_Context | context | The parse tree. |
EnterFuncXp(jossParser.FuncXpContext)
Enter a parse tree produced by funcXp().
Declaration
void EnterFuncXp(jossParser.FuncXpContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FuncXpContext | context | The parse tree. |
EnterGoCMD(jossParser.GoCMDContext)
Enter a parse tree produced by goCMD().
Declaration
void EnterGoCMD(jossParser.GoCMDContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.GoCMDContext | context | The parse tree. |
EnterIf_(jossParser.If_Context)
Enter a parse tree produced by if_().
Declaration
void EnterIf_(jossParser.If_Context context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.If_Context | context | The parse tree. |
EnterIndirect_(jossParser.Indirect_Context)
Enter a parse tree produced by indirect_().
Declaration
void EnterIndirect_(jossParser.Indirect_Context context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.Indirect_Context | context | The parse tree. |
EnterIndirectCMD(jossParser.IndirectCMDContext)
Enter a parse tree produced by indirectCMD().
Declaration
void EnterIndirectCMD(jossParser.IndirectCMDContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.IndirectCMDContext | context | The parse tree. |
EnterMathExp(jossParser.MathExpContext)
Enter a parse tree produced by mathExp().
Declaration
void EnterMathExp(jossParser.MathExpContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.MathExpContext | context | The parse tree. |
EnterPartSel(jossParser.PartSelContext)
Enter a parse tree produced by partSel().
Declaration
void EnterPartSel(jossParser.PartSelContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.PartSelContext | context | The parse tree. |
EnterProg(jossParser.ProgContext)
Enter a parse tree produced by prog().
Declaration
void EnterProg(jossParser.ProgContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.ProgContext | context | The parse tree. |
EnterRange_(jossParser.Range_Context)
Enter a parse tree produced by range_().
Declaration
void EnterRange_(jossParser.Range_Context context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.Range_Context | context | The parse tree. |
EnterRangeExp(jossParser.RangeExpContext)
Enter a parse tree produced by rangeExp().
Declaration
void EnterRangeExp(jossParser.RangeExpContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.RangeExpContext | context | The parse tree. |
EnterRangeVal(jossParser.RangeValContext)
Enter a parse tree produced by rangeVal().
Declaration
void EnterRangeVal(jossParser.RangeValContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.RangeValContext | context | The parse tree. |
EnterSciNotation(jossParser.SciNotationContext)
Enter a parse tree produced by sciNotation().
Declaration
void EnterSciNotation(jossParser.SciNotationContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.SciNotationContext | context | The parse tree. |
EnterSetCMD(jossParser.SetCMDContext)
Enter a parse tree produced by setCMD().
Declaration
void EnterSetCMD(jossParser.SetCMDContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.SetCMDContext | context | The parse tree. |
EnterStatement(jossParser.StatementContext)
Enter a parse tree produced by statement().
Declaration
void EnterStatement(jossParser.StatementContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.StatementContext | context | The parse tree. |
EnterStepSel(jossParser.StepSelContext)
Enter a parse tree produced by stepSel().
Declaration
void EnterStepSel(jossParser.StepSelContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.StepSelContext | context | The parse tree. |
EnterStopCMD(jossParser.StopCMDContext)
Enter a parse tree produced by stopCMD().
Declaration
void EnterStopCMD(jossParser.StopCMDContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.StopCMDContext | context | The parse tree. |
EnterTerm(jossParser.TermContext)
Enter a parse tree produced by term().
Declaration
void EnterTerm(jossParser.TermContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.TermContext | context | The parse tree. |
EnterToCMD(jossParser.ToCMDContext)
Enter a parse tree produced by toCMD().
Declaration
void EnterToCMD(jossParser.ToCMDContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.ToCMDContext | context | The parse tree. |
EnterToSel(jossParser.ToSelContext)
Enter a parse tree produced by toSel().
Declaration
void EnterToSel(jossParser.ToSelContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.ToSelContext | context | The parse tree. |
EnterTypeAllSel(jossParser.TypeAllSelContext)
Enter a parse tree produced by typeAllSel().
Declaration
void EnterTypeAllSel(jossParser.TypeAllSelContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.TypeAllSelContext | context | The parse tree. |
EnterTypeAllType(jossParser.TypeAllTypeContext)
Enter a parse tree produced by typeAllType().
Declaration
void EnterTypeAllType(jossParser.TypeAllTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.TypeAllTypeContext | context | The parse tree. |
EnterTypeCMD(jossParser.TypeCMDContext)
Enter a parse tree produced by typeCMD().
Declaration
void EnterTypeCMD(jossParser.TypeCMDContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.TypeCMDContext | context | The parse tree. |
EnterTypeContent(jossParser.TypeContentContext)
Enter a parse tree produced by typeContent().
Declaration
void EnterTypeContent(jossParser.TypeContentContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.TypeContentContext | context | The parse tree. |
EnterTypeData(jossParser.TypeDataContext)
Enter a parse tree produced by typeData().
Declaration
void EnterTypeData(jossParser.TypeDataContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.TypeDataContext | context | The parse tree. |
EnterTypeElem(jossParser.TypeElemContext)
Enter a parse tree produced by typeElem().
Declaration
void EnterTypeElem(jossParser.TypeElemContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.TypeElemContext | context | The parse tree. |
EnterTypeForm(jossParser.TypeFormContext)
Enter a parse tree produced by typeForm().
Declaration
void EnterTypeForm(jossParser.TypeFormContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.TypeFormContext | context | The parse tree. |
EnterTypeSel(jossParser.TypeSelContext)
Enter a parse tree produced by typeSel().
Declaration
void EnterTypeSel(jossParser.TypeSelContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.TypeSelContext | context | The parse tree. |
EnterTypeSys(jossParser.TypeSysContext)
Enter a parse tree produced by typeSys().
Declaration
void EnterTypeSys(jossParser.TypeSysContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.TypeSysContext | context | The parse tree. |
EnterUScore(jossParser.UScoreContext)
Enter a parse tree produced by uScore().
Declaration
void EnterUScore(jossParser.UScoreContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.UScoreContext | context | The parse tree. |
EnterValue(jossParser.ValueContext)
Enter a parse tree produced by value().
Declaration
void EnterValue(jossParser.ValueContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.ValueContext | context | The parse tree. |
EnterVariable(jossParser.VariableContext)
Enter a parse tree produced by variable().
Declaration
void EnterVariable(jossParser.VariableContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.VariableContext | context | The parse tree. |
EnterVarList(jossParser.VarListContext)
Enter a parse tree produced by varList().
Declaration
void EnterVarList(jossParser.VarListContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.VarListContext | context | The parse tree. |
ExitArbitraryCMD(jossParser.ArbitraryCMDContext)
Exit a parse tree produced by arbitraryCMD().
Declaration
void ExitArbitraryCMD(jossParser.ArbitraryCMDContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.ArbitraryCMDContext | context | The parse tree. |
ExitArgList(jossParser.ArgListContext)
Exit a parse tree produced by argList().
Declaration
void ExitArgList(jossParser.ArgListContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.ArgListContext | context | The parse tree. |
ExitAssignment(jossParser.AssignmentContext)
Exit a parse tree produced by assignment().
Declaration
void ExitAssignment(jossParser.AssignmentContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.AssignmentContext | context | The parse tree. |
ExitBoolComp(jossParser.BoolCompContext)
Exit a parse tree produced by boolComp().
Declaration
void ExitBoolComp(jossParser.BoolCompContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.BoolCompContext | context | The parse tree. |
ExitBoolExp(jossParser.BoolExpContext)
Exit a parse tree produced by boolExp().
Declaration
void ExitBoolExp(jossParser.BoolExpContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.BoolExpContext | context | The parse tree. |
ExitBoolOp(jossParser.BoolOpContext)
Exit a parse tree produced by boolOp().
Declaration
void ExitBoolOp(jossParser.BoolOpContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.BoolOpContext | context | The parse tree. |
ExitCancelCMD(jossParser.CancelCMDContext)
Exit a parse tree produced by cancelCMD().
Declaration
void ExitCancelCMD(jossParser.CancelCMDContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.CancelCMDContext | context | The parse tree. |
ExitComparison(jossParser.ComparisonContext)
Exit a parse tree produced by comparison().
Declaration
void ExitComparison(jossParser.ComparisonContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.ComparisonContext | context | The parse tree. |
ExitConditional(jossParser.ConditionalContext)
Exit a parse tree produced by conditional().
Declaration
void ExitConditional(jossParser.ConditionalContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.ConditionalContext | context | The parse tree. |
ExitDelCmdAllSel(jossParser.DelCmdAllSelContext)
Exit a parse tree produced by delCmdAllSel().
Declaration
void ExitDelCmdAllSel(jossParser.DelCmdAllSelContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.DelCmdAllSelContext | context | The parse tree. |
ExitDelCmdAllType(jossParser.DelCmdAllTypeContext)
Exit a parse tree produced by delCmdAllType().
Declaration
void ExitDelCmdAllType(jossParser.DelCmdAllTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.DelCmdAllTypeContext | context | The parse tree. |
ExitDelCmdSel(jossParser.DelCmdSelContext)
Exit a parse tree produced by delCmdSel().
Declaration
void ExitDelCmdSel(jossParser.DelCmdSelContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.DelCmdSelContext | context | The parse tree. |
ExitDeleteCmdCMD(jossParser.DeleteCmdCMDContext)
Exit a parse tree produced by deleteCmdCMD().
Declaration
void ExitDeleteCmdCMD(jossParser.DeleteCmdCMDContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.DeleteCmdCMDContext | context | The parse tree. |
ExitDeleteValCMD(jossParser.DeleteValCMDContext)
Exit a parse tree produced by deleteValCMD().
Declaration
void ExitDeleteValCMD(jossParser.DeleteValCMDContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.DeleteValCMDContext | context | The parse tree. |
ExitDemandCMD(jossParser.DemandCMDContext)
Exit a parse tree produced by demandCMD().
Declaration
void ExitDemandCMD(jossParser.DemandCMDContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.DemandCMDContext | context | The parse tree. |
ExitDirect(jossParser.DirectContext)
Exit a parse tree produced by direct().
Declaration
void ExitDirect(jossParser.DirectContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.DirectContext | context | The parse tree. |
ExitDoCMD(jossParser.DoCMDContext)
Exit a parse tree produced by doCMD().
Declaration
void ExitDoCMD(jossParser.DoCMDContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.DoCMDContext | context | The parse tree. |
ExitDoneCMD(jossParser.DoneCMDContext)
Exit a parse tree produced by doneCMD().
Declaration
void ExitDoneCMD(jossParser.DoneCMDContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.DoneCMDContext | context | The parse tree. |
ExitDoSel(jossParser.DoSelContext)
Exit a parse tree produced by doSel().
Declaration
void ExitDoSel(jossParser.DoSelContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.DoSelContext | context | The parse tree. |
ExitDot(jossParser.DotContext)
Exit a parse tree produced by dot().
Declaration
void ExitDot(jossParser.DotContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.DotContext | context | The parse tree. |
ExitFactor(jossParser.FactorContext)
Exit a parse tree produced by factor().
Declaration
void ExitFactor(jossParser.FactorContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FactorContext | context | The parse tree. |
ExitFixedNotation(jossParser.FixedNotationContext)
Exit a parse tree produced by fixedNotation().
Declaration
void ExitFixedNotation(jossParser.FixedNotationContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FixedNotationContext | context | The parse tree. |
ExitFor_(jossParser.For_Context)
Exit a parse tree produced by for_().
Declaration
void ExitFor_(jossParser.For_Context context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.For_Context | context | The parse tree. |
ExitFormCMD(jossParser.FormCMDContext)
Exit a parse tree produced by formCMD().
Declaration
void ExitFormCMD(jossParser.FormCMDContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FormCMDContext | context | The parse tree. |
ExitFormContent(jossParser.FormContentContext)
Exit a parse tree produced by formContent().
Declaration
void ExitFormContent(jossParser.FormContentContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FormContentContext | context | The parse tree. |
ExitFormObject(jossParser.FormObjectContext)
Exit a parse tree produced by formObject().
Declaration
void ExitFormObject(jossParser.FormObjectContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FormObjectContext | context | The parse tree. |
ExitFormPH(jossParser.FormPHContext)
Exit a parse tree produced by formPH().
Declaration
void ExitFormPH(jossParser.FormPHContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FormPHContext | context | The parse tree. |
ExitFormSel(jossParser.FormSelContext)
Exit a parse tree produced by formSel().
Declaration
void ExitFormSel(jossParser.FormSelContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FormSelContext | context | The parse tree. |
ExitFuncCos(jossParser.FuncCosContext)
Exit a parse tree produced by funcCos().
Declaration
void ExitFuncCos(jossParser.FuncCosContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FuncCosContext | context | The parse tree. |
ExitFuncDp(jossParser.FuncDpContext)
Exit a parse tree produced by funcDp().
Declaration
void ExitFuncDp(jossParser.FuncDpContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FuncDpContext | context | The parse tree. |
ExitFuncExp(jossParser.FuncExpContext)
Exit a parse tree produced by funcExp().
Declaration
void ExitFuncExp(jossParser.FuncExpContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FuncExpContext | context | The parse tree. |
ExitFuncFp(jossParser.FuncFpContext)
Exit a parse tree produced by funcFp().
Declaration
void ExitFuncFp(jossParser.FuncFpContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FuncFpContext | context | The parse tree. |
ExitFuncIp(jossParser.FuncIpContext)
Exit a parse tree produced by funcIp().
Declaration
void ExitFuncIp(jossParser.FuncIpContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FuncIpContext | context | The parse tree. |
ExitFuncLog(jossParser.FuncLogContext)
Exit a parse tree produced by funcLog().
Declaration
void ExitFuncLog(jossParser.FuncLogContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FuncLogContext | context | The parse tree. |
ExitFuncMax(jossParser.FuncMaxContext)
Exit a parse tree produced by funcMax().
Declaration
void ExitFuncMax(jossParser.FuncMaxContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FuncMaxContext | context | The parse tree. |
ExitFuncMin(jossParser.FuncMinContext)
Exit a parse tree produced by funcMin().
Declaration
void ExitFuncMin(jossParser.FuncMinContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FuncMinContext | context | The parse tree. |
ExitFuncSgn(jossParser.FuncSgnContext)
Exit a parse tree produced by funcSgn().
Declaration
void ExitFuncSgn(jossParser.FuncSgnContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FuncSgnContext | context | The parse tree. |
ExitFuncSin(jossParser.FuncSinContext)
Exit a parse tree produced by funcSin().
Declaration
void ExitFuncSin(jossParser.FuncSinContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FuncSinContext | context | The parse tree. |
ExitFuncSqrt(jossParser.FuncSqrtContext)
Exit a parse tree produced by funcSqrt().
Declaration
void ExitFuncSqrt(jossParser.FuncSqrtContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FuncSqrtContext | context | The parse tree. |
ExitFunction_(jossParser.Function_Context)
Exit a parse tree produced by function_().
Declaration
void ExitFunction_(jossParser.Function_Context context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.Function_Context | context | The parse tree. |
ExitFuncXp(jossParser.FuncXpContext)
Exit a parse tree produced by funcXp().
Declaration
void ExitFuncXp(jossParser.FuncXpContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.FuncXpContext | context | The parse tree. |
ExitGoCMD(jossParser.GoCMDContext)
Exit a parse tree produced by goCMD().
Declaration
void ExitGoCMD(jossParser.GoCMDContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.GoCMDContext | context | The parse tree. |
ExitIf_(jossParser.If_Context)
Exit a parse tree produced by if_().
Declaration
void ExitIf_(jossParser.If_Context context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.If_Context | context | The parse tree. |
ExitIndirect_(jossParser.Indirect_Context)
Exit a parse tree produced by indirect_().
Declaration
void ExitIndirect_(jossParser.Indirect_Context context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.Indirect_Context | context | The parse tree. |
ExitIndirectCMD(jossParser.IndirectCMDContext)
Exit a parse tree produced by indirectCMD().
Declaration
void ExitIndirectCMD(jossParser.IndirectCMDContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.IndirectCMDContext | context | The parse tree. |
ExitMathExp(jossParser.MathExpContext)
Exit a parse tree produced by mathExp().
Declaration
void ExitMathExp(jossParser.MathExpContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.MathExpContext | context | The parse tree. |
ExitPartSel(jossParser.PartSelContext)
Exit a parse tree produced by partSel().
Declaration
void ExitPartSel(jossParser.PartSelContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.PartSelContext | context | The parse tree. |
ExitProg(jossParser.ProgContext)
Exit a parse tree produced by prog().
Declaration
void ExitProg(jossParser.ProgContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.ProgContext | context | The parse tree. |
ExitRange_(jossParser.Range_Context)
Exit a parse tree produced by range_().
Declaration
void ExitRange_(jossParser.Range_Context context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.Range_Context | context | The parse tree. |
ExitRangeExp(jossParser.RangeExpContext)
Exit a parse tree produced by rangeExp().
Declaration
void ExitRangeExp(jossParser.RangeExpContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.RangeExpContext | context | The parse tree. |
ExitRangeVal(jossParser.RangeValContext)
Exit a parse tree produced by rangeVal().
Declaration
void ExitRangeVal(jossParser.RangeValContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.RangeValContext | context | The parse tree. |
ExitSciNotation(jossParser.SciNotationContext)
Exit a parse tree produced by sciNotation().
Declaration
void ExitSciNotation(jossParser.SciNotationContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.SciNotationContext | context | The parse tree. |
ExitSetCMD(jossParser.SetCMDContext)
Exit a parse tree produced by setCMD().
Declaration
void ExitSetCMD(jossParser.SetCMDContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.SetCMDContext | context | The parse tree. |
ExitStatement(jossParser.StatementContext)
Exit a parse tree produced by statement().
Declaration
void ExitStatement(jossParser.StatementContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.StatementContext | context | The parse tree. |
ExitStepSel(jossParser.StepSelContext)
Exit a parse tree produced by stepSel().
Declaration
void ExitStepSel(jossParser.StepSelContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.StepSelContext | context | The parse tree. |
ExitStopCMD(jossParser.StopCMDContext)
Exit a parse tree produced by stopCMD().
Declaration
void ExitStopCMD(jossParser.StopCMDContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.StopCMDContext | context | The parse tree. |
ExitTerm(jossParser.TermContext)
Exit a parse tree produced by term().
Declaration
void ExitTerm(jossParser.TermContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.TermContext | context | The parse tree. |
ExitToCMD(jossParser.ToCMDContext)
Exit a parse tree produced by toCMD().
Declaration
void ExitToCMD(jossParser.ToCMDContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.ToCMDContext | context | The parse tree. |
ExitToSel(jossParser.ToSelContext)
Exit a parse tree produced by toSel().
Declaration
void ExitToSel(jossParser.ToSelContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.ToSelContext | context | The parse tree. |
ExitTypeAllSel(jossParser.TypeAllSelContext)
Exit a parse tree produced by typeAllSel().
Declaration
void ExitTypeAllSel(jossParser.TypeAllSelContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.TypeAllSelContext | context | The parse tree. |
ExitTypeAllType(jossParser.TypeAllTypeContext)
Exit a parse tree produced by typeAllType().
Declaration
void ExitTypeAllType(jossParser.TypeAllTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.TypeAllTypeContext | context | The parse tree. |
ExitTypeCMD(jossParser.TypeCMDContext)
Exit a parse tree produced by typeCMD().
Declaration
void ExitTypeCMD(jossParser.TypeCMDContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.TypeCMDContext | context | The parse tree. |
ExitTypeContent(jossParser.TypeContentContext)
Exit a parse tree produced by typeContent().
Declaration
void ExitTypeContent(jossParser.TypeContentContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.TypeContentContext | context | The parse tree. |
ExitTypeData(jossParser.TypeDataContext)
Exit a parse tree produced by typeData().
Declaration
void ExitTypeData(jossParser.TypeDataContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.TypeDataContext | context | The parse tree. |
ExitTypeElem(jossParser.TypeElemContext)
Exit a parse tree produced by typeElem().
Declaration
void ExitTypeElem(jossParser.TypeElemContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.TypeElemContext | context | The parse tree. |
ExitTypeForm(jossParser.TypeFormContext)
Exit a parse tree produced by typeForm().
Declaration
void ExitTypeForm(jossParser.TypeFormContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.TypeFormContext | context | The parse tree. |
ExitTypeSel(jossParser.TypeSelContext)
Exit a parse tree produced by typeSel().
Declaration
void ExitTypeSel(jossParser.TypeSelContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.TypeSelContext | context | The parse tree. |
ExitTypeSys(jossParser.TypeSysContext)
Exit a parse tree produced by typeSys().
Declaration
void ExitTypeSys(jossParser.TypeSysContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.TypeSysContext | context | The parse tree. |
ExitUScore(jossParser.UScoreContext)
Exit a parse tree produced by uScore().
Declaration
void ExitUScore(jossParser.UScoreContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.UScoreContext | context | The parse tree. |
ExitValue(jossParser.ValueContext)
Exit a parse tree produced by value().
Declaration
void ExitValue(jossParser.ValueContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.ValueContext | context | The parse tree. |
ExitVariable(jossParser.VariableContext)
Exit a parse tree produced by variable().
Declaration
void ExitVariable(jossParser.VariableContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.VariableContext | context | The parse tree. |
ExitVarList(jossParser.VarListContext)
Exit a parse tree produced by varList().
Declaration
void ExitVarList(jossParser.VarListContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.VarListContext | context | The parse tree. |