ConcreteSyntaxModel

The Concrete Syntax Model for a single node type. It knows the syntax used to represent a certain element in Java code.

Functions

Link copied to clipboard
open fun forClass(nodeClazz: Class<out Node>): CsmElement
Link copied to clipboard
open fun genericPrettyPrint(node: Node): String
open fun genericPrettyPrint(node: Node, printer: SourcePrinter)