org.antlr.v4.runtime.tree.ParseTreeListener
, TLSFParserListener
public class TLSFParserBaseListener extends java.lang.Object implements TLSFParserListener
TLSFParserListener
,
which can be extended to create a listener which only needs to handle a subset
of the available methods.Constructor | Description |
---|---|
TLSFParserBaseListener() |
Modifier and Type | Method | Description |
---|---|---|
void |
enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) |
|
void |
enterInput(TLSFParser.InputContext ctx) |
Enter a parse tree produced by
TLSFParser.input() . |
void |
enterOutput(TLSFParser.OutputContext ctx) |
Enter a parse tree produced by
TLSFParser.output() . |
void |
enterSemantics(TLSFParser.SemanticsContext ctx) |
Enter a parse tree produced by
TLSFParser.semantics() . |
void |
enterSpecification(TLSFParser.SpecificationContext ctx) |
Enter a parse tree produced by
TLSFParser.specification() . |
void |
enterTarget(TLSFParser.TargetContext ctx) |
Enter a parse tree produced by
TLSFParser.target() . |
void |
enterTlsf(TLSFParser.TlsfContext ctx) |
Enter a parse tree produced by
TLSFParser.tlsf() . |
void |
exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) |
|
void |
exitInput(TLSFParser.InputContext ctx) |
Exit a parse tree produced by
TLSFParser.input() . |
void |
exitOutput(TLSFParser.OutputContext ctx) |
Exit a parse tree produced by
TLSFParser.output() . |
void |
exitSemantics(TLSFParser.SemanticsContext ctx) |
Exit a parse tree produced by
TLSFParser.semantics() . |
void |
exitSpecification(TLSFParser.SpecificationContext ctx) |
Exit a parse tree produced by
TLSFParser.specification() . |
void |
exitTarget(TLSFParser.TargetContext ctx) |
Exit a parse tree produced by
TLSFParser.target() . |
void |
exitTlsf(TLSFParser.TlsfContext ctx) |
Exit a parse tree produced by
TLSFParser.tlsf() . |
void |
visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) |
|
void |
visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) |
public void enterTlsf(TLSFParser.TlsfContext ctx)
TLSFParser.tlsf()
.
The default implementation does nothing.
enterTlsf
in interface TLSFParserListener
ctx
- the parse treepublic void exitTlsf(TLSFParser.TlsfContext ctx)
TLSFParser.tlsf()
.
The default implementation does nothing.
exitTlsf
in interface TLSFParserListener
ctx
- the parse treepublic void enterSemantics(TLSFParser.SemanticsContext ctx)
TLSFParser.semantics()
.
The default implementation does nothing.
enterSemantics
in interface TLSFParserListener
ctx
- the parse treepublic void exitSemantics(TLSFParser.SemanticsContext ctx)
TLSFParser.semantics()
.
The default implementation does nothing.
exitSemantics
in interface TLSFParserListener
ctx
- the parse treepublic void enterTarget(TLSFParser.TargetContext ctx)
TLSFParser.target()
.
The default implementation does nothing.
enterTarget
in interface TLSFParserListener
ctx
- the parse treepublic void exitTarget(TLSFParser.TargetContext ctx)
TLSFParser.target()
.
The default implementation does nothing.
exitTarget
in interface TLSFParserListener
ctx
- the parse treepublic void enterInput(TLSFParser.InputContext ctx)
TLSFParser.input()
.
The default implementation does nothing.
enterInput
in interface TLSFParserListener
ctx
- the parse treepublic void exitInput(TLSFParser.InputContext ctx)
TLSFParser.input()
.
The default implementation does nothing.
exitInput
in interface TLSFParserListener
ctx
- the parse treepublic void enterOutput(TLSFParser.OutputContext ctx)
TLSFParser.output()
.
The default implementation does nothing.
enterOutput
in interface TLSFParserListener
ctx
- the parse treepublic void exitOutput(TLSFParser.OutputContext ctx)
TLSFParser.output()
.
The default implementation does nothing.
exitOutput
in interface TLSFParserListener
ctx
- the parse treepublic void enterSpecification(TLSFParser.SpecificationContext ctx)
TLSFParser.specification()
.
The default implementation does nothing.
enterSpecification
in interface TLSFParserListener
ctx
- the parse treepublic void exitSpecification(TLSFParser.SpecificationContext ctx)
TLSFParser.specification()
.
The default implementation does nothing.
exitSpecification
in interface TLSFParserListener
ctx
- the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode
in interface org.antlr.v4.runtime.tree.ParseTreeListener