示例#1
0
	def __eq__(self,other):
		isEqual = False

		if other != None:
			isEqual = AccessibleEntityReferenceEntity.__eq__(self,other)
			isEqual = isEqual & ClassMemberEntityReference.__eq__(self,other)

		return isEqual
示例#2
0
    def __eq__(self, other):
        isEqual = False

        if other != None:
            isEqual = AccessibleEntityReferenceEntity.__eq__(self, other)
            isEqual = isEqual & ClassMemberEntityReference.__eq__(self, other)

        return isEqual
示例#3
0
	def getOwnerTemplateParameters(self):
		return ClassMemberEntityReference.getOwnerTemplateParameters(self)
示例#4
0
	def getOwnerName(self):
		return ClassMemberEntityReference.getOwnerName(self)
示例#5
0
	def __init__(self):
		AccessibleEntityReferenceEntity.__init__(self)
		ClassMemberEntityReference.__init__(self)
示例#6
0
 def getOwnerTemplateParameters(self):
     return ClassMemberEntityReference.getOwnerTemplateParameters(self)
示例#7
0
 def getOwnerName(self):
     return ClassMemberEntityReference.getOwnerName(self)
示例#8
0
 def __init__(self):
     AccessibleEntityReferenceEntity.__init__(self)
     ClassMemberEntityReference.__init__(self)