Package com.github.javaparser.printer
Class ConcreteSyntaxModel
- java.lang.Object
-
- com.github.javaparser.printer.ConcreteSyntaxModel
-
public class ConcreteSyntaxModel extends java.lang.ObjectThe Concrete Syntax Model for a single node type. It knows the syntax used to represent a certain element in Java code.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CsmElementforClass(java.lang.Class<? extends Node> nodeClazz)static java.lang.StringgenericPrettyPrint(Node node)static voidgenericPrettyPrint(Node node, SourcePrinter printer)
-
-
-
Method Detail
-
genericPrettyPrint
public static void genericPrettyPrint(Node node, SourcePrinter printer)
-
genericPrettyPrint
public static java.lang.String genericPrettyPrint(Node node)
-
forClass
public static CsmElement forClass(java.lang.Class<? extends Node> nodeClazz)
-
-