Uses of Class
tip.node.TCommentBlock

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

Uses of TCommentBlock in tip.analysis
 

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

Uses of TCommentBlock in tip.node
 

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