|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.neu.ccs.demeterf.Control
edu.neu.ccs.demeterf.control.Nowhere
public class Nowhere
Bypass all edges (immutable) i.e., go nowhere (one step)
| Constructor Summary | |
|---|---|
Nowhere()
|
|
| Method Summary | |
|---|---|
boolean |
ignore(java.lang.Class<?> c,
java.lang.String f)
Returns whether or not to bypass/skip the given Class/Field |
boolean |
ignore(Edge e)
Returns whether or not to bypass/skip the given Edge |
boolean |
skip(java.lang.Class<?> c,
java.lang.String f)
Returns whether or not to bypass/skip the given Class/Field |
boolean |
skip(Edge e)
Returns whether or not to bypass/skip the given Edge |
| Methods inherited from class edu.neu.ccs.demeterf.Control |
|---|
builtins, bypass, bypass, bypass, bypass, everywhere, isBuiltIn, isBuiltInOld, nowhere, only, only, only, only, remove, remove, remove, remove |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Nowhere()
| Method Detail |
|---|
public boolean skip(java.lang.Class<?> c,
java.lang.String f)
Control
skip in class Controlpublic boolean skip(Edge e)
Control
skip in class Control
public boolean ignore(java.lang.Class<?> c,
java.lang.String f)
Control
ignore in class Controlpublic boolean ignore(Edge e)
Control
ignore in class Control
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||