Uses of Enum Class
com.strobel.assembler.metadata.CompilerTarget
Packages that use CompilerTarget
Package
Description
-
Uses of CompilerTarget in com.strobel.assembler.metadata
Fields in com.strobel.assembler.metadata declared as CompilerTargetModifier and TypeFieldDescriptionprivate final CompilerTarget
LanguageFeature._previewVersion
private final CompilerTarget
LanguageFeature._version
static final CompilerTarget
CompilerTarget.DEFAULT
private static final CompilerTarget
CompilerTarget.MAX
private static final CompilerTarget
CompilerTarget.MIN
private static final CompilerTarget
CompilerTarget.MIN_DEFAULT
private static final CompilerTarget[]
CompilerTarget.VALUES
Fields in com.strobel.assembler.metadata with type parameters of type CompilerTargetModifier and TypeFieldDescriptionprivate static final Map
<String, CompilerTarget> CompilerTarget.tab
Methods in com.strobel.assembler.metadata that return CompilerTargetModifier and TypeMethodDescriptionfinal CompilerTarget
TypeDefinition.getCompilerTarget()
static CompilerTarget
CompilerTarget.lookup
(int majorVersion, int minorVersion) static CompilerTarget
static CompilerTarget
CompilerTarget.MAX()
static CompilerTarget
CompilerTarget.MIN()
final CompilerTarget
LanguageFeature.previewVersion()
private static CompilerTarget
CompilerTarget.tryParseVersion
(String s) static CompilerTarget
Returns 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 CompilerTarget
LanguageFeature.version()
Methods in com.strobel.assembler.metadata with parameters of type CompilerTargetModifier and TypeMethodDescriptionfinal boolean
LanguageFeature.isAvailable
(CompilerTarget targetVersion) final boolean
LanguageFeature.isAvailable
(CompilerTarget targetVersion, boolean allowPreview) Constructors in com.strobel.assembler.metadata with parameters of type CompilerTargetModifierConstructorDescriptionprivate
LanguageFeature
(CompilerTarget version) private
LanguageFeature
(CompilerTarget version, CompilerTarget previewVersion) -
Uses of CompilerTarget in com.strobel.decompiler
Fields in com.strobel.decompiler declared as CompilerTargetMethods in com.strobel.decompiler that return CompilerTargetModifier and TypeMethodDescriptionfinal CompilerTarget
CommandLineOptions.getCompilerTargetOverride()
final CompilerTarget
DecompilerSettings.getForcedCompilerTarget()
DecompilerContext.target()
DecompilerContext.target
(TypeDefinition versionSource) Methods in com.strobel.decompiler with parameters of type CompilerTargetModifier and TypeMethodDescriptionfinal void
CommandLineOptions.setCompilerTargetOverride
(CompilerTarget compilerTargetOverride) final void
DecompilerSettings.setForcedCompilerTarget
(CompilerTarget forcedCompilerTarget) -
Uses of CompilerTarget in com.strobel.decompiler.languages.java
Methods in com.strobel.decompiler.languages.java that return CompilerTargetModifier and TypeMethodDescriptionprivate CompilerTarget
JavaOutputVisitor.currentCompilerTarget()