FunDecl<'lang>

Namespace

Brahma.FSharp.OpenCL.AST

Contructors

ConstructorSignatureDescription
#new(declSpecs, name, args, body)(declSpecs:DeclSpecifierPack<'lang> * name:string * args:List<FunFormalArg<'lang>> * body:Statement<'lang>) -> FunDecl<'lang>

CompiledName:.ctor

Instance members

Instance memberSignatureDescription
#x.ArgsList<FunFormalArg<'lang>>

CompiledName:get_Args

#x.BodyStatement<'lang>

CompiledName:get_Body

#x.DeclSpecsDeclSpecifierPack<'lang>

CompiledName:get_DeclSpecs

#x.Matches(other)other:obj -> bool
#x.Namestring

CompiledName:get_Name