|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TAnd | |
---|---|
tip.analysis | Provides the analysis utility classes for the TIP ASTs. |
tip.node | Provides node classes for representing the TIP ASTs. |
Uses of TAnd in tip.analysis |
---|
Methods in tip.analysis with parameters of type TAnd | |
---|---|
A |
AnswerAdapter.caseTAnd(TAnd node)
Returns the default answer for a TAnd node. |
A |
Answer.caseTAnd(TAnd node)
Called by TAnd from apply(Answer) . |
void |
AnalysisAdapter.caseTAnd(TAnd node)
Called by the TAnd node from TAnd#apply(Switch) . |
void |
Analysis.caseTAnd(TAnd node)
Called by the TAnd node from TAnd#apply(Switch) . |
A |
QuestionAnswerAdapter.caseTAnd(TAnd node,
Q question)
Returns the default answer for a TAnd node. |
A |
QuestionAnswer.caseTAnd(TAnd node,
Q question)
Called by TAnd from apply(QuestionAnswer,Object) . |
void |
QuestionAdapter.caseTAnd(TAnd node,
Q question)
Action for applying a question to a TAnd node. |
void |
Question.caseTAnd(TAnd node,
Q question)
Called by TAnd from apply(Question,Object) . |
Uses of TAnd in tip.node |
---|
Methods in tip.node that return TAnd | |
---|---|
TAnd |
TAnd.clone()
Creates a clone of this TAnd token. |
TAnd |
TAnd.clone(Map<Node,Node> oldToNewMap)
Creates a deep clone of this TAnd token while putting all
old node-new node relations in the map oldToNewMap . |
TAnd |
APointerExp.getToken()
Returns the TAnd node which is the token child of this APointerExp node. |
Methods in tip.node with parameters of type TAnd | |
---|---|
void |
APointerExp.setToken(TAnd value)
Sets the token child of this APointerExp node. |
Constructors in tip.node with parameters of type TAnd | |
---|---|
APointerExp(TAnd _token_,
TIdentifier _identifier_)
Creates a new APointerExp node with the given nodes as children. |
|
APointerExp(TAnd _token_,
TIdentifier _identifier_,
Type _type_)
Creates a new APointerExp node with the given nodes as children. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |