Java.target.apidocs.org.antlr.v4.runtime.RuleDependencies.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of antlr4-perf-testsuite Show documentation
Show all versions of antlr4-perf-testsuite Show documentation
The ANTLR 4 grammar compiler.
RuleDependencies (ANTLR 4 Runtime (Optimized) 4.7.3 API)
org.antlr.v4.runtime
Annotation Type RuleDependencies
-
@Retention(value=RUNTIME)
@Target(value={TYPE,CONSTRUCTOR,METHOD,FIELD})
public @interface RuleDependencies
This annotation allows multiple RuleDependency
annotations to be
applied to a single element.
- Author:
- Sam Harwell
-
-
Required Element Summary
Required Elements
Modifier and Type
Required Element and Description
RuleDependency[]
value
The set of rule dependencies for the annotated element.
-
-
Element Detail
-
value
public abstract RuleDependency[] value
The set of rule dependencies for the annotated element.
Copyright © 1992–2019 Tunnel Vision Laboratories, LLC. All rights reserved.