Uses of Class
csheets.core.formula.Literal

Packages that use Literal
csheets.core.formula.util Provides utilities for performing operations on formulas. 
csheets.ext.assertion Provides support for user-specified and system-generated assertions. 
csheets.ext.test Provides support for test cases and test case parameters. 
 

Uses of Literal in csheets.core.formula.util
 

Methods in csheets.core.formula.util with parameters of type Literal
 Value Interpreter.visitLiteral(Literal literal)
           
 Object ExpressionVisitor.visitLiteral(Literal literal)
          Visits the given literal.
 Object ExpressionTreePrinter.visitLiteral(Literal literal)
           
 Expression ExpressionBuilder.visitLiteral(Literal literal)
           
 Object AbstractExpressionVisitor.visitLiteral(Literal literal)
           
 

Uses of Literal in csheets.ext.assertion
 

Methods in csheets.ext.assertion with parameters of type Literal
 Object AssertionArithmeticVisitor.visitLiteral(Literal literal)
           
 

Uses of Literal in csheets.ext.test
 

Subclasses of Literal in csheets.ext.test
 class TestCaseParam
          A class holding information about a Test Case Parameter.