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 TypeMethodDescriptionIdentifierFactory.getFieldSignature
(String fieldName, ClassType declaringClassSignature, String fieldType) Gets the field signature.IdentifierFactory.getFieldSignature
(String fieldName, ClassType declaringClassSignature, Type fieldType) Gets the field signature.IdentifierFactory.getFieldSignature
(ClassType declaringClassSignature, FieldSubSignature subSignature) Gets the field signature.IdentifierFactory.parseFieldSignature
(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 JFieldRef
JFieldRef.withFieldSignature
(FieldSignature fieldSignature) JInstanceFieldRef.withFieldSignature
(FieldSignature fieldSignature) JStaticFieldRef.withFieldSignature
(FieldSignature fieldSig) Constructors in sootup.core.jimple.common.ref with parameters of type FieldSignatureModifierConstructorDescriptionJInstanceFieldRef
(Local base, FieldSignature fieldSig) Create a reference to a class' instance field.JStaticFieldRef
(FieldSignature fieldSig) -
Uses of FieldSignature in sootup.core.model
Methods in sootup.core.model that return FieldSignatureModifier and TypeMethodDescriptionField.getSignature()
protected FieldSignature
SootField.SootFieldBuilder.getSignature()
Methods in sootup.core.model with parameters of type FieldSignatureModifier and TypeMethodDescriptionSootField.SignatureStep.withSignature
(FieldSignature value) SootField.SootFieldBuilder.withSignature
(FieldSignature signature) SootField.withSignature
(FieldSignature signature) Constructors in sootup.core.model with parameters of type FieldSignatureModifierConstructorDescriptionSootField
(FieldSignature signature, Iterable<FieldModifier> modifiers, 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
(FieldSignature signature) View.getField
(FieldSignature signature) -
Uses of FieldSignature in sootup.java.core
Methods in sootup.java.core that return FieldSignatureModifier and TypeMethodDescriptionJavaIdentifierFactory.getFieldSignature
(String fieldName, ClassType declaringClassSignature, String fieldType) JavaIdentifierFactory.getFieldSignature
(String fieldName, ClassType declaringClassSignature, Type fieldType) JavaIdentifierFactory.getFieldSignature
(ClassType declaringClassSignature, FieldSubSignature subSignature) JavaIdentifierFactory.parseFieldSignature
(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
(FieldSignature signature, Iterable<FieldModifier> modifiers, 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 FieldSignature -
Uses of FieldSignature in sootup.jimple.frontend
Methods in sootup.jimple.frontend that return FieldSignatureModifier and TypeMethodDescriptionJimpleConverterUtil.getFieldSignature
(JimpleParser.Field_signatureContext ctx)