|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Common super class for StackOffsetLoc
and
MachineRegLoc
. Should only be implemented by
Temp
objects (is an interface to get around
multiple inheritance problmes).
Method Summary | |
int |
kind()
Returns the KIND of Loc this is. |
Method Detail |
public int kind()
KIND
of Loc this
is.
this
is a
StackOffsetLoc
, returns
StackOffsetLoc.KIND
Else this
implicitly is a
MachineRegLoc
, and returns
MachineRegLoc.KIND
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |