Package org.teavm.model
Class Incoming
- java.lang.Object
-
- org.teavm.model.Incoming
-
- All Implemented Interfaces:
IncomingReader
public class Incoming extends java.lang.Object implements IncomingReader
-
-
Constructor Summary
Constructors Constructor Description Incoming()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PhigetPhi()BasicBlockgetSource()VariablegetValue()voidsetSource(BasicBlock source)voidsetValue(Variable value)
-
-
-
Method Detail
-
getValue
public Variable getValue()
- Specified by:
getValuein interfaceIncomingReader
-
setValue
public void setValue(Variable value)
-
getSource
public BasicBlock getSource()
- Specified by:
getSourcein interfaceIncomingReader
-
setSource
public void setSource(BasicBlock source)
-
getPhi
public Phi getPhi()
- Specified by:
getPhiin interfaceIncomingReader
-
-