public final class OneOrMore extends Expression
Expression that represents kleene-star operation (A+)EPSILON| Constructor | Description |
|---|---|
OneOrMore(Expression child) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
toString() |
public OneOrMore(Expression child)
Copyright © 2018 Oracle Corporation. All rights reserved.