Show / Hide Table of Contents

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 Source

EnterFile_(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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

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