Uses of Enum Class
io.github.protasm.jvmud.compiler.runtime.RuntimeTruthiness
Packages that use RuntimeTruthiness
Package
Description
Compiled-LPC support runtime consumed by generated bytecode.
-
Uses of RuntimeTruthiness in io.github.protasm.jvmud.compiler.runtime
Subclasses with type arguments of type RuntimeTruthiness in io.github.protasm.jvmud.compiler.runtimeModifier and TypeClassDescriptionenumCaptures how a runtime value should be interpreted in conditional contexts.Methods in io.github.protasm.jvmud.compiler.runtime that return RuntimeTruthinessModifier and TypeMethodDescriptionRuntimeType.truthiness()Returns the value of thetruthinessrecord component.static RuntimeTruthinessReturns the enum constant of this class with the specified name.static RuntimeTruthiness[]RuntimeTruthiness.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 RuntimeTruthinessModifierConstructorDescriptionRuntimeType(RuntimeValueKind kind, JType jvmType, String objectInternalName, RuntimeTruthiness truthiness, RuntimeType elementType) Creates an instance of aRuntimeTyperecord class.