|
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.formatter.blocks.Block com.raghuraman.codegen.formatter.blocks.CodeSnippet com.raghuraman.codegen.formatter.blocks.QuoteBlock
Field Summary | |
protected java.lang.String |
text
|
Constructor Summary | |
QuoteBlock(java.lang.String text)
|
Method Summary | |
void |
toJava(CodeFormatter codeFormatter)
|
java.lang.String |
toString()
|
Methods inherited from class com.raghuraman.codegen.formatter.blocks.Block |
add |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected java.lang.String text
Constructor Detail |
public QuoteBlock(java.lang.String text)
Method Detail |
public java.lang.String toString()
public void toJava(CodeFormatter codeFormatter)
|
jxpress | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |