Interface ISpecVisitor
- All Known Implementing Classes:
AbstractSpecVisitor
,SpecAnnotator
,SpecRewriter
public interface ISpecVisitor
- Author:
- Peter Niederwieser
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
visitAnyBlock
(Block block) void
visitCleanupBlock
(CleanupBlock block) void
visitExpectBlock
(ExpectBlock block) void
visitField
(Field field) void
visitMethod
(Method method) void
visitMethodAgain
(Method method) void
visitSetupBlock
(SetupBlock block) void
void
visitSpecAgain
(Spec spec) void
visitThenBlock
(ThenBlock block) void
visitWhenBlock
(WhenBlock block) void
visitWhereBlock
(WhereBlock block)
-
Method Details
-
visitSpec
- Throws:
Exception
-
visitSpecAgain
- Throws:
Exception
-
visitField
- Throws:
Exception
-
visitMethod
- Throws:
Exception
-
visitMethodAgain
- Throws:
Exception
-
visitAnyBlock
- Throws:
Exception
-
visitAnonymousBlock
- Throws:
Exception
-
visitSetupBlock
- Throws:
Exception
-
visitExpectBlock
- Throws:
Exception
-
visitWhenBlock
- Throws:
Exception
-
visitThenBlock
- Throws:
Exception
-
visitCleanupBlock
- Throws:
Exception
-
visitWhereBlock
- Throws:
Exception
-