Class

chisel3.aop.injecting

InjectStatement

Related Doc: package injecting

Permalink

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
Linear Supertypes
Type Hierarchy
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])

    Permalink

    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

    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. val annotations: Seq[Annotation]

    Permalink

    Additional annotations that should be passed down compiler

  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. def duplicate(n: ModuleTarget): Annotation

    Permalink
    Definition Classes
    InjectStatement → SingleTargetAnnotation
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def getTargets: Seq[Target]

    Permalink
    Definition Classes
    Annotation
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. val module: ModuleTarget

    Permalink

    Module to inject code into at the end of the module

  14. val modules: Seq[DefModule]

    Permalink

    Additional modules that may be instantiated by s

  15. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  18. val s: Statement

    Permalink

    Statements to inject

  19. def serialize: String

    Permalink
    Definition Classes
    Annotation
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. val target: ModuleTarget

    Permalink
    Definition Classes
    InjectStatement → SingleTargetAnnotation
  22. def update(renames: RenameMap): Seq[Annotation]

    Permalink
    Definition Classes
    SingleTargetAnnotation → Annotation
  23. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Annotation

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped