Namespace GCore.Antlr.Grammers.Ply
Classes
plyBaseListener
This class provides an empty implementation of IplyListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
plyBaseVisitor<Result>
This class provides an empty implementation of IplyVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
plyLexer
plyParser
plyParser.ElementContext
plyParser.End_headerContext
plyParser.FaceContext
plyParser.FacesContext
plyParser.Format_Context
plyParser.HeaderContext
plyParser.ListpropertyContext
plyParser.NumberContext
plyParser.PlyContext
plyParser.PlydeclarationContext
plyParser.Property_Context
plyParser.ScalarpropertyContext
plyParser.StringContext
plyParser.Type_Context
plyParser.VertexContext
plyParser.VerticesContext
Interfaces
IplyListener
This interface defines a complete listener for a parse tree produced by plyParser.
IplyVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by plyParser.