Class LocalVariableDiscriminator.Context

    • Constructor Summary

      Constructors 
      Constructor Description
      Context​(InjectionInfo info, org.objectweb.asm.Type returnType, boolean argsOnly, Target target, org.objectweb.asm.tree.AbstractInsnNode node)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCandidateCount()  
      void print​(PrettyPrinter printer)
      Append this objec to specified pretty printer
      • Methods inherited from class java.lang.Object

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

      • Context

        public Context​(InjectionInfo info,
                       org.objectweb.asm.Type returnType,
                       boolean argsOnly,
                       Target target,
                       org.objectweb.asm.tree.AbstractInsnNode node)