trait ContextInternalApi extends MacroInternalApi
- Grouped
- Alphabetic
- By Inheritance
- ContextInternalApi
- MacroInternalApi
- InternalApi
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Type Members
-
trait
DecoratorApi
extends AnyRef
- Definition Classes
- InternalApi
- See also
-
abstract
type
Decorators <: MacroDecoratorApi
Syntactic conveniences for additional internal APIs for trees, symbols and types
Syntactic conveniences for additional internal APIs for trees, symbols and types
- Definition Classes
- MacroInternalApi → InternalApi
-
trait
TransformApi
extends AnyRef
Functions that are available during transform.
-
trait
TypingTransformApi
extends TransformApi
Functions that are available during typingTransform.
Functions that are available during typingTransform.
- See also
-
trait
MacroDecoratorApi
extends DecoratorApi
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
- Definition Classes
- MacroInternalApi
Abstract Value Members
-
abstract
def
annotatedType(annotations: List[Universe.Annotation], underlying: Universe.Type): Universe.AnnotatedType
A creator for
AnnotatedTypetypes.A creator for
AnnotatedTypetypes.- Definition Classes
- InternalApi
-
abstract
def
asFreeTerm(symbol: Universe.Symbol): Universe.FreeTermSymbol
This symbol cast to a free term symbol.
This symbol cast to a free term symbol.
- Definition Classes
- InternalApi
- Exceptions thrown
ScalaReflectionExceptionifisFreeTermis false.
-
abstract
def
asFreeType(symbol: Universe.Symbol): Universe.FreeTypeSymbol
This symbol cast to a free type symbol.
This symbol cast to a free type symbol.
- Definition Classes
- InternalApi
- Exceptions thrown
ScalaReflectionExceptionifisFreeTypeis false.
-
abstract
def
attachments(tree: Universe.Tree): Attachments { type Pos = Internals.this.universe.Position }
The attachment of the tree.
The attachment of the tree.
- Definition Classes
- MacroInternalApi
-
abstract
def
attachments(symbol: Universe.Symbol): Attachments { type Pos = Internals.this.universe.Position }
The attachment of the symbol.
The attachment of the symbol.
- Definition Classes
- MacroInternalApi
-
abstract
def
boundedWildcardType(bounds: Universe.TypeBounds): Universe.BoundedWildcardType
A creator for
BoundedWildcardTypetypes.A creator for
BoundedWildcardTypetypes.- Definition Classes
- InternalApi
-
abstract
def
captureVariable(vble: Universe.Symbol): Unit
Mark a variable as captured; i.e.
Mark a variable as captured; i.e. force boxing in a *Ref type.
- Definition Classes
- MacroInternalApi
-
abstract
def
capturedVariableType(vble: Universe.Symbol): Universe.Type
Convert type of a captured variable to *Ref type.
Convert type of a captured variable to *Ref type.
- Definition Classes
- MacroInternalApi
-
abstract
def
changeOwner(tree: Universe.Tree, prev: Universe.Symbol, next: Universe.Symbol): tree.type
Collects all the symbols defined by subtrees of
treethat are owned byprev, and then changes their owner to point tonext.Collects all the symbols defined by subtrees of
treethat are owned byprev, and then changes their owner to point tonext.This is an essential tool to battle owner chain corruption when moving trees from one lexical context to another. Whenever you take an attributed tree that has been typechecked under the Context owned by some symbol (let's call it
x) and splice it elsewhere, into the Context owned by another symbol (let's call ity), it is imperative that you either calluntypecheckor dochangeOwner(tree, x, y).Since at the moment
untypecheckhas fundamental problem that can sometimes lead to tree corruption,changeOwnerbecomes an indispensable tool in building 100% robust macros. Future versions of the reflection API might obviate the need in taking care of these low-level details, but at the moment this is what we've got.- Definition Classes
- MacroInternalApi
-
abstract
def
classDef(sym: Universe.Symbol, impl: Universe.Template): Universe.ClassDef
A factory method for
ClassDefnodes.A factory method for
ClassDefnodes.- Definition Classes
- InternalApi
-
abstract
def
classInfoType(parents: List[Universe.Type], decls: Universe.Scope, typeSymbol: Universe.Symbol): Universe.ClassInfoType
A creator for
ClassInfoTypetypes.A creator for
ClassInfoTypetypes.- Definition Classes
- InternalApi
-
abstract
def
constantType(value: Universe.Constant): Universe.ConstantType
A creator for
ConstantTypetypes.A creator for
ConstantTypetypes.- Definition Classes
- InternalApi
-
abstract
def
createImporter(from0: api.Universe): Universe.Importer { val from: from0.type }
Creates an importer that moves reflection artifacts between universes.
Creates an importer that moves reflection artifacts between universes.
- Definition Classes
- InternalApi
- See also
-
abstract
def
deSkolemize(symbol: Universe.Symbol): Universe.Symbol
If this symbol is a skolem, its corresponding type parameter, otherwise the symbol itself.
If this symbol is a skolem, its corresponding type parameter, otherwise the symbol itself.
To quote Martin Odersky, skolems are synthetic type "constants" that are copies of existentially bound or universally bound type variables. E.g. if one is inside the right-hand side of a method:
def foo[T](x: T) = ... foo[List[T]]....
the skolem named
Trefers to the unknown type instance ofTwhenfoois called. It needs to be different from the type parameter because in a recursive call as in thefoo[List[T]]above the type parameter gets substituted withList[T], but the type skolem stays what it is.The other form of skolem is an existential skolem. Say one has a function
def bar(xs: List[T] forSome { type T }) = xs.head
then each occurrence of
xson the right will have typeList[T']whereT'is a fresh copy ofT.- Definition Classes
- InternalApi
-
abstract
val
decorators: Decorators
- Definition Classes
- InternalApi
- See also
-
abstract
def
defDef(sym: Universe.Symbol, rhs: (List[List[Universe.Symbol]]) ⇒ Universe.Tree): Universe.DefDef
A factory method for
DefDefnodes.A factory method for
DefDefnodes.- Definition Classes
- InternalApi
-
abstract
def
defDef(sym: Universe.Symbol, rhs: Universe.Tree): Universe.DefDef
A factory method for
DefDefnodes.A factory method for
DefDefnodes.- Definition Classes
- InternalApi
-
abstract
def
defDef(sym: Universe.Symbol, mods: Universe.Modifiers, rhs: Universe.Tree): Universe.DefDef
A factory method for
DefDefnodes.A factory method for
DefDefnodes.- Definition Classes
- InternalApi
-
abstract
def
defDef(sym: Universe.Symbol, vparamss: List[List[Universe.ValDef]], rhs: Universe.Tree): Universe.DefDef
A factory method for
DefDefnodes.A factory method for
DefDefnodes.- Definition Classes
- InternalApi
-
abstract
def
defDef(sym: Universe.Symbol, mods: Universe.Modifiers, vparamss: List[List[Universe.ValDef]], rhs: Universe.Tree): Universe.DefDef
A factory method for
DefDefnodes.A factory method for
DefDefnodes.- Definition Classes
- InternalApi
-
abstract
def
defineType(tree: Universe.Tree, tp: Universe.Type): tree.type
Like
setType, but if this is a previously empty TypeTree that fact is remembered so thatuntypecheckwill snap back.Like
setType, but if this is a previously empty TypeTree that fact is remembered so thatuntypecheckwill snap back.\@PP: Attempting to elaborate on the above, I find: If defineType is called on a TypeTree whose type field is null or NoType, this is recorded as "wasEmpty = true". That value is used in ResetAttrsTraverser, which nulls out the type field of TypeTrees for which wasEmpty is true, leaving the others alone.
untypecheck(orresetAttrsin compiler parlance) is used in situations where some speculative typing of a tree takes place, fails, and the tree needs to be returned to its former state to try again. So according to me: usingdefineTypeinstead ofsetTypeis how you communicate that the type being set does not depend on any previous state, and therefore should be abandoned if the current line of type inquiry doesn't work out.- Definition Classes
- MacroInternalApi
-
abstract
def
enclosingOwner: blackbox.Context.Symbol
Symbol associated with the innermost enclosing lexical context.
Symbol associated with the innermost enclosing lexical context. Walking the owner chain of this symbol will reveal information about more and more enclosing contexts.
-
abstract
def
enter(scope: Universe.Scope, sym: Universe.Symbol): scope.type
Adds a given symbol to the given scope.
Adds a given symbol to the given scope.
- Definition Classes
- MacroInternalApi
-
abstract
def
existentialAbstraction(tparams: List[Universe.Symbol], tpe0: Universe.Type): Universe.Type
A creator for existential types.
A creator for existential types. This generates:
tpe1 where { tparams }where
tpe1is the result of extrapolatingtpewith regard totparams. Extrapolating means that type variables intparamsoccurring in covariant positions are replaced by upper bounds, (minus any SingletonClass markers), type variables intparamsoccurring in contravariant positions are replaced by upper bounds, provided the resulting type is legal with regard to stability, and does not contain any type variable intparams.The abstraction drops all type parameters that are not directly or indirectly referenced by type
tpe1. If there are no remaining type parameters, simply returns result typetpe.- Definition Classes
- InternalApi
-
abstract
def
existentialType(quantified: List[Universe.Symbol], underlying: Universe.Type): Universe.ExistentialType
A creator for
ExistentialTypetypes.A creator for
ExistentialTypetypes.- Definition Classes
- InternalApi
-
abstract
def
flags(symbol: Universe.Symbol): Universe.FlagSet
Returns internal flags associated with the symbol.
Returns internal flags associated with the symbol.
- Definition Classes
- InternalApi
-
abstract
def
freeTerms(tree: Universe.Tree): List[Universe.FreeTermSymbol]
Extracts free term symbols from a tree that is reified or contains reified subtrees.
Extracts free term symbols from a tree that is reified or contains reified subtrees.
- Definition Classes
- InternalApi
-
abstract
def
freeTypes(tree: Universe.Tree): List[Universe.FreeTypeSymbol]
Extracts free type symbols from a tree that is reified or contains reified subtrees.
Extracts free type symbols from a tree that is reified or contains reified subtrees.
- Definition Classes
- InternalApi
-
abstract
def
fullyInitialize(scope: Universe.Scope): scope.type
Calls initialize on all the symbols that the scope consists of.
Calls initialize on all the symbols that the scope consists of.
- Definition Classes
- InternalApi
-
abstract
def
fullyInitialize(tp: Universe.Type): tp.type
Calls initialize on all the value and type parameters of the type.
Calls initialize on all the value and type parameters of the type.
- Definition Classes
- InternalApi
-
abstract
def
fullyInitialize(symbol: Universe.Symbol): symbol.type
Calls initialize on the owner and all the value and type parameters of the symbol.
Calls initialize on the owner and all the value and type parameters of the symbol.
- Definition Classes
- InternalApi
-
abstract
val
gen: TreeGen
Advanced tree factories
Advanced tree factories
- Definition Classes
- MacroInternalApi
-
abstract
def
initialize(symbol: Universe.Symbol): symbol.type
Forces all outstanding completers associated with this symbol.
Forces all outstanding completers associated with this symbol. After this call returns, the symbol becomes immutable and thread-safe.
- Definition Classes
- InternalApi
-
abstract
def
intersectionType(tps: List[Universe.Type], owner: Universe.Symbol): Universe.Type
A creator for intersection type where intersections of a single type are replaced by the type itself, and repeated parent classes are merged.
A creator for intersection type where intersections of a single type are replaced by the type itself, and repeated parent classes are merged.
!!! Repeated parent classes are not merged - is this a bug in the comment or in the code?
- Definition Classes
- InternalApi
-
abstract
def
intersectionType(tps: List[Universe.Type]): Universe.Type
A creator for intersection type where intersections of a single type are replaced by the type itself.
A creator for intersection type where intersections of a single type are replaced by the type itself.
- Definition Classes
- InternalApi
-
abstract
def
isErroneous(symbol: Universe.Symbol): Boolean
Does this symbol or its underlying type represent a typechecking error?
Does this symbol or its underlying type represent a typechecking error?
- Definition Classes
- InternalApi
-
abstract
def
isFreeTerm(symbol: Universe.Symbol): Boolean
Does this symbol represent a free term captured by reification? If yes,
isTermis also guaranteed to be true.Does this symbol represent a free term captured by reification? If yes,
isTermis also guaranteed to be true.- Definition Classes
- InternalApi
-
abstract
def
isFreeType(symbol: Universe.Symbol): Boolean
Does this symbol represent a free type captured by reification? If yes,
isTypeis also guaranteed to be true.Does this symbol represent a free type captured by reification? If yes,
isTypeis also guaranteed to be true.- Definition Classes
- InternalApi
-
abstract
def
isSkolem(symbol: Universe.Symbol): Boolean
Does this symbol represent the definition of a skolem? Skolems are used during typechecking to represent type parameters viewed from inside their scopes.
Does this symbol represent the definition of a skolem? Skolems are used during typechecking to represent type parameters viewed from inside their scopes.
- Definition Classes
- InternalApi
-
abstract
def
labelDef(sym: Universe.Symbol, params: List[Universe.Symbol], rhs: Universe.Tree): Universe.LabelDef
A factory method for
LabelDefnodes.A factory method for
LabelDefnodes.- Definition Classes
- InternalApi
-
abstract
def
methodType(params: List[Universe.Symbol], resultType: Universe.Type): Universe.MethodType
A creator for
MethodTypetypes.A creator for
MethodTypetypes.- Definition Classes
- InternalApi
-
abstract
def
moduleDef(sym: Universe.Symbol, impl: Universe.Template): Universe.ModuleDef
A factory method for
ModuleDefnodes.A factory method for
ModuleDefnodes.- Definition Classes
- InternalApi
-
abstract
def
newClassSymbol(owner: Universe.Symbol, name: Universe.TypeName, pos: Universe.Position = NoPosition, flags: Universe.FlagSet = NoFlags): Universe.ClassSymbol
- Definition Classes
- InternalApi
-
abstract
def
newFreeTerm(name: String, value: ⇒ Any, flags: Universe.FlagSet = NoFlags, origin: String = null): Universe.FreeTermSymbol
- Definition Classes
- InternalApi
-
abstract
def
newFreeType(name: String, flags: Universe.FlagSet = NoFlags, origin: String = null): Universe.FreeTypeSymbol
- Definition Classes
- InternalApi
-
abstract
def
newMethodSymbol(owner: Universe.Symbol, name: Universe.TermName, pos: Universe.Position = NoPosition, flags: Universe.FlagSet = NoFlags): Universe.MethodSymbol
- Definition Classes
- InternalApi
-
abstract
def
newModuleAndClassSymbol(owner: Universe.Symbol, name: Universe.Name, pos: Universe.Position = NoPosition, flags: Universe.FlagSet = NoFlags): (Universe.ModuleSymbol, Universe.ClassSymbol)
- Definition Classes
- InternalApi
-
abstract
def
newScopeWith(elems: Universe.Symbol*): Universe.Scope
Create a new scope with the given initial elements.
Create a new scope with the given initial elements.
- Definition Classes
- InternalApi
-
abstract
def
newTermSymbol(owner: Universe.Symbol, name: Universe.TermName, pos: Universe.Position = NoPosition, flags: Universe.FlagSet = NoFlags): Universe.TermSymbol
- Definition Classes
- InternalApi
-
abstract
def
newTypeSymbol(owner: Universe.Symbol, name: Universe.TypeName, pos: Universe.Position = NoPosition, flags: Universe.FlagSet = NoFlags): Universe.TypeSymbol
- Definition Classes
- InternalApi
-
abstract
def
nullaryMethodType(resultType: Universe.Type): Universe.NullaryMethodType
A creator for
NullaryMethodTypetypes.A creator for
NullaryMethodTypetypes.- Definition Classes
- InternalApi
-
abstract
def
polyType(tparams: List[Universe.Symbol], tpe: Universe.Type): Universe.PolyType
A creator for type parameterizations that strips empty type parameter lists.
A creator for type parameterizations that strips empty type parameter lists. Use this factory method to indicate the type has kind * (it's a polymorphic value) until we start tracking explicit kinds equivalent to typeFun (except that the latter requires tparams nonEmpty).
- Definition Classes
- InternalApi
-
abstract
def
referenceCapturedVariable(vble: Universe.Symbol): Universe.Tree
Mark given identifier as a reference to a captured variable itself suppressing dereferencing with the
elemfield.Mark given identifier as a reference to a captured variable itself suppressing dereferencing with the
elemfield.- Definition Classes
- MacroInternalApi
-
abstract
def
refinedType(parents: List[Universe.Type], owner: Universe.Symbol, decls: Universe.Scope, pos: Universe.Position): Universe.Type
A creator for
RefinedTypetypes.A creator for
RefinedTypetypes.- Definition Classes
- InternalApi
-
abstract
def
refinedType(parents: List[Universe.Type], owner: Universe.Symbol, decls: Universe.Scope): Universe.Type
A creator for
RefinedTypetypes.A creator for
RefinedTypetypes.- Definition Classes
- InternalApi
-
abstract
def
refinedType(parents: List[Universe.Type], owner: Universe.Symbol): Universe.Type
A creator for
RefinedTypetypes.A creator for
RefinedTypetypes.- Definition Classes
- InternalApi
-
abstract
def
refinedType(parents: List[Universe.Type], decls: Universe.Scope, clazz: Universe.Symbol): Universe.RefinedType
A creator for
RefinedTypetypes.A creator for
RefinedTypetypes.- Definition Classes
- InternalApi
-
abstract
def
refinedType(parents: List[Universe.Type], decls: Universe.Scope): Universe.RefinedType
A creator for
RefinedTypetypes.A creator for
RefinedTypetypes.- Definition Classes
- InternalApi
-
abstract
val
reificationSupport: Universe.ReificationSupportApi
This is an internal implementation module.
This is an internal implementation module.
- Definition Classes
- InternalApi
-
abstract
def
removeAttachment[T](tree: Universe.Tree)(implicit arg0: ClassTag[T]): tree.type
Update the attachment with the payload of the given class type
Tremoved.Update the attachment with the payload of the given class type
Tremoved. Returns the tree itself.- Definition Classes
- MacroInternalApi
-
abstract
def
removeAttachment[T](symbol: Universe.Symbol)(implicit arg0: ClassTag[T]): symbol.type
Update the attachment with the payload of the given class type
Tremoved.Update the attachment with the payload of the given class type
Tremoved. Returns the symbol itself.- Definition Classes
- MacroInternalApi
-
abstract
def
resetFlag(symbol: Universe.Symbol, flags: Universe.FlagSet): symbol.type
Disables
flagson the symbol.Disables
flagson the symbol.- Definition Classes
- MacroInternalApi
-
abstract
def
setAnnotations(symbol: Universe.Symbol, annots: Universe.Annotation*): symbol.type
Sets the
annotationsof the symbol.Sets the
annotationsof the symbol.- Definition Classes
- MacroInternalApi
-
abstract
def
setFlag(symbol: Universe.Symbol, flags: Universe.FlagSet): symbol.type
Enables
flagson the symbol.Enables
flagson the symbol.- Definition Classes
- MacroInternalApi
-
abstract
def
setInfo(symbol: Universe.Symbol, tpe: Universe.Type): symbol.type
Sets the
infoof the symbol.Sets the
infoof the symbol.- Definition Classes
- MacroInternalApi
-
abstract
def
setName(symbol: Universe.Symbol, name: Universe.Name): symbol.type
Sets the
nameof the symbol.Sets the
nameof the symbol.- Definition Classes
- MacroInternalApi
-
abstract
def
setOriginal(tt: Universe.TypeTree, original: Universe.Tree): Universe.TypeTree
Sets the
originalfield of the type tree.Sets the
originalfield of the type tree.- Definition Classes
- MacroInternalApi
-
abstract
def
setOwner(symbol: Universe.Symbol, newowner: Universe.Symbol): symbol.type
Sets the
ownerof the symbol.Sets the
ownerof the symbol.- Definition Classes
- MacroInternalApi
-
abstract
def
setPos(tree: Universe.Tree, newpos: Universe.Position): tree.type
Sets the
posof the tree.Sets the
posof the tree. Returns the tree itself.- Definition Classes
- MacroInternalApi
-
abstract
def
setPrivateWithin(symbol: Universe.Symbol, sym: Universe.Symbol): symbol.type
Sets the
privateWithinof the symbol.Sets the
privateWithinof the symbol.- Definition Classes
- MacroInternalApi
-
abstract
def
setSymbol(tree: Universe.Tree, sym: Universe.Symbol): tree.type
Sets the
symbolof the tree.Sets the
symbolof the tree. Returns the tree itself.- Definition Classes
- MacroInternalApi
-
abstract
def
setType(tree: Universe.Tree, tp: Universe.Type): tree.type
Sets the
tpeof the tree.Sets the
tpeof the tree. Returns the tree itself.- Definition Classes
- MacroInternalApi
-
abstract
def
singleType(pre: Universe.Type, sym: Universe.Symbol): Universe.Type
A creator for
SingleTypetypes.A creator for
SingleTypetypes.- Definition Classes
- InternalApi
-
abstract
def
subpatterns(tree: Universe.Tree): Option[List[Universe.Tree]]
Retrieves the untyped list of subpatterns attached to selector dummy of an UnApply node.
Retrieves the untyped list of subpatterns attached to selector dummy of an UnApply node. Useful in writing quasiquoting macros that do pattern matching.
- Definition Classes
- MacroInternalApi
-
abstract
def
substituteSymbols(tree: Universe.Tree, from: List[Universe.Symbol], to: List[Universe.Symbol]): Universe.Tree
Substitute symbols in
tofor corresponding occurrences of references to symbolsfromin this type.Substitute symbols in
tofor corresponding occurrences of references to symbolsfromin this type.- Definition Classes
- InternalApi
-
abstract
def
substituteThis(tree: Universe.Tree, clazz: Universe.Symbol, to: ⇒ Universe.Tree): Universe.Tree
Substitute given tree
tofor occurrences of nodes that representC.this, whereCrefers to the given classclazz.Substitute given tree
tofor occurrences of nodes that representC.this, whereCrefers to the given classclazz.- Definition Classes
- InternalApi
-
abstract
def
substituteTypes(tree: Universe.Tree, from: List[Universe.Symbol], to: List[Universe.Type]): Universe.Tree
Substitute types in
tofor corresponding occurrences of references to symbolsfromin this tree.Substitute types in
tofor corresponding occurrences of references to symbolsfromin this tree.- Definition Classes
- InternalApi
-
abstract
def
superType(thistpe: Universe.Type, supertpe: Universe.Type): Universe.Type
A creator for
SuperTypetypes.A creator for
SuperTypetypes.- Definition Classes
- InternalApi
-
abstract
def
thisType(sym: Universe.Symbol): Universe.Type
A creator for
ThisTypetypes.A creator for
ThisTypetypes.- Definition Classes
- InternalApi
-
abstract
def
transform(tree: blackbox.Context.Tree)(transformer: (blackbox.Context.Tree, TransformApi) ⇒ blackbox.Context.Tree): blackbox.Context.Tree
Transforms a given tree using the provided function.
Transforms a given tree using the provided function.
- See also
-
abstract
def
typeBounds(lo: Universe.Type, hi: Universe.Type): Universe.TypeBounds
A creator for
TypeBoundstypes.A creator for
TypeBoundstypes.- Definition Classes
- InternalApi
-
abstract
def
typeDef(sym: Universe.Symbol): Universe.TypeDef
A factory method for
TypeDefnodes.A factory method for
TypeDefnodes.- Definition Classes
- InternalApi
-
abstract
def
typeDef(sym: Universe.Symbol, rhs: Universe.Tree): Universe.TypeDef
A factory method for
TypeDefnodes.A factory method for
TypeDefnodes.- Definition Classes
- InternalApi
-
abstract
def
typeRef(pre: Universe.Type, sym: Universe.Symbol, args: List[Universe.Type]): Universe.Type
A creator for
TypeReftypes.A creator for
TypeReftypes.- Definition Classes
- InternalApi
-
abstract
def
typingTransform(tree: blackbox.Context.Tree, owner: blackbox.Context.Symbol)(transformer: (blackbox.Context.Tree, TypingTransformApi) ⇒ blackbox.Context.Tree): blackbox.Context.Tree
Transforms a given tree at a given owner using the provided function.
Transforms a given tree at a given owner using the provided function.
- See also
-
abstract
def
typingTransform(tree: blackbox.Context.Tree)(transformer: (blackbox.Context.Tree, TypingTransformApi) ⇒ blackbox.Context.Tree): blackbox.Context.Tree
Transforms a given tree using the provided function.
Transforms a given tree using the provided function.
- See also
-
abstract
def
unlink(scope: Universe.Scope, sym: Universe.Symbol): scope.type
Removes a given symbol to the given scope.
Removes a given symbol to the given scope.
- Definition Classes
- MacroInternalApi
-
abstract
def
updateAttachment[T](tree: Universe.Tree, attachment: T)(implicit arg0: ClassTag[T]): tree.type
Updates the attachment with the payload slot of T added/updated with the provided value.
Updates the attachment with the payload slot of T added/updated with the provided value. Replaces an existing payload of the same type, if exists. Returns the tree itself.
- Definition Classes
- MacroInternalApi
-
abstract
def
updateAttachment[T](symbol: Universe.Symbol, attachment: T)(implicit arg0: ClassTag[T]): symbol.type
Updates the attachment with the payload slot of T added/updated with the provided value.
Updates the attachment with the payload slot of T added/updated with the provided value. Replaces an existing payload of the same type, if exists. Returns the symbol itself.
- Definition Classes
- MacroInternalApi
-
abstract
def
valDef(sym: Universe.Symbol): Universe.ValDef
A factory method for
ValDefnodes.A factory method for
ValDefnodes.- Definition Classes
- InternalApi
-
abstract
def
valDef(sym: Universe.Symbol, rhs: Universe.Tree): Universe.ValDef
A factory method for
ValDefnodes.A factory method for
ValDefnodes.- Definition Classes
- InternalApi
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
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from blackbox.Context.ContextInternalApi to any2stringadd[blackbox.Context.ContextInternalApi] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (blackbox.Context.ContextInternalApi, B)
- Implicit
- This member is added by an implicit conversion from blackbox.Context.ContextInternalApi to ArrowAssoc[blackbox.Context.ContextInternalApi] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
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
-
def
ensuring(cond: (blackbox.Context.ContextInternalApi) ⇒ Boolean, msg: ⇒ Any): blackbox.Context.ContextInternalApi
- Implicit
- This member is added by an implicit conversion from blackbox.Context.ContextInternalApi to Ensuring[blackbox.Context.ContextInternalApi] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (blackbox.Context.ContextInternalApi) ⇒ Boolean): blackbox.Context.ContextInternalApi
- Implicit
- This member is added by an implicit conversion from blackbox.Context.ContextInternalApi to Ensuring[blackbox.Context.ContextInternalApi] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): blackbox.Context.ContextInternalApi
- Implicit
- This member is added by an implicit conversion from blackbox.Context.ContextInternalApi to Ensuring[blackbox.Context.ContextInternalApi] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): blackbox.Context.ContextInternalApi
- Implicit
- This member is added by an implicit conversion from blackbox.Context.ContextInternalApi to Ensuring[blackbox.Context.ContextInternalApi] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
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
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from blackbox.Context.ContextInternalApi to StringFormat[blackbox.Context.ContextInternalApi] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
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
-
def
manifestToTypeTag[T](mirror: Any, manifest: Manifest[T]): api.Universe.TypeTag[T]
Convert a scala.reflect.Manifest to a scala.reflect.api.TypeTags#TypeTag.
Convert a scala.reflect.Manifest to a scala.reflect.api.TypeTags#TypeTag.
Compiler usually generates these conversions automatically, when a manifest for a type
Tis in scope, and an implicit of typeTypeTag[T]is requested, but this method can also be called manually. For example:manifestToTypeTag(scala.reflect.runtime.currentMirror, implicitly[Manifest[String]])
- Definition Classes
- InternalApi
-
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
-
def
typeTagToManifest[T](mirror: Any, tag: api.Universe.TypeTag[T])(implicit arg0: ClassTag[T]): Manifest[T]
Convert a scala.reflect.api.TypeTags#TypeTag to a scala.reflect.Manifest.
Convert a scala.reflect.api.TypeTags#TypeTag to a scala.reflect.Manifest.
Compiler usually generates these conversions automatically, when a type tag for a type
Tis in scope, and an implicit of typeManifest[T]is requested, but this method can also be called manually. For example:typeTagToManifest(scala.reflect.runtime.currentMirror, implicitly[TypeTag[String]])
- Definition Classes
- InternalApi
-
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( ... )
-
def
→[B](y: B): (blackbox.Context.ContextInternalApi, B)
- Implicit
- This member is added by an implicit conversion from blackbox.Context.ContextInternalApi to ArrowAssoc[blackbox.Context.ContextInternalApi] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc