functions.proxygenerator.codegenerators.model

Members list

Type members

Classlikes

case class Code(file: String, code: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Func(functionN: String, firstParams: String, firstParamsCall: String, firstParamsRaw: Many[Param], params: String, paramsCall: String, paramsRaw: Many[Param], returnType: EType, resultN: String, resultNNoFramework: String, mapResults: Boolean, caseClass: String, caseClassName: String, last: Boolean, extras: Any)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Func

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Func.type
case class MethodCaseClass(imports: Set[String], caseClass: String, paramsDecl: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Vals(exportedType: EType, proxypackage: String, imports: Many[String], frameworkImports: Many[String], allImports: Many[String], className: String, methodParams: String, functions: Many[Func], generatorFactories: GeneratorFactories)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all