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