Click or drag to resize

AliasResolvingVisitorResolveAttributes Method

Go through all entities and resolve attributes for the current node.

Namespace:  Syntactik.Compiler.Steps
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
protected void ResolveAttributes(
	IEnumerable<Entity> entities
)

Parameters

entities
Type: System.Collections.GenericIEnumerableEntity
List of entities. Looking for alias or parameter because they potentially can hold the attributes.
See Also