JFlex
public class RegExp extends Object
Constructor Summary | |
---|---|
RegExp(int type)
Create a new regular expression of the specified type.
|
Method Summary | |
---|---|
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 |
Parameters: type a value from the cup generated class sym.
See Also: sym
Parameters: tab a String that should contain only space characters and that is inserted in front of standard String-representation pf this object.