Trait scala.reflect.api.FlagSets.FlagOps
 trait FlagOps extends Any
Abstract Value Members
abstract  def getClass(): Class[_ <: AnyRef]
   
    
Concrete Value Members
final  def !=(arg0: Any): Boolean
   
final  def ##(): Int
   
 def +(other: String): String
   
   
final  def ==(arg0: Any): Boolean
   
final  def asInstanceOf[T0]: T0
   
   
   
 def ensuring(cond: Boolean, msg: => Any): Universe.FlagOps
   
   
 def equals(arg0: Any): Boolean
   
   
 def hashCode(): Int
   
final  def isInstanceOf[T0]: Boolean
   
 def toString(): String
   
 
  
				
			 
			
The API of
FlagSetinstances. The main source of information about flag sets is the scala.reflect.api.FlagSets page.