Show / Hide Table of Contents

Namespace GCore.Antlr.Grammers.Gml

Classes

gmlBaseListener

This class provides an empty implementation of IgmlListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

gmlBaseVisitor<Result>

This class provides an empty implementation of IgmlVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.

gmlLexer

gmlParser

gmlParser.GraphContext

gmlParser.IntegerContext

gmlParser.KeyContext

gmlParser.KvContext

gmlParser.List_Context

gmlParser.RealnumContext

gmlParser.Str_Context

gmlParser.StringliteralContext

gmlParser.ValueContext

Interfaces

IgmlListener

This interface defines a complete listener for a parse tree produced by gmlParser.

IgmlVisitor<Result>

This interface defines a complete generic visitor for a parse tree produced by gmlParser.

In This Article
Back to top Generated by DocFX