Uses of Class
de.grogra.grammar.RecognitionExceptionList
Packages that use RecognitionExceptionList
-
Uses of RecognitionExceptionList in de.grogra.grammar
Methods in de.grogra.grammar that return RecognitionExceptionListModifier and TypeMethodDescriptionRecognitionExceptionList.enableAdd()
Enables the addition of exceptions.Methods in de.grogra.grammar with parameters of type RecognitionExceptionListModifier and TypeMethodDescriptionvoid
RecognitionExceptionList.addAll
(RecognitionExceptionList list) Methods in de.grogra.grammar that throw RecognitionExceptionList -
Uses of RecognitionExceptionList in de.grogra.xl.compiler
Subclasses of RecognitionExceptionList in de.grogra.xl.compilerFields in de.grogra.xl.compiler declared as RecognitionExceptionListModifier and TypeFieldDescriptionfinal RecognitionExceptionList
CompilationUnit.problems
Compilation problems are passed to this instance by the XL compiler.Methods in de.grogra.xl.compiler with parameters of type RecognitionExceptionListModifier and TypeMethodDescriptionstatic void
CompilerBase.checkOperatorFunction
(antlr.collections.AST params, antlr.collections.AST mods, antlr.collections.AST id, int symbol, RecognitionExceptionList exceptionList) Constructors in de.grogra.xl.compiler with parameters of type RecognitionExceptionListModifierConstructorDescriptionCompilationUnit
(ClassPath classPath, antlr.collections.AST tree, String source, RecognitionExceptionList problems, Scope defaultImports, CompilerOptions options, Collection<Annotation> annotations) -
Uses of RecognitionExceptionList in de.grogra.xl.parser
Fields in de.grogra.xl.parser declared as RecognitionExceptionListMethods in de.grogra.xl.parser that return RecognitionExceptionListModifier and TypeMethodDescriptionprotected RecognitionExceptionList
Parser.createExceptionList()
final RecognitionExceptionList
Parser.getExceptionList()