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

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

Fields in com.puppycrawl.tools.checkstyle.checks.usage.transmogrify declared as BlockDef
(package private)  BlockDef TableMaker.CatchFinisher._def
           
 

Methods in com.puppycrawl.tools.checkstyle.checks.usage.transmogrify that return BlockDef
private  BlockDef TableMaker.makeBlock(SymTabAST tree)
          creates a new BlockDef in the SymbolTable
 

Methods in com.puppycrawl.tools.checkstyle.checks.usage.transmogrify with parameters of type BlockDef
 void SymbolTable.defineBlock(BlockDef blockDef)
          defines a block within the symbol table
 void Scope.addDefinition(BlockDef def)
           
protected  void Resolver.handleBlock(BlockDef block)
          processes a BlockDef and resolves references in it
private  void Resolver.handleAssert(BlockDef block)
           
private  void Resolver.handleSwitch(BlockDef block)
          processes a switch statement and resolves references in it
private  void Resolver.handleCatch(BlockDef block)
          processes a catch block and resolves references in it
private  void Resolver.handleFor(BlockDef block)
          processes a for loop and resolves references in it
private  void Resolver.handleIf(BlockDef block)
          processes an if statement and resolves references in it
private  void Resolver.handleWhileAndSynchronized(BlockDef block)
          processes a while loop and resolves references in it
private  void Resolver.handleDoWhile(BlockDef block)
           
private  void DefinitionTraverser.traverse(BlockDef block)
           
protected  void DefinitionTraverser.handleBlock(BlockDef block)
           
 

Constructors in com.puppycrawl.tools.checkstyle.checks.usage.transmogrify with parameters of type BlockDef
TableMaker.CatchFinisher(BlockDef def)
          constructor that takes a BlockDef