|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.saffron.opt.RelImplementor.Frame
Field Summary | |
private RelImplementor.Bind |
bind
Holds variable which hasn't been declared yet. |
(package private) int |
ordinal
ordinal of rel within parent |
(package private) SaffronRel |
parent
rel 's parent |
(package private) SaffronRel |
rel
relation which is being implemented in this frame |
Constructor Summary | |
private |
RelImplementor.Frame()
|
Method Summary | |
(package private) Variable |
getVariable()
Retrieves the variable, executing the lazy bind if necessary. |
(package private) boolean |
hasVariable()
Returns whether the frame has, or potentially has, a variable. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
SaffronRel parent
rel
's parent
SaffronRel rel
int ordinal
rel
within parent
private RelImplementor.Bind bind
Constructor Detail |
private RelImplementor.Frame()
Method Detail |
Variable getVariable()
boolean hasVariable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |