source: trunk/yao/share/antlr-2.7.7/examples/java/pascal/Unit.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: 139 bytes
Line 
1import java.io.*;
2
3public class Unit extends Symbol implements Serializable {
4    public Unit(String name) {
5                super(name);
6    }
7}
Note: See TracBrowser for help on using the repository browser.