org.codenarc.rule.naming.ScopedConfusingMethodNameAstVisitor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of CodeNarc Show documentation
Show all versions of CodeNarc Show documentation
The CodeNarc project provides a static analysis tool for Groovy code.
package org.codenarc.rule.naming;
import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;
public class ScopedConfusingMethodNameAstVisitor
extends org.codenarc.rule.AbstractAstVisitor implements
groovy.lang.GroovyObject {
public ScopedConfusingMethodNameAstVisitor
(org.codenarc.rule.AbstractAstVisitor parent) {}
public groovy.lang.MetaClass getMetaClass() { return (groovy.lang.MetaClass)null;}
public void setMetaClass(groovy.lang.MetaClass mc) { }
public java.lang.Object invokeMethod(java.lang.String method, java.lang.Object arguments) { return null;}
public java.lang.Object getProperty(java.lang.String property) { return null;}
public void setProperty(java.lang.String property, java.lang.Object value) { }
public java.lang.Object getLowercaseMethodNames() { return null;}
public void setLowercaseMethodNames(java.lang.Object value) { }
public java.lang.Object getLowercaseMethodNamesWithParameterTypes() { return null;}
public void setLowercaseMethodNamesWithParameterTypes(java.lang.Object value) { }
public java.lang.Object getLowercaseClosureNames() { return null;}
public void setLowercaseClosureNames(java.lang.Object value) { }
public java.lang.Object getLowercaseFieldNames() { return null;}
public void setLowercaseFieldNames(java.lang.Object value) { }
public java.lang.Object getParent() { return null;}
public void setParent(java.lang.Object value) { }
public void visitMethodEx(org.codehaus.groovy.ast.MethodNode node) { }
public void visitField(org.codehaus.groovy.ast.FieldNode node) { }
public void visitClassEx(org.codehaus.groovy.ast.ClassNode node) { }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy