Show / Hide Table of Contents

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
System.Object
jossBaseListener
Implements
IjossListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Joss
Assembly: Joss.dll
Syntax
public class jossBaseListener : object, IjossListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterArbitraryCMD(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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

Implements

IjossListener
Antlr4.Runtime.Tree.IParseTreeListener
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX