net.sf.saffron.opt
Class RelImplementor.EagerBind

java.lang.Object
  |
  +--net.sf.saffron.opt.RelImplementor.EagerBind
All Implemented Interfaces:
RelImplementor.Bind
Enclosing class:
RelImplementor

private static class RelImplementor.EagerBind
extends Object
implements RelImplementor.Bind


Field Summary
(package private)  Variable variable
           
 
Constructor Summary
(package private) RelImplementor.EagerBind(Variable variable)
           
 
Method Summary
 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 variable
Constructor Detail

RelImplementor.EagerBind

RelImplementor.EagerBind(Variable variable)
Method Detail

getVariable

public Variable getVariable()
Specified by:
getVariable in interface RelImplementor.Bind

toString

public String toString()
Overrides:
toString in class Object

SourceForge.net_Logo