Package | Description |
---|---|
org.antlr.v4 |
Modifier and Type | Method | 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 | Description |
---|---|
Option(String fieldName,
String name,
Tool.OptionArgType argType,
String description) |
Copyright © 1992–2018 ANTLR. All rights reserved.