pip_services3_expressions.tokenizers.utilities.CharReferenceInterval module
-
class
pip_services3_expressions.tokenizers.utilities.CharReferenceInterval.
CharReferenceInterval
(start: int, end: int, reference: Any) Bases:
object
Represents a character interval that keeps a reference. This class is internal and used by [[CharReferenceMap]].
-
property
end
-
property
reference
-
property
start
-
property