|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eigenbase.oj.rel.JavaRelImplementor.LazyBind
private static class JavaRelImplementor.LazyBind
| Field Summary | |
|---|---|
(package private) Statement |
after
|
(package private) boolean |
bound
|
(package private) StatementList |
statementList
|
(package private) JavaRelImplementor.VariableInitializerThunk |
thunk
|
(package private) RelDataType |
type
|
(package private) RelDataTypeFactory |
typeFactory
|
(package private) Variable |
variable
|
| Constructor Summary | |
|---|---|
JavaRelImplementor.LazyBind(Variable variable,
StatementList statementList,
RelDataTypeFactory typeFactory,
RelDataType type,
JavaRelImplementor.VariableInitializerThunk thunk)
|
|
| Method Summary | |
|---|---|
private static int |
find(StatementList list,
Statement statement)
|
Variable |
getVariable()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
final RelDataTypeFactory typeFactory
final RelDataType type
final Statement after
StatementList statementList
final Variable variable
final JavaRelImplementor.VariableInitializerThunk thunk
boolean bound
| Constructor Detail |
|---|
JavaRelImplementor.LazyBind(Variable variable,
StatementList statementList,
RelDataTypeFactory typeFactory,
RelDataType type,
JavaRelImplementor.VariableInitializerThunk thunk)
| Method Detail |
|---|
public Variable getVariable()
getVariable in interface JavaRelImplementor.Bindpublic String toString()
toString in class Object
private static int find(StatementList list,
Statement statement)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||