Package | Description |
---|---|
it.geosolutions.jaiext.jiffle.parser |
Jiffle parser and support classes.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,Symbol> |
SymbolScope.symbols
Symbols defined within this scope, keyed by name.
|
Modifier and Type | Method and Description |
---|---|
Symbol |
SymbolScope.get(String name)
Searches for a symbol in this scope and, if not found,
any enclosing scopes.
|
Modifier and Type | Method and Description |
---|---|
void |
SymbolScope.add(Symbol symbol)
Adds a symbol to this scope.
|
void |
SymbolScope.add(Symbol symbol,
boolean allowReplacement)
Adds a symbol to this scope, optionally allowing
replacement of any existing symbol with the same name.
|
Copyright © 2006–2018 GeoSolutions. All rights reserved.