| java.lang.Object org.ozoneDB.tools.OPP.OPPHelper
OPPHelper | public class OPPHelper (Code) | | author: SMB version: $Revision: 1.2 $Date: 2002/04/17 09:29:39 $ |
Method Summary | |
public static String | classFileBasename(Class c) | public static String | classFileBasename(String name) | public static void | error(String filename, int line, String msg) | public static void | error(Class cl, String msg) | public static void | main(String[] av) | public static int | methodArrayIndex(Method[] methods, Method m) Returns the array index of the specified method within the array
of methods of this class. | public static Method[] | methodsOfClass(Class cl) | public static Object | newRE(String s, boolean ignoreCase) | public static String | packageName(Class c) | public static void | progressMsg(String msg, boolean quiet) | public static boolean | reMatch(Object re, String s) | public static String | reSearch(Object re, String s, int start, int paren) | public static String | returncodeForPrimitive(Class cl, String varName) For all primitive types in cl return a string like '.intValue()'. | public static String | signature(Class[] args) | public static String | simpleClassName(Class c) | public static String | simpleClassName(String name) | public static String | typecodeForPrimitive(char ch) | public static void | warnMsg(String filename, int line, String msg) | public static void | warnMsg(Class cl, String msg) | public static String | wrappercodeForPrimitive(Class cl) |
methodArrayIndex | public static int methodArrayIndex(Method[] methods, Method m)(Code) | | Returns the array index of the specified method within the array
of methods of this class.
|
progressMsg | public static void progressMsg(String msg, boolean quiet)(Code) | | |
returncodeForPrimitive | public static String returncodeForPrimitive(Class cl, String varName) throws Exception(Code) | | For all primitive types in cl return a string like '.intValue()'.
|
|
|