public class PrintNodeVisitor extends Object implements NodeVisitor
| Constructor and Description |
|---|
PrintNodeVisitor(Writer writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
begin(ParentNode node) |
void |
end(ParentNode node) |
void |
visit(EqualsLeaf equalsLeaf) |
void |
visit(Leaf node) |
void |
visit(NotEqualsLeaf notEqualsLeaf) |
void |
visit(RangeLeaf range) |
protected void |
write(String contents) |
public PrintNodeVisitor(Writer writer)
public void begin(ParentNode node)
begin in interface NodeVisitorpublic void end(ParentNode node)
end in interface NodeVisitorpublic void visit(Leaf node)
visit in interface NodeVisitorpublic void visit(EqualsLeaf equalsLeaf)
public void visit(NotEqualsLeaf notEqualsLeaf)
public void visit(RangeLeaf range)
protected void write(String contents)
Copyright © 2014 Calrissian. All rights reserved.