public abstract class HotSpotMethod extends Object implements JavaMethod, Formattable
Modifier and Type | Field and Description |
---|---|
static boolean |
FULLY_QUALIFIED_METHOD_NAME
Controls whether
toString() includes the qualified or simple name of the class in
which the method is declared. |
protected String |
name |
Modifier | Constructor and Description |
---|---|
protected |
HotSpotMethod(String name) |
Modifier and Type | Method and Description |
---|---|
static String |
applyFormattingFlagsAndWidth(String s,
int flags,
int width) |
JavaMethod |
asJavaMethod() |
void |
formatTo(Formatter formatter,
int flags,
int width,
int precision) |
String |
getName()
Returns the name of this method.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
format, getDeclaringClass, getSignature
public static final boolean FULLY_QUALIFIED_METHOD_NAME
toString()
includes the qualified or simple name of the class in
which the method is declared.protected HotSpotMethod(String name)
public static String applyFormattingFlagsAndWidth(String s, int flags, int width)
public final String getName()
JavaMethod
getName
in interface JavaMethod
public void formatTo(Formatter formatter, int flags, int width, int precision)
formatTo
in interface Formattable
public JavaMethod asJavaMethod()