Uses of Class
tip.node.AFunctionPtrCallExp

Packages that use AFunctionPtrCallExp
tip.analysis Provides the analysis utility classes for the TIP ASTs. 
tip.cfg Provides the basic framework for performing fixed-point analyses of TIP programs. 
tip.display Provides classes for display ASTs and CFGs of TIP programs. 
tip.node Provides node classes for representing the TIP ASTs. 
tip.phases Provides the TIP compiler phases. 
 

Uses of AFunctionPtrCallExp in tip.analysis
 

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.
 

Uses of AFunctionPtrCallExp in tip.cfg
 

Methods in tip.cfg that return AFunctionPtrCallExp
 AFunctionPtrCallExp CFunctionPtrCallExpPoint.getNode()
          Returns the AFunctionPtrCallExp associated with this program point.
 

Methods in tip.cfg with parameters of type AFunctionPtrCallExp
 boolean ICFGAnalysis.caseCFunctionPtrCallExpPoint(AFunctionPtrCallExp node, CFunctionPtrCallExpPoint point)
          caseCFunctionPtrCallExpPoint is called by a CFunctionPtrCallExpPoint from CFunctionPtrCallExpPoint.apply(ICFGAnalysis).
 A CFGAnswerAdapter.caseCFunctionPtrCallExpPoint(AFunctionPtrCallExp node, CFunctionPtrCallExpPoint point)
          Default implementation.
 A CFGAnswer.caseCFunctionPtrCallExpPoint(AFunctionPtrCallExp node, CFunctionPtrCallExpPoint point)
          caseCFunctionPtrCallExpPoint is called by a CFunctionPtrCallExpPoint from CFunctionPtrCallExpPoint.apply(CFGAnswer).
 boolean CFGAnalysisAdapter.caseCFunctionPtrCallExpPoint(AFunctionPtrCallExp node, CFunctionPtrCallExpPoint point)
          Default implementation.
 A CFGQuestionAnswerAdapter.caseCFunctionPtrCallExpPoint(AFunctionPtrCallExp node, CFunctionPtrCallExpPoint point, Q question)
          Default implementation.
 A CFGQuestionAnswer.caseCFunctionPtrCallExpPoint(AFunctionPtrCallExp node, CFunctionPtrCallExpPoint point, Q question)
          caseCFunctionPtrCallExpPoint is called by a CFunctionPtrCallExpPoint from CFunctionPtrCallExpPoint.apply(CFGQuestionAnswer,Object).
 void CFGBuilder.inAFunctionPtrCallExp(AFunctionPtrCallExp node)
           
 

Constructors in tip.cfg with parameters of type AFunctionPtrCallExp
CFunctionPtrCallExpPoint(AFunctionPtrCallExp _node_)
          Creates a new CFunctionPtrCallExpPoint associated with the AFunctionPtrCallExp _node_ with the label "".
CFunctionPtrCallExpPoint(AFunctionPtrCallExp _node_, String _label_)
          Creates a new CFunctionPtrCallExpPoint associated with the AFunctionPtrCallExp _node_ with the label _label_.
 

Uses of AFunctionPtrCallExp in tip.display
 

Methods in tip.display with parameters of type AFunctionPtrCallExp
 Integer Precedence.caseAFunctionPtrCallExp(AFunctionPtrCallExp node)
           
 String NodeText.caseAFunctionPtrCallExp(AFunctionPtrCallExp node)
           
 

Uses of AFunctionPtrCallExp in tip.node
 

Methods in tip.node that return AFunctionPtrCallExp
 AFunctionPtrCallExp AFunctionPtrCallExp.clone()
          Returns a deep clone of this AFunctionPtrCallExp node.
 AFunctionPtrCallExp AFunctionPtrCallExp.clone(Map<Node,Node> oldToNewMap)
          Creates a deep clone of this AFunctionPtrCallExp node while putting all old node-new node relations in the map oldToNewMap.
 

Uses of AFunctionPtrCallExp in tip.phases
 

Methods in tip.phases with parameters of type AFunctionPtrCallExp
 void CodeGeneration.caseAFunctionPtrCallExp(AFunctionPtrCallExp node)
           
 void TypeChecking.outAFunctionPtrCallExp(AFunctionPtrCallExp node)