Uses of Class
com.strobel.assembler.metadata.CompilerTarget
-
Packages that use CompilerTarget Package Description com.strobel.assembler.metadata com.strobel.decompiler com.strobel.decompiler.languages.java -
-
Uses of CompilerTarget in com.strobel.assembler.metadata
Fields in com.strobel.assembler.metadata declared as CompilerTarget Modifier and Type Field Description private CompilerTarget
LanguageFeature. _previewVersion
private CompilerTarget
LanguageFeature. _version
static CompilerTarget
CompilerTarget. DEFAULT
private static CompilerTarget
CompilerTarget. MAX
private static CompilerTarget
CompilerTarget. MIN
private static CompilerTarget
CompilerTarget. MIN_DEFAULT
private static CompilerTarget[]
CompilerTarget. VALUES
Fields in com.strobel.assembler.metadata with type parameters of type CompilerTarget Modifier and Type Field Description private static java.util.Map<java.lang.String,CompilerTarget>
CompilerTarget. tab
Methods in com.strobel.assembler.metadata that return CompilerTarget Modifier and Type Method Description CompilerTarget
TypeDefinition. getCompilerTarget()
static CompilerTarget
CompilerTarget. lookup(int majorVersion, int minorVersion)
static CompilerTarget
CompilerTarget. lookup(java.lang.String name)
static CompilerTarget
CompilerTarget. MAX()
static CompilerTarget
CompilerTarget. MIN()
CompilerTarget
LanguageFeature. previewVersion()
private static CompilerTarget
CompilerTarget. tryParseVersion(java.lang.String s)
static CompilerTarget
CompilerTarget. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CompilerTarget[]
CompilerTarget. values()
Returns an array containing the constants of this enum type, in the order they are declared.CompilerTarget
LanguageFeature. version()
Methods in com.strobel.assembler.metadata with parameters of type CompilerTarget Modifier and Type Method Description boolean
LanguageFeature. isAvailable(CompilerTarget targetVersion)
boolean
LanguageFeature. isAvailable(CompilerTarget targetVersion, boolean allowPreview)
Constructors in com.strobel.assembler.metadata with parameters of type CompilerTarget Constructor Description LanguageFeature(CompilerTarget version)
LanguageFeature(CompilerTarget version, CompilerTarget previewVersion)
-
Uses of CompilerTarget in com.strobel.decompiler
Fields in com.strobel.decompiler declared as CompilerTarget Modifier and Type Field Description private CompilerTarget
DecompilerSettings. _forcedCompilerTarget
Methods in com.strobel.decompiler that return CompilerTarget Modifier and Type Method Description CompilerTarget
CommandLineOptions. getCompilerTargetOverride()
CompilerTarget
DecompilerSettings. getForcedCompilerTarget()
CompilerTarget
DecompilerContext. target()
CompilerTarget
DecompilerContext. target(TypeDefinition versionSource)
Methods in com.strobel.decompiler with parameters of type CompilerTarget Modifier and Type Method Description void
CommandLineOptions. setCompilerTargetOverride(CompilerTarget compilerTargetOverride)
void
DecompilerSettings. setForcedCompilerTarget(CompilerTarget forcedCompilerTarget)
-
Uses of CompilerTarget in com.strobel.decompiler.languages.java
Methods in com.strobel.decompiler.languages.java that return CompilerTarget Modifier and Type Method Description private CompilerTarget
JavaOutputVisitor. currentCompilerTarget()
-