Package org.teavm.model
Class Outgoing
- java.lang.Object
-
- org.teavm.model.Outgoing
-
public class Outgoing extends Object
-
-
Constructor Summary
Constructors Constructor Description Outgoing(Variable value, BasicBlock target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SigmagetSigma()BasicBlockgetTarget()VariablegetValue()voidsetTarget(BasicBlock target)voidsetValue(Variable value)
-
-
-
Constructor Detail
-
Outgoing
public Outgoing(Variable value, BasicBlock target)
-
-
Method Detail
-
getSigma
public Sigma getSigma()
-
getValue
public Variable getValue()
-
setValue
public void setValue(Variable value)
-
getTarget
public BasicBlock getTarget()
-
setTarget
public void setTarget(BasicBlock target)
-
-