public class LifecycleAfterTransformationVisitor
extends BaseVisitor
AST transformation visitor which is triggered after applying AnnotationProcessor related transformations.
| Fields inherited from class | Fields |
|---|---|
class BaseVisitor |
GCONTRACTS_ENABLED_VAR, sourceUnit |
| Constructor and description |
|---|
LifecycleAfterTransformationVisitor(SourceUnit sourceUnit, ReaderSource source, ProcessingContextInformation pci)Creates a visitor that runs lifecycle hooks after annotation processors and domain-model injection. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
visitClass(ClassNode node)Invokes all registered post-processing lifecycle hooks for the class, its constructors, and its methods. |
Creates a visitor that runs lifecycle hooks after annotation processors and domain-model injection.
sourceUnit - the source unit currently being transformedsource - the reader source backing the source unitpci - per-class processing context shared across the contracts pipelineInvokes all registered post-processing lifecycle hooks for the class, its constructors, and its methods.
node - the class being visitedCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.