LambdaExpression
de.uni_luebeck.isp.tessla.tessla_compiler.IntermediateCode$.LambdaExpression
final case class LambdaExpression(argNames: Seq[String], argsTypes: Seq[ImpLanType], retType: ImpLanType, body: Seq[ImpLanStmt]) extends ImpLanExpr
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait ImpLanExprtrait ImpLanStmtclass Objecttrait Matchableclass Any