O object

FlagsOps

extends Object with Serializable

Members of Flag

Supertypes

Object, Serializable

Members

def 

&

( flags: Flags ) ( that: Flags ) : Flags

Intersection of the two flag sets

Intersection of the two flag sets

def 

is

( flags: Flags ) ( 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

def 

show

( flags: Flags ) ( implicit  ctx: Context ) : String

Shows the tree as fully typed source code

Shows the tree as fully typed source code

def 

showExtractors

( flags: Flags ) ( implicit  ctx: Context ) : String

Shows the tree as extractors

Shows the tree as extractors

def 

showWith

( flags: Flags ) ( syntaxHighlight: SyntaxHighlight ) ( implicit  ctx: Context ) : String

Shows the tree as fully typed source code

Shows the tree as fully typed source code

def 

|

( flags: Flags ) ( that: Flags ) : Flags

Union of the two flag sets

Union of the two flag sets