Uses of Class
csheets.core.formula.lang.UnknownElementException

Packages that use UnknownElementException
csheets.core.formula.lang Provides the operators, functions and references supported by the formula language. 
 

Uses of UnknownElementException in csheets.core.formula.lang
 

Methods in csheets.core.formula.lang that throw UnknownElementException
 BinaryOperator Language.getBinaryOperator(String identifier)
          Returns the binary operator with the given identifier.
 Function Language.getFunction(String identifier)
          Returns the function with the given identifier.
 UnaryOperator Language.getUnaryOperator(String identifier)
          Returns the unary operator with the given identifier.