Packages

class VerilogCodeStyleSettings extends CustomCodeStyleSettings

Linear Supertypes
CustomCodeStyleSettings, Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VerilogCodeStyleSettings
  2. CustomCodeStyleSettings
  3. Cloneable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new VerilogCodeStyleSettings(container: CodeStyleSettings)

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. var ASSIGNMENT_STATEMENT_ALIGNMENT: VerilogCodeStyleSettings.Value
  5. var CASE_ITEMS_ALIGNMENT: VerilogCodeStyleSettings.Value
  6. var CLASS_MEMBER_VARIABLE_ALIGNMENT: VerilogCodeStyleSettings.Value
  7. var COMPACT_INDEXING_AND_SELECTION: Boolean
  8. var DISTRIBUTION_ITEMS_ALIGNMENT: VerilogCodeStyleSettings.Value
  9. var ENUM_ASSIGNMENT_STATEMENT_ALIGNMENT: VerilogCodeStyleSettings.Value
  10. var EXPAND_COVERPOINTS: Boolean
  11. var FORMAL_PARAMETERS_ALIGNMENT: VerilogCodeStyleSettings.Value
  12. var FORMAL_PARAMETERS_INDENTATION: Boolean
  13. var LINE_BREAK_PENALTY: Int
  14. var MODULE_NET_VARIABLE_ALIGNMENT: VerilogCodeStyleSettings.Value
  15. var NAMED_PARAMETER_ALIGNMENT: VerilogCodeStyleSettings.Value
  16. var NAMED_PARAMETER_INDENTATION: Boolean
  17. var NAMED_PORT_ALIGNMENT: VerilogCodeStyleSettings.Value
  18. var NAMED_PORT_INDENTATION: Boolean
  19. var OVER_COLUMN_LIMIT_PENALTY: Int
  20. var PORT_DECLARATIONS_ALIGNMENT: VerilogCodeStyleSettings.Value
  21. var PORT_DECLARATIONS_INDENTATION: Boolean
  22. var PORT_DRAPD: Boolean
  23. var PORT_DRAUD: Boolean
  24. var STRUCT_UNION_MEMBERS_ALIGNMENT: VerilogCodeStyleSettings.Value
  25. var TRY_WRAP_LONG_LINES: Boolean
  26. var WRAP_SPACES: Int
  27. def afterLoaded(): Unit
    Attributes
    protected[com.intellij.psi.codeStyle]
    Definition Classes
    CustomCodeStyleSettings
  28. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  29. def beforeLoading(): Unit
    Attributes
    protected[com.intellij.psi.codeStyle]
    Definition Classes
    CustomCodeStyleSettings
  30. def clone(): AnyRef
    Definition Classes
    CustomCodeStyleSettings → AnyRef
  31. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def equals(arg0: AnyRef): Boolean
    Definition Classes
    CustomCodeStyleSettings → AnyRef → Any
  33. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  34. final def getContainer(): CodeStyleSettings
    Definition Classes
    CustomCodeStyleSettings
  35. def getKnownTagNames(): List[String]
    Definition Classes
    CustomCodeStyleSettings
  36. final def getTagName(): String
    Definition Classes
    CustomCodeStyleSettings
  37. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  38. def importLegacySettings(arg0: CodeStyleSettings): Unit
    Attributes
    protected[com.intellij.psi.codeStyle]
    Definition Classes
    CustomCodeStyleSettings
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  43. def readExternal(arg0: Element): Unit
    Definition Classes
    CustomCodeStyleSettings
    Annotations
    @throws(classOf[com.intellij.openapi.util.InvalidDataException])
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. def writeExternal(arg0: Element, arg1: CustomCodeStyleSettings): Unit
    Definition Classes
    CustomCodeStyleSettings
    Annotations
    @throws(classOf[com.intellij.openapi.util.WriteExternalException])

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 CustomCodeStyleSettings

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Ungrouped