Uses of Class
tip.node.TRBrace

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

Uses of TRBrace in tip.analysis
 

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

Uses of TRBrace in tip.node
 

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