Show / Hide Table of Contents

Interface IoberonListener

This interface defines a complete listener for a parse tree produced by oberonParser.

Namespace: GCore.Antlr.Grammers.Oberon
Assembly: Oberon.dll
Syntax
public interface IoberonListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterActualParameters(oberonParser.ActualParametersContext)

Enter a parse tree produced by actualParameters().

Declaration
void EnterActualParameters(oberonParser.ActualParametersContext context)
Parameters
Type Name Description
oberonParser.ActualParametersContext context

The parse tree.

| Improve this Doc View Source

EnterAddOperator(oberonParser.AddOperatorContext)

Enter a parse tree produced by addOperator().

Declaration
void EnterAddOperator(oberonParser.AddOperatorContext context)
Parameters
Type Name Description
oberonParser.AddOperatorContext context

The parse tree.

| Improve this Doc View Source

EnterArrayType(oberonParser.ArrayTypeContext)

Enter a parse tree produced by arrayType().

Declaration
void EnterArrayType(oberonParser.ArrayTypeContext context)
Parameters
Type Name Description
oberonParser.ArrayTypeContext context

The parse tree.

| Improve this Doc View Source

EnterAssignment(oberonParser.AssignmentContext)

Enter a parse tree produced by assignment().

Declaration
void EnterAssignment(oberonParser.AssignmentContext context)
Parameters
Type Name Description
oberonParser.AssignmentContext context

The parse tree.

| Improve this Doc View Source

EnterBaseType(oberonParser.BaseTypeContext)

Enter a parse tree produced by baseType().

Declaration
void EnterBaseType(oberonParser.BaseTypeContext context)
Parameters
Type Name Description
oberonParser.BaseTypeContext context

The parse tree.

| Improve this Doc View Source

EnterCase_(oberonParser.Case_Context)

Enter a parse tree produced by case_().

Declaration
void EnterCase_(oberonParser.Case_Context context)
Parameters
Type Name Description
oberonParser.Case_Context context

The parse tree.

| Improve this Doc View Source

EnterCaseLabelList(oberonParser.CaseLabelListContext)

Enter a parse tree produced by caseLabelList().

Declaration
void EnterCaseLabelList(oberonParser.CaseLabelListContext context)
Parameters
Type Name Description
oberonParser.CaseLabelListContext context

The parse tree.

| Improve this Doc View Source

EnterCaseStatement(oberonParser.CaseStatementContext)

Enter a parse tree produced by caseStatement().

Declaration
void EnterCaseStatement(oberonParser.CaseStatementContext context)
Parameters
Type Name Description
oberonParser.CaseStatementContext context

The parse tree.

| Improve this Doc View Source

EnterConstDeclaration(oberonParser.ConstDeclarationContext)

Enter a parse tree produced by constDeclaration().

Declaration
void EnterConstDeclaration(oberonParser.ConstDeclarationContext context)
Parameters
Type Name Description
oberonParser.ConstDeclarationContext context

The parse tree.

| Improve this Doc View Source

EnterConstExpression(oberonParser.ConstExpressionContext)

Enter a parse tree produced by constExpression().

Declaration
void EnterConstExpression(oberonParser.ConstExpressionContext context)
Parameters
Type Name Description
oberonParser.ConstExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterDeclarationSequence(oberonParser.DeclarationSequenceContext)

Enter a parse tree produced by declarationSequence().

Declaration
void EnterDeclarationSequence(oberonParser.DeclarationSequenceContext context)
Parameters
Type Name Description
oberonParser.DeclarationSequenceContext context

The parse tree.

| Improve this Doc View Source

EnterDesignator(oberonParser.DesignatorContext)

Enter a parse tree produced by designator().

Declaration
void EnterDesignator(oberonParser.DesignatorContext context)
Parameters
Type Name Description
oberonParser.DesignatorContext context

The parse tree.

| Improve this Doc View Source

EnterElement(oberonParser.ElementContext)

Enter a parse tree produced by element().

Declaration
void EnterElement(oberonParser.ElementContext context)
Parameters
Type Name Description
oberonParser.ElementContext context

The parse tree.

| Improve this Doc View Source

EnterExpList(oberonParser.ExpListContext)

Enter a parse tree produced by expList().

Declaration
void EnterExpList(oberonParser.ExpListContext context)
Parameters
Type Name Description
oberonParser.ExpListContext context

The parse tree.

| Improve this Doc View Source

EnterExpression(oberonParser.ExpressionContext)

Enter a parse tree produced by expression().

Declaration
void EnterExpression(oberonParser.ExpressionContext context)
Parameters
Type Name Description
oberonParser.ExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterFactor(oberonParser.FactorContext)

Enter a parse tree produced by factor().

Declaration
void EnterFactor(oberonParser.FactorContext context)
Parameters
Type Name Description
oberonParser.FactorContext context

The parse tree.

| Improve this Doc View Source

EnterFieldList(oberonParser.FieldListContext)

Enter a parse tree produced by fieldList().

Declaration
void EnterFieldList(oberonParser.FieldListContext context)
Parameters
Type Name Description
oberonParser.FieldListContext context

The parse tree.

| Improve this Doc View Source

EnterFieldListSequence(oberonParser.FieldListSequenceContext)

Enter a parse tree produced by fieldListSequence().

Declaration
void EnterFieldListSequence(oberonParser.FieldListSequenceContext context)
Parameters
Type Name Description
oberonParser.FieldListSequenceContext context

The parse tree.

| Improve this Doc View Source

EnterFormalParameters(oberonParser.FormalParametersContext)

Enter a parse tree produced by formalParameters().

Declaration
void EnterFormalParameters(oberonParser.FormalParametersContext context)
Parameters
Type Name Description
oberonParser.FormalParametersContext context

The parse tree.

| Improve this Doc View Source

EnterFormalType(oberonParser.FormalTypeContext)

Enter a parse tree produced by formalType().

Declaration
void EnterFormalType(oberonParser.FormalTypeContext context)
Parameters
Type Name Description
oberonParser.FormalTypeContext context

The parse tree.

| Improve this Doc View Source

EnterForStatement(oberonParser.ForStatementContext)

Enter a parse tree produced by forStatement().

Declaration
void EnterForStatement(oberonParser.ForStatementContext context)
Parameters
Type Name Description
oberonParser.ForStatementContext context

The parse tree.

| Improve this Doc View Source

EnterFPSection(oberonParser.FPSectionContext)

Enter a parse tree produced by fPSection().

Declaration
void EnterFPSection(oberonParser.FPSectionContext context)
Parameters
Type Name Description
oberonParser.FPSectionContext context

The parse tree.

| Improve this Doc View Source

EnterIdent(oberonParser.IdentContext)

Enter a parse tree produced by ident().

Declaration
void EnterIdent(oberonParser.IdentContext context)
Parameters
Type Name Description
oberonParser.IdentContext context

The parse tree.

| Improve this Doc View Source

EnterIdentdef(oberonParser.IdentdefContext)

Enter a parse tree produced by identdef().

Declaration
void EnterIdentdef(oberonParser.IdentdefContext context)
Parameters
Type Name Description
oberonParser.IdentdefContext context

The parse tree.

| Improve this Doc View Source

EnterIdentList(oberonParser.IdentListContext)

Enter a parse tree produced by identList().

Declaration
void EnterIdentList(oberonParser.IdentListContext context)
Parameters
Type Name Description
oberonParser.IdentListContext context

The parse tree.

| Improve this Doc View Source

EnterIfStatement(oberonParser.IfStatementContext)

Enter a parse tree produced by ifStatement().

Declaration
void EnterIfStatement(oberonParser.IfStatementContext context)
Parameters
Type Name Description
oberonParser.IfStatementContext context

The parse tree.

| Improve this Doc View Source

EnterImport_(oberonParser.Import_Context)

Enter a parse tree produced by import_().

Declaration
void EnterImport_(oberonParser.Import_Context context)
Parameters
Type Name Description
oberonParser.Import_Context context

The parse tree.

| Improve this Doc View Source

EnterImportList(oberonParser.ImportListContext)

Enter a parse tree produced by importList().

Declaration
void EnterImportList(oberonParser.ImportListContext context)
Parameters
Type Name Description
oberonParser.ImportListContext context

The parse tree.

| Improve this Doc View Source

EnterInteger(oberonParser.IntegerContext)

Enter a parse tree produced by integer().

Declaration
void EnterInteger(oberonParser.IntegerContext context)
Parameters
Type Name Description
oberonParser.IntegerContext context

The parse tree.

| Improve this Doc View Source

EnterLabel(oberonParser.LabelContext)

Enter a parse tree produced by label().

Declaration
void EnterLabel(oberonParser.LabelContext context)
Parameters
Type Name Description
oberonParser.LabelContext context

The parse tree.

| Improve this Doc View Source

EnterLabelRange(oberonParser.LabelRangeContext)

Enter a parse tree produced by labelRange().

Declaration
void EnterLabelRange(oberonParser.LabelRangeContext context)
Parameters
Type Name Description
oberonParser.LabelRangeContext context

The parse tree.

| Improve this Doc View Source

EnterLength(oberonParser.LengthContext)

Enter a parse tree produced by length().

Declaration
void EnterLength(oberonParser.LengthContext context)
Parameters
Type Name Description
oberonParser.LengthContext context

The parse tree.

| Improve this Doc View Source

EnterModule(oberonParser.ModuleContext)

Enter a parse tree produced by module().

Declaration
void EnterModule(oberonParser.ModuleContext context)
Parameters
Type Name Description
oberonParser.ModuleContext context

The parse tree.

| Improve this Doc View Source

EnterMulOperator(oberonParser.MulOperatorContext)

Enter a parse tree produced by mulOperator().

Declaration
void EnterMulOperator(oberonParser.MulOperatorContext context)
Parameters
Type Name Description
oberonParser.MulOperatorContext context

The parse tree.

| Improve this Doc View Source

EnterNumber(oberonParser.NumberContext)

Enter a parse tree produced by number().

Declaration
void EnterNumber(oberonParser.NumberContext context)
Parameters
Type Name Description
oberonParser.NumberContext context

The parse tree.

| Improve this Doc View Source

EnterPointerType(oberonParser.PointerTypeContext)

Enter a parse tree produced by pointerType().

Declaration
void EnterPointerType(oberonParser.PointerTypeContext context)
Parameters
Type Name Description
oberonParser.PointerTypeContext context

The parse tree.

| Improve this Doc View Source

EnterProcedureBody(oberonParser.ProcedureBodyContext)

Enter a parse tree produced by procedureBody().

Declaration
void EnterProcedureBody(oberonParser.ProcedureBodyContext context)
Parameters
Type Name Description
oberonParser.ProcedureBodyContext context

The parse tree.

| Improve this Doc View Source

EnterProcedureCall(oberonParser.ProcedureCallContext)

Enter a parse tree produced by procedureCall().

Declaration
void EnterProcedureCall(oberonParser.ProcedureCallContext context)
Parameters
Type Name Description
oberonParser.ProcedureCallContext context

The parse tree.

| Improve this Doc View Source

EnterProcedureDeclaration(oberonParser.ProcedureDeclarationContext)

Enter a parse tree produced by procedureDeclaration().

Declaration
void EnterProcedureDeclaration(oberonParser.ProcedureDeclarationContext context)
Parameters
Type Name Description
oberonParser.ProcedureDeclarationContext context

The parse tree.

| Improve this Doc View Source

EnterProcedureHeading(oberonParser.ProcedureHeadingContext)

Enter a parse tree produced by procedureHeading().

Declaration
void EnterProcedureHeading(oberonParser.ProcedureHeadingContext context)
Parameters
Type Name Description
oberonParser.ProcedureHeadingContext context

The parse tree.

| Improve this Doc View Source

EnterProcedureType(oberonParser.ProcedureTypeContext)

Enter a parse tree produced by procedureType().

Declaration
void EnterProcedureType(oberonParser.ProcedureTypeContext context)
Parameters
Type Name Description
oberonParser.ProcedureTypeContext context

The parse tree.

| Improve this Doc View Source

EnterQualident(oberonParser.QualidentContext)

Enter a parse tree produced by qualident().

Declaration
void EnterQualident(oberonParser.QualidentContext context)
Parameters
Type Name Description
oberonParser.QualidentContext context

The parse tree.

| Improve this Doc View Source

EnterReal(oberonParser.RealContext)

Enter a parse tree produced by real().

Declaration
void EnterReal(oberonParser.RealContext context)
Parameters
Type Name Description
oberonParser.RealContext context

The parse tree.

| Improve this Doc View Source

EnterRecordType(oberonParser.RecordTypeContext)

Enter a parse tree produced by recordType().

Declaration
void EnterRecordType(oberonParser.RecordTypeContext context)
Parameters
Type Name Description
oberonParser.RecordTypeContext context

The parse tree.

| Improve this Doc View Source

EnterRelation(oberonParser.RelationContext)

Enter a parse tree produced by relation().

Declaration
void EnterRelation(oberonParser.RelationContext context)
Parameters
Type Name Description
oberonParser.RelationContext context

The parse tree.

| Improve this Doc View Source

EnterRepeatStatement(oberonParser.RepeatStatementContext)

Enter a parse tree produced by repeatStatement().

Declaration
void EnterRepeatStatement(oberonParser.RepeatStatementContext context)
Parameters
Type Name Description
oberonParser.RepeatStatementContext context

The parse tree.

| Improve this Doc View Source

EnterScaleFactor(oberonParser.ScaleFactorContext)

Enter a parse tree produced by scaleFactor().

Declaration
void EnterScaleFactor(oberonParser.ScaleFactorContext context)
Parameters
Type Name Description
oberonParser.ScaleFactorContext context

The parse tree.

| Improve this Doc View Source

EnterSelector(oberonParser.SelectorContext)

Enter a parse tree produced by selector().

Declaration
void EnterSelector(oberonParser.SelectorContext context)
Parameters
Type Name Description
oberonParser.SelectorContext context

The parse tree.

| Improve this Doc View Source

EnterSet_(oberonParser.Set_Context)

Enter a parse tree produced by set_().

Declaration
void EnterSet_(oberonParser.Set_Context context)
Parameters
Type Name Description
oberonParser.Set_Context context

The parse tree.

| Improve this Doc View Source

EnterSimpleExpression(oberonParser.SimpleExpressionContext)

Enter a parse tree produced by simpleExpression().

Declaration
void EnterSimpleExpression(oberonParser.SimpleExpressionContext context)
Parameters
Type Name Description
oberonParser.SimpleExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterStatement(oberonParser.StatementContext)

Enter a parse tree produced by statement().

Declaration
void EnterStatement(oberonParser.StatementContext context)
Parameters
Type Name Description
oberonParser.StatementContext context

The parse tree.

| Improve this Doc View Source

EnterStatementSequence(oberonParser.StatementSequenceContext)

Enter a parse tree produced by statementSequence().

Declaration
void EnterStatementSequence(oberonParser.StatementSequenceContext context)
Parameters
Type Name Description
oberonParser.StatementSequenceContext context

The parse tree.

| Improve this Doc View Source

EnterTerm(oberonParser.TermContext)

Enter a parse tree produced by term().

Declaration
void EnterTerm(oberonParser.TermContext context)
Parameters
Type Name Description
oberonParser.TermContext context

The parse tree.

| Improve this Doc View Source

EnterType_(oberonParser.Type_Context)

Enter a parse tree produced by type_().

Declaration
void EnterType_(oberonParser.Type_Context context)
Parameters
Type Name Description
oberonParser.Type_Context context

The parse tree.

| Improve this Doc View Source

EnterTypeDeclaration(oberonParser.TypeDeclarationContext)

Enter a parse tree produced by typeDeclaration().

Declaration
void EnterTypeDeclaration(oberonParser.TypeDeclarationContext context)
Parameters
Type Name Description
oberonParser.TypeDeclarationContext context

The parse tree.

| Improve this Doc View Source

EnterVariableDeclaration(oberonParser.VariableDeclarationContext)

Enter a parse tree produced by variableDeclaration().

Declaration
void EnterVariableDeclaration(oberonParser.VariableDeclarationContext context)
Parameters
Type Name Description
oberonParser.VariableDeclarationContext context

The parse tree.

| Improve this Doc View Source

EnterWhileStatement(oberonParser.WhileStatementContext)

Enter a parse tree produced by whileStatement().

Declaration
void EnterWhileStatement(oberonParser.WhileStatementContext context)
Parameters
Type Name Description
oberonParser.WhileStatementContext context

The parse tree.

| Improve this Doc View Source

ExitActualParameters(oberonParser.ActualParametersContext)

Exit a parse tree produced by actualParameters().

Declaration
void ExitActualParameters(oberonParser.ActualParametersContext context)
Parameters
Type Name Description
oberonParser.ActualParametersContext context

The parse tree.

| Improve this Doc View Source

ExitAddOperator(oberonParser.AddOperatorContext)

Exit a parse tree produced by addOperator().

Declaration
void ExitAddOperator(oberonParser.AddOperatorContext context)
Parameters
Type Name Description
oberonParser.AddOperatorContext context

The parse tree.

| Improve this Doc View Source

ExitArrayType(oberonParser.ArrayTypeContext)

Exit a parse tree produced by arrayType().

Declaration
void ExitArrayType(oberonParser.ArrayTypeContext context)
Parameters
Type Name Description
oberonParser.ArrayTypeContext context

The parse tree.

| Improve this Doc View Source

ExitAssignment(oberonParser.AssignmentContext)

Exit a parse tree produced by assignment().

Declaration
void ExitAssignment(oberonParser.AssignmentContext context)
Parameters
Type Name Description
oberonParser.AssignmentContext context

The parse tree.

| Improve this Doc View Source

ExitBaseType(oberonParser.BaseTypeContext)

Exit a parse tree produced by baseType().

Declaration
void ExitBaseType(oberonParser.BaseTypeContext context)
Parameters
Type Name Description
oberonParser.BaseTypeContext context

The parse tree.

| Improve this Doc View Source

ExitCase_(oberonParser.Case_Context)

Exit a parse tree produced by case_().

Declaration
void ExitCase_(oberonParser.Case_Context context)
Parameters
Type Name Description
oberonParser.Case_Context context

The parse tree.

| Improve this Doc View Source

ExitCaseLabelList(oberonParser.CaseLabelListContext)

Exit a parse tree produced by caseLabelList().

Declaration
void ExitCaseLabelList(oberonParser.CaseLabelListContext context)
Parameters
Type Name Description
oberonParser.CaseLabelListContext context

The parse tree.

| Improve this Doc View Source

ExitCaseStatement(oberonParser.CaseStatementContext)

Exit a parse tree produced by caseStatement().

Declaration
void ExitCaseStatement(oberonParser.CaseStatementContext context)
Parameters
Type Name Description
oberonParser.CaseStatementContext context

The parse tree.

| Improve this Doc View Source

ExitConstDeclaration(oberonParser.ConstDeclarationContext)

Exit a parse tree produced by constDeclaration().

Declaration
void ExitConstDeclaration(oberonParser.ConstDeclarationContext context)
Parameters
Type Name Description
oberonParser.ConstDeclarationContext context

The parse tree.

| Improve this Doc View Source

ExitConstExpression(oberonParser.ConstExpressionContext)

Exit a parse tree produced by constExpression().

Declaration
void ExitConstExpression(oberonParser.ConstExpressionContext context)
Parameters
Type Name Description
oberonParser.ConstExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitDeclarationSequence(oberonParser.DeclarationSequenceContext)

Exit a parse tree produced by declarationSequence().

Declaration
void ExitDeclarationSequence(oberonParser.DeclarationSequenceContext context)
Parameters
Type Name Description
oberonParser.DeclarationSequenceContext context

The parse tree.

| Improve this Doc View Source

ExitDesignator(oberonParser.DesignatorContext)

Exit a parse tree produced by designator().

Declaration
void ExitDesignator(oberonParser.DesignatorContext context)
Parameters
Type Name Description
oberonParser.DesignatorContext context

The parse tree.

| Improve this Doc View Source

ExitElement(oberonParser.ElementContext)

Exit a parse tree produced by element().

Declaration
void ExitElement(oberonParser.ElementContext context)
Parameters
Type Name Description
oberonParser.ElementContext context

The parse tree.

| Improve this Doc View Source

ExitExpList(oberonParser.ExpListContext)

Exit a parse tree produced by expList().

Declaration
void ExitExpList(oberonParser.ExpListContext context)
Parameters
Type Name Description
oberonParser.ExpListContext context

The parse tree.

| Improve this Doc View Source

ExitExpression(oberonParser.ExpressionContext)

Exit a parse tree produced by expression().

Declaration
void ExitExpression(oberonParser.ExpressionContext context)
Parameters
Type Name Description
oberonParser.ExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitFactor(oberonParser.FactorContext)

Exit a parse tree produced by factor().

Declaration
void ExitFactor(oberonParser.FactorContext context)
Parameters
Type Name Description
oberonParser.FactorContext context

The parse tree.

| Improve this Doc View Source

ExitFieldList(oberonParser.FieldListContext)

Exit a parse tree produced by fieldList().

Declaration
void ExitFieldList(oberonParser.FieldListContext context)
Parameters
Type Name Description
oberonParser.FieldListContext context

The parse tree.

| Improve this Doc View Source

ExitFieldListSequence(oberonParser.FieldListSequenceContext)

Exit a parse tree produced by fieldListSequence().

Declaration
void ExitFieldListSequence(oberonParser.FieldListSequenceContext context)
Parameters
Type Name Description
oberonParser.FieldListSequenceContext context

The parse tree.

| Improve this Doc View Source

ExitFormalParameters(oberonParser.FormalParametersContext)

Exit a parse tree produced by formalParameters().

Declaration
void ExitFormalParameters(oberonParser.FormalParametersContext context)
Parameters
Type Name Description
oberonParser.FormalParametersContext context

The parse tree.

| Improve this Doc View Source

ExitFormalType(oberonParser.FormalTypeContext)

Exit a parse tree produced by formalType().

Declaration
void ExitFormalType(oberonParser.FormalTypeContext context)
Parameters
Type Name Description
oberonParser.FormalTypeContext context

The parse tree.

| Improve this Doc View Source

ExitForStatement(oberonParser.ForStatementContext)

Exit a parse tree produced by forStatement().

Declaration
void ExitForStatement(oberonParser.ForStatementContext context)
Parameters
Type Name Description
oberonParser.ForStatementContext context

The parse tree.

| Improve this Doc View Source

ExitFPSection(oberonParser.FPSectionContext)

Exit a parse tree produced by fPSection().

Declaration
void ExitFPSection(oberonParser.FPSectionContext context)
Parameters
Type Name Description
oberonParser.FPSectionContext context

The parse tree.

| Improve this Doc View Source

ExitIdent(oberonParser.IdentContext)

Exit a parse tree produced by ident().

Declaration
void ExitIdent(oberonParser.IdentContext context)
Parameters
Type Name Description
oberonParser.IdentContext context

The parse tree.

| Improve this Doc View Source

ExitIdentdef(oberonParser.IdentdefContext)

Exit a parse tree produced by identdef().

Declaration
void ExitIdentdef(oberonParser.IdentdefContext context)
Parameters
Type Name Description
oberonParser.IdentdefContext context

The parse tree.

| Improve this Doc View Source

ExitIdentList(oberonParser.IdentListContext)

Exit a parse tree produced by identList().

Declaration
void ExitIdentList(oberonParser.IdentListContext context)
Parameters
Type Name Description
oberonParser.IdentListContext context

The parse tree.

| Improve this Doc View Source

ExitIfStatement(oberonParser.IfStatementContext)

Exit a parse tree produced by ifStatement().

Declaration
void ExitIfStatement(oberonParser.IfStatementContext context)
Parameters
Type Name Description
oberonParser.IfStatementContext context

The parse tree.

| Improve this Doc View Source

ExitImport_(oberonParser.Import_Context)

Exit a parse tree produced by import_().

Declaration
void ExitImport_(oberonParser.Import_Context context)
Parameters
Type Name Description
oberonParser.Import_Context context

The parse tree.

| Improve this Doc View Source

ExitImportList(oberonParser.ImportListContext)

Exit a parse tree produced by importList().

Declaration
void ExitImportList(oberonParser.ImportListContext context)
Parameters
Type Name Description
oberonParser.ImportListContext context

The parse tree.

| Improve this Doc View Source

ExitInteger(oberonParser.IntegerContext)

Exit a parse tree produced by integer().

Declaration
void ExitInteger(oberonParser.IntegerContext context)
Parameters
Type Name Description
oberonParser.IntegerContext context

The parse tree.

| Improve this Doc View Source

ExitLabel(oberonParser.LabelContext)

Exit a parse tree produced by label().

Declaration
void ExitLabel(oberonParser.LabelContext context)
Parameters
Type Name Description
oberonParser.LabelContext context

The parse tree.

| Improve this Doc View Source

ExitLabelRange(oberonParser.LabelRangeContext)

Exit a parse tree produced by labelRange().

Declaration
void ExitLabelRange(oberonParser.LabelRangeContext context)
Parameters
Type Name Description
oberonParser.LabelRangeContext context

The parse tree.

| Improve this Doc View Source

ExitLength(oberonParser.LengthContext)

Exit a parse tree produced by length().

Declaration
void ExitLength(oberonParser.LengthContext context)
Parameters
Type Name Description
oberonParser.LengthContext context

The parse tree.

| Improve this Doc View Source

ExitModule(oberonParser.ModuleContext)

Exit a parse tree produced by module().

Declaration
void ExitModule(oberonParser.ModuleContext context)
Parameters
Type Name Description
oberonParser.ModuleContext context

The parse tree.

| Improve this Doc View Source

ExitMulOperator(oberonParser.MulOperatorContext)

Exit a parse tree produced by mulOperator().

Declaration
void ExitMulOperator(oberonParser.MulOperatorContext context)
Parameters
Type Name Description
oberonParser.MulOperatorContext context

The parse tree.

| Improve this Doc View Source

ExitNumber(oberonParser.NumberContext)

Exit a parse tree produced by number().

Declaration
void ExitNumber(oberonParser.NumberContext context)
Parameters
Type Name Description
oberonParser.NumberContext context

The parse tree.

| Improve this Doc View Source

ExitPointerType(oberonParser.PointerTypeContext)

Exit a parse tree produced by pointerType().

Declaration
void ExitPointerType(oberonParser.PointerTypeContext context)
Parameters
Type Name Description
oberonParser.PointerTypeContext context

The parse tree.

| Improve this Doc View Source

ExitProcedureBody(oberonParser.ProcedureBodyContext)

Exit a parse tree produced by procedureBody().

Declaration
void ExitProcedureBody(oberonParser.ProcedureBodyContext context)
Parameters
Type Name Description
oberonParser.ProcedureBodyContext context

The parse tree.

| Improve this Doc View Source

ExitProcedureCall(oberonParser.ProcedureCallContext)

Exit a parse tree produced by procedureCall().

Declaration
void ExitProcedureCall(oberonParser.ProcedureCallContext context)
Parameters
Type Name Description
oberonParser.ProcedureCallContext context

The parse tree.

| Improve this Doc View Source

ExitProcedureDeclaration(oberonParser.ProcedureDeclarationContext)

Exit a parse tree produced by procedureDeclaration().

Declaration
void ExitProcedureDeclaration(oberonParser.ProcedureDeclarationContext context)
Parameters
Type Name Description
oberonParser.ProcedureDeclarationContext context

The parse tree.

| Improve this Doc View Source

ExitProcedureHeading(oberonParser.ProcedureHeadingContext)

Exit a parse tree produced by procedureHeading().

Declaration
void ExitProcedureHeading(oberonParser.ProcedureHeadingContext context)
Parameters
Type Name Description
oberonParser.ProcedureHeadingContext context

The parse tree.

| Improve this Doc View Source

ExitProcedureType(oberonParser.ProcedureTypeContext)

Exit a parse tree produced by procedureType().

Declaration
void ExitProcedureType(oberonParser.ProcedureTypeContext context)
Parameters
Type Name Description
oberonParser.ProcedureTypeContext context

The parse tree.

| Improve this Doc View Source

ExitQualident(oberonParser.QualidentContext)

Exit a parse tree produced by qualident().

Declaration
void ExitQualident(oberonParser.QualidentContext context)
Parameters
Type Name Description
oberonParser.QualidentContext context

The parse tree.

| Improve this Doc View Source

ExitReal(oberonParser.RealContext)

Exit a parse tree produced by real().

Declaration
void ExitReal(oberonParser.RealContext context)
Parameters
Type Name Description
oberonParser.RealContext context

The parse tree.

| Improve this Doc View Source

ExitRecordType(oberonParser.RecordTypeContext)

Exit a parse tree produced by recordType().

Declaration
void ExitRecordType(oberonParser.RecordTypeContext context)
Parameters
Type Name Description
oberonParser.RecordTypeContext context

The parse tree.

| Improve this Doc View Source

ExitRelation(oberonParser.RelationContext)

Exit a parse tree produced by relation().

Declaration
void ExitRelation(oberonParser.RelationContext context)
Parameters
Type Name Description
oberonParser.RelationContext context

The parse tree.

| Improve this Doc View Source

ExitRepeatStatement(oberonParser.RepeatStatementContext)

Exit a parse tree produced by repeatStatement().

Declaration
void ExitRepeatStatement(oberonParser.RepeatStatementContext context)
Parameters
Type Name Description
oberonParser.RepeatStatementContext context

The parse tree.

| Improve this Doc View Source

ExitScaleFactor(oberonParser.ScaleFactorContext)

Exit a parse tree produced by scaleFactor().

Declaration
void ExitScaleFactor(oberonParser.ScaleFactorContext context)
Parameters
Type Name Description
oberonParser.ScaleFactorContext context

The parse tree.

| Improve this Doc View Source

ExitSelector(oberonParser.SelectorContext)

Exit a parse tree produced by selector().

Declaration
void ExitSelector(oberonParser.SelectorContext context)
Parameters
Type Name Description
oberonParser.SelectorContext context

The parse tree.

| Improve this Doc View Source

ExitSet_(oberonParser.Set_Context)

Exit a parse tree produced by set_().

Declaration
void ExitSet_(oberonParser.Set_Context context)
Parameters
Type Name Description
oberonParser.Set_Context context

The parse tree.

| Improve this Doc View Source

ExitSimpleExpression(oberonParser.SimpleExpressionContext)

Exit a parse tree produced by simpleExpression().

Declaration
void ExitSimpleExpression(oberonParser.SimpleExpressionContext context)
Parameters
Type Name Description
oberonParser.SimpleExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitStatement(oberonParser.StatementContext)

Exit a parse tree produced by statement().

Declaration
void ExitStatement(oberonParser.StatementContext context)
Parameters
Type Name Description
oberonParser.StatementContext context

The parse tree.

| Improve this Doc View Source

ExitStatementSequence(oberonParser.StatementSequenceContext)

Exit a parse tree produced by statementSequence().

Declaration
void ExitStatementSequence(oberonParser.StatementSequenceContext context)
Parameters
Type Name Description
oberonParser.StatementSequenceContext context

The parse tree.

| Improve this Doc View Source

ExitTerm(oberonParser.TermContext)

Exit a parse tree produced by term().

Declaration
void ExitTerm(oberonParser.TermContext context)
Parameters
Type Name Description
oberonParser.TermContext context

The parse tree.

| Improve this Doc View Source

ExitType_(oberonParser.Type_Context)

Exit a parse tree produced by type_().

Declaration
void ExitType_(oberonParser.Type_Context context)
Parameters
Type Name Description
oberonParser.Type_Context context

The parse tree.

| Improve this Doc View Source

ExitTypeDeclaration(oberonParser.TypeDeclarationContext)

Exit a parse tree produced by typeDeclaration().

Declaration
void ExitTypeDeclaration(oberonParser.TypeDeclarationContext context)
Parameters
Type Name Description
oberonParser.TypeDeclarationContext context

The parse tree.

| Improve this Doc View Source

ExitVariableDeclaration(oberonParser.VariableDeclarationContext)

Exit a parse tree produced by variableDeclaration().

Declaration
void ExitVariableDeclaration(oberonParser.VariableDeclarationContext context)
Parameters
Type Name Description
oberonParser.VariableDeclarationContext context

The parse tree.

| Improve this Doc View Source

ExitWhileStatement(oberonParser.WhileStatementContext)

Exit a parse tree produced by whileStatement().

Declaration
void ExitWhileStatement(oberonParser.WhileStatementContext context)
Parameters
Type Name Description
oberonParser.WhileStatementContext context

The parse tree.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX