Klasse MSpecBaseListener
- Alle implementierten Schnittstellen:
org.antlr.v4.runtime.tree.ParseTreeListener,MSpecListener
- Bekannte direkte Unterklassen:
MessageFormatListener
MSpecListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidEnter a parse tree produced byMSpecParser.abstractField().voidEnter a parse tree produced byMSpecParser.argument().voidEnter a parse tree produced byMSpecParser.argumentList().voidEnter a parse tree produced byMSpecParser.arrayField().voidEnter a parse tree produced byMSpecParser.assertField().voidEnter a parse tree produced byMSpecParser.attribute().voidEnter a parse tree produced byMSpecParser.attributeList().voidEnter a parse tree produced byMSpecParser.batchSetDefinition().voidEnter a parse tree produced byMSpecParser.binaryOperator().voidEnter a parse tree produced byMSpecParser.caseStatement().voidEnter a parse tree produced byMSpecParser.checksumField().voidEnter a parse tree produced byMSpecParser.complexType().voidEnter a parse tree produced byMSpecParser.complexTypeDefinition().voidEnter a parse tree produced byMSpecParser.constField().voidEnter a parse tree produced byMSpecParser.dataIoDefinition().voidEnter a parse tree produced byMSpecParser.dataType().voidEnter a parse tree produced byMSpecParser.discriminatorField().voidEnter a parse tree produced byMSpecParser.enumField().voidEnter a parse tree produced byMSpecParser.enumValueDefinition().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced byMSpecParser.expression().voidEnter a parse tree produced byMSpecParser.field().voidEnter a parse tree produced byMSpecParser.fieldDefinition().voidEnter a parse tree produced byMSpecParser.file().voidEnter a parse tree produced byMSpecParser.idExpression().voidEnter a parse tree produced byMSpecParser.implicitField().voidEnter a parse tree produced byMSpecParser.innerExpression().voidEnter a parse tree produced byMSpecParser.manualArrayField().voidEnter a parse tree produced byMSpecParser.manualField().voidEnter a parse tree produced byMSpecParser.multipleExpressions().voidEnter a parse tree produced byMSpecParser.multipleVariableLiterals().voidEnter a parse tree produced byMSpecParser.optionalField().voidEnter a parse tree produced byMSpecParser.paddingField().voidEnter a parse tree produced byMSpecParser.peekField().voidEnter a parse tree produced byMSpecParser.reservedField().voidEnter a parse tree produced byMSpecParser.simpleField().voidEnter a parse tree produced byMSpecParser.typeReference().voidEnter a parse tree produced byMSpecParser.typeSwitchField().voidEnter a parse tree produced byMSpecParser.unknownField().voidEnter a parse tree produced byMSpecParser.validationField().voidEnter a parse tree produced byMSpecParser.valueLiteral().voidEnter a parse tree produced byMSpecParser.variableLiteral().voidEnter a parse tree produced byMSpecParser.virtualField().voidExit a parse tree produced byMSpecParser.abstractField().voidExit a parse tree produced byMSpecParser.argument().voidExit a parse tree produced byMSpecParser.argumentList().voidExit a parse tree produced byMSpecParser.arrayField().voidExit a parse tree produced byMSpecParser.assertField().voidExit a parse tree produced byMSpecParser.attribute().voidExit a parse tree produced byMSpecParser.attributeList().voidExit a parse tree produced byMSpecParser.batchSetDefinition().voidExit a parse tree produced byMSpecParser.binaryOperator().voidExit a parse tree produced byMSpecParser.caseStatement().voidExit a parse tree produced byMSpecParser.checksumField().voidExit a parse tree produced byMSpecParser.complexType().voidExit a parse tree produced byMSpecParser.complexTypeDefinition().voidExit a parse tree produced byMSpecParser.constField().voidExit a parse tree produced byMSpecParser.dataIoDefinition().voidExit a parse tree produced byMSpecParser.dataType().voidExit a parse tree produced byMSpecParser.discriminatorField().voidExit a parse tree produced byMSpecParser.enumField().voidExit a parse tree produced byMSpecParser.enumValueDefinition().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced byMSpecParser.expression().voidExit a parse tree produced byMSpecParser.field().voidExit a parse tree produced byMSpecParser.fieldDefinition().voidExit a parse tree produced byMSpecParser.file().voidExit a parse tree produced byMSpecParser.idExpression().voidExit a parse tree produced byMSpecParser.implicitField().voidExit a parse tree produced byMSpecParser.innerExpression().voidExit a parse tree produced byMSpecParser.manualArrayField().voidExit a parse tree produced byMSpecParser.manualField().voidExit a parse tree produced byMSpecParser.multipleExpressions().voidExit a parse tree produced byMSpecParser.multipleVariableLiterals().voidExit a parse tree produced byMSpecParser.optionalField().voidExit a parse tree produced byMSpecParser.paddingField().voidExit a parse tree produced byMSpecParser.peekField().voidExit a parse tree produced byMSpecParser.reservedField().voidExit a parse tree produced byMSpecParser.simpleField().voidExit a parse tree produced byMSpecParser.typeReference().voidExit a parse tree produced byMSpecParser.typeSwitchField().voidExit a parse tree produced byMSpecParser.unknownField().voidExit a parse tree produced byMSpecParser.validationField().voidExit a parse tree produced byMSpecParser.valueLiteral().voidExit a parse tree produced byMSpecParser.variableLiteral().voidExit a parse tree produced byMSpecParser.virtualField().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Konstruktordetails
-
MSpecBaseListener
public MSpecBaseListener()
-
-
Methodendetails
-
enterFile
Enter a parse tree produced byMSpecParser.file().The default implementation does nothing.
- Angegeben von:
enterFilein SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitFile
Exit a parse tree produced byMSpecParser.file().The default implementation does nothing.
- Angegeben von:
exitFilein SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterComplexTypeDefinition
Enter a parse tree produced byMSpecParser.complexTypeDefinition().The default implementation does nothing.
- Angegeben von:
enterComplexTypeDefinitionin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitComplexTypeDefinition
Exit a parse tree produced byMSpecParser.complexTypeDefinition().The default implementation does nothing.
- Angegeben von:
exitComplexTypeDefinitionin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterComplexType
Enter a parse tree produced byMSpecParser.complexType().The default implementation does nothing.
- Angegeben von:
enterComplexTypein SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitComplexType
Exit a parse tree produced byMSpecParser.complexType().The default implementation does nothing.
- Angegeben von:
exitComplexTypein SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterFieldDefinition
Enter a parse tree produced byMSpecParser.fieldDefinition().The default implementation does nothing.
- Angegeben von:
enterFieldDefinitionin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitFieldDefinition
Exit a parse tree produced byMSpecParser.fieldDefinition().The default implementation does nothing.
- Angegeben von:
exitFieldDefinitionin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterBatchSetDefinition
Enter a parse tree produced byMSpecParser.batchSetDefinition().The default implementation does nothing.
- Angegeben von:
enterBatchSetDefinitionin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitBatchSetDefinition
Exit a parse tree produced byMSpecParser.batchSetDefinition().The default implementation does nothing.
- Angegeben von:
exitBatchSetDefinitionin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterDataIoDefinition
Enter a parse tree produced byMSpecParser.dataIoDefinition().The default implementation does nothing.
- Angegeben von:
enterDataIoDefinitionin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitDataIoDefinition
Exit a parse tree produced byMSpecParser.dataIoDefinition().The default implementation does nothing.
- Angegeben von:
exitDataIoDefinitionin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterField
Enter a parse tree produced byMSpecParser.field().The default implementation does nothing.
- Angegeben von:
enterFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitField
Exit a parse tree produced byMSpecParser.field().The default implementation does nothing.
- Angegeben von:
exitFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterAbstractField
Enter a parse tree produced byMSpecParser.abstractField().The default implementation does nothing.
- Angegeben von:
enterAbstractFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitAbstractField
Exit a parse tree produced byMSpecParser.abstractField().The default implementation does nothing.
- Angegeben von:
exitAbstractFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterArrayField
Enter a parse tree produced byMSpecParser.arrayField().The default implementation does nothing.
- Angegeben von:
enterArrayFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitArrayField
Exit a parse tree produced byMSpecParser.arrayField().The default implementation does nothing.
- Angegeben von:
exitArrayFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterChecksumField
Enter a parse tree produced byMSpecParser.checksumField().The default implementation does nothing.
- Angegeben von:
enterChecksumFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitChecksumField
Exit a parse tree produced byMSpecParser.checksumField().The default implementation does nothing.
- Angegeben von:
exitChecksumFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterConstField
Enter a parse tree produced byMSpecParser.constField().The default implementation does nothing.
- Angegeben von:
enterConstFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitConstField
Exit a parse tree produced byMSpecParser.constField().The default implementation does nothing.
- Angegeben von:
exitConstFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterDiscriminatorField
Enter a parse tree produced byMSpecParser.discriminatorField().The default implementation does nothing.
- Angegeben von:
enterDiscriminatorFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitDiscriminatorField
Exit a parse tree produced byMSpecParser.discriminatorField().The default implementation does nothing.
- Angegeben von:
exitDiscriminatorFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterEnumField
Enter a parse tree produced byMSpecParser.enumField().The default implementation does nothing.
- Angegeben von:
enterEnumFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitEnumField
Exit a parse tree produced byMSpecParser.enumField().The default implementation does nothing.
- Angegeben von:
exitEnumFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterImplicitField
Enter a parse tree produced byMSpecParser.implicitField().The default implementation does nothing.
- Angegeben von:
enterImplicitFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitImplicitField
Exit a parse tree produced byMSpecParser.implicitField().The default implementation does nothing.
- Angegeben von:
exitImplicitFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterAssertField
Enter a parse tree produced byMSpecParser.assertField().The default implementation does nothing.
- Angegeben von:
enterAssertFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitAssertField
Exit a parse tree produced byMSpecParser.assertField().The default implementation does nothing.
- Angegeben von:
exitAssertFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterManualArrayField
Enter a parse tree produced byMSpecParser.manualArrayField().The default implementation does nothing.
- Angegeben von:
enterManualArrayFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitManualArrayField
Exit a parse tree produced byMSpecParser.manualArrayField().The default implementation does nothing.
- Angegeben von:
exitManualArrayFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterManualField
Enter a parse tree produced byMSpecParser.manualField().The default implementation does nothing.
- Angegeben von:
enterManualFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitManualField
Exit a parse tree produced byMSpecParser.manualField().The default implementation does nothing.
- Angegeben von:
exitManualFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterOptionalField
Enter a parse tree produced byMSpecParser.optionalField().The default implementation does nothing.
- Angegeben von:
enterOptionalFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitOptionalField
Exit a parse tree produced byMSpecParser.optionalField().The default implementation does nothing.
- Angegeben von:
exitOptionalFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterPaddingField
Enter a parse tree produced byMSpecParser.paddingField().The default implementation does nothing.
- Angegeben von:
enterPaddingFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitPaddingField
Exit a parse tree produced byMSpecParser.paddingField().The default implementation does nothing.
- Angegeben von:
exitPaddingFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterReservedField
Enter a parse tree produced byMSpecParser.reservedField().The default implementation does nothing.
- Angegeben von:
enterReservedFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitReservedField
Exit a parse tree produced byMSpecParser.reservedField().The default implementation does nothing.
- Angegeben von:
exitReservedFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterSimpleField
Enter a parse tree produced byMSpecParser.simpleField().The default implementation does nothing.
- Angegeben von:
enterSimpleFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitSimpleField
Exit a parse tree produced byMSpecParser.simpleField().The default implementation does nothing.
- Angegeben von:
exitSimpleFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterTypeSwitchField
Enter a parse tree produced byMSpecParser.typeSwitchField().The default implementation does nothing.
- Angegeben von:
enterTypeSwitchFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitTypeSwitchField
Exit a parse tree produced byMSpecParser.typeSwitchField().The default implementation does nothing.
- Angegeben von:
exitTypeSwitchFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterUnknownField
Enter a parse tree produced byMSpecParser.unknownField().The default implementation does nothing.
- Angegeben von:
enterUnknownFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitUnknownField
Exit a parse tree produced byMSpecParser.unknownField().The default implementation does nothing.
- Angegeben von:
exitUnknownFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterVirtualField
Enter a parse tree produced byMSpecParser.virtualField().The default implementation does nothing.
- Angegeben von:
enterVirtualFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitVirtualField
Exit a parse tree produced byMSpecParser.virtualField().The default implementation does nothing.
- Angegeben von:
exitVirtualFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterValidationField
Enter a parse tree produced byMSpecParser.validationField().The default implementation does nothing.
- Angegeben von:
enterValidationFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitValidationField
Exit a parse tree produced byMSpecParser.validationField().The default implementation does nothing.
- Angegeben von:
exitValidationFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterPeekField
Enter a parse tree produced byMSpecParser.peekField().The default implementation does nothing.
- Angegeben von:
enterPeekFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitPeekField
Exit a parse tree produced byMSpecParser.peekField().The default implementation does nothing.
- Angegeben von:
exitPeekFieldin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterEnumValueDefinition
Enter a parse tree produced byMSpecParser.enumValueDefinition().The default implementation does nothing.
- Angegeben von:
enterEnumValueDefinitionin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitEnumValueDefinition
Exit a parse tree produced byMSpecParser.enumValueDefinition().The default implementation does nothing.
- Angegeben von:
exitEnumValueDefinitionin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterTypeReference
Enter a parse tree produced byMSpecParser.typeReference().The default implementation does nothing.
- Angegeben von:
enterTypeReferencein SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitTypeReference
Exit a parse tree produced byMSpecParser.typeReference().The default implementation does nothing.
- Angegeben von:
exitTypeReferencein SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterCaseStatement
Enter a parse tree produced byMSpecParser.caseStatement().The default implementation does nothing.
- Angegeben von:
enterCaseStatementin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitCaseStatement
Exit a parse tree produced byMSpecParser.caseStatement().The default implementation does nothing.
- Angegeben von:
exitCaseStatementin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterDataType
Enter a parse tree produced byMSpecParser.dataType().The default implementation does nothing.
- Angegeben von:
enterDataTypein SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitDataType
Exit a parse tree produced byMSpecParser.dataType().The default implementation does nothing.
- Angegeben von:
exitDataTypein SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterAttribute
Enter a parse tree produced byMSpecParser.attribute().The default implementation does nothing.
- Angegeben von:
enterAttributein SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitAttribute
Exit a parse tree produced byMSpecParser.attribute().The default implementation does nothing.
- Angegeben von:
exitAttributein SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterAttributeList
Enter a parse tree produced byMSpecParser.attributeList().The default implementation does nothing.
- Angegeben von:
enterAttributeListin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitAttributeList
Exit a parse tree produced byMSpecParser.attributeList().The default implementation does nothing.
- Angegeben von:
exitAttributeListin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterArgument
Enter a parse tree produced byMSpecParser.argument().The default implementation does nothing.
- Angegeben von:
enterArgumentin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitArgument
Exit a parse tree produced byMSpecParser.argument().The default implementation does nothing.
- Angegeben von:
exitArgumentin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterArgumentList
Enter a parse tree produced byMSpecParser.argumentList().The default implementation does nothing.
- Angegeben von:
enterArgumentListin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitArgumentList
Exit a parse tree produced byMSpecParser.argumentList().The default implementation does nothing.
- Angegeben von:
exitArgumentListin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterExpression
Enter a parse tree produced byMSpecParser.expression().The default implementation does nothing.
- Angegeben von:
enterExpressionin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitExpression
Exit a parse tree produced byMSpecParser.expression().The default implementation does nothing.
- Angegeben von:
exitExpressionin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterMultipleExpressions
Enter a parse tree produced byMSpecParser.multipleExpressions().The default implementation does nothing.
- Angegeben von:
enterMultipleExpressionsin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitMultipleExpressions
Exit a parse tree produced byMSpecParser.multipleExpressions().The default implementation does nothing.
- Angegeben von:
exitMultipleExpressionsin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterMultipleVariableLiterals
Enter a parse tree produced byMSpecParser.multipleVariableLiterals().The default implementation does nothing.
- Angegeben von:
enterMultipleVariableLiteralsin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitMultipleVariableLiterals
Exit a parse tree produced byMSpecParser.multipleVariableLiterals().The default implementation does nothing.
- Angegeben von:
exitMultipleVariableLiteralsin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterVariableLiteral
Enter a parse tree produced byMSpecParser.variableLiteral().The default implementation does nothing.
- Angegeben von:
enterVariableLiteralin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitVariableLiteral
Exit a parse tree produced byMSpecParser.variableLiteral().The default implementation does nothing.
- Angegeben von:
exitVariableLiteralin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterInnerExpression
Enter a parse tree produced byMSpecParser.innerExpression().The default implementation does nothing.
- Angegeben von:
enterInnerExpressionin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitInnerExpression
Exit a parse tree produced byMSpecParser.innerExpression().The default implementation does nothing.
- Angegeben von:
exitInnerExpressionin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterValueLiteral
Enter a parse tree produced byMSpecParser.valueLiteral().The default implementation does nothing.
- Angegeben von:
enterValueLiteralin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitValueLiteral
Exit a parse tree produced byMSpecParser.valueLiteral().The default implementation does nothing.
- Angegeben von:
exitValueLiteralin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterIdExpression
Enter a parse tree produced byMSpecParser.idExpression().The default implementation does nothing.
- Angegeben von:
enterIdExpressionin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitIdExpression
Exit a parse tree produced byMSpecParser.idExpression().The default implementation does nothing.
- Angegeben von:
exitIdExpressionin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterBinaryOperator
Enter a parse tree produced byMSpecParser.binaryOperator().The default implementation does nothing.
- Angegeben von:
enterBinaryOperatorin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
exitBinaryOperator
Exit a parse tree produced byMSpecParser.binaryOperator().The default implementation does nothing.
- Angegeben von:
exitBinaryOperatorin SchnittstelleMSpecListener- Parameter:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Angegeben von:
enterEveryRulein Schnittstelleorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Angegeben von:
exitEveryRulein Schnittstelleorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) The default implementation does nothing.
- Angegeben von:
visitTerminalin Schnittstelleorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) The default implementation does nothing.
- Angegeben von:
visitErrorNodein Schnittstelleorg.antlr.v4.runtime.tree.ParseTreeListener
-