Procs
proc translate(self: ClassicCall): NimNode {....raises: [Exception], tags: [RootEffect], forbids: [].}
- Source Edit
proc translate(self: CommandCall): NimNode {....raises: [Exception], tags: [RootEffect], forbids: [].}
- Source Edit
proc translate(self: InfixCall): NimNode {....raises: [Exception], tags: [RootEffect], forbids: [].}
- Source Edit
proc translate(self: MethodCall): NimNode {....raises: [Exception], tags: [RootEffect], forbids: [].}
- Source Edit
proc translate(self: PrefixCall): NimNode {....raises: [Exception], tags: [RootEffect], forbids: [].}
- Source Edit
proc translate(self: SubscriptCall): NimNode {....raises: [Exception], tags: [RootEffect], forbids: [].}
- Source Edit
proc translate(self: UnpackedCall): NimNode {....raises: [Exception], tags: [RootEffect], forbids: [].}
- Source Edit
Exports
-
toAst, ClassicCall, classicCall, called, args, CommandCall, commandCall, called, args, left, right, InfixCall, infixCall, operator, toAst, MethodCall, methodCall, called, remainingArgs, on, PrefixCall, prefixCall, toAst, operator, operand, toAst, subscriptCall, accessed, args, SubscriptCall, UnpackedCall, CallStyle, called, unpackedCall, style, args