Uses of Class
tip.node.TRPar

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

Uses of TRPar in tip.analysis
 

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

Uses of TRPar in tip.node
 

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