class PhaseContext extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PhaseContext
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PhaseContext(config: SpinalConfig)
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def checkGlobalData(): Unit
- def checkPendingErrors(msg: String): Unit
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def components(): ArrayBuffer[Component]
- val config: SpinalConfig
- def doPhase(phase: Phase): Unit
- val duplicationPostfix: String
- val enums: LinkedHashMap[SpinalEnum, LinkedHashSet[SpinalEnumEncoding]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- var globalData: GlobalData
- val globalScope: NamingScope
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def privateNamespaceName: String
- val reservedKeyWords: Set[String]
- def sortedComponents: ArrayBuffer[Component]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val systemVerilogKeywords: Array[String]
- def toString(): String
- Definition Classes
- AnyRef → Any
- var topLevel: Component
- val verboseLog: FileWriter
- val verilogKeywords: Array[String]
- val vhdlKeywords: Array[String]
- 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])
- def walkAll(func: (Any) => Unit): Unit
- def walkBaseNodes(func: (BaseNode) => Unit): Unit
- def walkComponents(func: (Component) => Unit): Unit
- def walkComponentsExceptBlackbox(func: (Component) => Unit): Unit
- def walkDeclarations(func: (DeclarationStatement) => Unit): Unit
- def walkDrivingExpression(func: (Expression) => Unit): Unit
- def walkExpression(func: (Expression) => Unit): Unit
- def walkExpressionPostorder(func: (Expression) => Unit): Unit
- def walkRemapExpressions(func: (Expression) => Expression): Unit
- def walkStatements(func: (Statement) => Unit): Unit
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated