|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.transjvm.Flags
public class Flags
Constant flags
Field Summary | |
---|---|
static int |
ABSTRACT
Marks class or method as abstract. |
static int |
DEFAULT
Default access ie, package members only. |
static int |
FINAL
Marks class, method or field as final. |
static int |
INTERFACE
Marks class as an interface. |
static int |
NATIVE
Marks method as native. |
static int |
PRIVATE
Private access ie, this class only. |
static int |
PROTECTED
Protected access ie, As default plus subclasses. |
static int |
PUBLIC
Public access ie, Accessible from anywhere. |
static int |
STATIC
Marks method or field as static. |
static int |
STRICT
Marks class or method as have strict floating point semantics. |
static int |
SYNCHRONIZED
Marks method as synchronized. |
static int |
TRANSIENT
Marks field as transient. |
static int |
VOLATILE
Marks field as volatile. |
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 ABSTRACT
public static final int DEFAULT
public static final int FINAL
public static final int INTERFACE
public static final int NATIVE
public static final int PRIVATE
public static final int PROTECTED
public static final int PUBLIC
public static final int STATIC
public static final int STRICT
public static final int SYNCHRONIZED
public static final int TRANSIENT
public static final int VOLATILE
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |