Uses of Class
tip.node.TCommentSingle

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

Uses of TCommentSingle in tip.analysis
 

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

Uses of TCommentSingle in tip.node
 

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