Namespace GCore.Antlr.Grammers.Stl
Classes
STLBaseListener
This class provides an empty implementation of ISTLListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
STLBaseVisitor<Result>
This class provides an empty implementation of ISTLVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
STLLexer
STLParser
STLParser.File_Context
STLParser.FooterContext
STLParser.HeaderContext
STLParser.TriangleContext
STLParser.TripleContext
STLParser.VertexContext
Interfaces
ISTLListener
This interface defines a complete listener for a parse tree produced by STLParser.
ISTLVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by STLParser.