Methods in tip.analysis with parameters of type AFunctionCallExp |
void |
ReversedDepthFirstAdapter.caseAFunctionCallExp(AFunctionCallExp node)
Calls ReversedDepthFirstAdapter.inAFunctionCallExp(AFunctionCallExp) , traverses the children of AFunctionCallExp in
the reverse order of the order they are defined in the grammar, and finally
calls ReversedDepthFirstAdapter.outAFunctionCallExp(AFunctionCallExp) . |
void |
DepthFirstAdapter.caseAFunctionCallExp(AFunctionCallExp node)
Calls DepthFirstAdapter.inAFunctionCallExp(AFunctionCallExp) , traverses the children of AFunctionCallExp in
the order they are defined in the grammar, and finally
calls DepthFirstAdapter.outAFunctionCallExp(AFunctionCallExp) . |
A |
AnswerAdapter.caseAFunctionCallExp(AFunctionCallExp node)
Returns the default answer for a AFunctionCallExp node. |
A |
Answer.caseAFunctionCallExp(AFunctionCallExp node)
Called by AFunctionCallExp from apply(Answer) . |
void |
AnalysisAdapter.caseAFunctionCallExp(AFunctionCallExp node)
Called by the AFunctionCallExp node from AFunctionCallExp#apply(Switch) . |
void |
Analysis.caseAFunctionCallExp(AFunctionCallExp node)
Called by the AFunctionCallExp node from AFunctionCallExp#apply(Switch) . |
A |
QuestionAnswerAdapter.caseAFunctionCallExp(AFunctionCallExp node,
Q question)
Returns the default answer for a AFunctionCallExp node. |
A |
QuestionAnswer.caseAFunctionCallExp(AFunctionCallExp node,
Q question)
Called by AFunctionCallExp from apply(QuestionAnswer,Object) . |
void |
QuestionAdapter.caseAFunctionCallExp(AFunctionCallExp node,
Q question)
Action for applying a question to a AFunctionCallExp node. |
void |
Question.caseAFunctionCallExp(AFunctionCallExp node,
Q question)
Called by AFunctionCallExp from apply(Question,Object) . |
void |
ReversedDepthFirstAdapter.inAFunctionCallExp(AFunctionCallExp node)
Called by ReversedDepthFirstAdapter.caseAFunctionCallExp(AFunctionCallExp) before traversing the children of AFunctionCallExp . |
void |
DepthFirstAdapter.inAFunctionCallExp(AFunctionCallExp node)
Called by DepthFirstAdapter.caseAFunctionCallExp(AFunctionCallExp) before traversing the children of AFunctionCallExp . |
void |
ReversedDepthFirstAdapter.outAFunctionCallExp(AFunctionCallExp node)
Called by ReversedDepthFirstAdapter.caseAFunctionCallExp(AFunctionCallExp) after traversing the children of AFunctionCallExp . |
void |
DepthFirstAdapter.outAFunctionCallExp(AFunctionCallExp node)
Called by DepthFirstAdapter.caseAFunctionCallExp(AFunctionCallExp) after traversing the children of AFunctionCallExp . |