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 BinaryNameAbstractAddonsCheck. 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 voidAbstractAddonsCheck. finishTree(BinaryName pOuterClassName, DetailAST pRootAst)Called after a tree is fully processed.protected DetailASTAbstractAddonsCheck. getClassDeclarationPosition(BinaryName pBinaryName)protected voidAbstractAddonsCheck. 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 voidAbstractAddonsCheck. leaveToken(BinaryName pBinaryClassName, DetailAST pAst)Called after all the child nodes have been processed.protected voidAbstractMethodCallCheck. leaveToken(BinaryName pBinaryClassName, DetailAST pAst)protected voidAbstractAddonsCheck. 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 voidAbstractAddonsCheck. visitToken(BinaryName pBinaryClassName, DetailAST pAst)Called to process a token.protected voidAbstractMethodCallCheck. 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 voidLostInstanceCheck. 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 voidPropertyCatalogCheck. leaveKnownType(BinaryName pBinaryClassName, DetailAST pAst)protected voidPropertyCatalogCheck. visitKnownType(BinaryName pBinaryClassName, DetailAST pAst)protected voidLocationReferenceCheck. visitToken(BinaryName pBinaryClassName, DetailAST pAst)protected voidPropertyCatalogCheck. 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 voidRegexpOnStringCheck. visitToken(BinaryName pBinaryClassName, DetailAST pAst)
-