Uses of Enum
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
Methods in org.sonar.plugins.java.api.semantic that return SymbolMetadata.NullabilityTargetModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static SymbolMetadata.NullabilityTarget[]
SymbolMetadata.NullabilityTarget.values()
Returns an array containing the constants of this enum type, 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)