Package org.antlr.v4.codegen.model
package org.antlr.v4.codegen.model
-
ClassDescriptionThe class hierarchy underneath SrcOp is pretty deep but makes sense that, for example LL1StarBlock is a kind of LL1Loop which is a kind of Choice.Contains Rewrite block (usually as last op)The code associated with the outermost alternative of a rule.All the rule elements we can label like tokens, rules, sets, wildcard.A model object representing a parse tree listener file.(A | B | C)An optional block is just an alternative block where the last alternative is epsilon.(A B C)?Indicate field of OutputModelObject is an element to be walked by OutputModelWalker.Represents a serialized ATN that is just a list of signed integers; works for all targets except for java, which requires a 16-bit char encoding.A serialized ATN for the java target, which requires we use strings and 16-bit unicode values