Class jossBaseListener
This class provides an empty implementation of IjossListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
Inheritance
Namespace: GCore.Antlr.Grammers.Joss
Assembly: Joss.dll
Syntax
public class jossBaseListener : object, IjossListener, Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterArbitraryCMD(jossParser.ArbitraryCMDContext)
Enter a parse tree produced by arbitraryCMD().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual void EnterDot(jossParser.DotContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.DotContext | context | The parse tree. |
EnterEveryRule(Antlr4.Runtime.ParserRuleContext)
Declaration
public virtual void EnterEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.ParserRuleContext | context |
Remarks
The default implementation does nothing.
EnterFactor(jossParser.FactorContext)
Enter a parse tree produced by factor().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual void ExitDot(jossParser.DotContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.DotContext | context | The parse tree. |
ExitEveryRule(Antlr4.Runtime.ParserRuleContext)
Declaration
public virtual void ExitEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.ParserRuleContext | context |
Remarks
The default implementation does nothing.
ExitFactor(jossParser.FactorContext)
Exit a parse tree produced by factor().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual void ExitVarList(jossParser.VarListContext context)
Parameters
Type | Name | Description |
---|---|---|
jossParser.VarListContext | context | The parse tree. |
VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)
Declaration
public virtual void VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode node)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.Tree.IErrorNode | node |
Remarks
The default implementation does nothing.
VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)
Declaration
public virtual void VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode node)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.Tree.ITerminalNode | node |
Remarks
The default implementation does nothing.