Uses of Class
com.github.sevntu.checkstyle.checks.coding.NumericLiteralNeedsUnderscoreCheck.NumericType
-
Packages that use NumericLiteralNeedsUnderscoreCheck.NumericType Package Description com.github.sevntu.checkstyle.checks.coding Contains the Coding checks that are bundled with the main distribution. -
-
Uses of NumericLiteralNeedsUnderscoreCheck.NumericType in com.github.sevntu.checkstyle.checks.coding
Methods in com.github.sevntu.checkstyle.checks.coding that return NumericLiteralNeedsUnderscoreCheck.NumericType Modifier and Type Method Description static NumericLiteralNeedsUnderscoreCheck.NumericTypeNumericLiteralNeedsUnderscoreCheck.NumericType. valueOf(String name)Returns the enum constant of this type with the specified name.static NumericLiteralNeedsUnderscoreCheck.NumericType[]NumericLiteralNeedsUnderscoreCheck.NumericType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-