Uses of Enum Class
org.sonar.plugins.java.api.semantic.SymbolMetadata.NullabilityTarget
Packages that use SymbolMetadata.NullabilityTarget
Package
Description
Provides interfaces to represent Java source code as syntax tree.
-
Uses of SymbolMetadata.NullabilityTarget in org.sonar.java.model
Methods in org.sonar.java.model with parameters of type SymbolMetadata.NullabilityTargetModifier and TypeMethodDescriptionJSymbolMetadataNullabilityHelper.getNullabilityDataAtLevel
(SymbolMetadata metadata, SymbolMetadata.NullabilityTarget target, SymbolMetadata.NullabilityLevel level) Return the Nullability data given the metadata of the current symbol, a level and a target. -
Uses of SymbolMetadata.NullabilityTarget in org.sonar.plugins.java.api.semantic
Subclasses with type arguments of type SymbolMetadata.NullabilityTarget in org.sonar.plugins.java.api.semanticMethods in org.sonar.plugins.java.api.semantic that return SymbolMetadata.NullabilityTargetModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SymbolMetadata.NullabilityTarget[]
SymbolMetadata.NullabilityTarget.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.sonar.plugins.java.api.semantic with parameters of type SymbolMetadata.NullabilityTargetModifier and TypeMethodDescriptionSymbolMetadata.nullabilityData
(SymbolMetadata.NullabilityTarget level)