FunctionTypeTree
amyc.ast.TreeModule.FunctionTypeTree
case class FunctionTypeTree(args: List[TypeTree], rte: TypeTree) extends TypeTree
Represents a FunctionType such as (String) => String
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait TypeTreetrait Treetrait Positionedclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Positioned
Attributes
- Inherited from:
- Positioned
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Positioned
Attributes
- Inherited from:
- Positioned
Inherited fields
Attributes
- Inherited from:
- Positioned
In this article