Uses of Class
tip.node.TOutput

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

Uses of TOutput in tip.analysis
 

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

Uses of TOutput in tip.node
 

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

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

Constructors in tip.node with parameters of type TOutput
AOutputStm(TOutput _token_, PExp _exp_)
          Creates a new AOutputStm node with the given nodes as children.