public class MethodDebugValueName extends LazyName
| Modifier and Type | Field and Description |
|---|---|
(package private) jdk.internal.jvmci.meta.JavaMethod |
method |
(package private) String |
prefix |
| Constructor and Description |
|---|
MethodDebugValueName(String prefix,
jdk.internal.jvmci.meta.JavaMethod method) |
| Modifier and Type | Method and Description |
|---|---|
String |
createString()
Creates the
String value of this name. |
charAt, length, subSequence, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitchars, codePointspublic MethodDebugValueName(String prefix, jdk.internal.jvmci.meta.JavaMethod method)
public String createString()
LazyNameString value of this name.createString in class LazyName