Class FrameSource

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

public class FrameSource extends AbstractSource
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final int
     

    Fields inherited from class de.geolykt.starloader.deobf.stack.source.AbstractSource

    insn
  • Constructor Summary

    Constructors
    Constructor
    Description
    FrameSource(@NotNull org.objectweb.asm.tree.FrameNode insn, int index)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final org.objectweb.asm.tree.FrameNode
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • index

      public final int index
  • Constructor Details

    • FrameSource

      public FrameSource(@NotNull @NotNull org.objectweb.asm.tree.FrameNode insn, int index)
  • Method Details

    • getInsn

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