Class DummyFlowValue
java.lang.Object
com.llamalad7.mixinextras.expression.impl.flow.FlowValue
com.llamalad7.mixinextras.expression.impl.flow.DummyFlowValue
- All Implemented Interfaces:
org.objectweb.asm.tree.analysis.Value
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanvoidfinish()getInput(int index) org.objectweb.asm.tree.AbstractInsnNodegetInsn()inthashCode()intvoidmergeInputs(FlowValue[] newInputs, FlowContext ctx) Methods inherited from class com.llamalad7.mixinextras.expression.impl.flow.FlowValue
decorate, getDecoration, getDecorations, getNext, getSize, getType, hasDecoration, isComplex, mergeWith, onFinished, removeParent, setInsn, setParent, setParents, typeMatches
-
Field Details
-
UNINITIALIZED
-
-
Constructor Details
-
DummyFlowValue
public DummyFlowValue(org.objectweb.asm.Type type)
-
-
Method Details
-
addChild
-
finish
public void finish() -
getInsn
public org.objectweb.asm.tree.AbstractInsnNode getInsn() -
getInput
-
inputCount
public int inputCount()- Overrides:
inputCountin classFlowValue
-
mergeInputs
- Overrides:
mergeInputsin classFlowValue
-
equals
-
hashCode
public int hashCode()
-