Class PbCodegenAppender
- java.lang.Object
-
- org.apache.flink.formats.protobuf.util.PbCodegenAppender
-
public class PbCodegenAppender extends Object
Helper class which do code fragment concat.
-
-
Constructor Summary
Constructors Constructor Description PbCodegenAppender()PbCodegenAppender(int indent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendLine(String code)voidappendSegment(String code)voidbegin()voidbegin(String code)Stringcode()intcurrentIndent()voidend()voidend(String code)StringprintWithLineNumber()
-
-
-
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)
-
code
public String code()
-
printWithLineNumber
public String printWithLineNumber()
-
-