Package io.github.dmlloyd.moduleinfo
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
FieldsModifier and TypeFieldDescriptionprivate 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 -
Method Summary
Methods inherited from class org.objectweb.asm.tree.analysis.BasicValue
equals, getSize, getType, hashCode, isReference, toString
-
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()
-