Class AbstractSource

java.lang.Object
de.geolykt.starloader.deobf.stack.source.AbstractSource
Direct Known Subclasses:
AbstractConstantSource, ArithmeticOperationSource, ArraylengthSource, ArrayLoadSource, CastSource, ConversionSource, FieldSource, FrameSource, GenericInsnSource, IndyReturnSource, InstanceofSource, InvalidSource, MethodReturnSource, NewArraySource, NumberCompareSource, ParameterSource, ThisSource

public abstract class AbstractSource extends Object
  • Field Details

    • insn

      @NotNull public final @NotNull org.objectweb.asm.tree.AbstractInsnNode insn
  • Method Details

    • getInsn

      @NotNull public @NotNull org.objectweb.asm.tree.AbstractInsnNode getInsn()