Skip to content

core / org.pinelang.ast.fbs / Range

Range

@ExperimentalUnsignedTypes class Range : Struct

Constructors

Name Summary
<init> Range()

Properties

Name Summary
end val end:Position?
start val start:Position?

Functions

Name Summary
__assign fun __assign(_i:Int, _bb:ByteBuffer):Range
__init fun __init(_i:Int, _bb:ByteBuffer):Unit
end fun end(obj:Position):Position?
start fun start(obj:Position):Position?

Companion Object Functions

Name Summary
createRange fun createRange(builder: FlatBufferBuilder, start_line:Int, start_char:Int, end_line:Int, end_char:Int):Int