@Documented @Retention(value=SOURCE) @Target(value={FIELD,METHOD}) public @interface DolmenInternal
These methods or fields are declared as protected
instead
of private
because they must be used/accessed by
generated code in sub-classes, but users accessing them
do this at the risk of breaking the inner mechanisms of
their generated lexer/parser.
Modifier and Type | Optional Element and Description |
---|---|
boolean |
read |