Codegen util api

com.raghuraman.codegen.formatter.blocks
Class ComJBlock

java.lang.Object
  extended bycom.raghuraman.codegen.formatter.blocks.Block
      extended bycom.raghuraman.codegen.formatter.blocks.ComBlock
          extended bycom.raghuraman.codegen.formatter.blocks.ComJBlock
All Implemented Interfaces:
AddToList, ToJava

public class ComJBlock
extends ComBlock

Author:
R.Raghuraman

Field Summary
 
Fields inherited from class com.raghuraman.codegen.formatter.blocks.ComBlock
text
 
Constructor Summary
ComJBlock(java.lang.String text)
           
 
Method Summary
 void toJava(CodeFormatter codeFormatter)
           
 
Methods inherited from class com.raghuraman.codegen.formatter.blocks.ComBlock
trim
 
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, toString, wait, wait, wait
 

Constructor Detail

ComJBlock

public ComJBlock(java.lang.String text)
Method Detail

toJava

public void toJava(CodeFormatter codeFormatter)

jxpress

Copyright © 2004 R.Raghuraman. Distributable under LGPL license.