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

public class ComputedFlowValue extends FlowValue
  • Constructor Details

    • ComputedFlowValue

      public ComputedFlowValue(int size, Function<FlowValue[],org.objectweb.asm.Type> computer, org.objectweb.asm.tree.AbstractInsnNode insn, FlowValue... parents)
  • Method Details

    • getSize

      public int getSize()
      Specified by:
      getSize in interface org.objectweb.asm.tree.analysis.Value
      Overrides:
      getSize in class FlowValue
    • getType

      public org.objectweb.asm.Type getType()
      Overrides:
      getType in class FlowValue