Uses of Class
sootup.core.signatures.FieldSignature
Package
Description
-
Uses of FieldSignature in qilin.core.pag
-
Uses of FieldSignature in sootup.core
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionabstract JFieldRef
JFieldRef.withFieldSignature
(FieldSignature fieldSignature) JInstanceFieldRef.withFieldSignature
(FieldSignature fieldSignature) JStaticFieldRef.withFieldSignature
(FieldSignature fieldSig) ModifierConstructorDescriptionJInstanceFieldRef
(Local base, FieldSignature fieldSig) Create a reference to a class' instance field.JStaticFieldRef
(FieldSignature fieldSig) -
Uses of FieldSignature in sootup.core.model
Modifier and TypeMethodDescriptionField.getSignature()
protected FieldSignature
SootField.SootFieldBuilder.getSignature()
Modifier and TypeMethodDescriptionSootField.SignatureStep.withSignature
(FieldSignature value) SootField.SootFieldBuilder.withSignature
(FieldSignature signature) SootField.withSignature
(FieldSignature signature) ModifierConstructorDescriptionSootField
(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
Modifier and TypeMethodDescriptionvoid
LabeledStmtPrinter.fieldSignature
(FieldSignature fieldSig) abstract void
StmtPrinter.fieldSignature
(FieldSignature fieldSig) -
Uses of FieldSignature in sootup.core.views
Modifier and TypeMethodDescriptionAbstractView.getField
(FieldSignature signature) View.getField
(FieldSignature signature) -
Uses of FieldSignature in sootup.java.core
Modifier 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.ModifierConstructorDescriptionJavaSootField
(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
-
Uses of FieldSignature in sootup.jimple.frontend
Modifier and TypeMethodDescriptionJimpleConverterUtil.getFieldSignature
(JimpleParser.Field_signatureContext ctx)