funcynim/partialproc/private/dsl/common/ast/call

Search:
Group by:
Source Edit

Types

Call = object
Source Edit

Procs

func isDotExpr(self: Call): bool {....raises: [], tags: [], forbids: [].}
Source Edit
func left(self: Call): NimNode {....raises: [], tags: [], forbids: [].}
Source Edit
func toAst(self: Call): NimNode {....raises: [], tags: [], forbids: [].}
Source Edit
func toCall(self: NimNode): Call {....raises: [], tags: [], forbids: [].}
Source Edit