Package org.antlr.v4.runtime
Annotation Interface RuleDependencies
This annotation allows multiple
RuleDependency annotations to be
applied to a single element.-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionThe set of rule dependencies for the annotated element.
-
Element Details
-
value
RuleDependency[] valueThe set of rule dependencies for the annotated element.
-