|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--saffron.opt.Implementor.LazyBind
Field Summary | |
(package private) Statement |
after
|
(package private) boolean |
bound
|
(package private) StatementList |
statementList
|
(package private) Implementor.VariableInitializerThunk |
thunk
|
(package private) Type |
type
|
(package private) Variable |
variable
|
Constructor Summary | |
(package private) |
Implementor.LazyBind(Variable variable,
StatementList statementList,
Type type,
Implementor.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 |
Variable variable
StatementList statementList
Statement after
Type type
Implementor.VariableInitializerThunk thunk
boolean bound
Constructor Detail |
Implementor.LazyBind(Variable variable, StatementList statementList, Type type, Implementor.VariableInitializerThunk thunk)
Method Detail |
public String toString()
toString
in class Object
public Variable getVariable()
getVariable
in interface Implementor.Bind
private static int find(StatementList list, Statement statement)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |