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