T
- The return type of the visit operation. Use Void
for
operations with no return type.org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
TLSFParserBaseVisitor
public interface TLSFParserVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
TLSFParser
.Modifier and Type | Method | Description |
---|---|---|
T |
visitInput(TLSFParser.InputContext ctx) |
Visit a parse tree produced by
TLSFParser.input() . |
T |
visitOutput(TLSFParser.OutputContext ctx) |
Visit a parse tree produced by
TLSFParser.output() . |
T |
visitSemantics(TLSFParser.SemanticsContext ctx) |
Visit a parse tree produced by
TLSFParser.semantics() . |
T |
visitSpecification(TLSFParser.SpecificationContext ctx) |
Visit a parse tree produced by
TLSFParser.specification() . |
T |
visitTarget(TLSFParser.TargetContext ctx) |
Visit a parse tree produced by
TLSFParser.target() . |
T |
visitTlsf(TLSFParser.TlsfContext ctx) |
Visit a parse tree produced by
TLSFParser.tlsf() . |
T visitTlsf(TLSFParser.TlsfContext ctx)
TLSFParser.tlsf()
.ctx
- the parse treeT visitSemantics(TLSFParser.SemanticsContext ctx)
TLSFParser.semantics()
.ctx
- the parse treeT visitTarget(TLSFParser.TargetContext ctx)
TLSFParser.target()
.ctx
- the parse treeT visitInput(TLSFParser.InputContext ctx)
TLSFParser.input()
.ctx
- the parse treeT visitOutput(TLSFParser.OutputContext ctx)
TLSFParser.output()
.ctx
- the parse treeT visitSpecification(TLSFParser.SpecificationContext ctx)
TLSFParser.specification()
.ctx
- the parse tree