|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ADivideBinop | |
---|---|
tip.analysis | Provides the analysis utility classes for the TIP ASTs. |
tip.node | Provides node classes for representing the TIP ASTs. |
Uses of ADivideBinop in tip.analysis |
---|
Methods in tip.analysis with parameters of type ADivideBinop | |
---|---|
void |
ReversedDepthFirstAdapter.caseADivideBinop(ADivideBinop node)
Calls ReversedDepthFirstAdapter.inADivideBinop(ADivideBinop) , traverses the children of ADivideBinop in
the reverse order of the order they are defined in the grammar, and finally
calls ReversedDepthFirstAdapter.outADivideBinop(ADivideBinop) . |
void |
DepthFirstAdapter.caseADivideBinop(ADivideBinop node)
Calls DepthFirstAdapter.inADivideBinop(ADivideBinop) , traverses the children of ADivideBinop in
the order they are defined in the grammar, and finally
calls DepthFirstAdapter.outADivideBinop(ADivideBinop) . |
A |
AnswerAdapter.caseADivideBinop(ADivideBinop node)
Returns the default answer for a ADivideBinop node. |
A |
Answer.caseADivideBinop(ADivideBinop node)
Called by ADivideBinop from apply(Answer) . |
void |
AnalysisAdapter.caseADivideBinop(ADivideBinop node)
Called by the ADivideBinop node from ADivideBinop#apply(Switch) . |
void |
Analysis.caseADivideBinop(ADivideBinop node)
Called by the ADivideBinop node from ADivideBinop#apply(Switch) . |
A |
QuestionAnswerAdapter.caseADivideBinop(ADivideBinop node,
Q question)
Returns the default answer for a ADivideBinop node. |
A |
QuestionAnswer.caseADivideBinop(ADivideBinop node,
Q question)
Called by ADivideBinop from apply(QuestionAnswer,Object) . |
void |
QuestionAdapter.caseADivideBinop(ADivideBinop node,
Q question)
Action for applying a question to a ADivideBinop node. |
void |
Question.caseADivideBinop(ADivideBinop node,
Q question)
Called by ADivideBinop from apply(Question,Object) . |
void |
ReversedDepthFirstAdapter.inADivideBinop(ADivideBinop node)
Called by ReversedDepthFirstAdapter.caseADivideBinop(ADivideBinop) before traversing the children of ADivideBinop . |
void |
DepthFirstAdapter.inADivideBinop(ADivideBinop node)
Called by DepthFirstAdapter.caseADivideBinop(ADivideBinop) before traversing the children of ADivideBinop . |
void |
ReversedDepthFirstAdapter.outADivideBinop(ADivideBinop node)
Called by ReversedDepthFirstAdapter.caseADivideBinop(ADivideBinop) after traversing the children of ADivideBinop . |
void |
DepthFirstAdapter.outADivideBinop(ADivideBinop node)
Called by DepthFirstAdapter.caseADivideBinop(ADivideBinop) after traversing the children of ADivideBinop . |
Uses of ADivideBinop in tip.node |
---|
Methods in tip.node that return ADivideBinop | |
---|---|
ADivideBinop |
ADivideBinop.clone()
Returns a deep clone of this ADivideBinop node. |
ADivideBinop |
ADivideBinop.clone(Map<Node,Node> oldToNewMap)
Creates a deep clone of this ADivideBinop node while putting all
old node-new node relations in the map oldToNewMap . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |