| Modifier and Type | Method and Description |
|---|---|
static CustomParseException.Message |
CustomParseException.Message.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomParseException.Message[] |
CustomParseException.Message.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static CustomParseException |
CustomParseException.factory(Token tok,
CustomParseException.Message msg) |
| Constructor and Description |
|---|
MValue(Token tok,
String typeName,
CustomParseException.Message errMessage,
String value)
Instantiates a new m value.
|
Copyright © 2003–2024 Terracotta, Inc.. All rights reserved.