WordPatternRule(IWordDetector detector,
String startSequence,
String endSequence,
IToken token) |
Creates a rule for the given starting and ending word
pattern which, if detected, will return the specified token.
|
WordPatternRule(IWordDetector detector,
String startSequence,
String endSequence,
IToken token,
char escapeCharacter) |
/**
Creates a rule for the given starting and ending word
pattern which, if detected, will return the specified token.
|
WordRule(IWordDetector detector) |
Creates a rule which, with the help of an word detector, will return the token
associated with the detected word.
|
WordRule(IWordDetector detector,
IToken defaultToken) |
Creates a rule which, with the help of a word detector, will return the token
associated with the detected word.
|
WordRule(IWordDetector detector,
IToken defaultToken,
boolean ignoreCase) |
Creates a rule which, with the help of a word detector, will return the token
associated with the detected word.
|