Beispiel #1
0
 public MAIN()
 {
     PexPreConstructorParameterless();
     _Hello_World = new stTreeStruct();
     _Hello_World.AttributeName = "<#Hello world#>";
     AttributeName = "";
     PexConstructorParameterless();
 }
Beispiel #2
0
 public MAIN(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail)
 {
     this.@SymbolTail = symbolTail;
     this.@Connector  = parent.GetConnector();
     this.@ValueTags  = new System.Collections.Generic.List <Vortex.Connector.IValueTag>();
     this.@Children   = new System.Collections.Generic.List <Vortex.Connector.IVortexObject>();
     this.@Parent     = parent;
     _humanReadable   = Vortex.Connector.IConnector.CreateSymbol(parent.HumanReadable, readableTail);
     PexPreConstructor(parent, readableTail, symbolTail);
     Symbol       = Vortex.Connector.IConnector.CreateSymbol(parent.Symbol, symbolTail);
     _Hello_World = new stTreeStruct(this, "<#Hello world#>", "Hello_World");
     _Hello_World.AttributeName = "<#Hello world#>";
     AttributeName = "";
     PexConstructor(parent, readableTail, symbolTail);
     parent.AddChild(this);
 }