Uses of Class
org.spockframework.runtime.model.BlockKind

Packages that use BlockKind
org.spockframework.runtime.model   
 

Uses of BlockKind in org.spockframework.runtime.model
 

Methods in org.spockframework.runtime.model that return BlockKind
 BlockKind BlockInfo.getKind()
           
static BlockKind BlockKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BlockKind[] BlockKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.spockframework.runtime.model with parameters of type BlockKind
 void BlockInfo.setKind(BlockKind kind)
           
 



Copyright © 2013. All rights reserved