Class SampleCodeWriter
- java.lang.Object
-
- com.google.api.generator.gapic.composer.samplecode.SampleCodeWriter
-
public final class SampleCodeWriter extends Object
-
-
Constructor Summary
Constructors Constructor Description SampleCodeWriter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringwrite(ClassDefinition classDefinition)static Stringwrite(Expr expr)static Stringwrite(Statement... statement)static Stringwrite(List<Statement> statements)static StringwriteExecutableSample(Sample sample, String packkage)static StringwriteInlineSample(List<Statement> statements)
-
-
-
Method Detail
-
write
public static String write(ClassDefinition classDefinition)
-
-