TrivialFactoryOfParseTreeToASTNodeTransformer

Functions

Link copied to clipboard
fun convert(value: Any?, astTransformer: ASTTransformer, expectedType: KType): Any?
Link copied to clipboard
fun convertString(text: String, astTransformer: ASTTransformer, expectedType: KType): Any?
Link copied to clipboard
inline fun <S : RuleContext, T : Node> trivialTransformer(vararg nameConversions: Pair<String, String>): (S, ASTTransformer) -> T?