FunctionCallToken

constructor(type: FunctionCallToken.Type, range: IntRange, lexeme: String)

Parameters

type

the type of this token, indicating its role in the function call

range

the range in the source text where this token appears

lexeme

the actual text of this token, which is the part of the source code