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 | Field and Description |
---|---|
protected IWhitespaceDetector |
WhitespaceRule.fDetector
The whitespace detector used by this rule
|
Constructor and Description |
---|
WhitespaceRule(IWhitespaceDetector detector)
Creates a rule which, with the help of an whitespace detector, will return
Token.WHITESPACE when a whitespace is detected. |
WhitespaceRule(IWhitespaceDetector detector,
IToken token)
Creates a rule which, with the help of an whitespace detector, will return the given
whitespace token when a whitespace is detected.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.