Namespace GCore.Antlr.Grammers.Romannumerals
Classes
romannumeralsBaseListener
This class provides an empty implementation of IromannumeralsListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
romannumeralsBaseVisitor<Result>
This class provides an empty implementation of IromannumeralsVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
romannumeralsLexer
romannumeralsParser
romannumeralsParser.ExpressionContext
romannumeralsParser.Hun_partContext
romannumeralsParser.Hun_repContext
romannumeralsParser.HundredsContext
romannumeralsParser.Ones_repContext
romannumeralsParser.OnesContext
romannumeralsParser.Tens_partContext
romannumeralsParser.Tens_repContext
romannumeralsParser.TensContext
romannumeralsParser.Thous_partContext
romannumeralsParser.ThousandsContext
Interfaces
IromannumeralsListener
This interface defines a complete listener for a parse tree produced by romannumeralsParser.
IromannumeralsVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by romannumeralsParser.