Interface FeatureSymbolTable
- All Superinterfaces:
Cloneable,org.gvsig.tools.lang.Cloneable,Iterable<org.gvsig.expressionevaluator.Function>,org.gvsig.expressionevaluator.MutableSymbolTable,org.gvsig.expressionevaluator.SymbolTable
public interface FeatureSymbolTable
extends org.gvsig.expressionevaluator.MutableSymbolTable
- Author:
- jjdelcerro
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionclone()org.gvsig.expressionevaluator.MutableSymbolTableUtility method that creates a mutable symbol table whose table delegated to this.voidsetFeature(Feature feature) Methods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface org.gvsig.expressionevaluator.MutableSymbolTable
addFunction, addFunctions, removeFunction, removeVar, setVarMethods inherited from interface org.gvsig.expressionevaluator.SymbolTable
addSymbolTable, containsSymbolTable, exists, function, functions, getName, isSQLCompatible, localfunctions, localvariables, removeSymbolTable, value, variables
-
Field Details
-
SYMBOL_CURRENT_TABLE
- See Also:
-
SYMBOL_CURRENT_ROW
- See Also:
-
-
Method Details
-
setFeature
-
getFeature
Feature getFeature() -
clone
- Specified by:
clonein interfaceorg.gvsig.tools.lang.Cloneable- Specified by:
clonein interfaceorg.gvsig.expressionevaluator.MutableSymbolTable- Specified by:
clonein interfaceorg.gvsig.expressionevaluator.SymbolTable- Throws:
CloneNotSupportedException
-
createParent
org.gvsig.expressionevaluator.MutableSymbolTable createParent()Utility method that creates a mutable symbol table whose table delegated to this.- Returns:
-