|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.firej.writers.Writer
org.firej.writers.velocity.VelocityWriter
org.firej.writers.velocity.BytecodeVelocityWriter
public class BytecodeVelocityWriter
Field Summary |
---|
Fields inherited from class org.firej.writers.velocity.VelocityWriter |
---|
engine, template |
Fields inherited from class org.firej.writers.Writer |
---|
WORK_DIR |
Constructor Summary | |
---|---|
BytecodeVelocityWriter()
|
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 |
Constructor Detail |
---|
public BytecodeVelocityWriter()
Method Detail |
---|
public Regex compile(DFA dfa, java.lang.String regex, java.lang.String filename)
Writer
compile
in class Writer
public java.lang.String getName()
Writer
getName
in class Writer
public java.lang.String getVersion()
Writer
getVersion
in class Writer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |