Uses of Class
org.spockframework.compiler.model.Field
-
Packages that use Field Package Description org.spockframework.compiler org.spockframework.compiler.model -
-
Uses of Field in org.spockframework.compiler
Methods in org.spockframework.compiler with parameters of type Field Modifier and Type Method Description void
AbstractSpecVisitor. visitField(Field field)
void
SpecAnnotator. visitField(Field field)
void
SpecRewriter. visitField(Field field)
-
Uses of Field in org.spockframework.compiler.model
Methods in org.spockframework.compiler.model that return types with arguments of type Field Modifier and Type Method Description java.util.List<Field>
Spec. getFields()
Methods in org.spockframework.compiler.model with parameters of type Field Modifier and Type Method Description void
ISpecVisitor. visitField(Field field)
-