|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcs132.vapor.ast.Node
cs132.vapor.ast.VOperand
cs132.vapor.ast.VVarRef
public abstract class VVarRef
A reference to a function-local variable (VVarRef.Local) or global register
(VVarRef.Register).
| Nested Class Summary | |
|---|---|
static class |
VVarRef.Local
A reference to a function-local variable. |
static class |
VVarRef.Register
A reference to a global register. |
| Nested classes/interfaces inherited from class cs132.vapor.ast.VOperand |
|---|
VOperand.Static |
| Field Summary |
|---|
| Fields inherited from class cs132.vapor.ast.Node |
|---|
sourcePos |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||