envgen.analysis.stat.locs
Class ConstValue

java.lang.Object
  |
  +--envgen.analysis.stat.locs.SymLocValue
        |
        +--envgen.analysis.stat.locs.ConstValue

public class ConstValue
extends SymLocValue

Representation of a memory location for scalars.


Field Summary
(package private)  int intValue
           
(package private)  soot.Type type
          Type of value.
 
Fields inherited from class envgen.analysis.stat.locs.SymLocValue
debug
 
Constructor Summary
ConstValue(int intValue, soot.Type type)
           
 
Method Summary
 java.lang.String getCode()
           
 java.lang.String toString()
           
 
Methods inherited from class envgen.analysis.stat.locs.SymLocValue
equals
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

soot.Type type
Type of value.


intValue

int intValue
Constructor Detail

ConstValue

public ConstValue(int intValue,
                  soot.Type type)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class SymLocValue

getCode

public java.lang.String getCode()
Overrides:
getCode in class SymLocValue