Uses of Class
edu.ksu.cis.projects.bogor.type.IntType

Packages that use IntType
edu.ksu.cis.projects.bogor.module Provide a generic framework for dataflow analysis on BIR transition systems. 
edu.ksu.cis.projects.bogor.type Provides for Bogor types. 
 

Uses of IntType in edu.ksu.cis.projects.bogor.module
 

Methods in edu.ksu.cis.projects.bogor.module with parameters of type IntType
 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)
           
 

Uses of IntType in edu.ksu.cis.projects.bogor.type
 

Subclasses of IntType in edu.ksu.cis.projects.bogor.type
 class IntRangeType
          Represents an int range type.
 

Methods in edu.ksu.cis.projects.bogor.type that return IntType
 IntType TypeFactory.getIntType()
          Gets an int type.