Uses of Interface
org.antlr.v4.codegen.OutputModelFactory
-
Packages that use OutputModelFactory Package Description org.antlr.v4.codegen org.antlr.v4.codegen.model org.antlr.v4.codegen.model.decl -
-
Uses of OutputModelFactory in org.antlr.v4.codegen
Classes in org.antlr.v4.codegen that implement OutputModelFactory Modifier and Type Class Description class
BlankOutputModelFactory
class
DefaultOutputModelFactory
Create output objects for elements *within* rule functions except buildOutputModel() which builds outer/root model object and any objects such as RuleFunction that surround elements in rule functions.class
LexerFactory
class
ParserFactory
Fields in org.antlr.v4.codegen declared as OutputModelFactory Modifier and Type Field Description OutputModelFactory
OutputModelController. delegate
Who does the work? Doesn't have to be CoreOutputModelFactory.OutputModelFactory
CodeGeneratorExtension. factory
Methods in org.antlr.v4.codegen with parameters of type OutputModelFactory Modifier and Type Method Description static List<ActionChunk>
ActionTranslator. translateAction(OutputModelFactory factory, RuleFunction rf, org.antlr.runtime.Token tokenWithinAction, ActionAST node)
static List<ActionChunk>
ActionTranslator. translateActionChunk(OutputModelFactory factory, RuleFunction rf, String action, ActionAST node)
Constructors in org.antlr.v4.codegen with parameters of type OutputModelFactory Constructor Description ActionTranslator(OutputModelFactory factory, ActionAST node)
CodeGeneratorExtension(OutputModelFactory factory)
OutputModelController(OutputModelFactory factory)
-
Uses of OutputModelFactory in org.antlr.v4.codegen.model
Fields in org.antlr.v4.codegen.model declared as OutputModelFactory Modifier and Type Field Description OutputModelFactory
OutputModelObject. factory
Methods in org.antlr.v4.codegen.model with parameters of type OutputModelFactory Modifier and Type Method Description void
RuleFunction. addContextGetters(OutputModelFactory factory, Rule r)
void
RuleFunction. fillNamedActions(OutputModelFactory factory, Rule r)
ThrowNoViableAlt
Choice. getThrowNoViableAlt(OutputModelFactory factory, GrammarAST blkAST, IntervalSet expecting)
-
Uses of OutputModelFactory in org.antlr.v4.codegen.model.decl
-