CompiledSourceBuilder

class CompiledSourceBuilder

Functions

build
Link copied to clipboard
fun build(): CompiledSource
constantId
Link copied to clipboard
fun constantId(value: Double): Int
fun constantId(value: Long): Int
fun constantId(value: String): Int
newNodeBuilder
Link copied to clipboard
fun newNodeBuilder(): CompiledNodeBuilder
registerFunction
Link copied to clipboard
fun registerFunction(parametersId: Int, name: String?, bodyId: Int): Int
registerParameters
Link copied to clipboard
fun registerParameters(parameters: List<CompiledParameter>): Int
sectionId
Link copied to clipboard
fun sectionId(section: Section): Int