org.apache.openjpa.persistence.util
Class SourceCode.Comment

java.lang.Object
  extended by org.apache.openjpa.persistence.util.SourceCode.Comment
Enclosing class:
SourceCode

 class SourceCode.Comment
extends Object


Field Summary
(package private)  List<String> lines
           
 
Constructor Summary
SourceCode.Comment()
           
 
Method Summary
 void append(String line)
           
(package private)  boolean isEmpty()
           
(package private)  void makeInline(boolean flag)
           
 void write(PrintWriter out, int tab)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lines

List<String> lines
Constructor Detail

SourceCode.Comment

SourceCode.Comment()
Method Detail

append

public void append(String line)

isEmpty

boolean isEmpty()

makeInline

void makeInline(boolean flag)

write

public void write(PrintWriter out,
                  int tab)


Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.