Uses of Class
com.sun.electric.database.ImmutableNodeInst.Flag

Packages that use ImmutableNodeInst.Flag
com.sun.electric.database Package for the Electric database. 
 

Uses of ImmutableNodeInst.Flag in com.sun.electric.database
 

Fields in com.sun.electric.database declared as ImmutableNodeInst.Flag
static ImmutableNodeInst.Flag ImmutableNodeInst.HARD_SELECT
          Method to set an ImmutableNodeInst to be hard-to-select.
static ImmutableNodeInst.Flag ImmutableNodeInst.LOCKED
          Method to set this ImmutableNodeInst to be locked.
static ImmutableNodeInst.Flag ImmutableNodeInst.VIS_INSIDE
          Flag to set an ImmutableNodeInst to be visible-inside.
 

Methods in com.sun.electric.database with parameters of type ImmutableNodeInst.Flag
 boolean ImmutableNodeInst.is(ImmutableNodeInst.Flag flag)
          Tests specific flag is set on this ImmutableNodeInst.
 ImmutableNodeInst ImmutableNodeInst.withFlag(ImmutableNodeInst.Flag flag, boolean value)
          Returns ImmutableNodeInst which differs from this ImmutableNodeInst by flag bit.