|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This type provides utilities for operating on modifier bit masks.
| Method Summary | |
String |
asString(long modifiers)
Returns a string with the names of all the modifiers in the preferred order. |
String[] |
asStrings(long modifiers)
Returns an array of the names of all the modifiers in the preferred order. |
boolean |
inPreferredOrder(long previousMods,
long newMod)
Returns true if no modifiers in previousMods are
supposed to come after the modifier in newMod. |
String |
nameOf(long mod)
Returns the name of the given modifier. |
| Method Detail |
public String asString(long modifiers)
public String[] asStrings(long modifiers)
public boolean inPreferredOrder(long previousMods,
long newMod)
previousMods are
supposed to come after the modifier in newMod.
public String nameOf(long mod)
|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||