| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.codemodel.JMod
public final class JMod
Modifier constants.
Field Summary | |
---|---|
static int | ABSTRACT |
static int | FINAL |
static int | NATIVE |
static int | NONE |
static int | PRIVATE |
static int | PROTECTED |
static int | PUBLIC |
static int | STATIC |
static int | SYNCHRONIZED |
static int | TRANSIENT |
static int | VOLATILE |
Constructor Summary | |
---|---|
JMod() |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NONE
public static final int PUBLIC
public static final int PROTECTED
public static final int PRIVATE
public static final int FINAL
public static final int STATIC
public static final int ABSTRACT
public static final int NATIVE
public static final int SYNCHRONIZED
public static final int TRANSIENT
public static final int VOLATILE
Constructor Detail |
---|
public JMod()
| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |