Package | Description |
---|---|
org.antlr.v4 |
Modifier and Type | Method and Description |
---|---|
static Tool.OptionArgType |
Tool.OptionArgType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tool.OptionArgType[] |
Tool.OptionArgType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Tool.Option(String fieldName,
String name,
Tool.OptionArgType argType,
String description) |
Copyright © 1992–2020 ANTLR. All rights reserved.