Uses of Enum Class
com.strobel.assembler.metadata.CompilerTarget
Packages that use CompilerTarget
-
Uses of CompilerTarget in com.strobel.assembler.metadata
Fields in com.strobel.assembler.metadata declared as CompilerTargetMethods in com.strobel.assembler.metadata that return CompilerTargetModifier and TypeMethodDescriptionfinal CompilerTargetTypeDefinition.getCompilerTarget()static CompilerTargetCompilerTarget.lookup(int majorVersion, int minorVersion) static CompilerTargetstatic CompilerTargetCompilerTarget.MAX()static CompilerTargetCompilerTarget.MIN()final CompilerTargetLanguageFeature.previewVersion()static CompilerTargetReturns the enum constant of this class with the specified name.static CompilerTarget[]CompilerTarget.values()Returns an array containing the constants of this enum class, in the order they are declared.final CompilerTargetLanguageFeature.version()Methods in com.strobel.assembler.metadata with parameters of type CompilerTargetModifier and TypeMethodDescriptionfinal booleanLanguageFeature.isAvailable(CompilerTarget targetVersion) final booleanLanguageFeature.isAvailable(CompilerTarget targetVersion, boolean allowPreview) -
Uses of CompilerTarget in com.strobel.decompiler
Methods in com.strobel.decompiler that return CompilerTargetModifier and TypeMethodDescriptionfinal CompilerTargetCommandLineOptions.getCompilerTargetOverride()final CompilerTargetDecompilerSettings.getForcedCompilerTarget()DecompilerContext.target()DecompilerContext.target(TypeDefinition versionSource) Methods in com.strobel.decompiler with parameters of type CompilerTargetModifier and TypeMethodDescriptionfinal voidCommandLineOptions.setCompilerTargetOverride(CompilerTarget compilerTargetOverride) final voidDecompilerSettings.setForcedCompilerTarget(CompilerTarget forcedCompilerTarget)