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

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

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

Methods in com.puppycrawl.tools.checkstyle.checks.usage.transmogrify that return VariableDef
 VariableDef TableMaker.makeVariableDef(SymTabAST tree, Scope scope)
          creates VariableDef based on the current tree node and scope
private  VariableDef MethodDef.getParameterAt(int i)
          Gets the ith parameter of this method
private  VariableDef MethodDef.getParameterByName(java.lang.String name)
          Returns the parameter of the given name.
 

Methods in com.puppycrawl.tools.checkstyle.checks.usage.transmogrify with parameters of type VariableDef
 void SymbolTable.defineVariable(VariableDef v)
          defines a variable in the symbol table
 void Scope.addDefinition(VariableDef def)
           
protected  void Resolver.handleVariable(VariableDef variable)
          processes a variable definition and resolves references in it
 void MethodDef.addParameter(VariableDef parameter)
          Adds a parameter to the collection of formal parameters
private  void DefinitionTraverser.traverse(VariableDef variable)
           
protected  void DefinitionTraverser.handleVariable(VariableDef variable)