newExpressionLexer

open override fun newExpressionLexer(source: CharSequence, allowBlockFunctionCalls: Boolean): Lexer

Return

a new Lexer instance that distinguishes text (static values) from function calls

Parameters

source

raw input

allowBlockFunctionCalls

whether block function calls are tokenized too