public final IntrinsicTypeDefUnit object_type = new DeeIntrinsicType("___", null) { };
public InstrinsicsScope createObjectPropertiesScope(INamedElement type) {
return new InstrinsicsScope(CollectionUtil.addAll(
createCommonProperties(type),
Arrays.asList(
new IntrinsicProperty2("classinfo", new FullyQualifiedReference("object", "TypeInfo_Class"),
parseDDoc("Information about the dynamic type of the class")
)))