|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntryPoint | |
---|---|
tip.cfg | Provides the basic framework for performing fixed-point analyses of TIP programs. |
tip.cfg.dfa | Provides a collection of data flow analyses for TIP programs. |
tip.util | Provides utility classes for the TIP compiler. |
Uses of EntryPoint in tip.cfg |
---|
Methods in tip.cfg that return EntryPoint | |
---|---|
EntryPoint |
EntryPoint.clone()
Returns a clone of the entry point with no predecessors or successors. |
Methods in tip.cfg with parameters of type EntryPoint | |
---|---|
boolean |
ICFGAnalysis.caseEntryPoint(Node node,
EntryPoint point)
caseEntryPoint is called by a EntryPoint from
apply(ICFGAnalysis) . |
A |
CFGAnswerAdapter.caseEntryPoint(Node node,
EntryPoint point)
Default implementation. |
A |
CFGAnswer.caseEntryPoint(Node node,
EntryPoint point)
caseEntryPoint is called by a EntryPoint from
apply(CFGAnswer) . |
boolean |
CFGAnalysisAdapter.caseEntryPoint(Node node,
EntryPoint point)
Default implementation. |
A |
CFGQuestionAnswerAdapter.caseEntryPoint(Node node,
EntryPoint point,
Q question)
Default implementation. |
A |
CFGQuestionAnswer.caseEntryPoint(Node node,
EntryPoint point,
Q question)
caseEntryPoint is called by a EntryPoint from
apply(CFGQuestionAnswer,Object) . |
Uses of EntryPoint in tip.cfg.dfa |
---|
Methods in tip.cfg.dfa with parameters of type EntryPoint | |
---|---|
boolean |
SignAnalysis.caseEntryPoint(Node node,
EntryPoint point)
|
boolean |
NullPointerAnalysis.caseEntryPoint(Node node,
EntryPoint point)
|
boolean |
IntervalAnalysis.caseEntryPoint(Node node,
EntryPoint point)
|
boolean |
ConstantPropagationAnalysis.caseEntryPoint(Node node,
EntryPoint point)
|
boolean |
AvailableExpressionsAnalysis.caseEntryPoint(Node node,
EntryPoint point)
Computes the variable for the entry point point . |
Uses of EntryPoint in tip.util |
---|
Methods in tip.util with parameters of type EntryPoint | |
---|---|
Collection<T> |
SubExpressions.caseEntryPoint(Node node,
EntryPoint point)
Returns an empty set of nodes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |