Trait

scala.reflect.api.FlagSets

FlagOps

Related Doc: package FlagSets

Permalink

trait FlagOps extends Any

The API of FlagSet instances. The main source of information about flag sets is the scala.reflect.api.FlagSets page.

Source
FlagSets.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FlagOps
  2. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def getClass(): Class[_]

    Permalink

    Returns the runtime class representation of the object.

    Returns the runtime class representation of the object.

    returns

    a class object corresponding to the runtime type of the receiver.

    Definition Classes
    Any
  2. abstract def |(right: Universe.FlagSet): Universe.FlagSet

    Permalink

    Produces a flag set that's a union of this flag set and the provided flag set.