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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
chars, codePoints
public MethodDebugValueName(String prefix, jdk.internal.jvmci.meta.JavaMethod method)
public String createString()
LazyName
String
value of this name.createString
in class LazyName