Silk DI 0.6


Uses of Class
se.jbee.inject.DeclarationType

Packages that use DeclarationType
se.jbee.inject   
se.jbee.inject.bind   
 

Uses of DeclarationType in se.jbee.inject
 

Methods in se.jbee.inject that return DeclarationType
 DeclarationType Source.getType()
           
static DeclarationType DeclarationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DeclarationType[] DeclarationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in se.jbee.inject with parameters of type DeclarationType
 boolean DeclarationType.clashesWith(DeclarationType other)
           
 boolean DeclarationType.morePreciseThan(DeclarationType other)
           
 boolean DeclarationType.nullifiedBy(DeclarationType other)
           
 boolean DeclarationType.replacedBy(DeclarationType other)
           
 Source Source.typed(DeclarationType type)
           
 

Uses of DeclarationType in se.jbee.inject.bind
 

Methods in se.jbee.inject.bind with parameters of type DeclarationType
 Bind Bind.as(DeclarationType type)
           
 


Silk DI 0.6