Skip navigation links
A C E F G H I J L O P R S T W 

A

addWord(String, IToken) - Method in class org.eclipse.fx.text.rules.CombinedWordRule.WordMatcher
Adds a word and the token to be returned if it is detected.
addWordMatcher(CombinedWordRule.WordMatcher) - Method in class org.eclipse.fx.text.rules.CombinedWordRule
Adds the given matcher.
append(char) - Method in class org.eclipse.fx.text.rules.CombinedWordRule.CharacterBuffer
Appends the given character to the buffer.

C

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.

E

equals(Object) - Method in class org.eclipse.fx.text.rules.CombinedWordRule.CharacterBuffer
 
equals(String) - Method in class org.eclipse.fx.text.rules.CombinedWordRule.CharacterBuffer
Is the content equal to the given string?
evaluate(ICharacterScanner) - Method in class org.eclipse.fx.text.rules.CharacterRule
 
evaluate(ICharacterScanner) - Method in class org.eclipse.fx.text.rules.ColumnStartRule
 
evaluate(ICharacterScanner) - Method in class org.eclipse.fx.text.rules.CombinedWordRule
 
evaluate(ICharacterScanner) - Method in class org.eclipse.fx.text.rules.RegexRule
 
evaluate(ICharacterScanner, boolean) - Method in class org.eclipse.fx.text.rules.PredicateColumnStartRule
 
evaluate(ICharacterScanner, CombinedWordRule.CharacterBuffer) - Method in class org.eclipse.fx.text.rules.CombinedWordRule.WordMatcher
Returns the token associated to the given word and the scanner state.

F

FixedCharacterWSDetector - Class in org.eclipse.fx.text.rules
 
FixedCharacterWSDetector(List<String>) - Constructor for class org.eclipse.fx.text.rules.FixedCharacterWSDetector
 

G

getSuccessToken() - Method in class org.eclipse.fx.text.rules.PredicateColumnStartRule
 

H

hashCode() - Method in class org.eclipse.fx.text.rules.CombinedWordRule.CharacterBuffer
 

I

isOperator(char) - Method in class org.eclipse.fx.text.rules.CharacterRule
Is this character an operator character?
isWhitespace(char) - Method in class org.eclipse.fx.text.rules.FixedCharacterWSDetector
 
isWordPart(char) - Method in class org.eclipse.fx.text.rules.JavaLikeWordDetector
 
isWordStart(char) - Method in class org.eclipse.fx.text.rules.JavaLikeWordDetector
 

J

JavaLikeWordDetector - Class in org.eclipse.fx.text.rules
A Java aware word detector.
JavaLikeWordDetector() - Constructor for class org.eclipse.fx.text.rules.JavaLikeWordDetector
 

L

length() - Method in class org.eclipse.fx.text.rules.CombinedWordRule.CharacterBuffer
Returns the length of the content.

O

org.eclipse.fx.text.rules - package org.eclipse.fx.text.rules
 

P

PredicateColumnStartRule - Class in org.eclipse.fx.text.rules
 
PredicateColumnStartRule(IPredicateRule, IntPredicate) - Constructor for class org.eclipse.fx.text.rules.PredicateColumnStartRule
 

R

RegexRule - Class in org.eclipse.fx.text.rules
 
RegexRule(IToken, Pattern, int, Pattern) - Constructor for class org.eclipse.fx.text.rules.RegexRule
 

S

setColumnConstraint(int) - Method in class org.eclipse.fx.text.rules.CombinedWordRule
Sets a column constraint for this rule.

T

toString() - Method in class org.eclipse.fx.text.rules.CombinedWordRule.CharacterBuffer
Returns the content as string.

W

WordMatcher() - Constructor for class org.eclipse.fx.text.rules.CombinedWordRule.WordMatcher
 
A C E F G H I J L O P R S T W 
Skip navigation links