class MyTypingTransformer extends TypingTransformer with ChiselInnerUtils
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MyTypingTransformer
- ChiselInnerUtils
- TypingTransformer
- Transformer
- InternalTransformer
- Transformer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new MyTypingTransformer(unit: scala.tools.nsc.Global.CompilationUnit)
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 atOwner[A](tree: scala.tools.nsc.Global.Tree, owner: scala.tools.nsc.Global.Symbol)(trans: => A): A
- Definition Classes
- TypingTransformer
- final def atOwner[A](owner: scala.tools.nsc.Global.Symbol)(trans: => A): A
- Definition Classes
- TypingTransformer → Transformer
- val autoTypenameTpe: scala.tools.nsc.Global.Type
- Definition Classes
- ChiselInnerUtils
- val baseModuleTpe: scala.tools.nsc.Global.Type
- Definition Classes
- ChiselInnerUtils
- val bundleTpe: scala.tools.nsc.Global.Type
- Definition Classes
- ChiselInnerUtils
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- var curTree: scala.tools.nsc.Global.Tree
- Attributes
- protected
- Definition Classes
- TypingTransformer
- def currentClass: scala.tools.nsc.Global.Symbol
- Attributes
- protected
- Definition Classes
- Transformer
- def currentMethod: scala.tools.nsc.Global.Symbol
- Attributes
- protected
- Definition Classes
- Transformer
- var currentOwner: scala.tools.nsc.Global.Symbol
- Attributes
- protected[scala]
- Definition Classes
- Transformer
- val dataTpe: scala.tools.nsc.Global.Type
- Definition Classes
- ChiselInnerUtils
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val ignoreSeqTpe: scala.tools.nsc.Global.Type
- Definition Classes
- ChiselInnerUtils
- def inferType(t: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Type
- Definition Classes
- ChiselInnerUtils
- def isABundle(sym: scala.tools.nsc.Global.Symbol): Boolean
- Definition Classes
- ChiselInnerUtils
- def isAModule(sym: scala.tools.nsc.Global.Symbol): Boolean
- Definition Classes
- ChiselInnerUtils
- def isARecord(sym: scala.tools.nsc.Global.Symbol): Boolean
- Definition Classes
- ChiselInnerUtils
- def isAutoTypenamed(sym: scala.tools.nsc.Global.Symbol): Boolean
- Definition Classes
- ChiselInnerUtils
- def isData(sym: scala.tools.nsc.Global.Symbol): Boolean
- Definition Classes
- ChiselInnerUtils
- val isDataCache: HashMap[scala.tools.nsc.Global.Type, Boolean]
- Definition Classes
- ChiselInnerUtils
- def isExactBaseModule(sym: scala.tools.nsc.Global.Symbol): Boolean
- Definition Classes
- ChiselInnerUtils
- def isExactBundle(sym: scala.tools.nsc.Global.Symbol): Boolean
- Definition Classes
- ChiselInnerUtils
- def isIgnoreSeqInBundle(sym: scala.tools.nsc.Global.Symbol): Boolean
- Definition Classes
- ChiselInnerUtils
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNullaryMethodNamed(name: String, defdef: scala.tools.nsc.Global.DefDef): Boolean
- Definition Classes
- ChiselInnerUtils
- def isOptionOfData(symbol: scala.tools.nsc.Global.Symbol): Boolean
- Definition Classes
- ChiselInnerUtils
- def isSeqOfData(sym: scala.tools.nsc.Global.Symbol): Boolean
- Definition Classes
- ChiselInnerUtils
- val itAnyTpe: scala.tools.nsc.Global.Type
- Definition Classes
- ChiselInnerUtils
- val itStringAnyTpe: scala.tools.nsc.Global.Type
- Definition Classes
- ChiselInnerUtils
- var localTyper: (analyzer)#Typer
- Definition Classes
- TypingTransformer
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val recordTpe: scala.tools.nsc.Global.Type
- Definition Classes
- ChiselInnerUtils
- val seqOfDataTpe: scala.tools.nsc.Global.Type
- Definition Classes
- ChiselInnerUtils
- val someOfDataTpe: scala.tools.nsc.Global.Type
- Definition Classes
- ChiselInnerUtils
- val sourceInfoTpe: scala.tools.nsc.Global.Type
- Definition Classes
- ChiselInnerUtils
- def stringFromTypeName(name: scala.tools.nsc.Global.TypeName): String
- Definition Classes
- ChiselInnerUtils
- val stringTpe: scala.tools.nsc.Global.Type
- Definition Classes
- ChiselInnerUtils
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def transform(tree: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree
- Definition Classes
- MyTypingTransformer → TypingTransformer → InternalTransformer → Transformer
- def transformAtOwner(owner: scala.tools.nsc.Global.Symbol, tree: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree
- Definition Classes
- TypingTransformer
- def transformCaseDefs(trees: List[scala.tools.nsc.Global.CaseDef]): List[scala.tools.nsc.Global.CaseDef]
- Definition Classes
- Transformer
- def transformIdents(trees: List[scala.tools.nsc.Global.Ident]): List[scala.tools.nsc.Global.Ident]
- Definition Classes
- Transformer
- def transformMemberDefs(trees: List[scala.tools.nsc.Global.MemberDef]): List[scala.tools.nsc.Global.MemberDef]
- Definition Classes
- Transformer
- def transformModifiers(mods: scala.tools.nsc.Global.Modifiers): scala.tools.nsc.Global.Modifiers
- Definition Classes
- Transformer
- def transformStats(stats: List[scala.tools.nsc.Global.Tree], exprOwner: scala.tools.nsc.Global.Symbol): List[scala.tools.nsc.Global.Tree]
- Definition Classes
- Transformer
- def transformTemplate(tree: scala.tools.nsc.Global.Template): scala.tools.nsc.Global.Template
- Definition Classes
- Transformer
- def transformTrees(trees: List[scala.tools.nsc.Global.Tree]): List[scala.tools.nsc.Global.Tree]
- Definition Classes
- Transformer
- def transformTypeDefs(trees: List[scala.tools.nsc.Global.TypeDef]): List[scala.tools.nsc.Global.TypeDef]
- Definition Classes
- Transformer
- def transformUnit(unit: scala.tools.nsc.Global.CompilationUnit): Unit
- Definition Classes
- Transformer
- def transformValDef(tree: scala.tools.nsc.Global.ValDef): scala.tools.nsc.Global.ValDef
- Definition Classes
- Transformer
- def transformValDefs(trees: List[scala.tools.nsc.Global.ValDef]): List[scala.tools.nsc.Global.ValDef]
- Definition Classes
- Transformer
- def transformValDefss(treess: List[List[scala.tools.nsc.Global.ValDef]]): List[List[scala.tools.nsc.Global.ValDef]]
- Definition Classes
- Transformer
- val treeCopy: scala.tools.nsc.Global.TreeCopier
- Definition Classes
- Transformer
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()