package Absyn; import Symbol.Symbol; public class NilExp extends Exp { public NilExp(int p) {pos=p;} }