Class ConcreteSyntaxModel


  • public class ConcreteSyntaxModel
    extends java.lang.Object
    The Concrete Syntax Model for a single node type. It knows the syntax used to represent a certain element in Java code.
    • 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)