Uses of Class
tip.node.TComma

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

Uses of TComma in tip.analysis
 

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

Uses of TComma in tip.node
 

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