Class BaseASTTransformation

java.lang.Object
org.apache.groovy.contracts.ast.BaseASTTransformation
All Implemented Interfaces:
ASTTransformation
Direct Known Subclasses:
ClosureExpressionEvaluationASTTransformation, GContractsASTTransformation

public abstract class BaseASTTransformation extends Object implements ASTTransformation
Base AST transformation encapsulating all common helper methods and implementing ASTTransformation.
See Also:
  • Constructor Details

    • BaseASTTransformation

      public BaseASTTransformation()
  • Method Details