Save This Page
Home » openjdk-7 » java » util » regex » [javadoc | source]
java.util.regex
abstract static class: Pattern.CharProperty [javadoc | source]
java.lang.Object
   java.util.regex.Pattern.Node
      java.util.regex.Pattern$CharProperty

Direct Known Subclasses:
    Utype, Block, SingleU, SingleS, SingleI, CloneableProperty, Single, Dot, Ctype, All, Category, BmpCharProperty, Script, UnixDot, BitClass

Abstract node class to match one character satisfying some boolean property.
Fields inherited from java.util.regex.Pattern$Node:
next
Method from java.util.regex.Pattern$CharProperty Summary:
complement,   isSatisfiedBy,   match,   study
Methods from java.util.regex.Pattern$Node:
match,   study
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from java.util.regex.Pattern$CharProperty Detail:
 CharProperty complement() 
 abstract boolean isSatisfiedBy(int ch)
 boolean match(Matcher matcher,
    int i,
    CharSequence seq) 
 boolean study(TreeInfo info)