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 LanguageFeatureReturns 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 TypeMethodDescriptionbooleanDecompilerContext.isSupported(LanguageFeature feature) booleanDecompilerContext.isSupported(TypeDefinition versionSource, LanguageFeature feature)