c
izumi.distage.reflection.macros.universe.impl.WithDISymbolInfo.MacroSymbolInfo
Static
Companion object Static
case class Static(name: String, finalResultType: (WithDISymbolInfo.this)#TypeNative, annotations: List[scala.reflect.api.Universe.Annotation], friendlyAnnotations: List[FriendlyAnnotation], isByName: Boolean, wasGeneric: Boolean) extends (WithDISymbolInfo.this)#MacroSymbolInfo with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Static
- Serializable
- Product
- Equals
- MacroSymbolInfo
- MacroSymbolInfoCompact
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Static(name: String, finalResultType: (WithDISymbolInfo.this)#TypeNative, annotations: List[scala.reflect.api.Universe.Annotation], friendlyAnnotations: List[FriendlyAnnotation], isByName: Boolean, wasGeneric: Boolean)
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
- val annotations: List[scala.reflect.api.Universe.Annotation]
- Attributes
- protected
- Definition Classes
- Static → MacroSymbolInfo
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val finalResultType: (WithDISymbolInfo.this)#TypeNative
- Definition Classes
- Static → MacroSymbolInfo → MacroSymbolInfoCompact
- final def finalResultTypeIn(u: Universe): scala.reflect.api.Universe.Type
- Definition Classes
- MacroSymbolInfoCompact
- Annotations
- @inline()
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val friendlyAnnotations: List[FriendlyAnnotation]
- Definition Classes
- Static → MacroSymbolInfo → MacroSymbolInfoCompact
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val isByName: Boolean
- Definition Classes
- Static → MacroSymbolInfo → MacroSymbolInfoCompact
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
- Definition Classes
- Static → MacroSymbolInfo → MacroSymbolInfoCompact
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def nonByNameFinalResultType: (WithDISymbolInfo.this)#TypeNative
- Definition Classes
- MacroSymbolInfo
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def safeFinalResultType: MacroSafeType
- Definition Classes
- Static → MacroSymbolInfoCompact
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- val wasGeneric: Boolean
- Definition Classes
- Static → MacroSymbolInfo → MacroSymbolInfoCompact
- final def withFriendlyAnnotations(annotations: List[FriendlyAnnotation]): MacroSymbolInfoCompact
- Definition Classes
- Static → MacroSymbolInfoCompact
- final def withIsByName(boolean: Boolean): (WithDISymbolInfo.this)#MacroSymbolInfo
- Definition Classes
- Static → MacroSymbolInfo
- final def withTpe(tpe: (WithDISymbolInfo.this)#TypeNative): (WithDISymbolInfo.this)#MacroSymbolInfo
- Definition Classes
- Static → MacroSymbolInfo