NumericConstantInstruction
        sealed class NumericConstantInstruction
      
Fields
| Name | Description | 
|---|---|
| abstract value: Literal<T> | 
Extensions
validate
        fun Instruction.validate(context: FunctionBody): FunctionBody
      
Validates the Instruction.
Receiver
| Name | Description | 
|---|---|
| Instruction | 
Parameters
| Name | Description | 
|---|---|
| context: FunctionBody | 
ReturnValue
| Name | Description | 
|---|---|
| FunctionBody | 
Base for all numeric Constant implementations.
See the docs for more information.