Uses of Class
tip.node.TIf

Packages that use TIf
tip.analysis Provides the analysis utility classes for the TIP ASTs. 
tip.node Provides node classes for representing the TIP ASTs. 
 

Uses of TIf in tip.analysis
 

Methods in tip.analysis with parameters of type TIf
 A AnswerAdapter.caseTIf(TIf node)
          Returns the default answer for a TIf node.
 A Answer.caseTIf(TIf node)
          Called by TIf from apply(Answer).
 void AnalysisAdapter.caseTIf(TIf node)
          Called by the TIf node from TIf#apply(Switch).
 void Analysis.caseTIf(TIf node)
          Called by the TIf node from TIf#apply(Switch).
 A QuestionAnswerAdapter.caseTIf(TIf node, Q question)
          Returns the default answer for a TIf node.
 A QuestionAnswer.caseTIf(TIf node, Q question)
          Called by TIf from apply(QuestionAnswer,Object).
 void QuestionAdapter.caseTIf(TIf node, Q question)
          Action for applying a question to a TIf node.
 void Question.caseTIf(TIf node, Q question)
          Called by TIf from apply(Question,Object).
 

Uses of TIf in tip.node
 

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