|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.jnpp.NppCmpOp
public class NppCmpOp
Comparison operations
Field Summary | |
---|---|
static int |
NPP_CMP_EQ
|
static int |
NPP_CMP_GREATER
|
static int |
NPP_CMP_GREATER_EQ
|
static int |
NPP_CMP_LESS
|
static int |
NPP_CMP_LESS_EQ
|
Method Summary | |
---|---|
static java.lang.String |
stringFor(int m)
Returns the String identifying the given NppCmpOp |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NPP_CMP_LESS
public static final int NPP_CMP_LESS_EQ
public static final int NPP_CMP_EQ
public static final int NPP_CMP_GREATER_EQ
public static final int NPP_CMP_GREATER
Method Detail |
---|
public static java.lang.String stringFor(int m)
m
- The NppCmpOp
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |