FlagsOps
extends Object with SerializableMembers of Flag
Supertypes
Object, SerializableMembers
def
&
( flags: Flags ) ( that: Flags ) : FlagsIntersection of the two flag sets
Intersection of the two flag sets
def
is
( flags: Flags ) ( that: Flags ) : BooleanIs 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 ) : StringShows the tree as fully typed source code
Shows the tree as fully typed source code
def
showExtractors
( flags: Flags ) ( implicit ctx: Context ) : StringShows the tree as extractors
Shows the tree as extractors
def
showWith
( flags: Flags ) ( syntaxHighlight: SyntaxHighlight ) ( implicit ctx: Context ) : StringShows the tree as fully typed source code
Shows the tree as fully typed source code