JFlex

Class RegExp2

public class RegExp2 extends RegExp

Regular expression with two children (e.g. a | b)
Constructor Summary
RegExp2(int type, RegExp r1, RegExp r2)
Method Summary
Stringprint(String tab)
StringtoString()

Constructor Detail

RegExp2

public RegExp2(int type, RegExp r1, RegExp r2)

Method Detail

print

public String print(String tab)

toString

public String toString()