Class LongConstantSelector

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matchesConstant​(org.objectweb.asm.tree.AbstractInsnNode insn)  
      • Methods inherited from class org.stianloader.micromixin.transform.internal.annotation.ConstantSelector

        parse
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LongConstantSelector

        public LongConstantSelector​(long value)
    • Method Detail

      • matchesConstant

        public boolean matchesConstant​(@NotNull
                                       org.objectweb.asm.tree.AbstractInsnNode insn)
        Specified by:
        matchesConstant in class ConstantSelector