Uses of Class
org.eclipse.emf.ecore.xml.type.internal.RegEx.ParseException

Packages that use RegEx.ParseException
org.eclipse.emf.ecore.xml.type.internal   
 

Uses of RegEx.ParseException in org.eclipse.emf.ecore.xml.type.internal
 

Methods in org.eclipse.emf.ecore.xml.type.internal that throw RegEx.ParseException
static RegEx.RegularExpression RegEx.REUtil.createRegex(String pattern, String options)
          Creates a RegularExpression instance.
static boolean RegEx.REUtil.matches(String regex, String target)
           
static boolean RegEx.REUtil.matches(String regex, String options, String target)
           
 void RegEx.RegularExpression.setPattern(String newPattern)
           
 void RegEx.RegularExpression.setPattern(String newPattern, String options)
           
 

Constructors in org.eclipse.emf.ecore.xml.type.internal that throw RegEx.ParseException
RegEx.RegularExpression(String regex)
          Creates a new RegularExpression instance.
RegEx.RegularExpression(String regex, String options)
          Creates a new RegularExpression instance with options.
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.