Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
com.puppycrawl.tools.checkstyle.checks.usage.transmogrify.IMethod

Uses of IMethod in com.puppycrawl.tools.checkstyle.checks.usage.transmogrify
 

Classes in com.puppycrawl.tools.checkstyle.checks.usage.transmogrify that implement IMethod
 class DefaultConstructor
           
 class ExternalConstructor
           
 class ExternalMethod
          MethodDef contains all the pertinent information for a method, including return type, formal parameters, and exceptions thrown
 class InterfaceConstructor
           
 class MethodDef
          MethodDef contains all the pertinent information for a method, including return type, formal parameters, and exceptions thrown
 

Methods in com.puppycrawl.tools.checkstyle.checks.usage.transmogrify that return IMethod
 IMethod UnknownClass.getMethodDefinition(java.lang.String name, ISignature signature)
          gets the method associated with the given name and signature
abstract  IMethod Scope.getMethodDefinition(java.lang.String name, ISignature signature)
           
 IMethod NullClass.getMethodDefinition(java.lang.String name, ISignature signature)
           
 IMethod IClass.getMethodDefinition(java.lang.String name, ISignature signature)
          gets the method associated with the given name and signature
 IMethod ExternalClass.getMethodDefinition(java.lang.String name, ISignature signature)
           
 IMethod ExternalClass.getMostCompatibleMethod(java.lang.String name, ISignature signature)
           
 IMethod ExternalClass.getConstructorDefinition(ISignature signature)
           
private  IMethod ExternalClass.getInterfaceConstructor(ISignature signature)
           
private  IMethod ExternalClass.getClassConstructor(ISignature signature)
           
 IMethod DefaultScope.getMethodDefinition(java.lang.String name, ISignature signature)
           
 IMethod ClassDef.getMethodDefinition(java.lang.String name, ISignature signature)
           
 IMethod ClassDef.getMostCompatibleMethod(java.lang.String name, ISignature signature)
           
 IMethod ClassDef.getDeclaredMethod(java.lang.String name, ISignature signature)
           
 IMethod ArrayDef.getMethodDefinition(java.lang.String name, ISignature signature)