Package com.googlecode.dex2jar.ir.ts
Class TypeTransformer.TypeRef
java.lang.Object
com.googlecode.dex2jar.ir.ts.TypeTransformer.TypeRef
- Enclosing class:
TypeTransformer
-
Field Summary
FieldsModifier and TypeFieldDescriptionreference to rootreference to valuessame use, have samefinal Value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddAllUses(Set<String> uses) booleanvoidclear()getType()voidmerge(TypeTransformer.TypeRef other) toString()booleanupdateTypeClass(TypeClass clz)
-
Field Details
-
value
-
sameValues
same use, have same -
gArrayValues
reference to values -
sArrayValues
-
arrayRoots
reference to root -
parents
-
children
-
clz
-
provideDesc
-
uses
-
-
Constructor Details
-
TypeRef
-
-
Method Details