|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jactr.io.antlr3.serialization.Serializer
public class Serializer
| Field Summary | |
|---|---|
static org.apache.commons.logging.Log |
LOGGER
logger definition |
| Constructor Summary | |
|---|---|
Serializer()
|
|
| Method Summary | |
|---|---|
static org.antlr.runtime.tree.CommonTree |
read(java.io.DataInput input)
|
static void |
write(org.antlr.runtime.tree.CommonTree tree,
java.io.DataOutput output)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final org.apache.commons.logging.Log LOGGER
| Constructor Detail |
|---|
public Serializer()
| Method Detail |
|---|
public static void write(org.antlr.runtime.tree.CommonTree tree,
java.io.DataOutput output)
throws java.io.IOException
java.io.IOException
public static org.antlr.runtime.tree.CommonTree read(java.io.DataInput input)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||