Uses of Interface
csheets.core.formula.UnaryOperator

Packages that use UnaryOperator
csheets.core.formula Provides classes for representing formulas. 
csheets.core.formula.lang Provides the operators, functions and references supported by the formula language. 
 

Uses of UnaryOperator in csheets.core.formula
 

Constructors in csheets.core.formula with parameters of type UnaryOperator
UnaryOperation(UnaryOperator operator, Expression operand)
          Creates a new unary operation.
 

Uses of UnaryOperator in csheets.core.formula.lang
 

Classes in csheets.core.formula.lang that implement UnaryOperator
 class Negator
          A negator (negative sign).
 class Percent
          A percent operator (division by 100).
 

Methods in csheets.core.formula.lang that return UnaryOperator
 UnaryOperator Language.getUnaryOperator(String identifier)
          Returns the unary operator with the given identifier.