abstract type TreeCopier >: Null <: Universe.TreeCopierOps
- Alphabetic
- By Inheritance
- TreeCopier
- TreeCopierOps
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
Alternative(tree: Universe.Tree, trees: List[Universe.Tree]): Universe.Alternative
Creates a
Alternativenode from the given components, having a giventreeas a prototype.Creates a
Alternativenode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
Annotated(tree: Universe.Tree, annot: Universe.Tree, arg: Universe.Tree): Universe.Annotated
Creates a
Annotatednode from the given components, having a giventreeas a prototype.Creates a
Annotatednode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
AppliedTypeTree(tree: Universe.Tree, tpt: Universe.Tree, args: List[Universe.Tree]): Universe.AppliedTypeTree
Creates a
AppliedTypeTreenode from the given components, having a giventreeas a prototype.Creates a
AppliedTypeTreenode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
Apply(tree: Universe.Tree, fun: Universe.Tree, args: List[Universe.Tree]): Universe.Apply
Creates a
Applynode from the given components, having a giventreeas a prototype.Creates a
Applynode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
Assign(tree: Universe.Tree, lhs: Universe.Tree, rhs: Universe.Tree): Universe.Assign
Creates a
Assignnode from the given components, having a giventreeas a prototype.Creates a
Assignnode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
AssignOrNamedArg(tree: Universe.Tree, lhs: Universe.Tree, rhs: Universe.Tree): Universe.AssignOrNamedArg
Creates a
AssignOrNamedArgnode from the given components, having a giventreeas a prototype.Creates a
AssignOrNamedArgnode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
Bind(tree: Universe.Tree, name: Universe.Name, body: Universe.Tree): Universe.Bind
Creates a
Bindnode from the given components, having a giventreeas a prototype.Creates a
Bindnode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
Block(tree: Universe.Tree, stats: List[Universe.Tree], expr: Universe.Tree): Universe.Block
Creates a
Blocknode from the given components, having a giventreeas a prototype.Creates a
Blocknode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
CaseDef(tree: Universe.Tree, pat: Universe.Tree, guard: Universe.Tree, body: Universe.Tree): Universe.CaseDef
Creates a
CaseDefnode from the given components, having a giventreeas a prototype.Creates a
CaseDefnode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
ClassDef(tree: Universe.Tree, mods: Universe.Modifiers, name: Universe.Name, tparams: List[Universe.TypeDef], impl: Universe.Template): Universe.ClassDef
Creates a
ClassDefnode from the given components, having a giventreeas a prototype.Creates a
ClassDefnode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
CompoundTypeTree(tree: Universe.Tree, templ: Universe.Template): Universe.CompoundTypeTree
Creates a
CompoundTypeTreenode from the given components, having a giventreeas a prototype.Creates a
CompoundTypeTreenode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
DefDef(tree: Universe.Tree, mods: Universe.Modifiers, name: Universe.Name, tparams: List[Universe.TypeDef], vparamss: List[List[Universe.ValDef]], tpt: Universe.Tree, rhs: Universe.Tree): Universe.DefDef
Creates a
DefDefnode from the given components, having a giventreeas a prototype.Creates a
DefDefnode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
ExistentialTypeTree(tree: Universe.Tree, tpt: Universe.Tree, whereClauses: List[Universe.MemberDef]): Universe.ExistentialTypeTree
Creates a
ExistentialTypeTreenode from the given components, having a giventreeas a prototype.Creates a
ExistentialTypeTreenode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
Function(tree: Universe.Tree, vparams: List[Universe.ValDef], body: Universe.Tree): Universe.Function
Creates a
Functionnode from the given components, having a giventreeas a prototype.Creates a
Functionnode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
Ident(tree: Universe.Tree, name: Universe.Name): Universe.Ident
Creates a
Identnode from the given components, having a giventreeas a prototype.Creates a
Identnode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
If(tree: Universe.Tree, cond: Universe.Tree, thenp: Universe.Tree, elsep: Universe.Tree): Universe.If
Creates a
Ifnode from the given components, having a giventreeas a prototype.Creates a
Ifnode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
Import(tree: Universe.Tree, expr: Universe.Tree, selectors: List[Universe.ImportSelector]): Universe.Import
Creates a
Importnode from the given components, having a giventreeas a prototype.Creates a
Importnode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
LabelDef(tree: Universe.Tree, name: Universe.Name, params: List[Universe.Ident], rhs: Universe.Tree): Universe.LabelDef
Creates a
LabelDefnode from the given components, having a giventreeas a prototype.Creates a
LabelDefnode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
Literal(tree: Universe.Tree, value: Universe.Constant): Universe.Literal
Creates a
Literalnode from the given components, having a giventreeas a prototype.Creates a
Literalnode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
Match(tree: Universe.Tree, selector: Universe.Tree, cases: List[Universe.CaseDef]): Universe.Match
Creates a
Matchnode from the given components, having a giventreeas a prototype.Creates a
Matchnode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
ModuleDef(tree: Universe.Tree, mods: Universe.Modifiers, name: Universe.Name, impl: Universe.Template): Universe.ModuleDef
Creates a
ModuleDefnode from the given components, having a giventreeas a prototype.Creates a
ModuleDefnode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
New(tree: Universe.Tree, tpt: Universe.Tree): Universe.New
Creates a
Newnode from the given components, having a giventreeas a prototype.Creates a
Newnode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
PackageDef(tree: Universe.Tree, pid: Universe.RefTree, stats: List[Universe.Tree]): Universe.PackageDef
Creates a
PackageDefnode from the given components, having a giventreeas a prototype.Creates a
PackageDefnode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
RefTree(tree: Universe.Tree, qualifier: Universe.Tree, selector: Universe.Name): Universe.RefTree
Creates a
RefTreenode from the given components, having a giventreeas a prototype.Creates a
RefTreenode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
ReferenceToBoxed(tree: Universe.Tree, idt: Universe.Ident): Universe.ReferenceToBoxed
Creates a
ReferenceToBoxednode from the given components, having a giventreeas a prototype.Creates a
ReferenceToBoxednode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
Return(tree: Universe.Tree, expr: Universe.Tree): Universe.Return
Creates a
Returnnode from the given components, having a giventreeas a prototype.Creates a
Returnnode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
Select(tree: Universe.Tree, qualifier: Universe.Tree, selector: Universe.Name): Universe.Select
Creates a
Selectnode from the given components, having a giventreeas a prototype.Creates a
Selectnode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
SelectFromTypeTree(tree: Universe.Tree, qualifier: Universe.Tree, selector: Universe.Name): Universe.SelectFromTypeTree
Creates a
SelectFromTypeTreenode from the given components, having a giventreeas a prototype.Creates a
SelectFromTypeTreenode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
SingletonTypeTree(tree: Universe.Tree, ref: Universe.Tree): Universe.SingletonTypeTree
Creates a
SingletonTypeTreenode from the given components, having a giventreeas a prototype.Creates a
SingletonTypeTreenode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
Star(tree: Universe.Tree, elem: Universe.Tree): Universe.Star
Creates a
Starnode from the given components, having a giventreeas a prototype.Creates a
Starnode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
Super(tree: Universe.Tree, qual: Universe.Tree, mix: Universe.TypeName): Universe.Super
Creates a
Supernode from the given components, having a giventreeas a prototype.Creates a
Supernode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
Template(tree: Universe.Tree, parents: List[Universe.Tree], self: Universe.ValDef, body: List[Universe.Tree]): Universe.Template
Creates a
Templatenode from the given components, having a giventreeas a prototype.Creates a
Templatenode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
This(tree: Universe.Tree, qual: Universe.Name): Universe.This
Creates a
Thisnode from the given components, having a giventreeas a prototype.Creates a
Thisnode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
Throw(tree: Universe.Tree, expr: Universe.Tree): Universe.Throw
Creates a
Thrownode from the given components, having a giventreeas a prototype.Creates a
Thrownode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
Try(tree: Universe.Tree, block: Universe.Tree, catches: List[Universe.CaseDef], finalizer: Universe.Tree): Universe.Try
Creates a
Trynode from the given components, having a giventreeas a prototype.Creates a
Trynode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
TypeApply(tree: Universe.Tree, fun: Universe.Tree, args: List[Universe.Tree]): Universe.TypeApply
Creates a
TypeApplynode from the given components, having a giventreeas a prototype.Creates a
TypeApplynode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
TypeBoundsTree(tree: Universe.Tree, lo: Universe.Tree, hi: Universe.Tree): Universe.TypeBoundsTree
Creates a
TypeBoundsTreenode from the given components, having a giventreeas a prototype.Creates a
TypeBoundsTreenode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
TypeDef(tree: Universe.Tree, mods: Universe.Modifiers, name: Universe.Name, tparams: List[Universe.TypeDef], rhs: Universe.Tree): Universe.TypeDef
Creates a
TypeDefnode from the given components, having a giventreeas a prototype.Creates a
TypeDefnode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
TypeTree(tree: Universe.Tree): Universe.TypeTree
Creates a
TypeTreenode from the given components, having a giventreeas a prototype.Creates a
TypeTreenode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
Typed(tree: Universe.Tree, expr: Universe.Tree, tpt: Universe.Tree): Universe.Typed
Creates a
Typednode from the given components, having a giventreeas a prototype.Creates a
Typednode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
UnApply(tree: Universe.Tree, fun: Universe.Tree, args: List[Universe.Tree]): Universe.UnApply
Creates a
UnApplynode from the given components, having a giventreeas a prototype.Creates a
UnApplynode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
-
abstract
def
ValDef(tree: Universe.Tree, mods: Universe.Modifiers, name: Universe.Name, tpt: Universe.Tree, rhs: Universe.Tree): Universe.ValDef
Creates a
ValDefnode from the given components, having a giventreeas a prototype.Creates a
ValDefnode from the given components, having a giventreeas a prototype. Having a tree as a prototype means that the tree's attachments, type and symbol will be copied into the result.- Definition Classes
- TreeCopierOps
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
Test two objects for inequality.
Test two objects for inequality.
- returns
trueif !(this == that), false otherwise.
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
Equivalent to
x.hashCodeexcept for boxed numeric types andnull.Equivalent to
x.hashCodeexcept for boxed numeric types andnull. For numerics, it returns a hash value which is consistent with value equality: if two value type instances compare as true, then ## will produce the same hash value for each of them. Fornullreturns a hashcode wherenull.hashCodethrows aNullPointerException.- returns
a hash value consistent with ==
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
The expression
x == thatis equivalent toif (x eq null) that eq null else x.equals(that).The expression
x == thatis equivalent toif (x eq null) that eq null else x.equals(that).- returns
trueif the receiver object is equivalent to the argument;falseotherwise.
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
Cast the receiver object to be of type
T0.Cast the receiver object to be of type
T0.Note that the success of a cast at runtime is modulo Scala's erasure semantics. Therefore the expression
1.asInstanceOf[String]will throw aClassCastExceptionat runtime, while the expressionList(1).asInstanceOf[List[String]]will not. In the latter example, because the type argument is erased as part of compilation it is not possible to check whether the contents of the list are of the requested type.- returns
the receiver object.
- Definition Classes
- Any
- Exceptions thrown
ClassCastExceptionif the receiver object is not an instance of the erasure of typeT0.
-
def
clone(): AnyRef
Create a copy of the receiver object.
Create a copy of the receiver object.
The default implementation of the
clonemethod is platform dependent.- returns
a copy of the receiver object.
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- Note
not specified by SLS as a member of AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
Tests whether the argument (
that) is a reference to the receiver object (this).Tests whether the argument (
that) is a reference to the receiver object (this).The
eqmethod implements an equivalence relation on non-null instances ofAnyRef, and has three additional properties:- It is consistent: for any non-null instances
xandyof typeAnyRef, multiple invocations ofx.eq(y)consistently returnstrueor consistently returnsfalse. - For any non-null instance
xof typeAnyRef,x.eq(null)andnull.eq(x)returnsfalse. null.eq(null)returnstrue.
When overriding the
equalsorhashCodemethods, it is important to ensure that their behavior is consistent with reference equality. Therefore, if two objects are references to each other (o1 eq o2), they should be equal to each other (o1 == o2) and they should hash to the same value (o1.hashCode == o2.hashCode).- returns
trueif the argument is a reference to the receiver object;falseotherwise.
- Definition Classes
- AnyRef
- It is consistent: for any non-null instances
-
def
equals(arg0: Any): Boolean
The equality method for reference types.
-
def
finalize(): Unit
Called by the garbage collector on the receiver object when there are no more references to the object.
Called by the garbage collector on the receiver object when there are no more references to the object.
The details of when and if the
finalizemethod is invoked, as well as the interaction betweenfinalizeand non-local returns and exceptions, are all platform dependent.- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- Note
not specified by SLS as a member of AnyRef
-
final
def
getClass(): Class[_]
Returns the runtime class representation of the object.
Returns the runtime class representation of the object.
- returns
a class object corresponding to the runtime type of the receiver.
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
The hashCode method for reference types.
-
final
def
isInstanceOf[T0]: Boolean
Test whether the dynamic type of the receiver object is
T0.Test whether the dynamic type of the receiver object is
T0.Note that the result of the test is modulo Scala's erasure semantics. Therefore the expression
1.isInstanceOf[String]will returnfalse, while the expressionList(1).isInstanceOf[List[String]]will returntrue. In the latter example, because the type argument is erased as part of compilation it is not possible to check whether the contents of the list are of the specified type.- returns
trueif the receiver object is an instance of erasure of typeT0;falseotherwise.
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
Equivalent to
!(this eq that).Equivalent to
!(this eq that).- returns
trueif the argument is not a reference to the receiver object;falseotherwise.
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
Wakes up a single thread that is waiting on the receiver object's monitor.
Wakes up a single thread that is waiting on the receiver object's monitor.
- Definition Classes
- AnyRef
- Note
not specified by SLS as a member of AnyRef
-
final
def
notifyAll(): Unit
Wakes up all threads that are waiting on the receiver object's monitor.
Wakes up all threads that are waiting on the receiver object's monitor.
- Definition Classes
- AnyRef
- Note
not specified by SLS as a member of AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
Creates a String representation of this object.
Creates a String representation of this object. The default representation is platform dependent. On the java platform it is the concatenation of the class name, "@", and the object's hashcode in hexadecimal.
- returns
a String representation of the object.
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )