|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--engine.Expression
|
+--engine.IntSelector
| Field Summary | |
(package private) BitVector |
b
|
(package private) GenericSelectorDescription |
desc
|
| Fields inherited from class engine.Expression |
length,
ns |
| Constructor Summary | |
IntSelector(NameSpace n,
BitVector b,
GenericSelectorDescription desc)
|
|
| Method Summary | |
void |
addMonitor(Monitor m)
|
void |
assign(Result result)
|
Result |
evaluate()
|
int |
length()
|
java.lang.String |
toString()
|
| Methods inherited from class engine.Expression |
isLeftValue |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
BitVector b
GenericSelectorDescription desc
| Constructor Detail |
public IntSelector(NameSpace n,
BitVector b,
GenericSelectorDescription desc)
| Method Detail |
public void addMonitor(Monitor m)
public void assign(Result result)
throws InterpretTimeException
public Result evaluate()
public java.lang.String toString()
public int length()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||