Method | Description | |
---|---|---|
Accept ( ICodeElementVisitor visitor ) : void |
Allows an ICodeElementVisitor to process (or visit) this element. See the Gang of Four Visitor design pattern. |
|
GroupElement ( ) |
Creates a group element.
|
|
GroupElement ( string name ) |
Creates a group element with the specified name.
|
Method | Description | |
---|---|---|
DoClone ( ) : |
Creates a clone of this instance.
|
public Accept ( ICodeElementVisitor visitor ) : void | ||
visitor | ICodeElementVisitor | Visitor to accept the code element. |
return | void |