source: trunk/yao/share/antlr-2.7.7/examples/java/pascal/RealType.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: 173 bytes
Line 
1/** Predefined Real Pascal type */
2import java.io.*;
3
4public class RealType extends TypeSpecifier implements Serializable {
5        public String toString() {
6                return "real";
7        }
8}
Note: See TracBrowser for help on using the repository browser.