|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--comp.TypeFactory
The typefactory takes a string representation of a type and produces type objects.
Constructor Summary | |
(package private) |
TypeFactory()
|
Method Summary | |
static Type |
makeType(java.lang.String type)
Make a unit type. |
static Type |
makeType(java.lang.String type,
int length)
Make an array type of the given base type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
TypeFactory()
Method Detail |
public static Type makeType(java.lang.String type)
public static Type makeType(java.lang.String type, int length)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |