| ExpressionHierarchyNavigator Class |
Namespace: FlexRule.DSL
public abstract class ExpressionHierarchyNavigator : ISourceNavigatorWithPosition, ISourceNavigator, ISourceInfo
The ExpressionHierarchyNavigator type exposes the following members.
| Name | Description | |
|---|---|---|
| ExpressionHierarchyNavigator(IExpressionDocument) | ||
| ExpressionHierarchyNavigator(Expression, IExpressionDocument) |
| Name | Description | |
|---|---|---|
| HasChildren | ||
| LineNumber | ||
| LinePosition | ||
| Name | ||
| SourceLine | ||
| Text |
Text value in the element expression
| |
| Uri | ||
| Value |
| Name | Description | |
|---|---|---|
| AttachRightOperationIfRequired | ||
| CreateNavigator | ||
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsElement | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MoveToFirstChild | ||
| MoveToFirstParameter | ||
| MoveToNextParameter | ||
| MoveToNextSibiling | ||
| MoveToRootElement | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| _current |
Current processing expression node
| |
| _document |
Current expression document
|