Uses of Class
tip.node.TStar

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

Uses of TStar in tip.analysis
 

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

Uses of TStar in tip.node
 

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

Methods in tip.node with parameters of type TStar
 void ATimesBinop.setToken(TStar value)
          Sets the token child of this ATimesBinop node.
 void ADerefExp.setToken(TStar value)
          Sets the token child of this ADerefExp node.
 

Constructors in tip.node with parameters of type TStar
ADerefExp(TStar _token_, PExp _exp_)
          Creates a new ADerefExp node with the given nodes as children.
ADerefExp(TStar _token_, PExp _exp_, Type _type_)
          Creates a new ADerefExp node with the given nodes as children.
ATimesBinop(TStar _token_)
          Creates a new ATimesBinop node with the given nodes as children.