|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.wala.ipa.callgraph.impl.BasicEntrypoints
com.ibm.wala.util.scope.EclipseEntrypoints
@Deprecated public class EclipseEntrypoints
All public and protected methods in the "root packages" are considered entrypoints, except not inner classes
| Constructor Summary | |
|---|---|
EclipseEntrypoints(EclipseAnalysisScope scope,
ClassHierarchy cha,
boolean internalEntrypoints)
Deprecated. |
|
| Method Summary |
|---|
| Methods inherited from class com.ibm.wala.ipa.callgraph.impl.BasicEntrypoints |
|---|
add, iterator, size |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EclipseEntrypoints(EclipseAnalysisScope scope,
ClassHierarchy cha,
boolean internalEntrypoints)
throws WalaException
scope - governing analysis scopecha - governing class hierarchyinternalEntrypoints - This boolean flag is used to decide whether internal packages
(those containing the substring ".internal" in their names) should
contribute entry points to the analysis (value true)
or not (value false). The default value is
false because internal packages are not supposed to
be invoked from external bundles.
WalaException
java.lang.IllegalArgumentException - if cha is null
java.lang.IllegalArgumentException - if scope is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||