public interface IModifierConstants
Modifier and Type | Field and Description |
---|---|
static int |
ACC_ABSTRACT |
static int |
ACC_ANNOTATION
Indicates an annotation (added in J2SE 1.5).
|
static int |
ACC_BRIDGE
Indicates a bridge method (added in J2SE 1.5).
|
static int |
ACC_ENUM
Indicates an enum (added in J2SE 1.5).
|
static int |
ACC_FINAL |
static int |
ACC_INTERFACE |
static int |
ACC_MANDATED
Indicates a mandated parameter, such as this$1 (added in Java SE 8).
|
static int |
ACC_NATIVE |
static int |
ACC_PRIVATE |
static int |
ACC_PROTECTED |
static int |
ACC_PUBLIC |
static int |
ACC_STATIC |
static int |
ACC_STRICT |
static int |
ACC_SUPER |
static int |
ACC_SYNCHRONIZED |
static int |
ACC_SYNTHETIC
Indicates a synthetic member or method parameter.
|
static int |
ACC_TRANSIENT |
static int |
ACC_VARARGS
Indicates a variable arity method (added in J2SE 1.5).
|
static int |
ACC_VOLATILE |
static final int ACC_PUBLIC
static final int ACC_PRIVATE
static final int ACC_PROTECTED
static final int ACC_STATIC
static final int ACC_FINAL
static final int ACC_SUPER
static final int ACC_SYNCHRONIZED
static final int ACC_VOLATILE
static final int ACC_BRIDGE
static final int ACC_TRANSIENT
static final int ACC_VARARGS
static final int ACC_NATIVE
static final int ACC_INTERFACE
static final int ACC_ABSTRACT
static final int ACC_STRICT
static final int ACC_SYNTHETIC
static final int ACC_ANNOTATION
static final int ACC_ENUM
static final int ACC_MANDATED
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.