ApplyTypeArgList

cps.plugin.forest.application.ApplyTypeArgList
case class ApplyTypeArgList(originApplyTerm: TypeApply, args: List[TypeTree]) extends ApplyArgList

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ApplyArgList
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def containsAsyncLambda(using Context, CpsTopLevelContext): Boolean

Attributes

Definition Classes
override def containsDirectContext: Boolean

Attributes

Definition Classes
override def containsNotUnshiftableAsyncLambda(using Context, CpsTopLevelContext): Boolean

Attributes

Definition Classes
override def findDirectContext: Option[Tree]

Attributes

Definition Classes
override def isAsync(using Context, CpsTopLevelContext): Boolean

Attributes

Definition Classes
override def isPlainParams: Boolean

Attributes

Definition Classes
override def isTypeParams: Boolean

Attributes

Definition Classes
override def origin: Tree

Attributes

Definition Classes
override def show(using Context): String

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product