interface IAspect
| Language | Type name |
|---|---|
.NET | Constructs.IAspect |
Java | software.constructs.IAspect |
Python | constructs.IAspect |
TypeScript (source) | constructs » IAspect |
Represents an Aspect.
Methods
| Name | Description |
|---|---|
| visit(node) | All aspects can visit an IConstruct. |
visit(node)
public visit(node: IConstruct): void
Parameters
- node
IConstruct
All aspects can visit an IConstruct.

.NET
Java
Python
TypeScript (