Class IntConstantSource

java.lang.Object
de.geolykt.starloader.deobf.stack.source.AbstractSource
de.geolykt.starloader.deobf.stack.source.AbstractConstantSource<org.objectweb.asm.tree.InsnNode,Integer>
de.geolykt.starloader.deobf.stack.source.IntConstantSource

public final class IntConstantSource extends AbstractConstantSource<org.objectweb.asm.tree.InsnNode,Integer>
  • Constructor Details

    • IntConstantSource

      public IntConstantSource(org.objectweb.asm.tree.InsnNode insn, int value)
  • Method Details

    • getIntConstant

      public final int getIntConstant()
    • getInsn

      @NotNull public final org.objectweb.asm.tree.InsnNode getInsn()
      Overrides:
      getInsn in class AbstractSource