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 TypeParamRefBinder

case pattern => result

Attributes

Companion
object
Graph
Supertypes
trait TypeBinder
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def pattern: Type
def result: Type
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]
val paramRefs: List[TypeParamRef]