final object Annotations

Constructors

Members

final class AnnotInfo

A decorator that provides queries for specific annotations of a symbol.

A decorator that provides queries for specific annotations of a symbol.

final object AnnotInfo

A decorator that provides queries for specific annotations of a symbol.

A decorator that provides queries for specific annotations of a symbol.

abstract class Annotation
final object Annotation
abstract class BodyAnnotation

An annotation indicating the body of a right-hand side, typically of an inline method. Treated specially in pickling/unpickling and TypeTreeMaps

An annotation indicating the body of a right-hand side, typically of an inline method. Treated specially in pickling/unpickling and TypeTreeMaps

case class ConcreteAnnotation
final object ConcreteAnnotation
case class ConcreteBodyAnnotation
final object ConcreteBodyAnnotation
abstract class LazyAnnotation
case class LazyBodyAnnotation
final object LazyBodyAnnotation
implicit def AnnotInfo ( sym: Symbol ) : AnnotInfo

A decorator that provides queries for specific annotations of a symbol.

A decorator that provides queries for specific annotations of a symbol.

def ThrowsAnnotation ( cls: ClassSymbol ) ( implicit ctx: Context ) : Annotation