object Discovery
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Discovery
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- def applications(definitions: Seq[Definition]): Seq[(Definition, Discovered)]
- def apply(subclasses: Set[String], annotations: Set[String])(definitions: Seq[Definition]): Seq[(Definition, Discovered)]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def defAnnotations(defs: Seq[Definition], pred: (String) ⇒ Boolean): Set[String]
- def defAnnotations(s: Structure, pred: (String) ⇒ Boolean): Set[String]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def findAnnotations(as: Seq[Annotation], pred: (String) ⇒ Boolean): Set[String]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hasMainMethod(defs: Seq[Definition]): Boolean
- def hasMainMethod(c: ClassLike): Boolean
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isConcrete(m: Modifiers): Boolean
- def isConcrete(a: Definition): Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isMainMethod(d: Definition): Boolean
- def isModule(c: ClassLike): Boolean
- def isParameterized(t: Type, base: String, args: String*): Boolean
- def isPublic(a: Access): Boolean
- def isPublic(a: Definition): Boolean
- def isStringArray(t: Type): Boolean
- def isStringArray(p: MethodParameter): Boolean
- def isStringArray(params: Seq[MethodParameter]): Boolean
- def isStringArray(vp: IndexedSeq[ParameterList]): Boolean
- def isUnit(t: Type): Boolean
- def named(t: Type, nme: String): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def pathName(p: Path, id: String): Option[String]
-
def
simpleName(t: Type): Option[String]
- Annotations
- @tailrec()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()