Uses of Class
sootup.core.signatures.FieldSignature
Packages that use FieldSignature
Package
Description
-
Uses of FieldSignature in qilin.core.pag
Fields in qilin.core.pag with type parameters of type FieldSignatureMethods in qilin.core.pag that return types with arguments of type FieldSignature -
Uses of FieldSignature in sootup.core
Methods in sootup.core that return FieldSignatureModifier and TypeMethodDescription@NonNull FieldSignature
IdentifierFactory.getFieldSignature
(@NonNull ClassType declaringClassSignature, @NonNull FieldSubSignature subSignature) Gets the field signature.IdentifierFactory.getFieldSignature
(String fieldName, ClassType declaringClassSignature, String fieldType) Gets the field signature.IdentifierFactory.getFieldSignature
(String fieldName, ClassType declaringClassSignature, Type fieldType) Gets the field signature.@NonNull FieldSignature
IdentifierFactory.parseFieldSignature
(@NonNull String fieldSignature) Parses the field signature. -
Uses of FieldSignature in sootup.core.jimple
Methods in sootup.core.jimple with parameters of type FieldSignatureModifier and TypeMethodDescriptionstatic JInstanceFieldRef
Jimple.newInstanceFieldRef
(Local base, FieldSignature f) Constructs a InstanceFieldRef(Local, FieldSignature) grammar chunk.static JStaticFieldRef
Jimple.newStaticFieldRef
(FieldSignature f) Constructs a JStaticFieldRef(FieldSignature) grammar chunk. -
Uses of FieldSignature in sootup.core.jimple.common.ref
Methods in sootup.core.jimple.common.ref that return FieldSignatureMethods in sootup.core.jimple.common.ref with parameters of type FieldSignatureModifier and TypeMethodDescriptionabstract @NonNull JFieldRef
JFieldRef.withFieldSignature
(@NonNull FieldSignature fieldSignature) @NonNull JInstanceFieldRef
JInstanceFieldRef.withFieldSignature
(@NonNull FieldSignature fieldSignature) @NonNull JStaticFieldRef
JStaticFieldRef.withFieldSignature
(@NonNull FieldSignature fieldSig) Constructors in sootup.core.jimple.common.ref with parameters of type FieldSignatureModifierConstructorDescriptionJInstanceFieldRef
(@NonNull Local base, @NonNull FieldSignature fieldSig) Create a reference to a class' instance field.JStaticFieldRef
(@NonNull FieldSignature fieldSig) -
Uses of FieldSignature in sootup.core.model
Methods in sootup.core.model that return FieldSignatureModifier and TypeMethodDescriptionField.getSignature()
protected @NonNull FieldSignature
SootField.SootFieldBuilder.getSignature()
Methods in sootup.core.model with parameters of type FieldSignatureModifier and TypeMethodDescription@NonNull SootField.ModifierStep
SootField.SignatureStep.withSignature
(@NonNull FieldSignature value) @NonNull SootField.ModifierStep
SootField.SootFieldBuilder.withSignature
(@NonNull FieldSignature signature) @NonNull SootField
SootField.withSignature
(@NonNull FieldSignature signature) Constructors in sootup.core.model with parameters of type FieldSignatureModifierConstructorDescriptionSootField
(@NonNull FieldSignature signature, @NonNull Iterable<FieldModifier> modifiers, @NonNull Position position) Constructs a Soot field with the given name, type and modifiers. -
Uses of FieldSignature in sootup.core.util.printer
Methods in sootup.core.util.printer with parameters of type FieldSignatureModifier and TypeMethodDescriptionvoid
LabeledStmtPrinter.fieldSignature
(FieldSignature fieldSig) abstract void
StmtPrinter.fieldSignature
(FieldSignature fieldSig) -
Uses of FieldSignature in sootup.core.views
Methods in sootup.core.views with parameters of type FieldSignatureModifier and TypeMethodDescriptionAbstractView.getField
(@NonNull FieldSignature signature) View.getField
(@NonNull FieldSignature signature) -
Uses of FieldSignature in sootup.java.core
Methods in sootup.java.core that return FieldSignatureModifier and TypeMethodDescription@NonNull FieldSignature
JavaIdentifierFactory.getFieldSignature
(@NonNull ClassType declaringClassSignature, @NonNull FieldSubSignature subSignature) JavaIdentifierFactory.getFieldSignature
(String fieldName, ClassType declaringClassSignature, String fieldType) JavaIdentifierFactory.getFieldSignature
(String fieldName, ClassType declaringClassSignature, Type fieldType) @NonNull FieldSignature
JavaIdentifierFactory.parseFieldSignature
(@NonNull String fieldSignature) Parses aMethodSignature
either from a Soot or from a JavaDoc-like signature specification.Constructors in sootup.java.core with parameters of type FieldSignatureModifierConstructorDescriptionJavaSootField
(@NonNull FieldSignature signature, @NonNull Iterable<FieldModifier> modifiers, @NonNull Iterable<AnnotationUsage> annotations, Position position) Constructs a Soot field with the given name, type and modifiers. -
Uses of FieldSignature in sootup.java.core.views
Methods in sootup.java.core.views with parameters of type FieldSignatureModifier and TypeMethodDescription@NonNull Optional<JavaSootField>
JavaView.getField
(@NonNull FieldSignature signature) -
Uses of FieldSignature in sootup.jimple.frontend
Methods in sootup.jimple.frontend that return FieldSignatureModifier and TypeMethodDescriptionJimpleConverterUtil.getFieldSignature
(JimpleParser.Field_signatureContext ctx)