| Package | Description |
|---|---|
| org.jboss.aesh.parser |
| Modifier and Type | Field and Description |
|---|---|
private ParserStatus |
AeshLine.status |
| Modifier and Type | Method and Description |
|---|---|
ParserStatus |
AeshLine.getStatus() |
static ParserStatus |
ParserStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParserStatus[] |
ParserStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AeshLine(java.lang.String originalInput,
java.util.List<java.lang.String> words,
ParserStatus status,
java.lang.String errorMessage) |