Property | Type | Description | |
---|---|---|---|
gatherPointsToResolve | List |
||
looseEnds | List |
Property | Type | Description | |
---|---|---|---|
WeavePointHasLooseEnd | bool |
Method | Description | |
---|---|---|
AddGeneralRuntimeContent ( Runtime content ) : void | ||
AddRuntimeForGather ( |
||
AddRuntimeForNestedWeave ( |
||
AddRuntimeForWeavePoint ( IWeavePoint weavePoint ) : void | ||
CheckForWeavePointNamingCollisions ( ) : void | ||
ConstructWeaveHierarchyFromIndentation ( ) : void | ||
DetermineBaseIndentationFromContent ( List |
||
GenerateRuntimeObject ( ) : Runtime.Object | ||
PassLooseEndsToAncestors ( ) : void | ||
ReceiveLooseEnds ( List |
||
ResolveReferences ( |
||
Weave ( List |
||
WeavePointNamed ( string name ) : IWeavePoint |
Method | Description | |
---|---|---|
WeavePointHasLooseEnd ( IWeavePoint weavePoint ) : bool |
public AddGeneralRuntimeContent ( Runtime content ) : void | ||
content | Runtime | |
return | void |
public AddRuntimeForGather ( |
||
gather | ||
return | void |
public AddRuntimeForNestedWeave ( |
||
nestedResult | ||
return | void |
public AddRuntimeForWeavePoint ( IWeavePoint weavePoint ) : void | ||
weavePoint | IWeavePoint | |
return | void |
public CheckForWeavePointNamingCollisions ( ) : void | ||
return | void |
public ConstructWeaveHierarchyFromIndentation ( ) : void | ||
return | void |
public DetermineBaseIndentationFromContent ( List |
||
contentList | List |
|
return | int |
public GenerateRuntimeObject ( ) : Runtime.Object | ||
return | Runtime.Object |
public ReceiveLooseEnds ( List |
||
childWeaveLooseEnds | List |
|
return | void |
public ResolveReferences ( |
||
context | ||
return | void |
public Weave ( List |
||
cont | List |
|
indentIndex | int | |
return | System.Collections.Generic |
public WeavePointNamed ( string name ) : IWeavePoint | ||
name | string | |
return | IWeavePoint |