Packages

c

chisel3.aop.injecting

InjectStatement

case class InjectStatement(module: ModuleTarget, s: Statement, modules: Seq[DefModule], annotations: Seq[Annotation]) extends SingleTargetAnnotation[ModuleTarget] with Product with Serializable

Contains all information needed to inject statements into a module

Generated when a InjectingAspect is consumed by a AspectPhase Consumed by InjectingTransform

module

Module to inject code into at the end of the module

s

Statements to inject

modules

Additional modules that may be instantiated by s

annotations

Additional annotations that should be passed down compiler

Source
InjectStatement.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InjectStatement
  2. Serializable
  3. Serializable
  4. SingleTargetAnnotation
  5. Annotation
  6. Product
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InjectStatement(module: ModuleTarget, s: Statement, modules: Seq[DefModule], annotations: Seq[Annotation])

    module

    Module to inject code into at the end of the module

    s

    Statements to inject

    modules

    Additional modules that may be instantiated by s

    annotations

    Additional annotations that should be passed down compiler

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val annotations: Seq[Annotation]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def duplicate(n: ModuleTarget): Annotation
    Definition Classes
    InjectStatement → SingleTargetAnnotation
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def getTargets: Seq[Target]
    Definition Classes
    Annotation
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. val module: ModuleTarget
  14. val modules: Seq[DefModule]
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. val s: Statement
  19. def serialize: String
    Definition Classes
    Annotation
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. val target: ModuleTarget
    Definition Classes
    InjectStatement → SingleTargetAnnotation
  22. def update(renames: RenameMap): Seq[Annotation]
    Definition Classes
    SingleTargetAnnotation → Annotation
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Annotation

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped