|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TSemicolon | |
---|---|
tip.analysis | Provides the analysis utility classes for the TIP ASTs. |
tip.node | Provides node classes for representing the TIP ASTs. |
Uses of TSemicolon in tip.analysis |
---|
Methods in tip.analysis with parameters of type TSemicolon | |
---|---|
A |
AnswerAdapter.caseTSemicolon(TSemicolon node)
Returns the default answer for a TSemicolon node. |
A |
Answer.caseTSemicolon(TSemicolon node)
Called by TSemicolon from apply(Answer) . |
void |
AnalysisAdapter.caseTSemicolon(TSemicolon node)
Called by the TSemicolon node from TSemicolon#apply(Switch) . |
void |
Analysis.caseTSemicolon(TSemicolon node)
Called by the TSemicolon node from TSemicolon#apply(Switch) . |
A |
QuestionAnswerAdapter.caseTSemicolon(TSemicolon node,
Q question)
Returns the default answer for a TSemicolon node. |
A |
QuestionAnswer.caseTSemicolon(TSemicolon node,
Q question)
Called by TSemicolon from apply(QuestionAnswer,Object) . |
void |
QuestionAdapter.caseTSemicolon(TSemicolon node,
Q question)
Action for applying a question to a TSemicolon node. |
void |
Question.caseTSemicolon(TSemicolon node,
Q question)
Called by TSemicolon from apply(Question,Object) . |
Uses of TSemicolon in tip.node |
---|
Methods in tip.node that return TSemicolon | |
---|---|
TSemicolon |
TSemicolon.clone()
Creates a clone of this TSemicolon token. |
TSemicolon |
TSemicolon.clone(Map<Node,Node> oldToNewMap)
Creates a deep clone of this TSemicolon token while putting all
old node-new node relations in the map oldToNewMap . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |