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