Module xl.compiler
Package de.grogra.xl.compiler.xl16u
Enum Class XL16UBackendRuntimeAstOwnedBridgeCallSiteReplacementResult.CallSiteReplacementKind
java.lang.Object
java.lang.Enum<XL16UBackendRuntimeAstOwnedBridgeCallSiteReplacementResult.CallSiteReplacementKind>
de.grogra.xl.compiler.xl16u.XL16UBackendRuntimeAstOwnedBridgeCallSiteReplacementResult.CallSiteReplacementKind
- All Implemented Interfaces:
Serializable,Comparable<XL16UBackendRuntimeAstOwnedBridgeCallSiteReplacementResult.CallSiteReplacementKind>,Constable
- Enclosing class:
XL16UBackendRuntimeAstOwnedBridgeCallSiteReplacementResult
public static enum XL16UBackendRuntimeAstOwnedBridgeCallSiteReplacementResult.CallSiteReplacementKind
extends Enum<XL16UBackendRuntimeAstOwnedBridgeCallSiteReplacementResult.CallSiteReplacementKind>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
REPLACE_SEMANTIC_AST_BYTECODE_CALL_SITE
public static final XL16UBackendRuntimeAstOwnedBridgeCallSiteReplacementResult.CallSiteReplacementKind REPLACE_SEMANTIC_AST_BYTECODE_CALL_SITE -
REPLACE_SEMANTIC_EFFECT_RUNTIME_CALL_SITE
public static final XL16UBackendRuntimeAstOwnedBridgeCallSiteReplacementResult.CallSiteReplacementKind REPLACE_SEMANTIC_EFFECT_RUNTIME_CALL_SITE -
REPLACE_COMMIT_TAIL_RUNTIME_CALL_SITE
public static final XL16UBackendRuntimeAstOwnedBridgeCallSiteReplacementResult.CallSiteReplacementKind REPLACE_COMMIT_TAIL_RUNTIME_CALL_SITE
-
-
Method Details
-
values
public static XL16UBackendRuntimeAstOwnedBridgeCallSiteReplacementResult.CallSiteReplacementKind[] values()Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
public static XL16UBackendRuntimeAstOwnedBridgeCallSiteReplacementResult.CallSiteReplacementKind valueOf(String name) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-