harpoon.Backend.Generic
Interface RegFileInfo.StackOffsetLoc

All Superinterfaces:
RegFileInfo.CommonLoc
Enclosing class:
RegFileInfo

public static interface RegFileInfo.StackOffsetLoc
extends RegFileInfo.CommonLoc

Represents Stack Offset Temps.


Field Summary
static int KIND
           
 
Method Summary
 int stackOffset()
           
 
Methods inherited from interface harpoon.Backend.Generic.RegFileInfo.CommonLoc
kind
 

Field Detail

KIND

static final int KIND
See Also:
Constant Field Values
Method Detail

stackOffset

int stackOffset()