public class RegExp1 extends RegExp
Constructor and Description |
---|
RegExp1(int type,
Object content)
Constructs a new regular expression with one child object.
|
Modifier and Type | Method and Description |
---|---|
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
|
anyChar, isCharClass, resolveTilde, rev, revString, size
public RegExp1(int type, Object content)
type
- a value from the cup generated class sym, defining the
kind of this regular expressioncontent
- the child of this expressionCopyright © 1998–2016. All rights reserved.