|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.saffron.oj.xlat.DeferredLookup
Contains the information necessary to repeat a call to QueryInfo.lookup(int,SaffronRel[],boolean,String)
.
Field Summary | |
(package private) boolean |
isParent
|
(package private) int |
offset
|
(package private) QueryInfo |
queryInfo
|
Constructor Summary | |
(package private) |
DeferredLookup(QueryInfo queryInfo,
int offset,
boolean isParent)
|
Method Summary | |
(package private) QueryInfo.LookupResult |
lookup(SaffronRel[] inputs,
String varName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
QueryInfo queryInfo
boolean isParent
int offset
Constructor Detail |
DeferredLookup(QueryInfo queryInfo, int offset, boolean isParent)
Method Detail |
QueryInfo.LookupResult lookup(SaffronRel[] inputs, String varName)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |