|
params Methods: msg#00037lang.boo.devel
How are params methods represented in the AST? def Method(*args as (int)): print args.Length translates to <Parameters Name="args"> <Type xsi:type="ArrayTypeReference"> <ElementType xsi:type="SimpleTypeReference" Name="int" /> </Type> </Parameters> Looking at BooPrinterVisitor, it seems there isn't any code to output the *. Daniel
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [jira] Commented: (BOO-224) allow for partial classes, Daniel Grunwald (JIRA) |
|---|---|
| Next by Date: | [jira] Created: (BOO-480) BooPrinterVisitor does not output assembly attributes, Daniel Grunwald (JIRA) |
| Previous by Thread: | [jira] Commented: (BOO-224) allow for partial classes, Rodrigo B. de Oliveira (JIRA) |
| Next by Thread: | Re: params Methods, Doug H |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |