Methods in edu.ksu.cis.projects.bogor.module that return ILongValue |
ILongValue |
DefaultExpEvaluator.evaluateCast(LongType castType,
IDoubleValue value)
|
ILongValue |
IExpEvaluator.evaluateCast(LongType castType,
IDoubleValue value)
|
ILongValue |
DefaultExpEvaluator.evaluateCast(LongType castType,
IFloatValue value)
|
ILongValue |
IExpEvaluator.evaluateCast(LongType castType,
IFloatValue value)
|
ILongValue |
DefaultExpEvaluator.evaluateCast(LongType castType,
IIntValue value)
|
ILongValue |
IExpEvaluator.evaluateCast(LongType castType,
IIntValue value)
|
ILongValue |
DefaultExpEvaluator.evaluateCast(LongType castType,
ILongValue value)
|
ILongValue |
IExpEvaluator.evaluateCast(LongType castType,
ILongValue value)
|
ILongValue |
DefaultExpEvaluator.evaluateUnaryOp(UnaryOp unop,
ILongValue value)
|
ILongValue |
IExpEvaluator.evaluateUnaryOp(UnaryOp unop,
ILongValue value)
|
ILongValue |
IValueFactory.newLongValue(long l)
Creates a long value. |
ILongValue |
IValueFactory.newLongValue(LongType type,
long l)
Creates an integer value. |
Methods in edu.ksu.cis.projects.bogor.module with parameters of type ILongValue |
IValue |
DefaultExpEvaluator.evaluateBinaryOp(BinaryOp binop,
ILongValue value1,
ILongValue value2)
|
IValue |
IExpEvaluator.evaluateBinaryOp(BinaryOp binop,
ILongValue value1,
ILongValue value2)
|
IIntValue |
DefaultExpEvaluator.evaluateCast(IntType castType,
ILongValue value)
|
IIntValue |
IExpEvaluator.evaluateCast(IntType castType,
ILongValue value)
|
ILongValue |
DefaultExpEvaluator.evaluateCast(LongType castType,
ILongValue value)
|
ILongValue |
IExpEvaluator.evaluateCast(LongType castType,
ILongValue value)
|
IDoubleValue |
DefaultExpEvaluator.evaluateCastDouble(ILongValue value)
|
IDoubleValue |
IExpEvaluator.evaluateCastDouble(ILongValue value)
|
IFloatValue |
DefaultExpEvaluator.evaluateCastFloat(ILongValue value)
|
IFloatValue |
IExpEvaluator.evaluateCastFloat(ILongValue value)
|
ILongValue |
DefaultExpEvaluator.evaluateUnaryOp(UnaryOp unop,
ILongValue value)
|
ILongValue |
IExpEvaluator.evaluateUnaryOp(UnaryOp unop,
ILongValue value)
|
void |
DefaultStateExternalizer.externalizeLongValue(int indents,
ILongValue value)
|