Namespace GCore.Antlr.Grammers.Cool
Classes
COOLBaseListener
This class provides an empty implementation of ICOOLListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
COOLBaseVisitor<Result>
This class provides an empty implementation of ICOOLVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
COOLLexer
COOLParser
COOLParser.AddContext
COOLParser.AssignmentContext
COOLParser.BlockContext
COOLParser.BoolNotContext
COOLParser.CaseContext
COOLParser.ClassDefineContext
COOLParser.ClassesContext
COOLParser.DivisionContext
COOLParser.EofContext
COOLParser.EqualContext
COOLParser.ExpressionContext
COOLParser.FalseContext
COOLParser.FeatureContext
COOLParser.FormalContext
COOLParser.IdContext
COOLParser.IfContext
COOLParser.IntContext
COOLParser.IsvoidContext
COOLParser.LessEqualContext
COOLParser.LessThanContext
COOLParser.LetInContext
COOLParser.MethodCallContext
COOLParser.MethodContext
COOLParser.MinusContext
COOLParser.MultiplyContext
COOLParser.NegativeContext
COOLParser.NewContext
COOLParser.OwnMethodCallContext
COOLParser.ParenthesesContext
COOLParser.ProgramBlocksContext
COOLParser.ProgramContext
COOLParser.PropertyContext
COOLParser.StringContext
COOLParser.TrueContext
COOLParser.WhileContext
Interfaces
ICOOLListener
This interface defines a complete listener for a parse tree produced by COOLParser.
ICOOLVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by COOLParser.