|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dante.extex.typesetter.type.AbstractNodeVisitor
This abstract class can be used as base for node visitors for which only a few methods carry any functionality.
Constructor Summary | |
AbstractNodeVisitor()
|
Method Summary | |
java.lang.Object |
visitAdjust(AdjustNode node,
java.lang.Object value)
This method is called when an AdjustNode
has been encountered. |
java.lang.Object |
visitAfterMath(AfterMathNode node,
java.lang.Object value)
This method is called when an AfterMathNode
has been encountered. |
java.lang.Object |
visitAlignedLeaders(AlignedLeadersNode node,
java.lang.Object value)
This method is called when an AlignedLeadersNode
has been encountered. |
java.lang.Object |
visitBeforeMath(BeforeMathNode node,
java.lang.Object value)
This method is called when a BeforeMathNode
has been encountered. |
java.lang.Object |
visitCenteredLeaders(CenteredLeadersNode node,
java.lang.Object value)
This method is called when a CenteredLeadersNode
has been encountered. |
java.lang.Object |
visitChar(CharNode node,
java.lang.Object value)
This method is called when a CharNode
has been encountered. |
java.lang.Object |
visitDiscretionary(DiscretionaryNode node,
java.lang.Object value)
This method is called when a DiscretionaryNode
has been encountered. |
java.lang.Object |
visitExpandedLeaders(ExpandedLeadersNode node,
java.lang.Object value)
This method is called when an ExpandedLeadersNode
has been encountered. |
java.lang.Object |
visitGlue(GlueNode node,
java.lang.Object value)
This method is called when a GlueNode
has been encountered. |
java.lang.Object |
visitHorizontalList(HorizontalListNode node,
java.lang.Object value)
This method is called when a HorizontalListNode
has been encountered. |
java.lang.Object |
visitInsertion(InsertionNode node,
java.lang.Object value)
This method is called when an InsertionNode
has been encountered. |
java.lang.Object |
visitKern(KernNode node,
java.lang.Object value)
This method is called when a KernNode
has been encountered. |
java.lang.Object |
visitLigature(LigatureNode node,
java.lang.Object value)
This method is called when a LigatureNode
has been encountered. |
java.lang.Object |
visitMark(MarkNode node,
java.lang.Object value)
This method is called when a MarkNode
has been encountered. |
java.lang.Object |
visitPenalty(PenaltyNode node,
java.lang.Object value)
This method is called when a PenaltyNode
has been encountered. |
java.lang.Object |
visitRule(RuleNode node,
java.lang.Object value)
This method is called when a RuleNode
has been encountered. |
java.lang.Object |
visitSpace(SpaceNode node,
java.lang.Object value)
This method is called when a SpaceNode
has been encountered. |
java.lang.Object |
visitVerticalList(VerticalListNode node,
java.lang.Object value)
This method is called when a VerticalListNode
has been encountered. |
java.lang.Object |
visitWhatsIt(WhatsItNode n0de,
java.lang.Object value)
This method is called when a WhatsItNode
has been encountered. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface de.dante.extex.typesetter.type.NodeVisitor |
visitVirtualChar |
Constructor Detail |
public AbstractNodeVisitor()
Method Detail |
public java.lang.Object visitAdjust(AdjustNode node, java.lang.Object value) throws GeneralException
NodeVisitor
AdjustNode
has been encountered.
visitAdjust
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.visitAdjust(
de.dante.extex.typesetter.type.node.AdjustNode,
java.lang.Object)
public java.lang.Object visitAfterMath(AfterMathNode node, java.lang.Object value) throws GeneralException
NodeVisitor
AfterMathNode
has been encountered.
visitAfterMath
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.visitAfterMath(
de.dante.extex.typesetter.type.node.AfterMathNode,
java.lang.Object)
public java.lang.Object visitAlignedLeaders(AlignedLeadersNode node, java.lang.Object value) throws GeneralException
NodeVisitor
AlignedLeadersNode
has been encountered.
visitAlignedLeaders
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.visitAlignedLeaders(
de.dante.extex.typesetter.type.node.AlignedLeadersNode,
java.lang.Object)
public java.lang.Object visitBeforeMath(BeforeMathNode node, java.lang.Object value) throws GeneralException
NodeVisitor
BeforeMathNode
has been encountered.
visitBeforeMath
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.visitBeforeMath(
de.dante.extex.typesetter.type.node.BeforeMathNode,
java.lang.Object)
public java.lang.Object visitCenteredLeaders(CenteredLeadersNode node, java.lang.Object value) throws GeneralException
NodeVisitor
CenteredLeadersNode
has been encountered.
visitCenteredLeaders
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.visitCenteredLeaders(
de.dante.extex.typesetter.type.node.CenteredLeadersNode,
java.lang.Object)
public java.lang.Object visitChar(CharNode node, java.lang.Object value) throws GeneralException
NodeVisitor
CharNode
has been encountered.
visitChar
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.visitChar(
de.dante.extex.typesetter.type.node.CharNode,
java.lang.Object)
public java.lang.Object visitDiscretionary(DiscretionaryNode node, java.lang.Object value) throws GeneralException
NodeVisitor
DiscretionaryNode
has been encountered.
visitDiscretionary
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.visitDiscretionary(
de.dante.extex.typesetter.type.node.DiscretionaryNode,
java.lang.Object)
public java.lang.Object visitExpandedLeaders(ExpandedLeadersNode node, java.lang.Object value) throws GeneralException
NodeVisitor
ExpandedLeadersNode
has been encountered.
visitExpandedLeaders
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.visitExpandedLeaders(
de.dante.extex.typesetter.type.node.ExpandedLeadersNode,
java.lang.Object)
public java.lang.Object visitGlue(GlueNode node, java.lang.Object value) throws GeneralException
NodeVisitor
GlueNode
has been encountered.
visitGlue
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.visitGlue(
de.dante.extex.typesetter.type.node.GlueNode,
java.lang.Object)
public java.lang.Object visitHorizontalList(HorizontalListNode node, java.lang.Object value) throws GeneralException
NodeVisitor
HorizontalListNode
has been encountered.
visitHorizontalList
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.visitHorizontalList(
de.dante.extex.typesetter.type.node.HorizontalListNode,
java.lang.Object)
public java.lang.Object visitInsertion(InsertionNode node, java.lang.Object value) throws GeneralException
NodeVisitor
InsertionNode
has been encountered.
visitInsertion
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.visitInsertion(
de.dante.extex.typesetter.type.node.InsertionNode,
java.lang.Object)
public java.lang.Object visitKern(KernNode node, java.lang.Object value) throws GeneralException
NodeVisitor
KernNode
has been encountered.
visitKern
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.visitKern(
de.dante.extex.typesetter.type.node.KernNode,
java.lang.Object)
public java.lang.Object visitLigature(LigatureNode node, java.lang.Object value) throws GeneralException
NodeVisitor
LigatureNode
has been encountered.
visitLigature
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.visitLigature(
de.dante.extex.typesetter.type.node.LigatureNode,
java.lang.Object)
public java.lang.Object visitMark(MarkNode node, java.lang.Object value) throws GeneralException
NodeVisitor
MarkNode
has been encountered.
visitMark
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.visitMark(
de.dante.extex.typesetter.type.node.MarkNode,
java.lang.Object)
public java.lang.Object visitPenalty(PenaltyNode node, java.lang.Object value) throws GeneralException
NodeVisitor
PenaltyNode
has been encountered.
visitPenalty
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.visitPenalty(
de.dante.extex.typesetter.type.node.PenaltyNode,
java.lang.Object)
public java.lang.Object visitRule(RuleNode node, java.lang.Object value) throws GeneralException
NodeVisitor
RuleNode
has been encountered.
visitRule
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.visitRule(
de.dante.extex.typesetter.type.node.RuleNode,
java.lang.Object)
public java.lang.Object visitSpace(SpaceNode node, java.lang.Object value) throws GeneralException
NodeVisitor
SpaceNode
has been encountered.
visitSpace
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.visitSpace(
de.dante.extex.typesetter.type.node.SpaceNode,
java.lang.Object)
public java.lang.Object visitVerticalList(VerticalListNode node, java.lang.Object value) throws GeneralException
NodeVisitor
VerticalListNode
has been encountered.
visitVerticalList
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.visitVerticalList(
de.dante.extex.typesetter.type.node.VerticalListNode,
java.lang.Object)
public java.lang.Object visitWhatsIt(WhatsItNode n0de, java.lang.Object value) throws GeneralException
NodeVisitor
WhatsItNode
has been encountered.
visitWhatsIt
in interface NodeVisitor
n0de
- the first parameter for the visitor is the node visitedvalue
- the second parameter for the visitor
GeneralException
- in case of an errorNodeVisitor.visitWhatsIt(
de.dante.extex.typesetter.type.node.WhatsItNode,
java.lang.Object)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |