Package jflex.core
Class RegExp2
- java.lang.Object
-
- jflex.core.RegExp
-
- jflex.core.RegExp2
-
public class RegExp2 extends RegExp
Regular expression with two children (e.g. a | b)- Version:
- JFlex 1.8.2
-
-
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()
-
Methods inherited from class jflex.core.RegExp
anyChar, checkPrimClass, isCharClass, makeCCLs, normalise, performClassOp, resolveTilde, rev, revString, size, typeName
-
-
-
-
Method Detail
-
print
public java.lang.String print(java.lang.String tab)
Description copied from class:RegExp
Returns a String-representation of this regular expression with the specified indentation.
-
-