- CharacterBuffer(int) - Constructor for class org.eclipse.fx.text.rules.CombinedWordRule.CharacterBuffer
-
Initialize with the given capacity.
- CharacterBuffer(String) - Constructor for class org.eclipse.fx.text.rules.CombinedWordRule.CharacterBuffer
-
Initialize with the given content.
- CharacterRule - Class in org.eclipse.fx.text.rules
-
- CharacterRule(IToken, char[]) - Constructor for class org.eclipse.fx.text.rules.CharacterRule
-
Creates a new operator rule.
- charAt(int) - Method in class org.eclipse.fx.text.rules.CombinedWordRule.CharacterBuffer
-
Returns the character at the given position.
- clear() - Method in class org.eclipse.fx.text.rules.CombinedWordRule.CharacterBuffer
-
Empties this buffer.
- clearWords() - Method in class org.eclipse.fx.text.rules.CombinedWordRule.WordMatcher
-
Removes all words.
- ColumnStartRule - Class in org.eclipse.fx.text.rules
-
- ColumnStartRule(IRule, IntPredicate) - Constructor for class org.eclipse.fx.text.rules.ColumnStartRule
-
- CombinedWordRule - Class in org.eclipse.fx.text.rules
-
An implementation of IRule capable of detecting words.
- CombinedWordRule(IWordDetector) - Constructor for class org.eclipse.fx.text.rules.CombinedWordRule
-
Creates a rule which, with the help of an word detector, will return the token
associated with the detected word.
- CombinedWordRule(IWordDetector, IToken) - Constructor for class org.eclipse.fx.text.rules.CombinedWordRule
-
Creates a rule which, with the help of an word detector, will return the token
associated with the detected word.
- CombinedWordRule(IWordDetector, CombinedWordRule.WordMatcher) - Constructor for class org.eclipse.fx.text.rules.CombinedWordRule
-
Creates a rule which, with the help of an word detector, will return the token
associated with the detected word.
- CombinedWordRule(IWordDetector, CombinedWordRule.WordMatcher, IToken) - Constructor for class org.eclipse.fx.text.rules.CombinedWordRule
-
Creates a rule which, with the help of an word detector, will return the token
associated with the detected word.
- CombinedWordRule.CharacterBuffer - Class in org.eclipse.fx.text.rules
-
Character buffer, mutable or suitable for use as key in hash maps.
- CombinedWordRule.WordMatcher - Class in org.eclipse.fx.text.rules
-
Word matcher, that associates matched words with tokens.