Class BookmarksSymbolTable

java.lang.Object
org.gvsig.expressionevaluator.spi.AbstractSymbolTable
org.gvsig.expressionevaluator.impl.symboltable.BookmarksSymbolTable
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 BookmarksSymbolTable extends org.gvsig.expressionevaluator.spi.AbstractSymbolTable implements org.gvsig.expressionevaluator.SymbolTable
Author:
gvSIG Team
  • Field Summary

    Fields inherited from class org.gvsig.expressionevaluator.spi.AbstractSymbolTable

    functionAlias, functions, LOGGER, symbolTables, vars
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Map<String,Object>
     

    Methods inherited from class org.gvsig.expressionevaluator.spi.AbstractSymbolTable

    addFunction, addFunctions, addSymbolTable, clone, containsSymbolTable, exists, fixSymbolTables, fixSymbolTables, function, functions, get, getFunctionAlias, getFunctions, getName, getSymbolTables, isSQLCompatible, iterator, localfunctions, localvariables, removeFunction, removeSymbolTable, removeVar, setVar, toString, value, variables

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator

    Methods inherited from interface org.gvsig.expressionevaluator.SymbolTable

    addSymbolTable, clone, containsSymbolTable, exists, function, functions, getName, isSQLCompatible, localfunctions, localvariables, removeSymbolTable, value, variables
  • Constructor Details

    • BookmarksSymbolTable

      public BookmarksSymbolTable(String bookmarkGroup)
  • Method Details

    • getVars

      protected Map<String,Object> getVars()
      Overrides:
      getVars in class org.gvsig.expressionevaluator.spi.AbstractSymbolTable