vesperin / vesper

source code curation library for Java 1.6 and above
1 stars 0 forks source link

Design a tiny language for emitting class code #36

Open hsanchez opened 9 years ago

hsanchez commented 9 years ago

Examples

Class::SuperClass#method(param:type...):type
Class:::Interface#method(param:type...):type

where ::  is extends
      :::  is implements

Sorter:::Comparator<String>#sorts(theHeap:Object[]):void