Movatterモバイル変換


[0]ホーム

URL:


Scala 3
3.7.4
LearnInstallPlaygroundFind A LibraryCommunityBlog
Scala 3
LearnInstallPlaygroundFind A LibraryCommunityBlog
DocsAPI
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL
Scala 3/scala/scala.quoted/Quotes/reflectModule/TermMethods

TermMethods

scala.quoted.Quotes.reflectModule.TermMethods

Extension methods ofTerm

Attributes

Source
Quotes.scala
Graph
Supertypes
classObject
traitMatchable
classAny

Members list

Extensions

Extensions

extension(self:Quotes.this.reflectModule.this.Term)

A unary apply node with given argument:tree(arg)

A unary apply node with given argument:tree(arg)

Attributes

Source
Quotes.scala
defappliedTo(arg:Quotes.this.reflectModule.this.Term,args:Quotes.this.reflectModule.this.Term*):Quotes.this.reflectModule.this.Term

An apply node with given arguments:tree(arg, args0, ..., argsN)

An apply node with given arguments:tree(arg, args0, ..., argsN)

Attributes

Source
Quotes.scala

An apply node with given argument listtree(args(0), ..., args(args.length - 1))

An apply node with given argument listtree(args(0), ..., args(args.length - 1))

Attributes

Source
Quotes.scala

The current tree applied to given argument lists:tree (argss(0)) ... (argss(argss.length -1))

The current tree applied to given argument lists:tree (argss(0)) ... (argss(argss.length -1))

Attributes

Source
Quotes.scala

The current tree applied to ():tree()

The current tree applied to ():tree()

Attributes

Source
Quotes.scala

The current tree applied to given type argument:tree[targ]

The current tree applied to given type argument:tree[targ]

Attributes

Source
Quotes.scala

The current tree applied to given type argument list:tree[targs(0), ..., targs(targs.length - 1)]

The current tree applied to given type argument list:tree[targs(0), ..., targs(targs.length - 1)]

Attributes

Source
Quotes.scala

The current tree applied to given type arguments:tree[targ0, ..., targN]

The current tree applied to given type arguments:tree[targ0, ..., targN]

Attributes

Source
Quotes.scala

Converts a partially applied term into a lambda expression

Converts a partially applied term into a lambda expression

Attributes

Source
Quotes.scala

A select node that selects the given symbol.

A select node that selects the given symbol.

Attributes

Source
Quotes.scala

TypeRepr of this term

TypeRepr of this term

Attributes

Source
Quotes.scala

Replace Ident nodes references to the underlying tree that defined them. The resulting tree is useful for inspection of the definition of some bindings.

Replace Ident nodes references to the underlying tree that defined them. The resulting tree is useful for inspection of the definition of some bindings.

Warning: This tree may contain references that are out of scope and should not be used in the generated code. This method should only used to port Scala 2 that used to access their outer scope unsoundly.

Attributes

Source
Quotes.scala

Replace Inlined nodes and InlineProxy references to underlying arguments. The resulting tree is useful for inspection of the value or content of a non-inline argument.

Replace Inlined nodes and InlineProxy references to underlying arguments. The resulting tree is useful for inspection of the value or content of a non-inline argument.

Warning: This tree may contain references that are out of scope and should not be used in the generated code. This method should only used to port Scala 2 that used to access their outer scope unsoundly.

Attributes

Source
Quotes.scala
In this article
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL

[8]ページ先頭

©2009-2025 Movatter.jp