|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Modifier info
Field Summary | |
static int |
ABSTRACT
Abstract |
static int |
CONSTANT
A constant |
static int |
FINAL
Final |
static int |
PACKAGE
Package |
static int |
PACKAGE_ABSTRACT
Package Abstract |
static int |
PACKAGE_CONSTANT
A package constant |
static int |
PACKAGE_STATIC
Package Static |
static int |
PRIVATE
Private |
static int |
PRIVATE_CONSTANT
A private constant |
static int |
PRIVATE_STATIC
Private Static |
static int |
PROTECTED
Protected |
static int |
PROTECTED_ABSTRACT
Protected Abstract |
static int |
PROTECTED_CONSTANT
A protected constant |
static int |
PROTECTED_STATIC
Protected Static |
static int |
PUBLIC
Public |
static int |
PUBLIC_ABSTRACT
Public Abstract |
static int |
PUBLIC_CONSTANT
A public constant |
static int |
PUBLIC_STATIC
Public Static |
static int |
STATIC
Static |
Method Summary | |
int |
getModifiers()
Get the modifiers |
boolean |
isPublic()
Whether it is public |
boolean |
isStatic()
Whether it is static |
Field Detail |
public static final int FINAL
public static final int STATIC
public static final int ABSTRACT
public static final int PUBLIC
public static final int PROTECTED
public static final int PACKAGE
public static final int PRIVATE
public static final int CONSTANT
public static final int PUBLIC_CONSTANT
public static final int PROTECTED_CONSTANT
public static final int PACKAGE_CONSTANT
public static final int PRIVATE_CONSTANT
public static final int PUBLIC_STATIC
public static final int PROTECTED_STATIC
public static final int PACKAGE_STATIC
public static final int PRIVATE_STATIC
public static final int PUBLIC_ABSTRACT
public static final int PROTECTED_ABSTRACT
public static final int PACKAGE_ABSTRACT
Method Detail |
public int getModifiers()
public boolean isPublic()
public boolean isStatic()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |