Uses of Class
tip.node.TWhile

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

Uses of TWhile in tip.analysis
 

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

Uses of TWhile in tip.node
 

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