|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LongType | |
|---|---|
| edu.ksu.cis.projects.bogor.module | Provide a generic framework for dataflow analysis on BIR transition systems. |
| edu.ksu.cis.projects.bogor.module.value | Provides for Bogor values. |
| edu.ksu.cis.projects.bogor.type | Provides for Bogor types. |
| Uses of LongType in edu.ksu.cis.projects.bogor.module |
|---|
| Methods in edu.ksu.cis.projects.bogor.module with parameters of type LongType | |
|---|---|
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 |
IValueFactory.newLongValue(LongType type,
long l)
Creates an integer value. |
| Uses of LongType in edu.ksu.cis.projects.bogor.module.value |
|---|
| Fields in edu.ksu.cis.projects.bogor.module.value declared as LongType | |
|---|---|
protected LongType[] |
VariedValueArray.longElementTypes
Holds the type of this array value's long value elements. |
protected LongType |
DefaultLongValue.type
Holds the type of this long value. |
| Methods in edu.ksu.cis.projects.bogor.module.value with parameters of type LongType | |
|---|---|
ILongValue |
DefaultValueFactory.newLongValue(LongType type,
long l)
|
| Constructors in edu.ksu.cis.projects.bogor.module.value with parameters of type LongType | |
|---|---|
DefaultLongValue(LongType type,
long l)
Default constructor. |
|
| Uses of LongType in edu.ksu.cis.projects.bogor.type |
|---|
| Subclasses of LongType in edu.ksu.cis.projects.bogor.type | |
|---|---|
class |
LongRangeType
Represents an long range type. |
| Methods in edu.ksu.cis.projects.bogor.type that return LongType | |
|---|---|
LongType |
TypeFactory.getLongType()
Gets a long type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||