Flag indicating that tree has abstract and override modifiers set
Flag indicating that tree represents an abstract class
Flag indicating that tree represents a by-name parameter
Flag indicating that tree has case modifier set
Flag indicating that tree represents a contravariant
type parameter (marked with -).
Flag indicating that tree represents a covariant
type parameter (marked with +).
Flag indicating that tree represents a variable or a member initialized to the default value
Flag indicating that tree represents a parameter that has a default value
Flag indicating that tree represents an abstract type, method, or value
Flag indicating that tree has final modifier set
Flag indicating that tree has implicit modifier set
Flag indicating that a tree is an interface (i.
Flag indicating that a tree is an interface (i.e. a trait which defines only abstract methods)
Flag indicating that tree has lazy modifier set
Flag indicating that tree represents a member local to current class (i.
Flag indicating that tree represents a member local to current class (i.e. private[this] or protected[this]. This requires having either PRIVATE or PROTECTED set as well.
Flag indicating that tree represents a macro definition.
Flag indicating that tree represents a mutable variable
Flag indicating that tree has override modifier set
Flag indicating that tree represents a class or parameter.
Flag indicating that tree represents a class or parameter. Both type and value parameters carry the flag.
Flag indicating that tree represents an early definition
Flag indicating that tree has private modifier set
Flag indicating that tree has protected modifier set
Flag indicating that tree has sealed modifier set
Flag indicating that tree represents a trait
Returns string formatted according to given format string.
Returns string formatted according to given format string.
Format strings are as for String.format
(@see java.lang.String.format).
All possible values that can constitute flag sets. The main source of information about flag sets is the scala.reflect.api.FlagSets page.