|
Codegen util api | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.raghuraman.codegen.CodeFile
Field Summary | |
(package private) Block[] |
blocks
|
Constructor Summary | |
CodeFile(java.lang.String text)
|
Method Summary | |
static void |
formatCode(CodeFormatter codeFormatter,
Block[] blocks,
boolean doStyle)
|
CodeFormatter |
toJava()
|
void |
toJava(CodeFormatter codeFormatter)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
Block[] blocks
Constructor Detail |
public CodeFile(java.lang.String text) throws CodeGenException
Method Detail |
public CodeFormatter toJava() throws CodeGenException
CodeGenException
public void toJava(CodeFormatter codeFormatter) throws CodeGenException
toJava
in interface ToJava
CodeGenException
public static void formatCode(CodeFormatter codeFormatter, Block[] blocks, boolean doStyle) throws CodeGenException
CodeGenException
|
jxpress | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |