Uses of Enum
org.spockframework.compiler.model.BlockParseInfo
Packages that use BlockParseInfo
-
Uses of BlockParseInfo in org.spockframework.compiler.model
Methods in org.spockframework.compiler.model that return BlockParseInfoModifier and TypeMethodDescriptionAnonymousBlock.getParseInfo()
abstract BlockParseInfo
Block.getParseInfo()
CleanupBlock.getParseInfo()
ExpectBlock.getParseInfo()
SetupBlock.getParseInfo()
ThenBlock.getParseInfo()
WhenBlock.getParseInfo()
WhereBlock.getParseInfo()
static BlockParseInfo
Returns the enum constant of this type with the specified name.static BlockParseInfo[]
BlockParseInfo.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.spockframework.compiler.model that return types with arguments of type BlockParseInfoModifier and TypeMethodDescriptionabstract EnumSet<BlockParseInfo>
BlockParseInfo.getSuccessors
(Method method)