Class ScopedConfusingMethodNameAstVisitor

  • All Implemented Interfaces:
    groovy.lang.GroovyObject, org.codehaus.groovy.ast.GroovyClassVisitor, org.codehaus.groovy.ast.GroovyCodeVisitor, AstVisitor

    public class ScopedConfusingMethodNameAstVisitor
    extends AbstractAstVisitor
    implements groovy.lang.GroovyObject
    • Constructor Detail

      • ScopedConfusingMethodNameAstVisitor

        public ScopedConfusingMethodNameAstVisitor​(AbstractAstVisitor parent)
    • Method Detail

      • getMetaClass

        public groovy.lang.MetaClass getMetaClass()
        Specified by:
        getMetaClass in interface groovy.lang.GroovyObject
      • setMetaClass

        public void setMetaClass​(groovy.lang.MetaClass mc)
        Specified by:
        setMetaClass in interface groovy.lang.GroovyObject
      • invokeMethod

        public java.lang.Object invokeMethod​(java.lang.String method,
                                             java.lang.Object arguments)
        Specified by:
        invokeMethod in interface groovy.lang.GroovyObject
      • getProperty

        public java.lang.Object getProperty​(java.lang.String property)
        Specified by:
        getProperty in interface groovy.lang.GroovyObject
      • setProperty

        public void setProperty​(java.lang.String property,
                                java.lang.Object value)
        Specified by:
        setProperty in interface groovy.lang.GroovyObject
      • getLowercaseMethodNames

        public java.util.Set getLowercaseMethodNames()
      • setLowercaseMethodNames

        public void setLowercaseMethodNames​(java.util.Set value)
      • getLowercaseMethodNamesWithParameterTypes

        public java.util.Set getLowercaseMethodNamesWithParameterTypes()
      • setLowercaseMethodNamesWithParameterTypes

        public void setLowercaseMethodNamesWithParameterTypes​(java.util.Set value)
      • getLowercaseClosureNames

        public java.util.Set getLowercaseClosureNames()
      • setLowercaseClosureNames

        public void setLowercaseClosureNames​(java.util.Set value)
      • getLowercaseFieldNames

        public java.util.Map getLowercaseFieldNames()
      • setLowercaseFieldNames

        public void setLowercaseFieldNames​(java.util.Map value)
      • visitField

        public void visitField​(org.codehaus.groovy.ast.FieldNode node)
        Specified by:
        visitField in interface org.codehaus.groovy.ast.GroovyClassVisitor
        Overrides:
        visitField in class org.codehaus.groovy.ast.ClassCodeVisitorSupport