Package org.teavm.model
Class Sigma
- java.lang.Object
-
- org.teavm.model.Sigma
-
public class Sigma extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Sigma(BasicBlock basicBlock, Variable value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BasicBlockgetBasicBlock()java.util.List<Outgoing>getOutgoings()VariablegetValue()voidsetBasicBlock(BasicBlock basicBlock)voidsetValue(Variable value)
-
-
-
Constructor Detail
-
Sigma
public Sigma(BasicBlock basicBlock, Variable value)
-
-
Method Detail
-
getBasicBlock
public BasicBlock getBasicBlock()
-
setBasicBlock
public void setBasicBlock(BasicBlock basicBlock)
-
getValue
public Variable getValue()
-
setValue
public void setValue(Variable value)
-
getOutgoings
public java.util.List<Outgoing> getOutgoings()
-
-