/* * Waxeye Parser Generator * www.waxeye.org * Copyright (C) 2008-2010 Orlando Hill * Licensed under the MIT license. See 'LICENSE' for details. */ package org.waxeye.ast; /** * An interface for an AST without children. * * @author Orlando Hill */ public interface IEmpty { }