class ElementBuilder[T] extends ScalaAnnotatedElementBuilder[T]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ElementBuilder
- ScalaAnnotatedElementBuilder
- AnnotatedElementBuilderProxy
- Proxy
- AnnotatedElementBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ElementBuilder()(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T])
Value Members
-
def
annotatedWith[TAnn <: Annotation]()(implicit arg0: ClassTag[TAnn]): Unit
- Definition Classes
- ScalaAnnotatedElementBuilder
-
def
annotatedWith(annotationType: Class[_ <: Annotation]): Unit
- Definition Classes
- AnnotatedElementBuilderProxy → AnnotatedElementBuilder
-
def
annotatedWith(annotation: Annotation): Unit
- Definition Classes
- AnnotatedElementBuilderProxy → AnnotatedElementBuilder
-
def
annotatedWithName(name: String): Unit
- Definition Classes
- AnnotatedElementBuilderProxy
-
def
equals(that: Any): Boolean
- Definition Classes
- Proxy → Any
-
def
hashCode(): Int
- Definition Classes
- Proxy → Any
- val myBinder: PrivateBinder
-
val
self: AnnotatedElementBuilder
- Definition Classes
- ElementBuilder → AnnotatedElementBuilderProxy → Proxy
-
def
toString(): String
- Definition Classes
- Proxy → Any