org.seasar.doma.internal.apt
クラス Printer

java.lang.Object
  上位を拡張 org.seasar.doma.internal.apt.Printer

public class Printer
extends Object

作成者:
taedium

フィールドの概要
protected  Formatter formatter
           
protected  StringBuilder indent
           
protected static String INDENT_SPACE
           
 
コンストラクタの概要
Printer(Appendable appendable)
           
 
メソッドの概要
 void close()
           
 void indent()
           
 void p(String format, Object... args)
           
 void pp(String format, Object... args)
           
 void unindent()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

INDENT_SPACE

protected static final String INDENT_SPACE
関連項目:
定数フィールド値

indent

protected StringBuilder indent

formatter

protected final Formatter formatter
コンストラクタの詳細

Printer

public Printer(Appendable appendable)
メソッドの詳細

p

public void p(String format,
              Object... args)

pp

public void pp(String format,
               Object... args)

indent

public void indent()

unindent

public void unindent()

close

public void close()


Copyright © 2009 The Seasar Foundation. All Rights Reserved.