polyglot.visit
Class ClassSerializer
java.lang.Object
polyglot.visit.NodeVisitor
polyglot.visit.ClassSerializer
- public class ClassSerializer
- extends NodeVisitor
Visitor which serializes class objects and adds a field to the class
containing the serialization.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
te
protected TypeEncoder te
eq
protected ErrorQueue eq
date
protected java.util.Date date
ts
protected TypeSystem ts
nf
protected NodeFactory nf
ver
protected Version ver
ClassSerializer
public ClassSerializer(TypeSystem ts,
NodeFactory nf,
java.util.Date date,
ErrorQueue eq,
Version ver)
override
public Node override(Node n)
- Overrides:
override
in class NodeVisitor
leave
public Node leave(Node old,
Node n,
NodeVisitor v)
- Overrides:
leave
in class NodeVisitor