Package sootup.core.signatures
Class FieldSignature
java.lang.Object
sootup.core.signatures.SootClassMemberSignature<FieldSubSignature>
sootup.core.signatures.FieldSignature
- All Implemented Interfaces:
Comparable<SootClassMemberSignature<FieldSubSignature>>
,Signature
Represents the fully qualified signature of a field.
- Author:
- Linghui Luo, Jan Martin Persch
-
Constructor Summary
ConstructorsConstructorDescriptionFieldSignature
(@NonNull ClassType declaringClass, @NonNull String name, @NonNull Type type) FieldSignature
(@NonNull ClassType declaringClass, @NonNull FieldSubSignature subSignature) -
Method Summary
Methods inherited from class sootup.core.signatures.SootClassMemberSignature
compareTo, equals, getDeclClassType, getName, getSubSignature, getType, hashCode, toString
-
Constructor Details
-
FieldSignature
-
FieldSignature
-