Class

scaps.scala.featureExtraction

ScalaSourceExtractor

Related Doc: package featureExtraction

Permalink

class ScalaSourceExtractor extends EntityFactory

Linear Supertypes
EntityFactory, StrictLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScalaSourceExtractor
  2. EntityFactory
  3. StrictLogging
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaSourceExtractor(compiler: ScaladocGlobal)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(sources: List[SourceFile]): Stream[\/[ExtractionError, Definition]]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val compiler: ScaladocGlobal

    Permalink
    Definition Classes
    ScalaSourceExtractorEntityFactory
  8. def createTypeDef(sym: scala.tools.nsc.doc.ScaladocGlobal.Symbol): Seq[\/[ExtractionError, Definition]]

    Permalink
    Definition Classes
    EntityFactory
  9. def createTypeRef(sym: scala.tools.nsc.doc.ScaladocGlobal.Symbol): (List[TypeParameter], TypeRef)

    Permalink
    Definition Classes
    EntityFactory
  10. def createValueWithViewDefs(sym: scala.tools.nsc.doc.ScaladocGlobal.Symbol, isPrimaryCtor: Boolean, comment: DocComment): Seq[\/[ExtractionError, Definition]]

    Permalink
    Definition Classes
    EntityFactory
  11. def createViewDef(sym: scala.tools.nsc.doc.ScaladocGlobal.Symbol, fromDef: Definition): Seq[Definition]

    Permalink
    Definition Classes
    EntityFactory
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def extractEntities(classSym: scala.tools.nsc.doc.ScaladocGlobal.Symbol): Seq[\/[ExtractionError, Definition]]

    Permalink
    Definition Classes
    EntityFactory
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getDocComment(sym: scala.tools.nsc.doc.ScaladocGlobal.Symbol, site: scala.tools.nsc.doc.ScaladocGlobal.Symbol): DocComment

    Permalink
    Definition Classes
    EntityFactory
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def isTypeOfInterest(sym: scala.tools.nsc.doc.ScaladocGlobal.Symbol): Boolean

    Permalink
    Definition Classes
    EntityFactory
  21. def isValueOfInterest(sym: scala.tools.nsc.doc.ScaladocGlobal.Symbol): Boolean

    Permalink
    Definition Classes
    EntityFactory
  22. def link(sym: scala.tools.nsc.doc.ScaladocGlobal.Symbol): Option[String]

    Permalink
    Definition Classes
    EntityFactory
  23. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    StrictLogging
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def qualifiedName(sym: scala.tools.nsc.doc.ScaladocGlobal.Symbol, isTypeName: Boolean): String

    Permalink
    Definition Classes
    EntityFactory
  28. val scaladoc: ScalaDocParser

    Permalink
    Definition Classes
    EntityFactory
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def withViews(sym: scala.tools.nsc.doc.ScaladocGlobal.Symbol)(res: Seq[\/[ExtractionError, Definition]]): Seq[\/[ExtractionError, Definition]]

    Permalink
    Definition Classes
    EntityFactory

Inherited from EntityFactory

Inherited from StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped