Uses of Class
tip.node.TPlus

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

Uses of TPlus in tip.analysis
 

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

Uses of TPlus in tip.node
 

Methods in tip.node that return TPlus
 TPlus TPlus.clone()
          Creates a clone of this TPlus token.
 TPlus TPlus.clone(Map<Node,Node> oldToNewMap)
          Creates a deep clone of this TPlus token while putting all old node-new node relations in the map oldToNewMap.
 TPlus APlusBinop.getToken()
          Returns the TPlus node which is the token child of this APlusBinop node.
 

Methods in tip.node with parameters of type TPlus
 void APlusBinop.setToken(TPlus value)
          Sets the token child of this APlusBinop node.
 

Constructors in tip.node with parameters of type TPlus
APlusBinop(TPlus _token_)
          Creates a new APlusBinop node with the given nodes as children.