scala.reflect.generic.Trees
Modifiers
class
Modifiers(flags: Long, privateWithin: Name, annotations: List[Tree], positions: Map[Long, Position]) extends Product
Inherited
- Hide All
- Show all
- Product
- Equals
- AnyRef
- Any
Instance constructors
-
new
Modifiers(flags: Long, privateWithin: Name, annotations: List[Tree], positions: Map[Long, Position])
Value Members
-
def
!=(arg0: AnyRef): Boolean
-
def
!=(arg0: Any): Boolean
-
def
##(): Int
-
def
$asInstanceOf[T0](): T0
-
def
$isInstanceOf[T0](): Boolean
-
def
&(flag: Long): Modifiers
-
def
&~(flag: Long): Modifiers
-
def
==(arg0: AnyRef): Boolean
-
def
==(arg0: Any): Boolean
-
val
annotations: List[Tree]
-
def
asInstanceOf[T0]: T0
-
def
canEqual(arg0: Any): Boolean
-
def
clone(): AnyRef
-
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
val
flags: Long
-
def
getClass(): java.lang.Class[_ <: java.lang.Object]
-
def
hasFlag(flag: Long): Boolean
-
def
hashCode(): Int
-
def
isAbstract: Boolean
-
def
isAccessor: Boolean
-
def
isArgument: Boolean
-
def
isCase: Boolean
-
def
isContravariant: Boolean
-
def
isCovariant: Boolean
-
def
isDeferred: Boolean
-
def
isFinal: Boolean
-
def
isImplicit: Boolean
-
def
isInstanceOf[T0]: Boolean
-
def
isLazy: Boolean
-
def
isOverride: Boolean
-
def
isPrivate: Boolean
-
def
isProtected: Boolean
-
def
isPublic: Boolean
-
def
isSealed: Boolean
-
def
isSynthetic: Boolean
-
def
isTrait: Boolean
-
def
isVariable: Boolean
-
def
ne(arg0: AnyRef): Boolean
-
def
notify(): Unit
-
def
notifyAll(): Unit
-
val
positions: Map[Long, Position]
-
val
privateWithin: Name
-
def
productArity: Int
-
def
productElement(arg0: Int): Any
-
def
productElementName(n: Int): String
-
def
productElements: Iterator[Any]
-
def
productIterator: Iterator[Any]
-
def
productPrefix: String
-
def
synchronized[T0](arg0: T0): T0
-
def
toString(): String
-
def
wait(): Unit
-
def
wait(arg0: Long, arg1: Int): Unit
-
def
wait(arg0: Long): Unit
-
-
def
withPosition(flag: Long, position: Position): Modifiers
-
def
|(flag: Long): Modifiers
the qualifier for a private (a type name) or nme . EMPTY.toTypeName, if none is given.
the annotations for the definition . Note: the typechecker drops these annotations, use the AnnotationInfo's (Symbol.annotations) in later phases.