Packages

trait PrimitiveAccessFlagsMatcher extends AccessFlagsMatcher

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrimitiveAccessFlagsMatcher
  2. AccessFlagsMatcher
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def unapply(accessFlags: Int): Boolean
    Definition Classes
    AccessFlagsMatcher

Concrete Value Members

  1. def &&(right: AccessFlagsMatcher): AccessFlagsMatcher

    Creates a new matcher that matches accessFlags vectors where all flags defined by this matcher and the given matcher have to be defined.

    Creates a new matcher that matches accessFlags vectors where all flags defined by this matcher and the given matcher have to be defined.

    Definition Classes
    PrimitiveAccessFlagsMatcherAccessFlagsMatcher
  2. def unary_!: AccessFlagsMatcher

    Creates a new matcher that matches accessFlags that do not have (all of) the accessFlags specified by the given matcher.

    Creates a new matcher that matches accessFlags that do not have (all of) the accessFlags specified by the given matcher.

    Definition Classes
    PrimitiveAccessFlagsMatcherAccessFlagsMatcher
  3. def ||(right: AccessFlagsMatcher): AccessFlagsMatcher
    Definition Classes
    AccessFlagsMatcher