frysk.debuginfo
Class LocationExpression

java.lang.Object
  extended by frysk.debuginfo.LocationExpression

public class LocationExpression
extends Object


Constructor Summary
LocationExpression(DwarfDie die)
           
 
Method Summary
 List decode(DebugInfoFrame frame, int size)
          Decode a location list and return the value.
 List decode(Frame frame, List ops, int size)
          Decode a location list and return the value
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationExpression

public LocationExpression(DwarfDie die)
Method Detail

decode

public List decode(DebugInfoFrame frame,
                   int size)
Decode a location list and return the value.


decode

public List decode(Frame frame,
                   List ops,
                   int size)
Decode a location list and return the value

Parameters:
size - - Size of variable
Returns:
List of memory or register pieces