|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dante.extex.backend.documentWriter.dvi.DebugNodeVisitor
This is a implementation of a NodeVisitor for debugging.
Constructor Summary | |
DebugNodeVisitor(InspectableNodeVisitor visitor)
Creates a new instance. |
Method Summary | |
void |
setVisitor(NodeVisitor visitor)
Visitor for nested nodes. |
java.lang.Object |
visitAdjust(AdjustNode node,
java.lang.Object value)
Call the visitAdjust to inspect. |
java.lang.Object |
visitAfterMath(AfterMathNode node,
java.lang.Object value)
Call the visitAfterMath to inspect. |
java.lang.Object |
visitAlignedLeaders(AlignedLeadersNode node,
java.lang.Object value)
Call the visitAlignedLeaders to inspect. |
java.lang.Object |
visitBeforeMath(BeforeMathNode node,
java.lang.Object value)
Call the visitBeforeMath to inspect. |
java.lang.Object |
visitCenteredLeaders(CenteredLeadersNode node,
java.lang.Object value)
Call the visitCenteredLeaders to inspect. |
java.lang.Object |
visitChar(CharNode node,
java.lang.Object value)
Call the visitChar to inspect. |
java.lang.Object |
visitDiscretionary(DiscretionaryNode node,
java.lang.Object value)
Call the visitDiscretionary to inspect. |
java.lang.Object |
visitExpandedLeaders(ExpandedLeadersNode node,
java.lang.Object value)
Call the visitExpandedLeaders to inspect. |
java.lang.Object |
visitGlue(GlueNode node,
java.lang.Object value)
Call the visitGlue to inspect. |
java.lang.Object |
visitHorizontalList(HorizontalListNode node,
java.lang.Object value)
Call the visitHorizontalList to inspect. |
java.lang.Object |
visitInsertion(InsertionNode node,
java.lang.Object value)
Call the visitInsertion to inspect. |
java.lang.Object |
visitKern(KernNode node,
java.lang.Object value)
Call the visitKern to inspect. |
java.lang.Object |
visitLigature(LigatureNode node,
java.lang.Object value)
Call the visitLigature to inspect. |
java.lang.Object |
visitMark(MarkNode node,
java.lang.Object value)
Call the visitMark to inspect. |
java.lang.Object |
visitPenalty(PenaltyNode node,
java.lang.Object value)
Call the visitPenalty to inspect. |
java.lang.Object |
visitRule(RuleNode node,
java.lang.Object value)
Call the visitRule to inspect. |
java.lang.Object |
visitSpace(SpaceNode node,
java.lang.Object value)
Call the visitSpace to inspect. |
java.lang.Object |
visitVerticalList(VerticalListNode node,
java.lang.Object value)
Call the visitVerticalList to inspect. |
java.lang.Object |
visitVirtualChar(VirtualCharNode node,
java.lang.Object value)
This method is called when a VirtualCharNode
has been encountered. |
java.lang.Object |
visitWhatsIt(WhatsItNode node,
java.lang.Object value)
Call the visitWhatsIt to inspect. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DebugNodeVisitor(InspectableNodeVisitor visitor)
visitor
- InspectableNodeVisitor
to inspectMethod Detail |
public void setVisitor(NodeVisitor visitor)
setVisitor
in interface InspectableNodeVisitor
visitor
- a NodeVisitor
valueInspectableNodeVisitor.setVisitor(de.dante.extex.typesetter.type.NodeVisitor)
public java.lang.Object visitAdjust(AdjustNode node, java.lang.Object value) throws GeneralException
visitAdjust
to inspect.
visitAdjust
in interface NodeVisitor
node
- the first parameter for the visitorvalue
- the second parameter for the visitor
GeneralException
- if an error occursNodeVisitor.visitAdjust(AdjustNode, Object)
public java.lang.Object visitAfterMath(AfterMathNode node, java.lang.Object value) throws GeneralException
visitAfterMath
to inspect.
visitAfterMath
in interface NodeVisitor
node
- the first parameter for the visitorvalue
- the second parameter for the visitor
GeneralException
- if an error occursNodeVisitor.visitAfterMath(AfterMathNode, Object)
public java.lang.Object visitAlignedLeaders(AlignedLeadersNode node, java.lang.Object value) throws GeneralException
visitAlignedLeaders
to inspect.
visitAlignedLeaders
in interface NodeVisitor
node
- the first parameter for the visitorvalue
- the second parameter for the visitor
GeneralException
- if an error occursNodeVisitor.visitAlignedLeaders(AlignedLeadersNode, Object)
public java.lang.Object visitBeforeMath(BeforeMathNode node, java.lang.Object value) throws GeneralException
visitBeforeMath
to inspect.
visitBeforeMath
in interface NodeVisitor
node
- the first parameter for the visitorvalue
- the second parameter for the visitor
GeneralException
- if an error occursNodeVisitor.visitBeforeMath(BeforeMathNode, Object)
public java.lang.Object visitCenteredLeaders(CenteredLeadersNode node, java.lang.Object value) throws GeneralException
visitCenteredLeaders
to inspect.
visitCenteredLeaders
in interface NodeVisitor
node
- the first parameter for the visitorvalue
- the second parameter for the visitor
GeneralException
- if an error occursNodeVisitor.visitCenteredLeaders(CenteredLeadersNode, Object)
public java.lang.Object visitChar(CharNode node, java.lang.Object value) throws GeneralException
visitChar
to inspect.
visitChar
in interface NodeVisitor
node
- the first parameter for the visitorvalue
- the second parameter for the visitor
GeneralException
- if an error occursNodeVisitor.visitChar(CharNode, Object)
public java.lang.Object visitDiscretionary(DiscretionaryNode node, java.lang.Object value) throws GeneralException
visitDiscretionary
to inspect.
visitDiscretionary
in interface NodeVisitor
node
- the first parameter for the visitorvalue
- the second parameter for the visitor
GeneralException
- if an error occursNodeVisitor.visitDiscretionary(DiscretionaryNode,
Object)
public java.lang.Object visitExpandedLeaders(ExpandedLeadersNode node, java.lang.Object value) throws GeneralException
visitExpandedLeaders
to inspect.
visitExpandedLeaders
in interface NodeVisitor
node
- the first parameter for the visitorvalue
- the second parameter for the visitor
GeneralException
- if an error occursNodeVisitor.visitExpandedLeaders(ExpandedLeadersNode,
Object)
public java.lang.Object visitGlue(GlueNode node, java.lang.Object value) throws GeneralException
visitGlue
to inspect.
visitGlue
in interface NodeVisitor
node
- the first parameter for the visitorvalue
- the second parameter for the visitor
GeneralException
- if an error occursNodeVisitor.visitGlue(GlueNode, Object)
public java.lang.Object visitHorizontalList(HorizontalListNode node, java.lang.Object value) throws GeneralException
visitHorizontalList
to inspect.
visitHorizontalList
in interface NodeVisitor
node
- the first parameter for the visitorvalue
- the second parameter for the visitor
GeneralException
- if an error occursNodeVisitor.visitHorizontalList(HorizontalListNode,
Object)
public java.lang.Object visitInsertion(InsertionNode node, java.lang.Object value) throws GeneralException
visitInsertion
to inspect.
visitInsertion
in interface NodeVisitor
node
- the first parameter for the visitorvalue
- the second parameter for the visitor
GeneralException
- if an error occursNodeVisitor.visitInsertion(InsertionNode, Object)
public java.lang.Object visitKern(KernNode node, java.lang.Object value) throws GeneralException
visitKern
to inspect.
visitKern
in interface NodeVisitor
node
- the first parameter for the visitorvalue
- the second parameter for the visitor
GeneralException
- if an error occursNodeVisitor.visitKern(KernNode, Object)
public java.lang.Object visitLigature(LigatureNode node, java.lang.Object value) throws GeneralException
visitLigature
to inspect.
visitLigature
in interface NodeVisitor
node
- the first parameter for the visitorvalue
- the second parameter for the visitor
GeneralException
- if an error occursNodeVisitor.visitLigature(LigatureNode, Object)
public java.lang.Object visitMark(MarkNode node, java.lang.Object value) throws GeneralException
visitMark
to inspect.
visitMark
in interface NodeVisitor
node
- the first parameter for the visitorvalue
- the second parameter for the visitor
GeneralException
- if an error occursNodeVisitor.visitMark(MarkNode, Object)
public java.lang.Object visitPenalty(PenaltyNode node, java.lang.Object value) throws GeneralException
visitPenalty
to inspect.
visitPenalty
in interface NodeVisitor
node
- the first parameter for the visitorvalue
- the second parameter for the visitor
GeneralException
- if an error occursNodeVisitor.visitPenalty(PenaltyNode, Object)
public java.lang.Object visitRule(RuleNode node, java.lang.Object value) throws GeneralException
visitRule
to inspect.
visitRule
in interface NodeVisitor
node
- the first parameter for the visitorvalue
- the second parameter for the visitor
GeneralException
- if an error occursNodeVisitor.visitRule(RuleNode, Object)
public java.lang.Object visitSpace(SpaceNode node, java.lang.Object value) throws GeneralException
visitSpace
to inspect.
visitSpace
in interface NodeVisitor
node
- the first parameter for the visitorvalue
- the second parameter for the visitor
GeneralException
- if an error occursNodeVisitor.visitSpace(SpaceNode, Object)
public java.lang.Object visitVerticalList(VerticalListNode node, java.lang.Object value) throws GeneralException
visitVerticalList
to inspect.
visitVerticalList
in interface NodeVisitor
node
- the first parameter for the visitorvalue
- the second parameter for the visitor
GeneralException
- if an error occursNodeVisitor.visitVerticalList(VerticalListNode, Object)
public java.lang.Object visitVirtualChar(VirtualCharNode node, java.lang.Object value) throws GeneralException
NodeVisitor
VirtualCharNode
has been encountered.
visitVirtualChar
in interface NodeVisitor
node
- the first parameter for the visitor is the node visitedvalue
- the second parameter for the visitor
GeneralException
- in case of an errorNodeVisitor.visitVirtualChar(de.dante.extex.typesetter.type.node.VirtualCharNode, java.lang.Object)
public java.lang.Object visitWhatsIt(WhatsItNode node, java.lang.Object value) throws GeneralException
visitWhatsIt
to inspect.
visitWhatsIt
in interface NodeVisitor
node
- the first parameter for the visitorvalue
- the second parameter for the visitor
GeneralException
- if an error occursNodeVisitor.visitWhatsIt(WhatsItNode, Object)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |