Namespace GCore.Antlr.Grammers.Clif
Classes
CLIFBaseListener
This class provides an empty implementation of ICLIFListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
CLIFBaseVisitor<Result>
This class provides an empty implementation of ICLIFVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
CLIFLexer
CLIFParser
CLIFParser.AtomContext
CLIFParser.AtomsentContext
CLIFParser.BoolsentContext
CLIFParser.BoundlistContext
CLIFParser.CltextContext
CLIFParser.CommentsentContext
CLIFParser.EquationContext
CLIFParser.InterpretablenameContext
CLIFParser.InterpretednameContext
CLIFParser.ModuleContext
CLIFParser.NameContext
CLIFParser.NamedtextContext
CLIFParser.Operator_Context
CLIFParser.PhraseContext
CLIFParser.PredicateContext
CLIFParser.QuantsentContext
CLIFParser.SentenceContext
CLIFParser.TermContext
CLIFParser.TermseqContext
CLIFParser.TextContext
Interfaces
ICLIFListener
This interface defines a complete listener for a parse tree produced by CLIFParser.
ICLIFVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by CLIFParser.