Uses of Class
tip.node.TDiv

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

Uses of TDiv in tip.analysis
 

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

Uses of TDiv in tip.node
 

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

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

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