Package | Description |
---|---|
it.geosolutions.jaiext.jiffle.parser |
Jiffle parser and support classes.
|
Modifier and Type | Method and Description |
---|---|
Symbol.Type |
Symbol.getType()
Gets the type.
|
static Symbol.Type |
Symbol.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Symbol.Type[] |
Symbol.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
SymbolScope.getByType(Symbol.Type type)
Returns name of all symbols with the given type, in the current scope and enclosing scopes
|
Constructor and Description |
---|
Symbol(String name,
Symbol.Type type)
Creates a new symbol.
|
Copyright © 2006–2018 GeoSolutions. All rights reserved.