|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--engine.InstructionDescription
|
+--engine.CaseInstructionDescription
| Field Summary | |
(package private) java.util.Vector |
choices
|
(package private) ExpressionDescription |
ed
|
(package private) int |
type
|
| Fields inherited from class engine.InstructionDescription |
delayBefore,
line,
next,
nsd |
| Constructor Summary | |
(package private) |
CaseInstructionDescription(int db,
int line,
NameSpaceDescription nsd,
int type,
ExpressionDescription ed,
java.util.Vector v)
|
| Method Summary | |
(package private) DefaultInstruction |
instantiate(NameSpace ns)
|
java.lang.String |
toString()
|
| Methods inherited from class engine.InstructionDescription |
add |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
ExpressionDescription ed
java.util.Vector choices
int type
| Constructor Detail |
CaseInstructionDescription(int db,
int line,
NameSpaceDescription nsd,
int type,
ExpressionDescription ed,
java.util.Vector v)
| Method Detail |
DefaultInstruction instantiate(NameSpace ns)
throws ParseException
public java.lang.String toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||