Packages

class VerilogBlock extends ASTBlock

Verilog AST Block

Linear Supertypes
ASTBlock, Block, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VerilogBlock
  2. ASTBlock
  3. Block
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new VerilogBlock(parentBlock: Block, node: ASTNode, alignment: Alignment, wrap: Wrap, indent: Indent, settings: CodeStyleSettings, spacingBuilder: SpacingBuilder)

    parentBlock

    parent of current block

    node

    corresponding AST node

    alignment

    alignment

    wrap

    wrap

    indent

    indent

    settings

    code style settings

    spacingBuilder

    spacing builder

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 alignment: Alignment
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def getAlignment(): Alignment
    Definition Classes
    VerilogBlock → Block
  10. def getChildAttributes(newChildIndex: Int): ChildAttributes
    Definition Classes
    VerilogBlock → Block
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. def getDebugName(): String
    Definition Classes
    Block
  13. def getIndent(): Indent
    Definition Classes
    VerilogBlock → Block
  14. def getNode(): ASTNode
    Definition Classes
    VerilogBlock → ASTBlock
  15. def getSpacing(child1: Block, child2: Block): Spacing
    Definition Classes
    VerilogBlock → Block
  16. def getSubBlocks(): List[Block]
    Definition Classes
    VerilogBlock → Block
  17. def getTextRange(): TextRange
    Definition Classes
    VerilogBlock → Block
  18. def getWrap(): Wrap
    Definition Classes
    VerilogBlock → Block
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. val indent: Indent
  21. def isIncomplete(): Boolean
    Definition Classes
    VerilogBlock → Block
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isLeaf(): Boolean
    Definition Classes
    VerilogBlock → Block
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. val node: ASTNode
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. val parentBlock: Block
  29. val settings: CodeStyleSettings
  30. val spacingBuilder: SpacingBuilder
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. val wrap: Wrap

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from ASTBlock

Inherited from Block

Inherited from AnyRef

Inherited from Any

Ungrouped