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

Quick Search    Search Deep

Uses of Class
com.puppycrawl.tools.checkstyle.checks.usage.transmogrify.DefaultScope

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

Subclasses of DefaultScope in com.puppycrawl.tools.checkstyle.checks.usage.transmogrify
 class AnonymousInnerClass
           
 class BaseScope
          the bottom scope of the scope stack, contains some extra information to make resolution easier.
 class BlockDef
          BlockDef is a Scope which contains information about everything that defines a nameless block of java code.
 class ClassDef
          ClassDef contains all the information needed to represent a java class or interface.
 class DefaultConstructor
           
 class MethodDef
          MethodDef contains all the pertinent information for a method, including return type, formal parameters, and exceptions thrown
 class PackageDef
          PackageDef contains all pertinent information about a package.