borland Packages Class Hierarchy datastore Package
java.lang.Object +----com.borland.datastore.PatternMatch
Constructors Properties Methods
This class is used internally by other com.borland
classes. You should never use this class directly.
public PatternMatch()
This constructor is used internally by other com.borland
classes. You should never use this constructor directly.
public final void setEscapeChar(char escapeChar)
This property is used internally by other com.borland
classes. You should never use this property directly.
public final void setMultiChar(char multiChar)
This property is used internally by other com.borland
classes. You should never use this property directly.
public final void setPattern(String patternString)
This property is used internally by other com.borland
classes. You should never use this property directly.
public final void setSingleChar(char singleChar)
This property is used internally by other com.borland
classes. You should never use this property directly.
public final boolean getSimplePattern(String[] limits)
This method is used internally by other com.borland
classes. You should never use this method directly.
public final boolean match(String expString)
This method is used internally by other com.borland
classes. You should never use this method directly.
public final int validate()
This method is used internally by other com.borland
classes. You should never use this method directly.