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 CompilerTargetLanguageFeature. _previewVersionprivate CompilerTargetLanguageFeature. _versionstatic CompilerTargetCompilerTarget. DEFAULTprivate static CompilerTargetCompilerTarget. MAXprivate static CompilerTargetCompilerTarget. MINprivate static CompilerTargetCompilerTarget. MIN_DEFAULTprivate static CompilerTarget[]CompilerTarget. VALUESFields 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. tabMethods in com.strobel.assembler.metadata that return CompilerTarget Modifier and Type Method Description CompilerTargetTypeDefinition. getCompilerTarget()static CompilerTargetCompilerTarget. lookup(int majorVersion, int minorVersion)static CompilerTargetCompilerTarget. lookup(java.lang.String name)static CompilerTargetCompilerTarget. MAX()static CompilerTargetCompilerTarget. MIN()CompilerTargetLanguageFeature. previewVersion()private static CompilerTargetCompilerTarget. tryParseVersion(java.lang.String s)static CompilerTargetCompilerTarget. 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.CompilerTargetLanguageFeature. version()Methods in com.strobel.assembler.metadata with parameters of type CompilerTarget Modifier and Type Method Description booleanLanguageFeature. isAvailable(CompilerTarget targetVersion)booleanLanguageFeature. 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 CompilerTargetDecompilerSettings. _forcedCompilerTargetMethods in com.strobel.decompiler that return CompilerTarget Modifier and Type Method Description CompilerTargetCommandLineOptions. getCompilerTargetOverride()CompilerTargetDecompilerSettings. getForcedCompilerTarget()CompilerTargetDecompilerContext. target()CompilerTargetDecompilerContext. target(TypeDefinition versionSource)Methods in com.strobel.decompiler with parameters of type CompilerTarget Modifier and Type Method Description voidCommandLineOptions. setCompilerTargetOverride(CompilerTarget compilerTargetOverride)voidDecompilerSettings. 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 CompilerTargetJavaOutputVisitor. currentCompilerTarget()
-