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 FieldSubSignatureIdentifierFactory.getFieldSubSignature(@NonNull String name, @NonNull Type type) Gets the field sub signature.@NonNull FieldSubSignatureIdentifierFactory.parseFieldSubSignature(@NonNull String subSignature) Parses the field sub signature.Methods in sootup.core with parameters of type FieldSubSignatureModifier and TypeMethodDescription@NonNull FieldSignatureIdentifierFactory.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 TypeMethodDescriptionSootClass.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 FieldSubSignatureJavaIdentifierFactory.getFieldSubSignature(@NonNull String name, @NonNull Type type) @NonNull FieldSubSignatureJavaIdentifierFactory.parseFieldSubSignature(@NonNull String subSignature) Parses aFieldSubSignatureeither 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 FieldSignatureJavaIdentifierFactory.getFieldSignature(@NonNull ClassType declaringClassSignature, @NonNull FieldSubSignature subSignature)