Type Members
-
trait
Annotatable[Self] extends AnyRef
-
sealed abstract
class
AnnotationInfo extends AnnotationInfoApi
-
-
-
case class
ArrayAnnotArg(args: Array[ClassfileAnnotArg]) extends ClassfileAnnotArg with ArrayAnnotArgApi with Product with Serializable
-
-
-
-
-
-
case class
LiteralAnnotArg(const: Constant) extends ClassfileAnnotArg with LiteralAnnotArgApi with Product with Serializable
-
-
-
case class
NestedAnnotArg(annInfo: AnnotationInfo) extends ClassfileAnnotArg with NestedAnnotArgApi with Product with Serializable
-
-
-
case class
ScalaSigBytes(bytes: Array[Byte]) extends ClassfileAnnotArg with Product with Serializable
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
object
AnnotationInfo extends AnnotationInfoExtractor
-
-
object
ArrayAnnotArg extends ArrayAnnotArgExtractor with Serializable
-
-
-
object
LiteralAnnotArg extends LiteralAnnotArgExtractor with Serializable
-
-
object
NestedAnnotArg extends NestedAnnotArgExtractor with Serializable
-
-
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
-
-
-
final
def
eq(arg0: AnyRef): Boolean
-
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
self: Any
-
val
self: Any
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
Inherited from AnyRef
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Any
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
final
def
isInstanceOf[T0]: Boolean
Inherited by implicit conversion any2stringadd from
AnnotationInfos to StringAdd
Value Members
-
def
+(other: String): String
-
val
self: Any
AnnotationInfo and its helpers