final class SymbolInfo extends AnyRef
- Self Type
- SymbolInfo
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SymbolInfo
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def annotations: List[Annotation]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def displayName: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isAbstract: Boolean
- def isCase: Boolean
- def isClass: Boolean
- def isConstructor: Boolean
- def isContravariant: Boolean
- def isCovariant: Boolean
- def isDefault: Boolean
- def isEnum: Boolean
- def isField: Boolean
- def isFinal: Boolean
- def isImplicit: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isInterface: Boolean
- def isJava: Boolean
- def isLazy: Boolean
- def isLocal: Boolean
- def isMacro: Boolean
- def isMethod: Boolean
- def isObject: Boolean
- def isPackage: Boolean
- def isPackageObject: Boolean
- def isParameter: Boolean
- def isPrimary: Boolean
- def isPrivate: Boolean
- def isPrivateThis: Boolean
- def isPrivateWithin: Boolean
- def isProtected: Boolean
- def isProtectedThis: Boolean
- def isProtectedWithin: Boolean
- def isPublic: Boolean
- def isScala: Boolean
- def isSealed: Boolean
- def isSelfParameter: Boolean
- def isSetter: Boolean
- def isStatic: Boolean
- def isTrait: Boolean
- def isType: Boolean
- def isTypeParameter: Boolean
- def isVal: Boolean
- def isVar: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def owner: Symbol
- def signature: Signature
- def sym: Symbol
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- SymbolInfo → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def within: Option[Symbol]