Uses of Class
sootup.core.signatures.FieldSignature
Packages that use FieldSignature
Package
Description
- 
Uses of FieldSignature in qilin.core.pagFields 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.coreMethods in sootup.core that return FieldSignatureModifier and TypeMethodDescription@NonNull FieldSignatureIdentifierFactory.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 FieldSignatureIdentifierFactory.parseFieldSignature(@NonNull String fieldSignature) Parses the field signature.
- 
Uses of FieldSignature in sootup.core.jimpleMethods in sootup.core.jimple with parameters of type FieldSignatureModifier and TypeMethodDescriptionstatic JInstanceFieldRefJimple.newInstanceFieldRef(Local base, FieldSignature f) Constructs a InstanceFieldRef(Local, FieldSignature) grammar chunk.static JStaticFieldRefJimple.newStaticFieldRef(FieldSignature f) Constructs a JStaticFieldRef(FieldSignature) grammar chunk.
- 
Uses of FieldSignature in sootup.core.jimple.common.refMethods in sootup.core.jimple.common.ref that return FieldSignatureMethods in sootup.core.jimple.common.ref with parameters of type FieldSignatureModifier and TypeMethodDescriptionabstract @NonNull JFieldRefJFieldRef.withFieldSignature(@NonNull FieldSignature fieldSignature) @NonNull JInstanceFieldRefJInstanceFieldRef.withFieldSignature(@NonNull FieldSignature fieldSignature) @NonNull JStaticFieldRefJStaticFieldRef.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.modelMethods in sootup.core.model that return FieldSignatureMethods in sootup.core.model with parameters of type FieldSignature
- 
Uses of FieldSignature in sootup.core.util.printerMethods in sootup.core.util.printer with parameters of type FieldSignatureModifier and TypeMethodDescriptionvoidLabeledStmtPrinter.fieldSignature(FieldSignature fieldSig) abstract voidStmtPrinter.fieldSignature(FieldSignature fieldSig) 
- 
Uses of FieldSignature in sootup.core.viewsMethods 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.coreMethods in sootup.java.core that return FieldSignatureModifier and TypeMethodDescription@NonNull FieldSignatureJavaIdentifierFactory.getFieldSignature(@NonNull ClassType declaringClassSignature, @NonNull FieldSubSignature subSignature) JavaIdentifierFactory.getFieldSignature(String fieldName, ClassType declaringClassSignature, String fieldType) JavaIdentifierFactory.getFieldSignature(String fieldName, ClassType declaringClassSignature, Type fieldType) @NonNull FieldSignatureJavaIdentifierFactory.parseFieldSignature(@NonNull String fieldSignature) Parses aMethodSignatureeither from a Soot or from a JavaDoc-like signature specification.Methods in sootup.java.core with parameters of type FieldSignatureModifier and TypeMethodDescriptionJavaSootField.JavaSootFieldBuilder.SignatureStep.withSignature(@NonNull FieldSignature value) @NonNull JavaSootFieldJavaSootField.withSignature(@NonNull FieldSignature signature) Constructors in sootup.java.core with parameters of type FieldSignatureModifierConstructorDescriptionJavaSootField(@NonNull FieldSignature signature, @NonNull Iterable<FieldModifier> modifiers, @NonNull Iterable<AnnotationUsage> annotations, @NonNull Position position) Constructs a Soot field with the given name, type and modifiers.JavaSootField(@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.java.core.viewsMethods 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.frontendMethods in sootup.jimple.frontend that return FieldSignatureModifier and TypeMethodDescriptionJimpleConverterUtil.getFieldSignature(JimpleParser.Field_signatureContext ctx)