|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InvocationInstruction
Abstract x = call(z1, ..., zn).
Method Summary | |
---|---|
ASTNode |
getNode()
Returns the node this instruction is for. |
Methods inherited from interface edu.cmu.cs.crystal.tac.AssignmentInstruction |
---|
getTarget |
Methods inherited from interface edu.cmu.cs.crystal.tac.TACInvocation |
---|
getArgOperands, resolveBinding |
Methods inherited from interface edu.cmu.cs.crystal.tac.TACInstruction |
---|
transfer, transfer |
Method Detail |
---|
ASTNode getNode()
Expression
. Usually,
one instruction exists per AST node, but can be more
when AST nodes are desugared, such as for post-increment.
getNode
in interface TACInstruction
TACInstruction.getNode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |