Class UsesClassVisitor.ClassRefValue

  • All Implemented Interfaces:
    org.objectweb.asm.tree.analysis.Value
    Enclosing class:
    UsesClassVisitor

    static final class UsesClassVisitor.ClassRefValue
    extends org.objectweb.asm.tree.analysis.BasicValue
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static org.objectweb.asm.Type clazzType  
      private org.objectweb.asm.Type refType  
      • Fields inherited from class org.objectweb.asm.tree.analysis.BasicValue

        DOUBLE_VALUE, FLOAT_VALUE, INT_VALUE, LONG_VALUE, REFERENCE_VALUE, RETURNADDRESS_VALUE, UNINITIALIZED_VALUE
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassRefValue​(org.objectweb.asm.Type type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) org.objectweb.asm.Type getRefType()  
      • Methods inherited from class org.objectweb.asm.tree.analysis.BasicValue

        equals, getSize, getType, hashCode, isReference, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • clazzType

        private static final org.objectweb.asm.Type clazzType
      • refType

        private final org.objectweb.asm.Type refType
    • Constructor Detail

      • ClassRefValue

        ClassRefValue​(org.objectweb.asm.Type type)
    • Method Detail

      • getRefType

        org.objectweb.asm.Type getRefType()