root/branches/iteration3/xinf/ony/Path.hx
| Revision 711, 123 bytes (checked in by dan, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | |
| 2 | package xinf.ony; |
| 3 | |
| 4 | interface Path implements Element { |
| 5 | |
| 6 | var segments(default,set_segments) :Iterable<PathSegment>; |
| 7 | |
| 8 | } |
Note: See TracBrowser for help on using the browser.
