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

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

Fields in com.puppycrawl.tools.checkstyle.checks.usage.transmogrify declared as ASTManager
private static ASTManager ASTManager.INSTANCE
          singleton
 

Methods in com.puppycrawl.tools.checkstyle.checks.usage.transmogrify that return ASTManager
static ASTManager ASTManager.getInstance()
          Returns the singleon ASTManager.