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