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

Packages that use IStringValue
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. 
 

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

Methods in edu.ksu.cis.projects.bogor.module that return IStringValue
 IStringValue IValueFactory.newStringValue(String s)
          Creates a string value.
 

Methods in edu.ksu.cis.projects.bogor.module with parameters of type IStringValue
 void DefaultStateExternalizer.externalizeStringValue(int indents, IStringValue value)
           
 

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

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

Methods in edu.ksu.cis.projects.bogor.module.value that return IStringValue
 IStringValue DefaultStringValue.clone(Map<Object,Object> cloneMap)
           
 IStringValue IStringValue.clone(Map<Object,Object> cloneMap)
          Override to specialize return type
 IStringValue DefaultValueFactory.newStringValue(String s)