Package org.apache.groovy.contracts.ast
Class BaseASTTransformation
java.lang.Object
org.apache.groovy.contracts.ast.BaseASTTransformation
- All Implemented Interfaces:
ASTTransformation
- Direct Known Subclasses:
ClosureExpressionEvaluationASTTransformation
,GContractsASTTransformation
Base AST transformation encapsulating all common helper methods and implementing
ASTTransformation
.- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ReaderSource
getReaderSource
(SourceUnit unit) Reads the protected source1 instance variable ofSourceUnit
.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.codehaus.groovy.transform.ASTTransformation
visit
-
Constructor Details
-
BaseASTTransformation
public BaseASTTransformation()
-
-
Method Details
-
getReaderSource
Reads the protected source1 instance variable ofSourceUnit
.- Parameters:
unit
- theSourceUnit
to retrieve theReaderSource
from- Returns:
- the
ReaderSource
of the given unit.
-