SPLIT_CASE enum
LMC stands for : LEFT_MOST_CHILD
Constructors
- SPLIT_CASE()
-
const
Values
- NODE_IS_LMC → const SPLIT_CASE
-
const SPLIT_CASE(0)
- NODE_IS_NOT_LMC → const SPLIT_CASE
-
const SPLIT_CASE(1)
- PARENT_NODE_FULL_NODE_IS_LMC → const SPLIT_CASE
-
const SPLIT_CASE(2)
- PARENT_NODE_FULL_NODE_IS_NOT_LMC → const SPLIT_CASE
-
const SPLIT_CASE(3)
- NODE_IS_ROOT → const SPLIT_CASE
-
const SPLIT_CASE(4)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
SPLIT_CASE> -
A constant List of the values in this enum, in order of their declaration.
[NODE_IS_LMC, NODE_IS_NOT_LMC, PARENT_NODE_FULL_NODE_IS_LMC, PARENT_NODE_FULL_NODE_IS_NOT_LMC, NODE_IS_ROOT]