org.firej.writers.velocity
Class BytecodeDirectWriter

java.lang.Object
  extended by org.firej.writers.Writer
      extended by org.firej.writers.velocity.VelocityWriter
          extended by org.firej.writers.velocity.BytecodeDirectWriter

public class BytecodeDirectWriter
extends VelocityWriter


Field Summary
static java.lang.String NAME
           
 
Fields inherited from class org.firej.writers.velocity.VelocityWriter
engine, template
 
Fields inherited from class org.firej.writers.Writer
WORK_DIR
 
Constructor Summary
BytecodeDirectWriter()
           
 
Method Summary
 Regex compile(DFA dfa, java.lang.String regex, java.lang.String filename)
          Compile a DFA and creates a regex class
 java.lang.String getName()
          Returns the name of the writer
 java.lang.String getVersion()
          Returns the version of the writer
 
Methods inherited from class org.firej.writers.velocity.VelocityWriter
compile, getDescription, prepare
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Constructor Detail

BytecodeDirectWriter

public BytecodeDirectWriter()
Method Detail

compile

public Regex compile(DFA dfa,
                     java.lang.String regex,
                     java.lang.String filename)
Description copied from class: Writer
Compile a DFA and creates a regex class

Specified by:
compile in class Writer

getName

public java.lang.String getName()
Description copied from class: Writer
Returns the name of the writer

Specified by:
getName in class Writer

getVersion

public java.lang.String getVersion()
Description copied from class: Writer
Returns the version of the writer

Specified by:
getVersion in class Writer