envgen.analysis.stat.locs
Class SymLocValue

java.lang.Object
  |
  +--envgen.analysis.stat.locs.SymLocValue
Direct Known Subclasses:
ConstValue, NullValue, SymLoc, TopValue

public class SymLocValue
extends java.lang.Object

Representation of a value that a symbolic location can hold.


Field Summary
(package private)  int debug
           
 
Constructor Summary
SymLocValue()
           
 
Method Summary
 boolean equals(SymLocValue second)
           
 java.lang.String getCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

debug

int debug
Constructor Detail

SymLocValue

public SymLocValue()
Method Detail

toString

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

getCode

public java.lang.String getCode()

equals

public boolean equals(SymLocValue second)