public class VetoableASTStubber
extends AbstractASTTransformation
Joint-compilation stubber for Vetoable (class-level use).
Symmetric to BindableASTStubber: emits placeholder
add/removeVetoableChangeListener,
fireVetoableChange (with throws PropertyVetoException),
and getVetoableChangeListeners methods.
The full VetoableASTTransformation at CANONICALIZATION
removes any stubber-tagged methods before installing the
vetoableChangeSupport field and the real method bodies.
| Fields inherited from class | Fields |
|---|---|
class AbstractASTTransformation |
RETENTION_CLASSNODE, sourceUnit |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
visit(ASTNode[] nodes, SourceUnit source) |