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 rule
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.