Uses of Class
tip.node.TLBrace

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

Uses of TLBrace in tip.analysis
 

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

Uses of TLBrace in tip.node
 

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

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

Constructors in tip.node with parameters of type TLBrace
ABlockStm(TLBrace _token_, ABlock _block_)
          Creates a new ABlockStm node with the given nodes as children.