Class MethodReturnSource

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

public class MethodReturnSource extends AbstractSource
  • Constructor Details

    • MethodReturnSource

      public MethodReturnSource(@NotNull @NotNull org.objectweb.asm.tree.MethodInsnNode insn)
  • Method Details

    • getInsn

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