package org.uva.sea.ql.parser.jacc; public class Int { public Int(int n) { // TODO Auto-generated constructor stub } }