Flags

oxygen.quoted.Flags
See theFlags companion object
final class Flags

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def &(that: Flags): Flags

Intersection of the two flag sets

Intersection of the two flag sets

Attributes

def is(that: Flags): Boolean

Is the given flag set a subset of this flag sets

Is the given flag set a subset of this flag sets

Attributes

def show: String

Shows the flags as a String

Shows the flags as a String

Attributes

def unwrapWithin(using newQuotes: Quotes): newQuotes.reflect.Flags
def |(that: Flags): Flags

Union of the two flag sets

Union of the two flag sets

Attributes

Concrete fields

val unwrap: quotes.reflect.Flags

Givens

Givens

given quotes: Quotes