Uses of Class
sootup.core.signatures.FieldSubSignature
Packages that use FieldSubSignature
-
Uses of FieldSubSignature in sootup.core
Methods in sootup.core that return FieldSubSignatureModifier and TypeMethodDescription@NonNull FieldSubSignature
IdentifierFactory.getFieldSubSignature
(@NonNull String name, @NonNull Type type) Gets the field sub signature.@NonNull FieldSubSignature
IdentifierFactory.parseFieldSubSignature
(@NonNull String subSignature) Parses the field sub signature.Methods in sootup.core with parameters of type FieldSubSignatureModifier and TypeMethodDescription@NonNull FieldSignature
IdentifierFactory.getFieldSignature
(@NonNull ClassType declaringClassSignature, @NonNull FieldSubSignature subSignature) Gets the field signature. -
Uses of FieldSubSignature in sootup.core.model
Methods in sootup.core.model with parameters of type FieldSubSignatureModifier and TypeMethodDescriptionAbstractClass.getField
(@NonNull FieldSubSignature subSignature) Attemtps to retrieve the field with the given FieldSubSignature. -
Uses of FieldSubSignature in sootup.core.signatures
Methods in sootup.core.signatures with parameters of type FieldSubSignatureConstructors in sootup.core.signatures with parameters of type FieldSubSignatureModifierConstructorDescriptionFieldSignature
(@NonNull ClassType declaringClass, @NonNull FieldSubSignature subSignature) -
Uses of FieldSubSignature in sootup.java.core
Methods in sootup.java.core that return FieldSubSignatureModifier and TypeMethodDescription@NonNull FieldSubSignature
JavaIdentifierFactory.getFieldSubSignature
(@NonNull String name, @NonNull Type type) @NonNull FieldSubSignature
JavaIdentifierFactory.parseFieldSubSignature
(@NonNull String subSignature) Parses aFieldSubSignature
either from a Soot or from a JavaDoc-like signature specification.Methods in sootup.java.core with parameters of type FieldSubSignatureModifier and TypeMethodDescription@NonNull Optional<JavaSootField>
JavaSootClass.getField
(@NonNull FieldSubSignature subSignature) @NonNull FieldSignature
JavaIdentifierFactory.getFieldSignature
(@NonNull ClassType declaringClassSignature, @NonNull FieldSubSignature subSignature)