public abstract class AnnotatedNodeASTTransformation extends java.lang.Object implements ASTTransformation
A base class for AST transformations that are solely interested in AnnotatedNodes.
| Constructor and description |
|---|
protected AnnotatedNodeASTTransformation(java.util.Set<java.lang.String> interestingAnnotationNames, boolean removeAnnotations) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected SourceUnit |
getSourceUnit() |
|
protected abstract void |
processAnnotationNodes(java.util.List<AnnotationNode> annotationNodes) |
|
public void |
visit(ASTNode[] nodes, SourceUnit source) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |