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