Class LRSSymbolTable
java.lang.Object
org.gvsig.expressionevaluator.spi.AbstractSymbolTable
org.gvsig.lrs.lib.impl.expressionevaluator.symboltable.LRSSymbolTable
- All Implemented Interfaces:
Cloneable,Iterable<org.gvsig.expressionevaluator.Function>,org.gvsig.expressionevaluator.SymbolTable,org.gvsig.tools.lang.Cloneable,org.gvsig.tools.util.GetItemByKey<String,Object>
public class LRSSymbolTable
extends org.gvsig.expressionevaluator.spi.AbstractSymbolTable
- Author:
- jjdelcerro
-
Field Summary
FieldsFields inherited from class org.gvsig.expressionevaluator.spi.AbstractSymbolTable
functionAlias, functions, LOGGER, symbolTables, vars -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.gvsig.expressionevaluator.spi.AbstractSymbolTable
addFunction, addFunctions, addSymbolTable, clone, containsSymbolTable, exists, fixSymbolTables, fixSymbolTables, function, functions, get, getFunctionAlias, getFunctions, getName, getSymbolTables, getVars, isSQLCompatible, iterator, localfunctions, localvariables, removeFunction, removeSymbolTable, removeVar, setVar, toString, value, variablesMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
GROUP_LRS
- See Also:
-
-
Constructor Details
-
LRSSymbolTable
public LRSSymbolTable()
-