Uses of Enum Class
com.strobel.assembler.metadata.LanguageFeature
Packages that use LanguageFeature
-
Uses of LanguageFeature in com.strobel.assembler.metadata
Methods in com.strobel.assembler.metadata that return LanguageFeatureModifier and TypeMethodDescriptionstatic LanguageFeature
Returns the enum constant of this class with the specified name.static LanguageFeature[]
LanguageFeature.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of LanguageFeature in com.strobel.decompiler
Methods in com.strobel.decompiler with parameters of type LanguageFeatureModifier and TypeMethodDescriptionboolean
DecompilerContext.isSupported
(LanguageFeature feature) boolean
DecompilerContext.isSupported
(TypeDefinition versionSource, LanguageFeature feature)