Uses of Class
tip.node.TEq

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

Uses of TEq in tip.analysis
 

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

Uses of TEq in tip.node
 

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

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

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