Class NotYetImplementedASTTransformation

java.lang.Object
org.codehaus.groovy.transform.AbstractASTTransformation
org.apache.groovy.test.transform.NotYetImplementedASTTransformation
All Implemented Interfaces:
org.codehaus.groovy.transform.ASTTransformation, org.codehaus.groovy.transform.ErrorCollecting

public class NotYetImplementedASTTransformation extends org.codehaus.groovy.transform.AbstractASTTransformation
Generates code for the @NotYetImplemented annotation.
See Also:
  • Field Summary

    Fields inherited from class org.codehaus.groovy.transform.AbstractASTTransformation

    RETENTION_CLASSNODE, sourceUnit
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    visit(org.codehaus.groovy.ast.ASTNode[] nodes, org.codehaus.groovy.control.SourceUnit source)
     

    Methods inherited from class org.codehaus.groovy.transform.AbstractASTTransformation

    addError, checkIncludeExcludeUndefinedAware, checkIncludeExcludeUndefinedAware, checkNotInterface, checkPropertyList, checkPropertyList, checkPropertyList, copyAnnotatedNodeAnnotations, copyAnnotatedNodeAnnotations, deemedInternalName, getAnnotationName, getMemberClassList, getMemberClassValue, getMemberClassValue, getMemberIntValue, getMemberStringList, getMemberStringValue, getMemberStringValue, getMemberValue, hasAnnotation, init, memberHasValue, shouldSkip, shouldSkip, shouldSkipOnDescriptorUndefinedAware, shouldSkipUndefinedAware, shouldSkipUndefinedAware, tokenize

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NotYetImplementedASTTransformation

      public NotYetImplementedASTTransformation()
  • Method Details

    • visit

      public void visit(org.codehaus.groovy.ast.ASTNode[] nodes, org.codehaus.groovy.control.SourceUnit source)