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