com.ibm.wala.util
Class PatternSetUtil

java.lang.Object
  extended by com.ibm.wala.util.PatternSetUtil

public class PatternSetUtil
extends java.lang.Object


Constructor Summary
PatternSetUtil()
           
 
Method Summary
static java.lang.String composeRegularExpression(EContainer c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatternSetUtil

public PatternSetUtil()
Method Detail

composeRegularExpression

public static java.lang.String composeRegularExpression(EContainer c)
Parameters:
c - a Container of EPattern
Returns:
a regular expression that is the OR of a set of regular expressions contained the EContainer
Throws:
java.lang.IllegalArgumentException - if c is null