|
JProfiler API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jprofiler.api.platform.util.SignatureParser
public abstract class SignatureParser
Helper class to parse a signature in JVM format.
The JVM format for signatures is described in detail in the javadoc for
InterceptionMethod
.
Method Summary | |
---|---|
static java.lang.String |
getVerbose(java.lang.String signature)
Returns a verbose form of the signature. |
static java.lang.String |
getVerboseArguments(java.lang.String signature)
Returns a verbose form of the signature surrounded by parentheses. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String getVerbose(java.lang.String signature)
signature
- the signature in JVM format
public static java.lang.String getVerboseArguments(java.lang.String signature)
signature
- the signature in JVM format
|
JProfiler API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |