Packages

sealed trait SymbolInfo extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SymbolInfo
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def annotations: List[scala.reflect.api.Universe.Annotation]
  2. abstract def finalResultType: (WithDISymbolInfo.this)#TypeNative
  3. abstract def isByName: Boolean
  4. abstract def name: String
  5. abstract def wasGeneric: Boolean
  6. abstract def withAnnotations(annotations: List[scala.reflect.api.Universe.Annotation]): (WithDISymbolInfo.this)#SymbolInfo
  7. abstract def withIsByName(boolean: Boolean): (WithDISymbolInfo.this)#SymbolInfo
  8. abstract def withTpe(tpe: (WithDISymbolInfo.this)#TypeNative): (WithDISymbolInfo.this)#SymbolInfo

Concrete Value Members

  1. final def nonByNameFinalResultType: (WithDISymbolInfo.this)#TypeNative