com.sun.msv.reader.ExpressionOwner Maven / Gradle / Ivy
/*
* @(#)$Id: ExpressionOwner.java,v 1.5 2003/06/09 20:37:23 kk122374 Exp $
*
* Copyright 2001 Sun Microsystems, Inc. All Rights Reserved.
*
* This software is the proprietary information of Sun Microsystems, Inc.
* Use is subject to license terms.
*
*/
package com.sun.msv.reader;
import com.sun.msv.grammar.Expression;
/**
* interface that must be implemented by the parent state of ExpressionState.
*
* ExpressionState notifies its parent by using this interface.
*
* @author Kohsuke KAWAGUCHI
*/
public interface ExpressionOwner
{
void onEndChild( Expression exp );
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy