|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.millscript.functions.ParameterType
public final class ParameterType
This utility class helps find a Java class for a given MillScript parameter specifier. The MillScript specifiers are strings containing a fully qualified Java class name or the name of a primitive type.
| Method Summary | |
|---|---|
static java.lang.Class |
findClass(java.lang.String cname)
Returns the Java class for a specified parameter type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.Class findClass(java.lang.String cname)
throws java.lang.ClassNotFoundException
cname - the parameter type
java.lang.ClassNotFoundException - thrown if a Java class cannot be found
for the specified parameter type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||