|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcodesimian.CommonTypes
public class CommonTypes
Which types of Class are common to all CS objects? For each Class that CommonTypes returns, Each CS must be able to input and/or output it. Does not include array types because if a class is included, it is also required that a single-dimensional array of that class be included also.
| Constructor Summary | |
|---|---|
CommonTypes()
|
|
| Method Summary | |
|---|---|
static java.util.List<java.lang.Class> |
nonarrayInTypes()
|
static java.util.List<java.lang.Class> |
nonarrayOutTypes()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommonTypes()
| Method Detail |
|---|
public static java.util.List<java.lang.Class> nonarrayInTypes()
public static java.util.List<java.lang.Class> nonarrayOutTypes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||