Class ComputedFlowValue
java.lang.Object
com.llamalad7.mixinextras.expression.impl.flow.FlowValue
com.llamalad7.mixinextras.expression.impl.flow.ComputedFlowValue
- All Implemented Interfaces:
org.objectweb.asm.tree.analysis.Value
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionComputedFlowValue(int size, Function<FlowValue[], org.objectweb.asm.Type> computer, org.objectweb.asm.tree.AbstractInsnNode insn, FlowValue... parents) -
Method Summary
Methods inherited from class com.llamalad7.mixinextras.expression.impl.flow.FlowValue
addChild, decorate, finish, getDecoration, getDecorations, getInput, getInsn, getNext, hasDecoration, inputCount, isComplex, mergeInputs, mergeWith, onFinished, removeParent, setInsn, setParent, setParents, typeMatches