Add simple attribute to access the supertype of a ReferenceType
Issue #43
resolved
I can not find any attribute which gives me the supertype of a ReferenceType
. It seems like such an attribute would be useful to have.
Comments (2)
-
reporter -
reporter - changed status to resolved
Move TypeDecl.supertype() attribute from java4/backend to java4/frontend
fixes
#43(bitbucket)→ <<cset b5889af2b4ed>>
- Log in to comment
The relevant attribute was
TypeDecl.superclass()
however, the namesupertype()
is more intuitive for this attribute and an attribute with that name was added injava4/backend/VerificationTypes.jrag
a while ago. Since this attribute is useful for frontend code it should be moved tojava4/frontend
.