Methods in edu.ksu.cis.projects.bogor.module that return IIntValue |
IIntValue |
DefaultExpEvaluator.evaluateCast(IntType castType,
IDoubleValue value)
|
IIntValue |
IExpEvaluator.evaluateCast(IntType castType,
IDoubleValue value)
|
IIntValue |
DefaultExpEvaluator.evaluateCast(IntType castType,
IFloatValue value)
|
IIntValue |
IExpEvaluator.evaluateCast(IntType castType,
IFloatValue value)
|
IIntValue |
DefaultExpEvaluator.evaluateCast(IntType castType,
IIntValue value)
|
IIntValue |
IExpEvaluator.evaluateCast(IntType castType,
IIntValue value)
|
IIntValue |
DefaultExpEvaluator.evaluateCast(IntType castType,
ILongValue value)
|
IIntValue |
IExpEvaluator.evaluateCast(IntType castType,
ILongValue value)
|
IIntValue |
DefaultExpEvaluator.evaluateInstanceof(IValue value,
Type instanceofType)
|
IIntValue |
IExpEvaluator.evaluateInstanceof(IValue value,
Type instanceofType)
|
IIntValue |
DefaultExpEvaluator.evaluateKindof(IValue value,
Type kindofType)
|
IIntValue |
IExpEvaluator.evaluateKindof(IValue value,
Type kindofType)
|
IIntValue |
DefaultExpEvaluator.evaluateUnaryOp(UnaryOp unop,
IIntValue value)
|
IIntValue |
IExpEvaluator.evaluateUnaryOp(UnaryOp unop,
IIntValue value)
|
IIntValue |
IValueFactory.newIntValue(int integer)
Creates an integer value. |
IIntValue |
IValueFactory.newIntValue(Type type,
int integer)
Creates an integer value. |
Methods in edu.ksu.cis.projects.bogor.module with parameters of type IIntValue |
IValue |
DefaultExpEvaluator.evaluateArrayAccess(IArrayValue arrayValue,
IIntValue indexValue)
|
IValue |
IExpEvaluator.evaluateArrayAccess(IArrayValue arrayValue,
IIntValue indexValue)
|
IValue |
DefaultExpEvaluator.evaluateBinaryOp(BinaryOp binop,
IIntValue value1,
IIntValue value2)
|
IValue |
IExpEvaluator.evaluateBinaryOp(BinaryOp binop,
IIntValue value1,
IIntValue value2)
|
IIntValue |
DefaultExpEvaluator.evaluateCast(IntType castType,
IIntValue value)
|
IIntValue |
IExpEvaluator.evaluateCast(IntType castType,
IIntValue value)
|
ILongValue |
DefaultExpEvaluator.evaluateCast(LongType castType,
IIntValue value)
|
ILongValue |
IExpEvaluator.evaluateCast(LongType castType,
IIntValue value)
|
IDoubleValue |
DefaultExpEvaluator.evaluateCastDouble(IIntValue value)
|
IDoubleValue |
IExpEvaluator.evaluateCastDouble(IIntValue value)
|
IFloatValue |
DefaultExpEvaluator.evaluateCastFloat(IIntValue value)
|
IFloatValue |
IExpEvaluator.evaluateCastFloat(IIntValue value)
|
IIntValue |
DefaultExpEvaluator.evaluateUnaryOp(UnaryOp unop,
IIntValue value)
|
IIntValue |
IExpEvaluator.evaluateUnaryOp(UnaryOp unop,
IIntValue value)
|
void |
DefaultStateExternalizer.externalizeIntValue(int indents,
IIntValue value)
|
INoChangeBacktrackingInfo |
DefaultActionTaker.takeAssertAction(AssertAction a,
IIntValue value)
|
INoChangeBacktrackingInfo |
IActionTaker.takeAssertAction(AssertAction a,
IIntValue value)
|
IBacktrackingInfo |
DefaultActionTaker.takeAssumeAction(AssumeAction a,
IIntValue value)
|
IBacktrackingInfo |
IActionTaker.takeAssumeAction(AssumeAction a,
IIntValue value)
|