|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttestjdt3.Decision
public class Decision
Class for decision
Nested Class Summary | |
---|---|
static class |
Decision.Values
Three logical values. |
Constructor Summary | |
---|---|
Decision()
Constructor. |
|
Decision(Decision.Values v)
Constructor with values. |
Method Summary | |
---|---|
boolean |
isComponentType()
Test for component type. |
boolean |
isDataType()
Indicates that a method use the type as formal parameter |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Decision()
public Decision(Decision.Values v)
Method Detail |
---|
public boolean isDataType()
public boolean isComponentType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |