Uses of Interface
edu.ksu.cis.projects.bogor.module.value.ILongValue

Packages that use ILongValue
edu.ksu.cis.projects.bogor.module Provide a generic framework for dataflow analysis on BIR transition systems. 
edu.ksu.cis.projects.bogor.module.backtrack Provides types and factories for "undo" operations. 
edu.ksu.cis.projects.bogor.module.value Provides for Bogor values. 
 

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

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)
           
 

Uses of ILongValue in edu.ksu.cis.projects.bogor.module.backtrack
 

Methods in edu.ksu.cis.projects.bogor.module.backtrack with parameters of type ILongValue
 IGlobalBacktrackingInfo DefaultBacktrackingInfoFactory.createGlobalBacktrackingInfo(int stateId, int threadId, Action action, int globalIndex, ILongValue oldValue, ISchedulingStrategyInfo ssi)
           
 ILocalBacktrackingInfo DefaultBacktrackingInfoFactory.createLocalBacktrackingInfo(int stateId, int threadId, Node node, int localIndex, ILongValue oldValue, ISchedulingStrategyInfo ssi)
           
 

Uses of ILongValue in edu.ksu.cis.projects.bogor.module.value
 

Classes in edu.ksu.cis.projects.bogor.module.value that implement ILongValue
 class DefaultLongValue
          The default implementation of ILongValue.
 

Methods in edu.ksu.cis.projects.bogor.module.value that return ILongValue
 ILongValue DefaultLongValue.clone(Map<Object,Object> cloneMap)
           
 ILongValue ILongValue.clone(Map<Object,Object> cloneMap)
          Override to specialize return type
 ILongValue DefaultValueFactory.newLongValue(long l)
           
 ILongValue DefaultValueFactory.newLongValue(LongType type, long l)