Package | Description |
---|---|
org.spockframework.compiler.model |
Modifier and Type | Method and Description |
---|---|
BlockParseInfo |
WhereBlock.getParseInfo() |
BlockParseInfo |
WhenBlock.getParseInfo() |
BlockParseInfo |
ThenBlock.getParseInfo() |
BlockParseInfo |
SetupBlock.getParseInfo() |
BlockParseInfo |
ExpectBlock.getParseInfo() |
BlockParseInfo |
CleanupBlock.getParseInfo() |
abstract BlockParseInfo |
Block.getParseInfo() |
BlockParseInfo |
AnonymousBlock.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.
|
Modifier and Type | Method and Description |
---|---|
abstract java.util.EnumSet<BlockParseInfo> |
BlockParseInfo.getSuccessors(Method method) |
Copyright © 2012. All rights reserved