Package jflex
Class RegExp2
- java.lang.Object
-
- jflex.RegExp
-
- jflex.RegExp2
-
public class RegExp2 extends RegExp
Regular expression with two children (e.g. a | b)- Version:
- JFlex 1.7.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
print(java.lang.String tab)
Returns a String-representation of this regular expression with the specified indentation.java.lang.String
toString()
toString.-
Methods inherited from class jflex.RegExp
anyChar, isCharClass, resolveTilde, rev, revString, size
-
-