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.Definition

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

Subclasses of Definition 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 DefaultScope
           
 class LabelDef
          LabelDef is a Definition that contains information about the definition of a Label.
 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.
 class Scope
          Represents a scope of Java code.
 class VariableDef
          VariableDef is a Definition that contains information about the definition of a variable.
 

Methods in com.puppycrawl.tools.checkstyle.checks.usage.transmogrify with parameters of type Definition
private  void TableMaker.finishCreatingDefinition(Definition def)
          begins at the base of the Table and starts finishing definition creation.
protected  IClass TableMaker.DefinitionFinisher.getType(Definition def, SymTabAST typeNode)
          gets the classDef that represents the type of the given definition
private  void DefinitionTraverser.traverse(Definition def)
           
 

Constructors in com.puppycrawl.tools.checkstyle.checks.usage.transmogrify with parameters of type Definition
TableMaker.DefinitionFinisher(Definition def)
          Constructor.
TableMaker.ClassFinisher(Definition def)
          Constructor.
TableMaker.VariableFinisher(Definition def)
          Constructor.
TableMaker.MethodFinisher(Definition def)
          Creates a MethodFinisher from a Definition