1 2 3 4 5 6 7 8
package org.grammaticalframework.pgf; public class BIND { private BIND() { } public static final BIND instance = new BIND(); }