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

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

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

Methods in org.eclipse.emf.ecore.xml.type.internal with parameters of type RegEx.Match
 boolean RegEx.RegularExpression.matches(char[] target, int start, int end, RegEx.Match match)
          Checks whether the target text contains this pattern in specified range or not.
 boolean RegEx.RegularExpression.matches(char[] target, RegEx.Match match)
          Checks whether the target text contains this pattern or not.
 boolean RegEx.RegularExpression.matches(java.text.CharacterIterator target, RegEx.Match match)
          Checks whether the target text contains this pattern or not.
 boolean RegEx.RegularExpression.matches(java.lang.String target, int start, int end, RegEx.Match match)
          Checks whether the target text contains this pattern in specified range or not.
 boolean RegEx.RegularExpression.matches(java.lang.String target, RegEx.Match match)
          Checks whether the target text contains this pattern or not.
 


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