Class PbCodegenAppender


  • public class PbCodegenAppender
    extends Object
    Helper class which do code fragment concat.
    • Constructor Detail

      • PbCodegenAppender

        public PbCodegenAppender()
      • PbCodegenAppender

        public PbCodegenAppender​(int indent)
    • Method Detail

      • begin

        public void begin()
      • begin

        public void begin​(String code)
      • end

        public void end()
      • end

        public void end​(String code)
      • currentIndent

        public int currentIndent()
      • appendLine

        public void appendLine​(String code)
      • appendSegment

        public void appendSegment​(String code)
      • printWithLineNumber

        public String printWithLineNumber()