org.firej.writers.velocity
Class BytecodeDirectWriter
java.lang.Object
org.firej.writers.Writer
org.firej.writers.velocity.VelocityWriter
org.firej.writers.velocity.BytecodeDirectWriter
public class BytecodeDirectWriter
- extends VelocityWriter
Field Summary |
static java.lang.String |
NAME
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
BytecodeDirectWriter
public BytecodeDirectWriter()
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