home
wiki
classes/clusters list
class information
+
Point of view
All features
ANY
BACKTRACKING_REGULAR_EXPRESSION_BUILDER
BACKTRACKING_REGULAR_EXPRESSION
INTERNALS_HANDLER
All features
expanded class BACKTRACKING_REGULAR_EXPRESSION_PATTERN
Summary
top
Class for backtracking (compiled) regular expressions pattern.
Direct parents
insert list:
ANY
Overview
top
features
group_count
:
INTEGER_32
The count of groups of the regular expression.
is_valid
:
BOOLEAN
Is the current pattern valid?
root
:
BACKTRACKING_NODE
The root item.
make
(top:
BACKTRACKING_NODE
, grpcnt:
INTEGER_32
)
Initializing
group_count
:
INTEGER_32
writable attribute
top
The count of groups of the regular expression.
is_valid
:
BOOLEAN
effective function
top
Is the current pattern valid?
root
:
BACKTRACKING_NODE
writable attribute
top
The root item.
make
(top:
BACKTRACKING_NODE
, grpcnt:
INTEGER_32
)
effective procedure
top
Initializing
require
top_not_void:
top /= Void
ensure
definition:
root
= top and
group_count
= grpcnt
valid:
is_valid