All Downloads are FREE. Search and download functionalities are using the official Maven repository.

encrywm.backend.env.ESFunc.scala Maven / Gradle / Ivy

There is a newer version: 0.3.2
Show newest version
package encrywm.backend.env

import encrywm.lib.Types.ESType
import encrywm.ast.Ast.STMT

case class ESFunc(name: String,
                  args: IndexedSeq[(String, ESType)],
                  returnType: ESType,
                  body: Seq[STMT]) extends ESEnvComponent

object ESFunc {
  val typeId: Byte = 1.toByte
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy