Uses of Enum Class
com.strobel.assembler.metadata.CompilerTarget
Packages that use CompilerTarget
Package
Description
-
Uses of CompilerTarget in com.strobel.assembler.metadata
Subclasses with type arguments of type CompilerTarget in com.strobel.assembler.metadataFields in com.strobel.assembler.metadata declared as CompilerTargetModifier and TypeFieldDescriptionprivate final CompilerTargetLanguageFeature._previewVersionprivate final CompilerTargetLanguageFeature._versionstatic final CompilerTargetCompilerTarget.DEFAULTprivate static final CompilerTargetCompilerTarget.MAXprivate static final CompilerTargetCompilerTarget.MINprivate static final CompilerTargetCompilerTarget.MIN_DEFAULTprivate static final CompilerTarget[]CompilerTarget.VALUESFields in com.strobel.assembler.metadata with type parameters of type CompilerTargetModifier and TypeFieldDescriptionprivate static final Map<String, CompilerTarget> CompilerTarget.tabMethods 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()private static CompilerTargetCompilerTarget.tryParseVersion(String s) 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) Constructors in com.strobel.assembler.metadata with parameters of type CompilerTargetModifierConstructorDescriptionprivateLanguageFeature(CompilerTarget version) privateLanguageFeature(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 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) -
Uses of CompilerTarget in com.strobel.decompiler.languages.java
Methods in com.strobel.decompiler.languages.java that return CompilerTargetModifier and TypeMethodDescriptionprivate CompilerTargetJavaOutputVisitor.currentCompilerTarget()