Namespace GCore.Antlr.Grammers.Plucid
Classes
plucidBaseListener
This class provides an empty implementation of IplucidListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
plucidBaseVisitor<Result>
This class provides an empty implementation of IplucidVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
plucidLexer
plucidParser
plucidParser.Actuals_listContext
plucidParser.BodyContext
plucidParser.Case_expressionContext
plucidParser.CbodyContext
plucidParser.Cond_expressionContext
plucidParser.ConstantContext
plucidParser.Current_declarationContext
plucidParser.Declarations_listContext
plucidParser.DefaultcaseContext
plucidParser.DefinitionContext
plucidParser.Definitions_listContext
plucidParser.EndifContext
plucidParser.Expression_itemContext
plucidParser.ExpressionContext
plucidParser.Expressions_listContext
plucidParser.Formals_listContext
plucidParser.Function_callContext
plucidParser.Function_definitionContext
plucidParser.IdentifierContext
plucidParser.If_expressionContext
plucidParser.Infix_operatorContext
plucidParser.Integer_constantContext
plucidParser.List_constant_elementContext
plucidParser.List_constantContext
plucidParser.List_expressionContext
plucidParser.Numeric_constantContext
plucidParser.Prefix_operatorContext
plucidParser.ProgramContext
plucidParser.Real_constantContext
plucidParser.Simple_definitionContext
plucidParser.Where_clauseContext
plucidParser.Word_constant_less_the_quotesContext
plucidParser.Word_constantContext
Interfaces
IplucidListener
This interface defines a complete listener for a parse tree produced by plucidParser.
IplucidVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by plucidParser.