< prev index next >

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

Print this page

        

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