JFlex
public class RegExp1 extends RegExp
| Constructor Summary | |
|---|---|
| RegExp1(int type, Object content)
Constructs a new regular expression with one child object.
| |
| 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, defining the kind of this regular expression content the child of this expression
Parameters: tab a String that should contain only space characters and that is inserted in front of standard String-representation pf this object.