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

Parsing of input in an Object Query Language pane.

See:
          Description

Class Summary
MultilineNonConsumingRule 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.
MultilineNonConsumingRule.BadToken Dummy token used to specify in return that a token has not been found.
OQLPartitionScanner Defines rules for identifying partitions in an OQL queries.
PatchedFastPartitioner 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.
 

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

Parsing of input in an Object Query Language pane. Not intended as an Application Programming Interface (API).