Package org.eclipse.mat.ui.snapshot.panes.oql.textPartitioning


package org.eclipse.mat.ui.snapshot.panes.oql.textPartitioning
Parsing of input in an Object Query Language pane. Not intended as an Application Programming Interface (API).
  • Classes
    Class
    Description
    Partitioning rule that finds a string included between two sequences The beginning and trailing sequences are not case sensitive The trailing sequence is not included and the character scanner is rewinded once the trailer is found.
    Dummy token used to specify in return that a token has not been found.
    Defines rules for identifying partitions in an OQL queries.
    Overrides the getPartition to correctly support the case in which provided offset is the position after the last character of the document as ContentAssistant asks.