|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.hyades.execution.core.util.Noop
public final class Noop
A no operation class that has specific none run-time functional uses. It is mainly used as compiler time to eliminate warnings or debug time to add breakpoints in empty methods.
| Method Summary | |
|---|---|
static void |
noop()
A none operation, usually called in debug situations |
static void |
sink(long longA)
A sink method, allows long to be referenced and therefore eliminate compiler warnings |
static void |
sink(java.lang.Object object)
A sink method, allows the argument to be referenced and therefore eliminate compiler warnings for cases where unreferenced variables are expected -- removed when this is no longer the case |
static void |
sink(java.lang.Object objectA,
boolean booleanA)
A sink method, allows the arguments to be referenced and therefore eliminate compiler warnings for cases where unreferenced variables are expected -- removed when this is no longer the case |
static void |
sink(java.lang.Object objectA,
java.lang.Object objectB)
A sink method, allows the arguments to be referenced and therefore eliminate compiler warnings for cases where unreferenced variables are expected -- removed when this is no longer the case |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void noop()
public static void sink(java.lang.Object object)
object - the object to sink
public static void sink(java.lang.Object objectA,
boolean booleanA)
objectA - an object to sinkbooleanA - an boolean to sink
public static void sink(java.lang.Object objectA,
java.lang.Object objectB)
objectA - an object to sinkobjectB - an object to sinkpublic static void sink(long longA)
longA -
|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||