|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.borland.jbuilder.jot.util.JotModifiers
JotModifiers provides helper methods to allow for the parsing of the int representation of java.lang.reflect.Modifier constants into a 'human readible' form.
Constructor Summary | |
JotModifiers()
|
Method Summary | |
static java.lang.String |
getModifier(int mod)
Returns a String representation in canonical order of the modifier(s) represented by the int value passed in. |
static int |
getModifier(java.lang.String modifier)
Converts a space delimited list of modifiers into the appropriate int representation for the Modifier. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JotModifiers()
Method Detail |
public static java.lang.String getModifier(int mod)
public static int getModifier(java.lang.String modifier)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |