TraversalExpressionBase
Attributes
- Graph
-
- Supertypes
-
class AnyValtrait Matchableclass Any
Members list
Value members
Concrete methods
Traverse to argumentIndex property
Traverse to argumentIndex property
Attributes
Traverse to nodes where the argumentIndex equals the given value
Traverse to nodes where the argumentIndex equals the given value
Attributes
Traverse to nodes where the argumentIndex equals at least one of the given values
Traverse to nodes where the argumentIndex equals at least one of the given values
Attributes
Traverse to nodes where the argumentIndex is greater than the given value
Traverse to nodes where the argumentIndex is greater than the given value
Attributes
Traverse to nodes where the argumentIndex is greater than or equal the given value
Traverse to nodes where the argumentIndex is greater than or equal the given value
Attributes
Traverse to nodes where the argumentIndex is less than the given value
Traverse to nodes where the argumentIndex is less than the given value
Attributes
Traverse to nodes where the argumentIndex is less than or equal the given value
Traverse to nodes where the argumentIndex is less than or equal the given value
Attributes
Traverse to nodes where the argumentIndex is not equal to the given value
Traverse to nodes where the argumentIndex is not equal to the given value
Attributes
Traverse to nodes where the argumentIndex is not equal to any of the given values
Traverse to nodes where the argumentIndex is not equal to any of the given values
Attributes
Traverse to argumentName property
Traverse to argumentName property
Attributes
Traverse to nodes where the argumentName matches the regular expression value
Traverse to nodes where the argumentName matches the regular expression value
Attributes
Traverse to nodes where the argumentName matches at least one of the regular expressions in values
Traverse to nodes where the argumentName matches at least one of the regular expressions in values
Attributes
Traverse to nodes where argumentName matches value
exactly.
Traverse to nodes where argumentName matches value
exactly.
Attributes
Traverse to nodes where argumentName matches one of the elements in values
exactly.
Traverse to nodes where argumentName matches one of the elements in values
exactly.
Attributes
Traverse to nodes where argumentName does not match the regular expression value
.
Traverse to nodes where argumentName does not match the regular expression value
.
Attributes
Traverse to nodes where argumentName does not match any of the regular expressions in values
.
Traverse to nodes where argumentName does not match any of the regular expressions in values
.