Package sootup.core.signatures
Class FieldSubSignature
java.lang.Object
sootup.core.signatures.SootClassMemberSubSignature
sootup.core.signatures.FieldSubSignature
- All Implemented Interfaces:
Comparable<FieldSubSignature>
public class FieldSubSignature
extends SootClassMemberSubSignature
implements Comparable<FieldSubSignature>
Defines a sub-signature of a field, containing the field name and the type signature.
- Author:
- Jan Martin Persch
-
Constructor Summary
ConstructorDescriptionFieldSubSignature
(String name, Type type) Creates a new instance of theFieldSubSignature
class. -
Method Summary
-
Constructor Details
-
FieldSubSignature
Creates a new instance of theFieldSubSignature
class.- Parameters:
name
- The method name.type
- The type signature.
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<FieldSubSignature>
-
toString
- Overrides:
toString
in classSootClassMemberSubSignature
-
toString
- Specified by:
toString
in classSootClassMemberSubSignature
-