org.ijsberg.iglu.util.codegeneration
Class JavaSource

java.lang.Object
  extended by org.ijsberg.iglu.util.codegeneration.JavaSource
Direct Known Subclasses:
JavaClassSource, JavaMemberSource

public class JavaSource
extends Object

Java source that is part of a structure of sources that can be compiled.


Constructor Summary
JavaSource()
           
 
Method Summary
 void addJavaDocLine(String line)
           
protected  String javaDocToString(String prefixWhitespace)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaSource

public JavaSource()
Method Detail

javaDocToString

protected String javaDocToString(String prefixWhitespace)

addJavaDocLine

public void addJavaDocLine(String line)


Copyright © 2011. All Rights Reserved.