Uses of Class
tip.node.TGt

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

Uses of TGt in tip.analysis
 

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

Uses of TGt in tip.node
 

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

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

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