Uses of Class
org.spockframework.compiler.model.BlockParseInfo
-
Packages that use BlockParseInfo Package Description org.spockframework.compiler.model -
-
Uses of BlockParseInfo in org.spockframework.compiler.model
Methods in org.spockframework.compiler.model that return BlockParseInfo Modifier and Type Method Description BlockParseInfo
AnonymousBlock. getParseInfo()
abstract BlockParseInfo
Block. getParseInfo()
BlockParseInfo
CleanupBlock. getParseInfo()
BlockParseInfo
ExpectBlock. getParseInfo()
BlockParseInfo
SetupBlock. getParseInfo()
BlockParseInfo
ThenBlock. getParseInfo()
BlockParseInfo
WhenBlock. getParseInfo()
BlockParseInfo
WhereBlock. getParseInfo()
static BlockParseInfo
BlockParseInfo. valueOf(java.lang.String name)
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 BlockParseInfo Modifier and Type Method Description abstract java.util.EnumSet<BlockParseInfo>
BlockParseInfo. getSuccessors(Method method)
-