BoundName Class
Represents a bound name.
public class BoundName : Expression, IAstNode
- Inheritance:
- Object AstNodeBase Expression Object
- Implements:
- IAstNode
Remarks
This type was generated by the Actipro Language Designer tool v14.2.610.0 (http://www.actiprosoftware.com).
Constructors
BoundName()
public BoundName()
Properties
Binding
Gets or sets the binding.
Id
Gets the An integer value that identifies the type of AST node.
public override int Id { get; }
Property Value
- Int32:
The An integer value that identifies the type of AST node.
Original
Gets or sets the original.
ResolvedBinding
Gets the resolved binding name.
ResolvedFirstName
Gets the resolved first name.
Value
Gets or sets the string-based value for the AST node.
public override string Value { get; set; }
Property Value
- String:
The string-based value for the AST node.
Methods
ToString()
Returns a String
that represents the current Object
.
Inherited Members
- AstNodeBase.Contains(Int32)
- AstNodeBase.FindChildNode(Int32)
- AstNodeBase.FindDescendantNode(Int32)
- AstNodeBase.GetChildrenEnumerator()
- AstNodeBase.ToTreeString(Int32)
- AstNodeBase.Children
- AstNodeBase.EndOffset
- AstNodeBase.HasChildren
- AstNodeBase.Length
- AstNodeBase.Parent
- AstNodeBase.Root
- AstNodeBase.StartOffset
- Object.Equals(Object)
- Object.Equals(Object, Object)
- Object.ReferenceEquals(Object, Object)
- Object.GetHashCode()
- Object.GetType()
- Object.MemberwiseClone()