Skip to content

AVSTreeNode #25

@okulovsky

Description

@okulovsky

abstract AVSTreeNode
{
List Children;
AVSNodeData CurrentData;
void CreateNodeData(AVSContext)
{
foreach(var e in Chinlden) e.CreateNodeData(AVSContext);
CurrentData=CreataDataInternal(AVSContext); //этот-то метод все и делает
}
}

class AVSContext { int CurrentVariableId; }

class AVSNode {
string ThisNodeVariableID; // = x11
string Definition; // x11=a1+b4;
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions