Class ThisSource

java.lang.Object
de.geolykt.starloader.deobf.stack.source.AbstractSource
de.geolykt.starloader.deobf.stack.source.ThisSource

public class ThisSource extends AbstractSource
Reference to "this", usually "ALOAD 0"/"ALOAD THIS". Only applicable to non-static methods.
  • Field Details

    • GENERIC_INSTANCE

      public static final ThisSource GENERIC_INSTANCE
  • Constructor Details

    • ThisSource

      public ThisSource(org.objectweb.asm.tree.VarInsnNode insn)
  • Method Details

    • getInsn

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