Uses of Class
tip.node.TMalloc

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

Uses of TMalloc in tip.analysis
 

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

Uses of TMalloc in tip.node
 

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