public interface IRule
ICharacterScanner
Modifier and Type | Method and Description |
---|---|
IToken |
evaluate(ICharacterScanner scanner)
Evaluates the rule by examining the characters available from
the provided character scanner.
|
IToken evaluate(ICharacterScanner scanner)
true
when calling isUndefined
,
if the text that the rule investigated does not match the rule's requirementsscanner
- the character scanner to be used by this ruleGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.