public class Incoming extends Object implements IncomingReader
| Constructor and Description |
|---|
Incoming() |
| Modifier and Type | Method and Description |
|---|---|
Phi |
getPhi() |
BasicBlock |
getSource() |
Variable |
getValue() |
void |
setSource(BasicBlock source) |
void |
setValue(Variable value) |
public Variable getValue()
getValue in interface IncomingReaderpublic void setValue(Variable value)
public BasicBlock getSource()
getSource in interface IncomingReaderpublic void setSource(BasicBlock source)
public Phi getPhi()
getPhi in interface IncomingReaderCopyright © 2015. All rights reserved.