|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkoala.dynamicjava.classfile.JVMUtilities
This interface contains utility functions.
Method Summary | |
static java.lang.String |
createMethodDescriptor(java.lang.String rt,
java.lang.String[] pt)
Creates a method descriptor |
static java.lang.String |
getName(java.lang.Class c)
Returns the string that represents internally the given class |
static java.lang.String |
getName(java.lang.String c)
Returns the string that represents internally the given class name |
static java.lang.String |
getParameterTypeName(java.lang.Class c)
Returns the string that represents internally the given class |
static java.lang.String |
getParameterTypeName(java.lang.String c)
Returns the string that represents internally the given class name |
static java.lang.String |
getReturnTypeName(java.lang.Class c)
Returns the string that represents internally the given class |
static java.lang.String |
getReturnTypeName(java.lang.String c)
Returns the string that represents internally the given class name |
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 getName(java.lang.Class c)
public static java.lang.String getName(java.lang.String c)
public static java.lang.String getReturnTypeName(java.lang.Class c)
public static java.lang.String getReturnTypeName(java.lang.String c)
public static java.lang.String getParameterTypeName(java.lang.Class c)
public static java.lang.String getParameterTypeName(java.lang.String c)
public static java.lang.String createMethodDescriptor(java.lang.String rt, java.lang.String[] pt)
rt
- the return type name as returned by getReturnTypeNamept
- the parameters type names as returned by getParameterTypeName
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |