MatchTypeCase

tastyquery.Types$.MatchTypeCase
See theMatchTypeCase companion object
final class MatchTypeCase(val paramNames: List[TypeName])(paramTypeBoundsExp: MatchTypeCase => List[TypeBounds], patternExp: MatchTypeCase => Type, resultTypeExp: MatchTypeCase => Type) extends TypeBinders

case pattern => result

Attributes

Companion:
object
Graph
Supertypes
trait Binders
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

final def lookupRef(name: TypeName): Option[TypeParamRef]
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any

Concrete fields

val paramNames: List[TypeName]