Eclipse Platform
2.0

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

Packages that use ITokenScanner
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 ITokenScanner in org.eclipse.jface.text.rules
 

Subinterfaces of ITokenScanner in org.eclipse.jface.text.rules
 interface IPartitionTokenScanner
          A partition token scanner returns tokens that represent partitions.
 

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


Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.