sealed case class ContTree(f: (NirGenPhase.ExprBuffer) => Val)(pos: G.Position) extends G.Tree with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ContTree
- Serializable
- Tree
- Attachable
- TreeContextApiImpl
- TreeApi
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ContTree(f: (NirGenPhase.ExprBuffer) => Val)(pos: G.Position)
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 attachments: Attachments { type Pos = NirGenExpr.this.global.Position }
- Definition Classes
- Attachable
- def canHaveAttrs: Boolean
- Definition Classes
- Tree → TreeApi
- def changeOwner(from: G.Symbol, to: G.Symbol): ContTree.this.type
- Definition Classes
- TreeContextApiImpl
- def changeOwner(pairs: (G.Symbol, G.Symbol)*): ContTree.this.type
- Definition Classes
- TreeContextApiImpl
- def children: List[G.Tree]
- Definition Classes
- TreeContextApiImpl → TreeApi
- def clearType(): ContTree.this.type
- Definition Classes
- Tree
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def collect[T](pf: PartialFunction[G.Tree, T]): List[T]
- Definition Classes
- TreeContextApiImpl → TreeApi
- def correspondsStructure(that: G.Tree)(f: (G.Tree, G.Tree) => Boolean): Boolean
- Definition Classes
- TreeContextApiImpl
- def defineType(tp: G.Type): ContTree.this.type
- Definition Classes
- Tree
- def duplicate: ContTree.this.type
- Definition Classes
- Tree → TreeApi
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: Any): Boolean
- Definition Classes
- Tree → Equals → AnyRef → Any
- def equalsStructure(that: G.Tree): Boolean
- Definition Classes
- TreeContextApiImpl → TreeApi
- def exists(p: (G.Tree) => Boolean): Boolean
- Definition Classes
- TreeContextApiImpl → TreeApi
- val f: (NirGenPhase.ExprBuffer) => Val
- def filter(f: (G.Tree) => Boolean): List[G.Tree]
- Definition Classes
- TreeContextApiImpl → TreeApi
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def find(p: (G.Tree) => Boolean): Option[G.Tree]
- Definition Classes
- TreeContextApiImpl → TreeApi
- def forAll(p: (G.Tree) => Boolean): Boolean
- Definition Classes
- TreeContextApiImpl → TreeApi
- def foreach(f: (G.Tree) => Unit): Unit
- Definition Classes
- TreeContextApiImpl → TreeApi
- final def foreachChild(f: (G.Tree) => Boolean): Unit
- Definition Classes
- TreeContextApiImpl
- def foreachPartial(pf: PartialFunction[G.Tree, G.Tree]): Unit
- Definition Classes
- TreeContextApiImpl
- def freeSyms: List[G.FreeSymbol]
- Definition Classes
- TreeContextApiImpl
- def freeTerms: List[G.FreeTermSymbol]
- Definition Classes
- TreeContextApiImpl
- def freeTypes: List[G.FreeTypeSymbol]
- Definition Classes
- TreeContextApiImpl
- def getAndRemoveAttachment[T](implicit arg0: ClassTag[T]): Option[T]
- Definition Classes
- Attachable
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hasAttachment[T](implicit arg0: ClassTag[T]): Boolean
- Definition Classes
- Attachable
- def hasExistingSymbol: Boolean
- Definition Classes
- TreeContextApiImpl
- def hasSymbolField: Boolean
- Definition Classes
- Tree
- def hasSymbolWhich(f: (G.Symbol) => Boolean): Boolean
- Definition Classes
- TreeContextApiImpl
- def hashCode(): Int
- Definition Classes
- Tree → AnyRef → Any
- val id: Int
- Definition Classes
- Tree
- def isDef: Boolean
- Definition Classes
- Tree → TreeApi
- def isEmpty: Boolean
- Definition Classes
- Tree → TreeApi
- def isErroneous: Boolean
- Definition Classes
- TreeContextApiImpl
- def isErrorTyped: Boolean
- Definition Classes
- TreeContextApiImpl
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isTerm: Boolean
- Definition Classes
- Tree → TreeApi
- def isType: Boolean
- Definition Classes
- Tree → TreeApi
- def isTyped: Boolean
- Definition Classes
- TreeContextApiImpl
- def modifyType(f: (G.Type) => G.Type): ContTree.this.type
- Definition Classes
- TreeContextApiImpl
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nonEmpty: Boolean
- Definition Classes
- Tree → TreeApi
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def onlyChild: G.Tree
- Definition Classes
- TreeContextApiImpl
- def orElse(alt: => G.Tree): G.Tree
- Definition Classes
- TreeContextApiImpl → TreeApi
- final def pos: G.Position
- Definition Classes
- Tree → Attachable → TreeApi
- def pos_=(pos: G.Position): Unit
- Definition Classes
- Attachable
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val rawatt: Attachments { type Pos = NirGenExpr.this.global.Position }
- Attributes
- protected
- Definition Classes
- Attachable
- def removeAttachment[T](implicit arg0: ClassTag[T]): ContTree.this.type
- Definition Classes
- Attachable
- def setAttachments(attachments: Attachments { type Pos = NirGenExpr.this.global.Position }): ContTree.this.type
- Definition Classes
- Attachable
- def setPos(newpos: G.Position): ContTree.this.type
- Definition Classes
- Attachable
- def setSymbol(sym: G.Symbol): ContTree.this.type
- Definition Classes
- Tree
- def setType(tp: G.Type): ContTree.this.type
- Definition Classes
- Tree
- def shallowDuplicate: G.Tree
- Definition Classes
- TreeContextApiImpl
- def shortClass: String
- Definition Classes
- TreeContextApiImpl
- def substituteSymbols(from: List[G.Symbol], to: List[G.Symbol]): G.Tree
- Definition Classes
- TreeContextApiImpl
- def substituteThis(clazz: G.Symbol, to: => G.Tree): G.Tree
- Definition Classes
- TreeContextApiImpl
- def substituteTypes(from: List[G.Symbol], to: List[G.Type]): G.Tree
- Definition Classes
- TreeContextApiImpl
- def summaryString: String
- Definition Classes
- TreeContextApiImpl
- def symbol: G.Symbol
- Definition Classes
- Tree → TreeApi
- def symbol_=(sym: G.Symbol): Unit
- Definition Classes
- Tree
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- TreeApi → AnyRef → Any
- final def tpe: G.Type
- Definition Classes
- Tree → TreeApi
- def transform(transformer: G.Transformer): G.Tree
- Definition Classes
- TreeContextApiImpl
- def traverse(traverser: G.Traverser): Unit
- Definition Classes
- TreeContextApiImpl
- def updateAttachment[T](attachment: T)(implicit arg0: ClassTag[T]): ContTree.this.type
- Definition Classes
- Attachable
- 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()
- def withFilter(f: (G.Tree) => Boolean): List[G.Tree]
- Definition Classes
- TreeContextApiImpl → TreeApi