Uses of Class
org.eclipse.jface.text.rules.RuleBasedScanner
Packages that use RuleBasedScanner
Package
Description
Provides a framework for rule based text scanning
and uses the framework to provide rule-driven default implementations of
IPresentationDamager, IPresentationRepairer and IDocumentPartitioner.-
Uses of RuleBasedScanner in org.eclipse.jface.text.rules
Subclasses of RuleBasedScanner in org.eclipse.jface.text.rulesModifier and TypeClassDescriptionclassA buffered rule based scanner.classScanner that exclusively uses predicate rules.Fields in org.eclipse.jface.text.rules declared as RuleBasedScannerModifier and TypeFieldDescriptionprotected RuleBasedScannerRuleBasedPartitioner.fScannerDeprecated.The partitioner's scannerConstructors in org.eclipse.jface.text.rules with parameters of type RuleBasedScannerModifierConstructorDescriptionRuleBasedDamagerRepairer(RuleBasedScanner scanner) Deprecated.Creates a damager/repairer that uses the given scanner.RuleBasedDamagerRepairer(RuleBasedScanner scanner, TextAttribute defaultTextAttribute) Deprecated.use RuleBasedDamagerRepairer(RuleBasedScanner) insteadRuleBasedPartitioner(RuleBasedScanner scanner, String[] legalContentTypes) Deprecated.Creates a new partitioner that uses the given scanner and may return partitions of the given legal content types.