public class NotYetImplementedASTTransformation
extends AbstractASTTransformation
Generates code for the @NotYetImplemented annotation.
| Fields inherited from class | Fields |
|---|---|
class AbstractASTTransformation |
RETENTION_CLASSNODE, sourceUnit |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
visit(ASTNode[] nodes, SourceUnit source)Rewrites the annotated method so that unexpected success becomes a failure and any thrown exception is treated as the expected outcome. |
Rewrites the annotated method so that unexpected success becomes a failure and any thrown exception is treated as the expected outcome.
nodes - the annotation and annotated method nodessource - the source unit currently being transformed