|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.xml.xmlc.codegen.JavaModifiers
Definitions of Java modifiers for methods, fields and classes.
Field Summary | |
static int |
ABSTRACT
Abstract modifier flag. |
static int |
FINAL
Unmodifiable scope modifier flag. |
static int |
OMIT_IMPLEMENTATION
Don't include field or method in implementation if generating an interface and an implementation. |
static int |
OMIT_INTERFACE
Don't include field or method in interface if generating an interface and an implementation. |
static int |
PRIVATE
Private access modifier flag. |
static int |
PRIVATE_CONST
Common modifiers for private constants. |
static int |
PROTECTED
Protected access modifier flag. |
static int |
PUBLIC
Public access modifier flag. |
static int |
PUBLIC_CONST
Common modifiers for public constants. |
static int |
STATIC
Class scope modifier flag. |
Method Summary | |
static String |
toDecl(int modifiers)
Convert a modifier set to a string prefix for a declaration. |
Methods inherited from class java.lang.Object |
|
Field Detail |
public static int PUBLIC
public static int PROTECTED
public static int PRIVATE
public static int STATIC
public static int FINAL
public static int ABSTRACT
public static int OMIT_IMPLEMENTATION
public static int OMIT_INTERFACE
public static int PUBLIC_CONST
public static int PRIVATE_CONST
Method Detail |
public static String toDecl(int modifiers)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |