|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ANullExp | |
---|---|
tip.analysis | Provides the analysis utility classes for the TIP ASTs. |
tip.cfg | Provides the basic framework for performing fixed-point analyses of TIP programs. |
tip.display | Provides classes for display ASTs and CFGs of TIP programs. |
tip.node | Provides node classes for representing the TIP ASTs. |
tip.phases | Provides the TIP compiler phases. |
Uses of ANullExp in tip.analysis |
---|
Methods in tip.analysis with parameters of type ANullExp | |
---|---|
void |
ReversedDepthFirstAdapter.caseANullExp(ANullExp node)
Calls ReversedDepthFirstAdapter.inANullExp(ANullExp) , traverses the children of ANullExp in
the reverse order of the order they are defined in the grammar, and finally
calls ReversedDepthFirstAdapter.outANullExp(ANullExp) . |
void |
DepthFirstAdapter.caseANullExp(ANullExp node)
Calls DepthFirstAdapter.inANullExp(ANullExp) , traverses the children of ANullExp in
the order they are defined in the grammar, and finally
calls DepthFirstAdapter.outANullExp(ANullExp) . |
A |
AnswerAdapter.caseANullExp(ANullExp node)
Returns the default answer for a ANullExp node. |
A |
Answer.caseANullExp(ANullExp node)
Called by ANullExp from apply(Answer) . |
void |
AnalysisAdapter.caseANullExp(ANullExp node)
Called by the ANullExp node from ANullExp#apply(Switch) . |
void |
Analysis.caseANullExp(ANullExp node)
Called by the ANullExp node from ANullExp#apply(Switch) . |
A |
QuestionAnswerAdapter.caseANullExp(ANullExp node,
Q question)
Returns the default answer for a ANullExp node. |
A |
QuestionAnswer.caseANullExp(ANullExp node,
Q question)
Called by ANullExp from apply(QuestionAnswer,Object) . |
void |
QuestionAdapter.caseANullExp(ANullExp node,
Q question)
Action for applying a question to a ANullExp node. |
void |
Question.caseANullExp(ANullExp node,
Q question)
Called by ANullExp from apply(Question,Object) . |
void |
ReversedDepthFirstAdapter.inANullExp(ANullExp node)
Called by ReversedDepthFirstAdapter.caseANullExp(ANullExp) before traversing the children of ANullExp . |
void |
DepthFirstAdapter.inANullExp(ANullExp node)
Called by DepthFirstAdapter.caseANullExp(ANullExp) before traversing the children of ANullExp . |
void |
ReversedDepthFirstAdapter.outANullExp(ANullExp node)
Called by ReversedDepthFirstAdapter.caseANullExp(ANullExp) after traversing the children of ANullExp . |
void |
DepthFirstAdapter.outANullExp(ANullExp node)
Called by DepthFirstAdapter.caseANullExp(ANullExp) after traversing the children of ANullExp . |
Uses of ANullExp in tip.cfg |
---|
Methods in tip.cfg that return ANullExp | |
---|---|
ANullExp |
CNullExpPoint.getNode()
Returns the ANullExp associated with this program point. |
Methods in tip.cfg with parameters of type ANullExp | |
---|---|
boolean |
ICFGAnalysis.caseCNullExpPoint(ANullExp node,
CNullExpPoint point)
caseCNullExpPoint is called by a CNullExpPoint from
CNullExpPoint.apply(ICFGAnalysis) . |
A |
CFGAnswerAdapter.caseCNullExpPoint(ANullExp node,
CNullExpPoint point)
Default implementation. |
A |
CFGAnswer.caseCNullExpPoint(ANullExp node,
CNullExpPoint point)
caseCNullExpPoint is called by a CNullExpPoint from
CNullExpPoint.apply(CFGAnswer) . |
boolean |
CFGAnalysisAdapter.caseCNullExpPoint(ANullExp node,
CNullExpPoint point)
Default implementation. |
A |
CFGQuestionAnswerAdapter.caseCNullExpPoint(ANullExp node,
CNullExpPoint point,
Q question)
Default implementation. |
A |
CFGQuestionAnswer.caseCNullExpPoint(ANullExp node,
CNullExpPoint point,
Q question)
caseCNullExpPoint is called by a CNullExpPoint from
CNullExpPoint.apply(CFGQuestionAnswer,Object) . |
void |
CFGBuilder.inANullExp(ANullExp node)
|
Constructors in tip.cfg with parameters of type ANullExp | |
---|---|
CNullExpPoint(ANullExp _node_)
Creates a new CNullExpPoint associated with the ANullExp _node_
with the label "" . |
|
CNullExpPoint(ANullExp _node_,
String _label_)
Creates a new CNullExpPoint associated with the ANullExp _node_
with the label _label_ . |
Uses of ANullExp in tip.display |
---|
Methods in tip.display with parameters of type ANullExp | |
---|---|
Integer |
Precedence.caseANullExp(ANullExp node)
|
String |
NodeText.caseANullExp(ANullExp node)
|
Uses of ANullExp in tip.node |
---|
Methods in tip.node that return ANullExp | |
---|---|
ANullExp |
ANullExp.clone()
Returns a deep clone of this ANullExp node. |
ANullExp |
ANullExp.clone(Map<Node,Node> oldToNewMap)
Creates a deep clone of this ANullExp node while putting all
old node-new node relations in the map oldToNewMap . |
Uses of ANullExp in tip.phases |
---|
Methods in tip.phases with parameters of type ANullExp | |
---|---|
void |
CodeGeneration.caseANullExp(ANullExp node)
|
void |
TypeChecking.outANullExp(ANullExp node)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |