Uses of Package
org.eclipse.jface.text.rules

Package
Description
Provides a framework for rule based text scanning and uses the framework to provide rule-driven default implementations of IPresentationDamager, IPresentationRepairer and IDocumentPartitioner.
  • Class
    Description
    A buffered rule based scanner.
    A standard implementation of a syntax driven presentation damager and presentation repairer.
    Defines the interface of a character scanner used by rules.
    A partition token scanner returns tokens that represent partitions.
    Defines the interface for a rule used in the scanning of text for the purpose of document partitioning or text styling.
    Defines the interface for a rule used in the scanning of text for the purpose of document partitioning or text styling.
    A token to be returned by a rule.
    A token scanner scans a range of a document and reports about the token it finds.
    Defines the interface by which WhitespaceRule determines whether a given character is to be considered whitespace in the current context.
    Defines the interface by which WordRule determines whether a given character is valid as part of a word in the current context.
    Standard implementation of IPredicateRule.
    A generic scanner which can be "programmed" with a sequence of rules.
    A specific configuration of pattern rule whereby the pattern begins with a specific sequence and may end with a specific sequence, but will not span more than a single line.