public abstract class RegExpOne extends RegExp
The concrete subclasses of this class are:
BINARY_EXP, CHOICE_EXP, CONCAT_EXP, EMPTY, EMPTY_EXP, OPTION_EXP, PLUS_EXP, POWER_EXP, RANGE_EXP, STAR_EXP, SYMBOL_EXP, UNARY_EXP| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other)
Returns true iff the specified object is a
RegExpOne of same type and argument as this one's.
|
RegExp |
getArg() |
RegExp |
normalArg()
Returns the normal form of the argument of this unary expression.
|
public final RegExp getArg()
public final RegExp normalArg()
public boolean equals(java.lang.Object other)
equals in class java.lang.Object