Represents a type declaration.
- Inheritance:
-
object
Ast
Node objectBase
- Derived:
-
Class
Declaration DelegateDeclaration EnumerationDeclaration InterfaceDeclaration StructureDeclaration
- Implements:
-
IDecorated
Member IAstNode
Remarks
This type was generated by the Actipro Language Designer tool v12.2.572.0 (http://www.actiprosoftware.com).
Constructors
TypeDeclaration()
Initializes an instance of the class.
Properties
AttributeSections
Gets the attribute sections.
Property Value
- IList<Attribute
Section >: The attribute sections.
DocumentationComment
Gets or sets the documentation comment.
Property Value
- Documentation
Comment : The documentation comment.
HasAttributeSections
Returns whether the Attribute
Property Value
- bool:
true
if there is at least one item in the collection; otherwise,false
.
Id
Gets the An integer value that identifies the type of AST node.
Property Value
- int:
The An integer value that identifies the type of AST node.
Kind
Gets a Type
Property Value
- Type
Declaration :Kind A Type
Declaration indicating the kind of type.Kind
Modifiers
Gets or sets the modifiers.
Property Value
- Modifiers:
The modifiers.
Name
Gets or sets the name.
Property Value
- Simple
Name : The name.
Methods
GetChildrenEnumerator()
Retrieves an IEnumerator
object that can iterate the child IAst
Returns
- IEnumerator<IAst
Node >: An
IEnumerator
object that can iterate the child IAstNode objects in this node.
Inherited Members
-
Ast
Node Base. Contains(int) -
Ast
Node Base. Find Child Node(int) -
Ast
Node Base. Find Descendant Node(int) -
Ast
Node Base. To String() -
Ast
Node Base. To Tree String(int) -
Ast
Node Base. Children -
Ast
Node Base. End Offset -
Ast
Node Base. Has Children -
Ast
Node Base. Length -
Ast
Node Base. Parent -
Ast
Node Base. Root -
Ast
Node Base. Start Offset -
Ast
Node Base. Value -
object.
Get Type() -
object.
Memberwise Clone() -
object.
Equals(object) -
object.
Equals(object, object) -
object.
Reference Equals(object, object) -
object.
Get Hash Code()