JFlex
Class RegExp2
Regular expression with two children (e.g. a | b)
String | print(String tab) - Returns a String-representation of this regular expression
with the specified indentation.
|
String | toString() - Returns a String-representation of this regular expression
|
print
public String print(String tab)
Returns a String-representation of this regular expression
with the specified indentation.
- print in interface RegExp
tab
- a String that should contain only space characters and
that is inserted in front of standard String-representation
pf this object.
toString
public String toString()
Returns a String-representation of this regular expression
- toString in interface RegExp