Class JavaTraitGenerator.InsnPointer

java.lang.Object
codechicken.mixin.util.JavaTraitGenerator.InsnPointer
Enclosing class:
JavaTraitGenerator

public static class JavaTraitGenerator.InsnPointer extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final org.objectweb.asm.tree.InsnList
     
    @Nullable org.objectweb.asm.tree.AbstractInsnNode
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    InsnPointer(org.objectweb.asm.tree.InsnList insnList)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.objectweb.asm.tree.AbstractInsnNode
     
    @Nullable org.objectweb.asm.tree.AbstractInsnNode
    get()
     

    Methods inherited from class java.lang.Object

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

    • insnList

      public final org.objectweb.asm.tree.InsnList insnList
    • pointer

      @Nullable public @Nullable org.objectweb.asm.tree.AbstractInsnNode pointer
  • Constructor Details

    • InsnPointer

      public InsnPointer(org.objectweb.asm.tree.InsnList insnList)
  • Method Details

    • get

      @Nullable public @Nullable org.objectweb.asm.tree.AbstractInsnNode get()
    • advance

      public org.objectweb.asm.tree.AbstractInsnNode advance()