Namespace GCore.Antlr.Grammers.Vmf
Classes
vmfBaseListener
This class provides an empty implementation of IvmfListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
vmfBaseVisitor<Result>
This class provides an empty implementation of IvmfVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
vmfLexer
vmfParser
vmfParser.AtomicvalueContext
vmfParser.KeyContext
vmfParser.KeyvalueContext
vmfParser.ListvalueContext
vmfParser.ValContext
vmfParser.VmfContext
Interfaces
IvmfListener
This interface defines a complete listener for a parse tree produced by vmfParser.
IvmfVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by vmfParser.