|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.database.ImmutableNodeInst.Flag
public static class ImmutableNodeInst.Flag
Class to access user bits of ImmutableNodeInst.
Method Summary | |
---|---|
boolean |
is(int userBits)
Returns true if this Flag is set in userBits. |
int |
set(int userBits,
boolean value)
Updates this flag in userBits. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean is(int userBits)
userBits
- user bits.
public int set(int userBits, boolean value)
userBits
- old user bits.value
- new value of flag.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |