|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILanguageNames
Interface to create programming language specific names from VM names.
| Method Summary | |
|---|---|
String |
getClassName(String vmname,
String vmsignature,
String vmsuperclass,
String[] vminterfaces)
Calculates the language specific name of a class. |
String |
getMethodName(String vmclassname,
String vmmethodname,
String vmdesc,
String vmsignature)
Calculates the language specific name of a method. |
String |
getPackageName(String vmname)
Calculates the language specific name of a package. |
String |
getQualifiedClassName(String vmname)
Calculates the language specific qualified name of a class. |
| Method Detail |
|---|
String getPackageName(String vmname)
vmname - vm name of a package
String getClassName(String vmname,
String vmsignature,
String vmsuperclass,
String[] vminterfaces)
vmname - vm name of a classvmsignature - vm signature of the class (may be null)vmsuperclass - vm name of the superclass of the class (may be
null)vminterfaces - vm names of interfaces of the class (may be null)
String getQualifiedClassName(String vmname)
vmname - vm name of a class
String getMethodName(String vmclassname,
String vmmethodname,
String vmdesc,
String vmsignature)
vmclassname - vm name of a containing classvmmethodname - vm name of the methodvmdesc - vm parameter description of the methodvmsignature - vm signature of the method (may be null)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||