Interface ISTLListener
This interface defines a complete listener for a parse tree produced by STLParser.
Namespace: GCore.Antlr.Grammers.Stl
Assembly: Stl.dll
Syntax
public interface ISTLListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterFile_(STLParser.File_Context)
Enter a parse tree produced by file_().
Declaration
void EnterFile_(STLParser.File_Context context)
Parameters
Type | Name | Description |
---|---|---|
STLParser.File_Context | context | The parse tree. |
EnterFooter(STLParser.FooterContext)
Enter a parse tree produced by footer().
Declaration
void EnterFooter(STLParser.FooterContext context)
Parameters
Type | Name | Description |
---|---|---|
STLParser.FooterContext | context | The parse tree. |
EnterHeader(STLParser.HeaderContext)
Enter a parse tree produced by header().
Declaration
void EnterHeader(STLParser.HeaderContext context)
Parameters
Type | Name | Description |
---|---|---|
STLParser.HeaderContext | context | The parse tree. |
EnterTriangle(STLParser.TriangleContext)
Enter a parse tree produced by triangle().
Declaration
void EnterTriangle(STLParser.TriangleContext context)
Parameters
Type | Name | Description |
---|---|---|
STLParser.TriangleContext | context | The parse tree. |
EnterTriple(STLParser.TripleContext)
Enter a parse tree produced by triple().
Declaration
void EnterTriple(STLParser.TripleContext context)
Parameters
Type | Name | Description |
---|---|---|
STLParser.TripleContext | context | The parse tree. |
EnterVertex(STLParser.VertexContext)
Enter a parse tree produced by vertex().
Declaration
void EnterVertex(STLParser.VertexContext context)
Parameters
Type | Name | Description |
---|---|---|
STLParser.VertexContext | context | The parse tree. |
ExitFile_(STLParser.File_Context)
Exit a parse tree produced by file_().
Declaration
void ExitFile_(STLParser.File_Context context)
Parameters
Type | Name | Description |
---|---|---|
STLParser.File_Context | context | The parse tree. |
ExitFooter(STLParser.FooterContext)
Exit a parse tree produced by footer().
Declaration
void ExitFooter(STLParser.FooterContext context)
Parameters
Type | Name | Description |
---|---|---|
STLParser.FooterContext | context | The parse tree. |
ExitHeader(STLParser.HeaderContext)
Exit a parse tree produced by header().
Declaration
void ExitHeader(STLParser.HeaderContext context)
Parameters
Type | Name | Description |
---|---|---|
STLParser.HeaderContext | context | The parse tree. |
ExitTriangle(STLParser.TriangleContext)
Exit a parse tree produced by triangle().
Declaration
void ExitTriangle(STLParser.TriangleContext context)
Parameters
Type | Name | Description |
---|---|---|
STLParser.TriangleContext | context | The parse tree. |
ExitTriple(STLParser.TripleContext)
Exit a parse tree produced by triple().
Declaration
void ExitTriple(STLParser.TripleContext context)
Parameters
Type | Name | Description |
---|---|---|
STLParser.TripleContext | context | The parse tree. |
ExitVertex(STLParser.VertexContext)
Exit a parse tree produced by vertex().
Declaration
void ExitVertex(STLParser.VertexContext context)
Parameters
Type | Name | Description |
---|---|---|
STLParser.VertexContext | context | The parse tree. |