Uses of Class
to.etc.iocular.BindingScope

Packages that use BindingScope
to.etc.iocular   
to.etc.iocular.def   
 

Uses of BindingScope in to.etc.iocular
 

Methods in to.etc.iocular that return BindingScope
static BindingScope BindingScope.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BindingScope[] BindingScope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of BindingScope in to.etc.iocular.def
 

Methods in to.etc.iocular.def that return BindingScope
 BindingScope ISelfDef.getScope()
           
 BindingScope ComponentDef.getScope()
           
 BindingScope ComponentBuilder.getScope()
           
 

Methods in to.etc.iocular.def with parameters of type BindingScope
 ComponentBuilder ComponentBuilder.scope(BindingScope scope)
          Defines the scope for this object.