Class Flags
java.lang.Object
org.teavm.classlib.impl.reflection.Flags
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
-
Method Summary
-
Field Details
-
ABSTRACT
public static final int ABSTRACT- See Also:
- Constant Field Values
-
INTERFACE
public static final int INTERFACE- See Also:
- Constant Field Values
-
FINAL
public static final int FINAL- See Also:
- Constant Field Values
-
ENUM
public static final int ENUM- See Also:
- Constant Field Values
-
ANNOTATION
public static final int ANNOTATION- See Also:
- Constant Field Values
-
SYNTHETIC
public static final int SYNTHETIC- See Also:
- Constant Field Values
-
BRIDGE
public static final int BRIDGE- See Also:
- Constant Field Values
-
DEPRECATED
public static final int DEPRECATED- See Also:
- Constant Field Values
-
NATIVE
public static final int NATIVE- See Also:
- Constant Field Values
-
STATIC
public static final int STATIC- See Also:
- Constant Field Values
-
STRICT
public static final int STRICT- See Also:
- Constant Field Values
-
SYNCHRONIZED
public static final int SYNCHRONIZED- See Also:
- Constant Field Values
-
TRANSIENT
public static final int TRANSIENT- See Also:
- Constant Field Values
-
VARARGS
public static final int VARARGS- See Also:
- Constant Field Values
-
VOLATILE
public static final int VOLATILE- See Also:
- Constant Field Values
-
PACKAGE_PRIVATE
public static final int PACKAGE_PRIVATE- See Also:
- Constant Field Values
-
PRIVATE
public static final int PRIVATE- See Also:
- Constant Field Values
-
PROTECTED
public static final int PROTECTED- See Also:
- Constant Field Values
-
PUBLIC
public static final int PUBLIC- See Also:
- Constant Field Values
-
-
Method Details
-
getModifiers
public static int getModifiers(int flags, int access)
-