public static class IConstantResolver.ResolvedConstant
extends java.util.AbstractMap.SimpleImmutableEntry<org.objectweb.asm.Type,java.lang.Object>
| Constructor and Description |
|---|
ResolvedConstant(org.objectweb.asm.Type type,
java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
org.objectweb.asm.Type |
getType() |
java.lang.Object |
getValue() |
java.lang.String |
toString() |
equals, getKey, hashCode, setValuepublic ResolvedConstant(org.objectweb.asm.Type type,
java.lang.Object value)
public org.objectweb.asm.Type getType()
public java.lang.Object getValue()
getValue in interface java.util.Map.Entry<org.objectweb.asm.Type,java.lang.Object>getValue in class java.util.AbstractMap.SimpleImmutableEntry<org.objectweb.asm.Type,java.lang.Object>public java.lang.String toString()
toString in class java.util.AbstractMap.SimpleImmutableEntry<org.objectweb.asm.Type,java.lang.Object>