Class StringCareLevelCalculator

java.lang.Object
com.sun.msv.verifier.regexp.StringCareLevelCalculator
All Implemented Interfaces:
ExpressionVisitor

public class StringCareLevelCalculator extends Object implements ExpressionVisitor
calculates how character literals should be treated. This class is thread-safe: multiple threads can simultaneously access the same instance. Note that there is no guarantee that the derived class is thread-safe.
Author:
Kohsuke KAWAGUCHI