Class UsesClassVisitor.ClassRefValue

java.lang.Object
org.objectweb.asm.tree.analysis.BasicValue
io.github.dmlloyd.moduleinfo.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 final org.objectweb.asm.Type
     
    private final org.objectweb.asm.Type
     

    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

    Modifier and Type
    Method
    Description
    (package private) org.objectweb.asm.Type
     

    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 Details

    • clazzType

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

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

    • ClassRefValue

      ClassRefValue(org.objectweb.asm.Type type)
  • Method Details

    • getRefType

      org.objectweb.asm.Type getRefType()