Class RENode.Expr

java.lang.Object
org.exoplatform.web.controller.regexp.RENode
org.exoplatform.web.controller.regexp.RENode.Expr
Direct Known Subclasses:
RENode.Assertion, RENode.Atom, RENode.Group
Enclosing class:
RENode

public abstract static class RENode.Expr extends RENode
  • Method Details

    • getMin

      public final int getMin()
    • getQuantifier

      public final Quantifier getQuantifier()
    • setQuantifier

      public final void setQuantifier(Quantifier quantifier)
    • toString

      public final String toString()
      Specified by:
      toString in class RENode
    • writeTo

      protected abstract void writeTo(StringBuilder sb)