Uses of Enum Class
io.github.protasm.jvmud.compiler.runtime.RuntimeValueKind
Packages that use RuntimeValueKind
Package
Description
Compiled-LPC support runtime consumed by generated bytecode.
-
Uses of RuntimeValueKind in io.github.protasm.jvmud.compiler.runtime
Subclasses with type arguments of type RuntimeValueKind in io.github.protasm.jvmud.compiler.runtimeModifier and TypeClassDescriptionenumDescribes the runtime shape for LPC values after semantic typing.Methods in io.github.protasm.jvmud.compiler.runtime that return RuntimeValueKindModifier and TypeMethodDescriptionRuntimeType.kind()Returns the value of thekindrecord component.static RuntimeValueKindReturns the enum constant of this class with the specified name.static RuntimeValueKind[]RuntimeValueKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.github.protasm.jvmud.compiler.runtime with parameters of type RuntimeValueKindModifierConstructorDescriptionRuntimeType(RuntimeValueKind kind, JType jvmType, String objectInternalName, RuntimeTruthiness truthiness, RuntimeType elementType) Creates an instance of aRuntimeTyperecord class.