|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJFlex.RegExp
JFlex.RegExp2
public class RegExp2
Regular expression with two children (e.g. a | b)
Constructor Summary | |
---|---|
RegExp2(int type,
RegExp r1,
RegExp r2)
|
Method Summary | |
---|---|
java.lang.String |
print(java.lang.String tab)
Returns a String-representation of this regular expression with the specified indentation. |
java.lang.String |
toString()
Returns a String-representation of this regular expression |
Methods inherited from class JFlex.RegExp |
---|
anyChar, isCharClass, resolveTilde, rev, revString, size |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RegExp2(int type, RegExp r1, RegExp r2)
Method Detail |
---|
public java.lang.String print(java.lang.String tab)
RegExp
print
in class RegExp
tab
- a String that should contain only space characters and
that is inserted in front of standard String-representation
pf this object.public java.lang.String toString()
RegExp
toString
in class RegExp
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |