Class Expression

  • Direct Known Subclasses:
    Choice, Element, OneOrMore, Sequence

    public abstract class Expression
    extends java.lang.Object
    This builds content models.
    Author:
    Kohsuke Kawaguchi
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Expression EPSILON
      Expression that represents epsilon, the length-0 string.
    • Constructor Summary

      Constructors 
      Constructor Description
      Expression()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • EPSILON

        public static final Expression EPSILON
        Expression that represents epsilon, the length-0 string.
    • Constructor Detail

      • Expression

        public Expression()