Package-level declarations
Types
Link copied to clipboard
A parser for block tokens.
Link copied to clipboard
class FunctionCallRefiner(context: Context, call: WalkedFunctionCall, isBlock: Boolean, initialArguments: List<FunctionCallArgument> = emptyList())
Refines a WalkedFunctionCall, which is a context-free syntactical element extracted from a function call in a source code, into a processed, context-aware FunctionCallNode.
Link copied to clipboard
A parser for inline tokens.