< prev index next >

src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/gbind/Expression.java

Print this page

        

*** 33,48 **** * @author Kohsuke Kawaguchi */ public abstract class Expression { /** ! * Computes <tt>LAST(exp)</tt> */ abstract ElementSet lastSet(); /** ! * True of <tt>\epsilon \in L(exp)</tt> */ abstract boolean isNullable(); /** * Builds up a DAG among {@link Element}s in this expression. --- 33,48 ---- * @author Kohsuke Kawaguchi */ public abstract class Expression { /** ! * Computes {@code LAST(exp)} */ abstract ElementSet lastSet(); /** ! * True of {@code \epsilon \in L(exp)} */ abstract boolean isNullable(); /** * Builds up a DAG among {@link Element}s in this expression.
< prev index next >