001package org.clafer.ast;
002
003/**
004 *
005 * @author jimmy
006 */
007public interface AstSetExpr extends AstExpr {
008}