tink_syntaxhub icon indicating copy to clipboard operation
tink_syntaxhub copied to clipboard

Abstract support?

Open kevinresol opened this issue 8 years ago • 3 comments

Currently it only match classes / interfaces

But then ClassBuilder doesn't work with TAbstract...

Currently it does match the impl class, but there I think the class meta info is lost.

kevinresol avatar Sep 23 '17 13:09 kevinresol

Yeah, in principle I wouldn't mind, but there's that ClassBuilder dependency that's kind of hard to deal with. Ideas?

back2dos avatar Sep 24 '17 14:09 back2dos

Can we just get rid of ClassBuilder and pass the Type directly? And add Types.getClassBuilder(type:Type) for quick creation.

kevinresol avatar Sep 24 '17 14:09 kevinresol

Probably, yes. I think there was some obscure reason why I went with ClassBuilder in the first place, but I can't remember right now.

back2dos avatar Sep 24 '17 14:09 back2dos