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
ConstructorDescriptionFieldSignature
(ClassType declaringClass, String name, Type type) FieldSignature
(ClassType declaringClass, FieldSubSignature subSignature) -
Method Summary
Methods inherited from class sootup.core.signatures.SootClassMemberSignature
compareTo, equals, getDeclClassType, getName, getSubSignature, getType, hashCode, toString
-
Constructor Details
-
FieldSignature
-
FieldSignature
-