Modifier and Type | Class and Description |
---|---|
class |
ContextEvaluationException
Creation-Date: Dec 5, 2006, 4:19:26 PM
|
Modifier and Type | Method and Description |
---|---|
static EvaluationException |
EvaluationException.getInstance(ErrorValue errorValue) |
Modifier and Type | Method and Description |
---|---|
void |
Formula.initialize(FormulaContext context) |
Modifier and Type | Method and Description |
---|---|
TypeValuePair |
Function.evaluate(FormulaContext context,
ParameterCallback parameters) |
Type |
ParameterCallback.getType(int position) |
Object |
ParameterCallback.getValue(int position) |
Modifier and Type | Method and Description |
---|---|
TypeValuePair |
AndFunction.evaluate(FormulaContext context,
ParameterCallback parameters) |
TypeValuePair |
FalseFunction.evaluate(FormulaContext context,
ParameterCallback parameters) |
TypeValuePair |
NotFunction.evaluate(FormulaContext context,
ParameterCallback parameters) |
TypeValuePair |
IfFunction.evaluate(FormulaContext context,
ParameterCallback parameters) |
TypeValuePair |
TrueFunction.evaluate(FormulaContext context,
ParameterCallback parameters) |
TypeValuePair |
IfNaFunction.evaluate(FormulaContext context,
ParameterCallback parameters) |
TypeValuePair |
OrFunction.evaluate(FormulaContext context,
ParameterCallback parameters) |
TypeValuePair |
XorFunction.evaluate(FormulaContext context,
ParameterCallback parameters) |
Modifier and Type | Method and Description |
---|---|
TypeValuePair |
IntFunction.evaluate(FormulaContext context,
ParameterCallback parameters) |
Modifier and Type | Method and Description |
---|---|
TypeValuePair |
CsvArrayFunction.evaluate(FormulaContext context,
ParameterCallback parameters) |
TypeValuePair |
NormalizeArrayFunction.evaluate(FormulaContext context,
ParameterCallback parameters) |
TypeValuePair |
CsvTextFunction.evaluate(FormulaContext context,
ParameterCallback parameters) |
TypeValuePair |
ParseDateFunction.evaluate(FormulaContext context,
ParameterCallback parameters) |
Modifier and Type | Method and Description |
---|---|
TypeValuePair |
ContextLookup.evaluate() |
TypeValuePair |
PrefixTerm.evaluate() |
TypeValuePair |
LValue.evaluate() |
TypeValuePair |
FormulaFunction.evaluate() |
TypeValuePair |
Term.evaluate() |
TypeValuePair |
DefaultDataTable.evaluate() |
TypeValuePair |
PostfixTerm.evaluate() |
void |
AbstractLValue.initialize(FormulaContext context) |
void |
LValue.initialize(FormulaContext context) |
void |
FormulaFunction.initialize(FormulaContext context) |
void |
Term.initialize(FormulaContext context) |
void |
DefaultDataTable.initialize(FormulaContext context) |
void |
StaticValue.initialize(FormulaContext context) |
Modifier and Type | Class and Description |
---|---|
class |
TypeConversionException
Creation-Date: 10.04.2007, 14:13:40
|
Modifier and Type | Method and Description |
---|---|
int |
ExtendedComparator.compare(Type type1,
Object value1,
Type type2,
Object value2)
Returns null, if the types are not comparable and are not convertible at
all.
|
TypeValuePair |
DefaultTypeRegistry.convertTo(Type targetType,
TypeValuePair valuePair)
Checks whether the target type would accept the specified value object and value type.
|
TypeValuePair |
TypeRegistry.convertTo(Type targetType,
TypeValuePair valuePair)
Checks whether the target type would accept the specified value object and value type.
|
ArrayCallback |
DefaultTypeRegistry.convertToArray(Type type,
Object value) |
ArrayCallback |
TypeRegistry.convertToArray(Type type,
Object value) |
Date |
DefaultTypeRegistry.convertToDate(Type type1,
Object value) |
Date |
TypeRegistry.convertToDate(Type type1,
Object value)
Converts the object of the given type into a date.
|
Boolean |
TypeRegistry.convertToLogical(Type type1,
Object value)
Converts the object of the given type into a boolean.
|
Number |
DefaultTypeRegistry.convertToNumber(Type sourceType,
Object value)
converts the object of the given type into a number.
|
Number |
TypeRegistry.convertToNumber(Type type1,
Object value)
Converts the object of the given type into a number.
|
NumberSequence |
DefaultTypeRegistry.convertToNumberSequence(Type type,
Object value,
boolean strict) |
NumberSequence |
TypeRegistry.convertToNumberSequence(Type type,
Object value,
boolean strictTypeChecks)
Converts the given (type,value) pair into a numeric sequence.
|
Sequence |
DefaultTypeRegistry.convertToSequence(Type type,
Object value) |
Sequence |
TypeRegistry.convertToSequence(Type type,
Object value) |
String |
DefaultTypeRegistry.convertToText(Type type1,
Object value) |
String |
TypeRegistry.convertToText(Type type1,
Object value)
(This conversion is used by the operator implementations.)
|
LValue |
StaticArrayCallback.getRaw(int row,
int column) |
LValue |
ArrayCallback.getRaw(int row,
int column) |
Type |
StaticArrayCallback.getType(int row,
int column) |
Type |
ArrayCallback.getType(int row,
int column) |
Object |
StaticArrayCallback.getValue(int row,
int column) |
Object |
ArrayCallback.getValue(int row,
int column) |
boolean |
Sequence.hasNext() |
Object |
Sequence.next() |
Number |
NumberSequence.nextNumber() |
LValue |
Sequence.nextRawValue() |
Constructor and Description |
---|
StaticArrayCallback(ArrayCallback source) |
Modifier and Type | Method and Description |
---|---|
boolean |
AnySequence.hasNext() |
Object |
AnySequence.next() |
Number |
AnyNumberSequence.nextNumber() |
Number |
DefaultNumberSequence.nextNumber() |
LValue |
AnySequence.nextRawValue() |
Modifier and Type | Method and Description |
---|---|
static BigDecimal |
NumberUtil.divide(BigDecimal bd1,
BigDecimal bd2) |