Uses of Class
com.strobel.assembler.metadata.LanguageFeature
-
Packages that use LanguageFeature Package Description com.strobel.assembler.metadata com.strobel.decompiler -
-
Uses of LanguageFeature in com.strobel.assembler.metadata
Methods in com.strobel.assembler.metadata that return LanguageFeature Modifier and Type Method Description static LanguageFeatureLanguageFeature. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LanguageFeature[]LanguageFeature. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LanguageFeature in com.strobel.decompiler
Methods in com.strobel.decompiler with parameters of type LanguageFeature Modifier and Type Method Description booleanDecompilerContext. isSupported(LanguageFeature feature)booleanDecompilerContext. isSupported(TypeDefinition versionSource, LanguageFeature feature)
-