Package | Description |
---|---|
it.geosolutions.jaiext.jiffle.parser |
Jiffle parser and support classes.
|
Modifier and Type | Field and Description |
---|---|
protected Message.Level |
Message.level |
Modifier and Type | Method and Description |
---|---|
static Message.Level |
Message.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Message.Level[] |
Message.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CompilerMessage(Message.Level level,
int line,
int charPos,
String msg) |
CompilerMessage(Message.Level level,
Token tok,
String msg) |
Message(Message.Level level,
String msg) |
Copyright © 2006–2018 GeoSolutions. All rights reserved.