class VerilogBlock extends ASTBlock
Verilog AST Block
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VerilogBlock
- ASTBlock
- Block
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val alignment: Alignment
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def getAlignment(): Alignment
- Definition Classes
- VerilogBlock → Block
- def getChildAttributes(newChildIndex: Int): ChildAttributes
- Definition Classes
- VerilogBlock → Block
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getDebugName(): String
- Definition Classes
- Block
- def getIndent(): Indent
- Definition Classes
- VerilogBlock → Block
- def getNode(): ASTNode
- Definition Classes
- VerilogBlock → ASTBlock
- def getSpacing(child1: Block, child2: Block): Spacing
- Definition Classes
- VerilogBlock → Block
- def getSubBlocks(): List[Block]
- Definition Classes
- VerilogBlock → Block
- def getTextRange(): TextRange
- Definition Classes
- VerilogBlock → Block
- def getWrap(): Wrap
- Definition Classes
- VerilogBlock → Block
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val indent: Indent
- def isIncomplete(): Boolean
- Definition Classes
- VerilogBlock → Block
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLeaf(): Boolean
- Definition Classes
- VerilogBlock → Block
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val node: ASTNode
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val parentBlock: Block
- val settings: CodeStyleSettings
- val spacingBuilder: SpacingBuilder
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val wrap: Wrap
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)