Uses of Class
com.thomasjensen.checkstyle.addons.checks.BinaryName
-
Packages that use BinaryName Package Description com.thomasjensen.checkstyle.addons.checks Common classes for all checks.com.thomasjensen.checkstyle.addons.checks.coding Checks that find coding problems.com.thomasjensen.checkstyle.addons.checks.misc Checks that find miscellaneous problems.com.thomasjensen.checkstyle.addons.checks.regexp Checks that primarily apply regular expressions to stuff. -
-
Uses of BinaryName in com.thomasjensen.checkstyle.addons.checks
Methods in com.thomasjensen.checkstyle.addons.checks that return BinaryName Modifier and Type Method Description protected BinaryName
AbstractAddonsCheck. getCurrentBinaryName()
Gets the binary name of the class currently being traversed on the AST.Methods in com.thomasjensen.checkstyle.addons.checks with parameters of type BinaryName Modifier and Type Method Description protected void
AbstractAddonsCheck. finishTree(BinaryName pOuterClassName, DetailAST pRootAst)
Called after a tree is fully processed.protected DetailAST
AbstractAddonsCheck. getClassDeclarationPosition(BinaryName pBinaryName)
protected void
AbstractAddonsCheck. leaveKnownType(BinaryName pBinaryClassName, DetailAST pAst)
Called after leaving a CLASS_DEF, INTERFACE_DEF, ANNOTATION_DEF, or ENUM_DEF token and the type's binary class name is known.protected void
AbstractAddonsCheck. leaveToken(BinaryName pBinaryClassName, DetailAST pAst)
Called after all the child nodes have been processed.protected void
AbstractMethodCallCheck. leaveToken(BinaryName pBinaryClassName, DetailAST pAst)
protected void
AbstractAddonsCheck. visitKnownType(BinaryName pBinaryClassName, DetailAST pAst)
Called after visiting a CLASS_DEF, INTERFACE_DEF, ANNOTATION_DEF, or ENUM_DEF token and successfully determining the type's binary class name.protected void
AbstractAddonsCheck. visitToken(BinaryName pBinaryClassName, DetailAST pAst)
Called to process a token.protected void
AbstractMethodCallCheck. visitToken(BinaryName pBinaryClassName, DetailAST pAst)
-
Uses of BinaryName in com.thomasjensen.checkstyle.addons.checks.coding
Methods in com.thomasjensen.checkstyle.addons.checks.coding with parameters of type BinaryName Modifier and Type Method Description void
LostInstanceCheck. visitToken(BinaryName pBinaryClassName, DetailAST pAst)
-
Uses of BinaryName in com.thomasjensen.checkstyle.addons.checks.misc
Methods in com.thomasjensen.checkstyle.addons.checks.misc with parameters of type BinaryName Modifier and Type Method Description protected void
PropertyCatalogCheck. leaveKnownType(BinaryName pBinaryClassName, DetailAST pAst)
protected void
PropertyCatalogCheck. visitKnownType(BinaryName pBinaryClassName, DetailAST pAst)
protected void
LocationReferenceCheck. visitToken(BinaryName pBinaryClassName, DetailAST pAst)
protected void
PropertyCatalogCheck. visitToken(BinaryName pBinaryClassName, DetailAST pAst)
-
Uses of BinaryName in com.thomasjensen.checkstyle.addons.checks.regexp
Methods in com.thomasjensen.checkstyle.addons.checks.regexp with parameters of type BinaryName Modifier and Type Method Description protected void
RegexpOnStringCheck. visitToken(BinaryName pBinaryClassName, DetailAST pAst)
-