source: trunk/yao/share/antlr-2.7.7/examples/java/pascal/Function.java @ 1

Last change on this file since 1 was 1, checked in by lnalod, 15 years ago

Initial import of YAO sources

File size: 96 bytes
Line 
1public class Function extends Symbol {
2        public Function(String name) {
3                super(name);
4        }
5}
Note: See TracBrowser for help on using the repository browser.