Class IntPushConstantSource

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

public class IntPushConstantSource extends AbstractConstantSource<org.objectweb.asm.tree.IntInsnNode,Integer>
  • Constructor Details

    • IntPushConstantSource

      public IntPushConstantSource(org.objectweb.asm.tree.IntInsnNode insn)
  • Method Details

    • getIntConstant

      public final int getIntConstant()
    • getInsn

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