Package | Description |
---|---|
org.eclipse.jface.text.rules |
Provides a framework for rule based text scanning
and uses the framework to provide rule-driven default implementations of
IPresentationDamager, IPresentationRepairer and IDocumentPartitioner.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPartitionTokenScanner
A partition token scanner returns tokens that represent partitions.
|
Modifier and Type | Class and Description |
---|---|
class |
BufferedRuleBasedScanner
A buffered rule based scanner.
|
class |
RuleBasedPartitionScanner
Scanner that exclusively uses predicate rules.
|
class |
RuleBasedScanner
A generic scanner which can be "programmed" with a sequence of rules.
|
Modifier and Type | Field and Description |
---|---|
protected ITokenScanner |
DefaultDamagerRepairer.fScanner
The scanner it uses
|
Constructor and Description |
---|
DefaultDamagerRepairer(ITokenScanner scanner)
Creates a damager/repairer that uses the given scanner.
|
DefaultDamagerRepairer(ITokenScanner scanner,
TextAttribute defaultTextAttribute)
Deprecated.
use DefaultDamagerRepairer(ITokenScanner) instead
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.