Uses of Enum Class
org.sonar.python.tree.NumericLiteralImpl.NumericKind
Packages that use NumericLiteralImpl.NumericKind
-
Uses of NumericLiteralImpl.NumericKind in org.sonar.python.tree
Methods in org.sonar.python.tree that return NumericLiteralImpl.NumericKindModifier and TypeMethodDescriptionNumericLiteralImpl.numericKind()Returns the enum constant of this class with the specified name.static NumericLiteralImpl.NumericKind[]NumericLiteralImpl.NumericKind.values()Returns an array containing the constants of this enum class, in the order they are declared.