public abstract class BaseASTTransformation extends Object implements ASTTransformation
Base AST transformation encapsulating all common helper methods and implementing ASTTransformation.
Type Params | Return Type | Name and description |
---|---|---|
|
protected ReaderSource |
getReaderSource(SourceUnit unit) Reads the protected source1 instance variable of SourceUnit. |
Reads the protected source1 instance variable of SourceUnit.
unit
- the SourceUnit to retrieve the ReaderSource from