Exemple #1
0
        public static HLLocalLocation Create(HLLocal pLocal)
        {
            HLLocalLocation location = new HLLocalLocation(pLocal.Type);

            location.mLocal = pLocal;
            return(location);
        }
Exemple #2
0
        public static HLLocalAddressLocation Create(HLLocal pLocal)
        {
            HLLocalAddressLocation location = new HLLocalAddressLocation(HLDomain.GetOrCreateType(MutableModelHelper.GetManagedPointerTypeReference(pLocal.Type.Definition, HLDomain.Host.InternFactory, pLocal.Type.Definition)));

            location.mLocal = pLocal;
            return(location);
        }
 public static HLLocalLocation Create(HLLocal pLocal)
 {
     HLLocalLocation location = new HLLocalLocation(pLocal.Type);
     location.mLocal = pLocal;
     return location;
 }
 public static HLLocalAddressLocation Create(HLLocal pLocal)
 {
     HLLocalAddressLocation location = new HLLocalAddressLocation(HLDomain.GetOrCreateType(MutableModelHelper.GetManagedPointerTypeReference(pLocal.Type.Definition, HLDomain.Host.InternFactory, pLocal.Type.Definition)));
     location.mLocal = pLocal;
     return location;
 }