Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Interface
org.eclipse.jface.text.rules.ICharacterScanner

Packages that use ICharacterScanner
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
 

Uses of ICharacterScanner in org.eclipse.jface.text.rules
 

Classes in org.eclipse.jface.text.rules that implement ICharacterScanner
 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.
 

Methods in org.eclipse.jface.text.rules with parameters of type ICharacterScanner
protected   IToken PatternRule. doEvaluate ( ICharacterScanner scanner)
          Evaluates this rules without considering any column constraints.
protected   IToken PatternRule. doEvaluate ( ICharacterScanner scanner, boolean resume)
          Evaluates this rules without considering any column constraints.
protected  boolean WordPatternRule. endSequenceDetected ( ICharacterScanner scanner)
          Returns whether the end sequence was detected.
protected  boolean PatternRule. endSequenceDetected ( ICharacterScanner scanner)
          Returns whether the end sequence was detected.
  IToken IRule. evaluate ( ICharacterScanner scanner)
          Evaluates the rule by examining the characters available from the provided character scanner.
  IToken WordRule. evaluate ( ICharacterScanner scanner)
           
  IToken WhitespaceRule. evaluate ( ICharacterScanner scanner)
          Evaluates the rule by examining the characters available from the provided character scanner.
  IToken NumberRule. evaluate ( ICharacterScanner scanner)
           
  IToken PatternRule. evaluate ( ICharacterScanner scanner)
           
  IToken IPredicateRule. evaluate ( ICharacterScanner scanner, boolean resume)
          Evaluates the rule by examining the characters available from the provided character scanner.
  IToken PatternRule. evaluate ( ICharacterScanner scanner, boolean resume)
           
protected  boolean PatternRule. sequenceDetected ( ICharacterScanner scanner, char[] sequence, boolean eofAllowed)
          Returns whether the next characters to be read by the character scanner are an exact match with the given sequence.
protected  void WordRule. unreadBuffer ( ICharacterScanner scanner)
          Returns the characters in the buffer to the scanner.
protected  void WordPatternRule. unreadBuffer ( ICharacterScanner scanner)
          Returns the characters in the buffer to the scanner.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire