Uses of Enum Class
org.sonar.plugins.java.api.semantic.SymbolMetadata.NullabilityType
Packages that use SymbolMetadata.NullabilityType
Package
Description
Provides interfaces to represent Java source code as syntax tree.
-
Uses of SymbolMetadata.NullabilityType in org.sonar.plugins.java.api.semantic
Methods in org.sonar.plugins.java.api.semantic that return SymbolMetadata.NullabilityTypeModifier and TypeMethodDescriptionSymbolMetadata.NullabilityData.type()Returns the enum constant of this class with the specified name.static SymbolMetadata.NullabilityType[]SymbolMetadata.NullabilityType.values()Returns an array containing the constants of this enum class, in the order they are declared.