java.util.regex
Class Pattern.TreeInfo

java.lang.Object
  extended byjava.util.regex.Pattern.TreeInfo
Enclosing class:
Pattern

static final class Pattern.TreeInfo
extends Object

Used to accumulate information about a subtree of the object graph so that optimizations can be applied to the subtree.


Field Summary
(package private)  boolean deterministic
           
(package private)  int maxLength
           
(package private)  boolean maxValid
           
(package private)  int minLength
           
 
Constructor Summary
(package private) Pattern.TreeInfo()
           
 
Method Summary
(package private)  void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

minLength

int minLength

maxLength

int maxLength

maxValid

boolean maxValid

deterministic

boolean deterministic
Constructor Detail

Pattern.TreeInfo

Pattern.TreeInfo()
Method Detail

reset

void reset()