@Retention(value=RUNTIME) @Target(value={TYPE,PARAMETER}) public @interface Name
| Modifier and Type | Required Element and Description |
|---|---|
String |
value
String name of the annotated type representing terminal symbol.
|
| Modifier and Type | Optional Element and Description |
|---|---|
int |
priority
Priority of the annotated terminal symbol, used in case of match of multiple terminal symbols ion the source
text.
|
public abstract String value
Copyright © 2020. All rights reserved.