Uses of Interface
org.antlr.v4.codegen.OutputModelFactory
Packages that use OutputModelFactory
-
Uses of OutputModelFactory in org.antlr.v4.codegen
Classes in org.antlr.v4.codegen that implement OutputModelFactoryModifier and TypeClassDescriptionclass
class
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
class
Fields in org.antlr.v4.codegen declared as OutputModelFactoryModifier and TypeFieldDescriptionOutputModelController.delegate
Who does the work? Doesn't have to be CoreOutputModelFactory.(package private) final OutputModelFactory
ActionTranslator.factory
CodeGeneratorExtension.factory
Methods in org.antlr.v4.codegen with parameters of type OutputModelFactoryModifier and TypeMethodDescriptionstatic 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 OutputModelFactoryModifierConstructorDescriptionActionTranslator
(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 OutputModelFactoryMethods in org.antlr.v4.codegen.model with parameters of type OutputModelFactoryModifier and TypeMethodDescriptionvoid
RuleFunction.addContextGetters
(OutputModelFactory factory, Rule r) private static TestSetInline.Bitset[]
TestSetInline.createBitsets
(OutputModelFactory factory, IntervalSet set, int wordSize, boolean useZeroOffset) void
RuleFunction.fillNamedActions
(OutputModelFactory factory, Rule r) Choice.getThrowNoViableAlt
(OutputModelFactory factory, GrammarAST blkAST, IntervalSet expecting) Constructors in org.antlr.v4.codegen.model with parameters of type OutputModelFactoryModifierConstructorDescriptionAction
(OutputModelFactory factory, StructDecl ctx, String action) Action
(OutputModelFactory factory, StructDecl ctx, org.stringtemplate.v4.ST actionST) Action
(OutputModelFactory factory, ActionAST ast) AddToLabelList
(OutputModelFactory factory, String listName, Decl label) AltBlock
(OutputModelFactory factory, GrammarAST blkOrEbnfRootAST, List<CodeBlockForAlt> alts) ArgAction
(OutputModelFactory factory, ActionAST ast, String ctxType) BaseListenerFile
(OutputModelFactory factory, String fileName) BaseVisitorFile
(OutputModelFactory factory, String fileName) CaptureNextToken
(OutputModelFactory factory, String varName) CaptureNextTokenType
(OutputModelFactory factory, String varName) Choice
(OutputModelFactory factory, GrammarAST blkOrEbnfRootAST, List<CodeBlockForAlt> alts) CodeBlockForAlt
(OutputModelFactory factory) CodeBlockForOuterMostAlt
(OutputModelFactory factory, Alternative alt) DispatchMethod
(OutputModelFactory factory) ExceptionClause
(OutputModelFactory factory, ActionAST catchArg, ActionAST catchAction) Lexer
(OutputModelFactory factory, LexerFile file) LexerFile
(OutputModelFactory factory, String fileName) ListenerDispatchMethod
(OutputModelFactory factory, boolean isEnter) ListenerFile
(OutputModelFactory factory, String fileName) LL1AltBlock
(OutputModelFactory factory, GrammarAST blkAST, List<CodeBlockForAlt> alts) LL1Choice
(OutputModelFactory factory, GrammarAST blkAST, List<CodeBlockForAlt> alts) LL1Loop
(OutputModelFactory factory, GrammarAST blkAST, List<CodeBlockForAlt> alts) LL1OptionalBlock
(OutputModelFactory factory, GrammarAST blkAST, List<CodeBlockForAlt> alts) LL1OptionalBlockSingleAlt
(OutputModelFactory factory, GrammarAST blkAST, List<CodeBlockForAlt> alts) LL1PlusBlockSingleAlt
(OutputModelFactory factory, GrammarAST plusRoot, List<CodeBlockForAlt> alts) LL1StarBlockSingleAlt
(OutputModelFactory factory, GrammarAST starRoot, List<CodeBlockForAlt> alts) Loop
(OutputModelFactory factory, GrammarAST blkOrEbnfRootAST, List<CodeBlockForAlt> alts) MatchNotSet
(OutputModelFactory factory, GrammarAST ast) MatchSet
(OutputModelFactory factory, GrammarAST ast) MatchToken
(OutputModelFactory factory, GrammarAST ast) MatchToken
(OutputModelFactory factory, TerminalAST ast) OptionalBlock
(OutputModelFactory factory, GrammarAST questionAST, List<CodeBlockForAlt> alts) OutputFile
(OutputModelFactory factory, String fileName) OutputModelObject
(OutputModelFactory factory) OutputModelObject
(OutputModelFactory factory, GrammarAST ast) Parser
(OutputModelFactory factory, ParserFile file) ParserFile
(OutputModelFactory factory, String fileName) PlusBlock
(OutputModelFactory factory, GrammarAST plusRoot, List<CodeBlockForAlt> alts) Recognizer
(OutputModelFactory factory) RuleActionFunction
(OutputModelFactory factory, Rule r, String ctxType) RuleElement
(OutputModelFactory factory, GrammarAST ast) RuleFunction
(OutputModelFactory factory, Rule r) RuleSempredFunction
(OutputModelFactory factory, Rule r, String ctxType) SemPred
(OutputModelFactory factory, ActionAST ast) SerializedATN
(OutputModelFactory factory) SerializedATN
(OutputModelFactory factory, ATN atn) SerializedJavaATN
(OutputModelFactory factory, ATN atn) SrcOp
(OutputModelFactory factory) SrcOp
(OutputModelFactory factory, GrammarAST ast) StarBlock
(OutputModelFactory factory, GrammarAST blkOrEbnfRootAST, List<CodeBlockForAlt> alts) Sync
(OutputModelFactory factory, GrammarAST blkOrEbnfRootAST, IntervalSet expecting, int decision, String position) TestSetInline
(OutputModelFactory factory, GrammarAST ast, IntervalSet set, int wordSize) ThrowEarlyExitException
(OutputModelFactory factory, GrammarAST ast, IntervalSet expecting) ThrowNoViableAlt
(OutputModelFactory factory, GrammarAST blkOrEbnfRootAST, IntervalSet expecting) ThrowRecognitionException
(OutputModelFactory factory, GrammarAST ast, IntervalSet expecting) VisitorDispatchMethod
(OutputModelFactory factory) VisitorFile
(OutputModelFactory factory, String fileName) Wildcard
(OutputModelFactory factory, GrammarAST ast) -
Uses of OutputModelFactory in org.antlr.v4.codegen.model.decl
Constructors in org.antlr.v4.codegen.model.decl with parameters of type OutputModelFactoryModifierConstructorDescriptionAltLabelStructDecl
(OutputModelFactory factory, Rule r, int altNum, String label) AttributeDecl
(OutputModelFactory factory, Attribute a) CodeBlock
(OutputModelFactory factory) CodeBlock
(OutputModelFactory factory, int treeLevel, int codeBlockLevel) ContextGetterDecl
(OutputModelFactory factory, String name) ContextGetterDecl
(OutputModelFactory factory, String name, boolean signature) ContextRuleGetterDecl
(OutputModelFactory factory, String name, String ctxName, boolean optional) ContextRuleGetterDecl
(OutputModelFactory factory, String name, String ctxName, boolean optional, boolean signature) ContextRuleListGetterDecl
(OutputModelFactory factory, String name, String ctxName) ContextRuleListGetterDecl
(OutputModelFactory factory, String name, String ctxName, boolean signature) ContextRuleListIndexedGetterDecl
(OutputModelFactory factory, String name, String ctxName) ContextRuleListIndexedGetterDecl
(OutputModelFactory factory, String name, String ctxName, boolean signature) ContextTokenGetterDecl
(OutputModelFactory factory, String name, boolean optional) ContextTokenGetterDecl
(OutputModelFactory factory, String name, boolean optional, boolean signature) ContextTokenListGetterDecl
(OutputModelFactory factory, String name) ContextTokenListGetterDecl
(OutputModelFactory factory, String name, boolean signature) ContextTokenListIndexedGetterDecl
(OutputModelFactory factory, String name) ContextTokenListIndexedGetterDecl
(OutputModelFactory factory, String name, boolean signature) Decl
(OutputModelFactory factory, String name) Decl
(OutputModelFactory factory, String name, String decl) ElementListDecl
(OutputModelFactory factory, String name) RuleContextDecl
(OutputModelFactory factory, String name, String ctxName) RuleContextListDecl
(OutputModelFactory factory, String name, String ctxName) StructDecl
(OutputModelFactory factory, Rule r) protected
StructDecl
(OutputModelFactory factory, Rule r, String name) TokenDecl
(OutputModelFactory factory, String varName) TokenListDecl
(OutputModelFactory factory, String varName) TokenTypeDecl
(OutputModelFactory factory, String name)