sindi.compiler.model

ModelPlugin

class ModelPlugin extends Plugin

Attributes
abstract
Linear Supertypes
Plugin, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ModelPlugin
  2. Plugin
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ModelPlugin (global: Global)

Type Members

  1. case class Binding (tree: Tree, symbol: Symbol) extends Product with Serializable

  2. case class CompilationUnitInfo (source: SourceFile, contexts: List[Context], components: List[Entity]) extends Product with Serializable

  3. case class Component (tree: Tree, modules: List[Module], dependencies: List[Dependency]) extends Entity with Product with Serializable

  4. case class ComponentWithContext (tree: Tree, context: String, dependencies: List[Dependency]) extends Entity with Product with Serializable

  5. case class Context (tree: Tree, modules: List[Module], bindings: List[Binding], dependencies: List[Dependency]) extends Entity with Product with Serializable

  6. case class Dependency (tree: Tree, symbol: Symbol, dependency: Option[Dependency], name: String) extends Product with Serializable

  7. trait Entity extends AnyRef

    Attributes
    sealed
  8. case class Module (symbol: Symbol, name: String) extends Product with Serializable

  9. class RegistryReader extends AnyRef

  10. class RegistryWriter extends AnyRef

Abstract Value Members

  1. val components : List[PluginComponent]

    Attributes
    abstract
    Definition Classes
    Plugin
  2. val description : String

    Attributes
    abstract
    Definition Classes
    Plugin
  3. val name : String

    Attributes
    abstract
    Definition Classes
    Plugin
  4. val options : Options

    Attributes
    abstract

Concrete Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  9. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef
  12. val global : Global

    Definition Classes
    ModelPlugin → Plugin
  13. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  14. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  15. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  16. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  17. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  18. val optionsHelp : Option[String]

    Definition Classes
    Plugin
  19. def processOptions (options: List[String], error: (String) ⇒ Unit): Unit

    Definition Classes
    Plugin
  20. val symComponent : Symbol

    Attributes
    protected final
  21. val symComponentContext : Symbol

    Attributes
    protected final
  22. val symComponentWithContext : Symbol

    Attributes
    protected final
  23. val symComposable : Symbol

    Attributes
    protected final
  24. val symContext : Symbol

    Attributes
    protected final
  25. val symInjector : Symbol

    Attributes
    protected final
  26. val symModule : Symbol

    Attributes
    protected final
  27. val symModuleManifest : Symbol

    Attributes
    protected final
  28. val symModuleT : Symbol

    Attributes
    protected final
  29. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  30. def toString (): String

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Plugin

Inherited from AnyRef

Inherited from Any