greyblue9 / dexmaker

Automatically exported from code.google.com/p/dexmaker
1 stars 0 forks source link

Could DexMaker add new Method "public boolean hasTypeDeclaration(TypeId<?> type)" #33

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Thanks for this great job, it's helpful and I'm using it in my projects.
In this case , I need hasTypeDeclaration method to detect some TypeId has 
declared:

I'm using DexMaker to create a few of new class in one DexMaker instance, some 
of them extends one of them, 
for example, class A and Class B are both extends Class C.  when I'm creating 
A, if C isn't created, I should wait C finish, and then back to go on creating 
C.

so, I suggest DexMaker should add  public boolean hasTypeDeclaration(TypeId<?> 
type){}。

Original issue reported on code.google.com by samken...@gmail.com on 29 Dec 2013 at 1:41