We have found that methodtypes-of: entry in GCT does not contain sufficient type information. We have added a typedec-of: entry that stores each type declaration in source Grace syntax. Getting a type declaration from such an entry is then straightforward:
Types in GCT
We have found that
methodtypes-of:
entry in GCT does not contain sufficient type information. We have added atypedec-of:
entry that stores each type declaration in source Grace syntax. Getting a type declaration from such an entry is then straightforward:Moreover,
publicMethod
entry was not being added when a node encountered while building GCT was a method node.Parameterized methodInInterface
We use parameterized
methodInInterface
to process GCT keys that start withpublicMethod
. In particular: