Uses of Class
sootup.core.signatures.FieldSubSignature
-
Uses of FieldSubSignature in sootup.core
Modifier and TypeMethodDescriptionIdentifierFactory.getFieldSubSignature
(String name, Type type) Gets the field sub signature.IdentifierFactory.parseFieldSubSignature
(String subSignature) Parses the field sub signature.Modifier and TypeMethodDescriptionIdentifierFactory.getFieldSignature
(ClassType declaringClassSignature, FieldSubSignature subSignature) Gets the field signature. -
Uses of FieldSubSignature in sootup.core.model
Modifier and TypeMethodDescriptionAbstractClass.getField
(FieldSubSignature subSignature) Attemtps to retrieve the field with the given FieldSubSignature. -
Uses of FieldSubSignature in sootup.core.signatures
ModifierConstructorDescriptionFieldSignature
(ClassType declaringClass, FieldSubSignature subSignature) -
Uses of FieldSubSignature in sootup.java.core
Modifier and TypeMethodDescriptionJavaIdentifierFactory.getFieldSubSignature
(String name, Type type) JavaIdentifierFactory.parseFieldSubSignature
(String subSignature) Parses aFieldSubSignature
either from a Soot or from a JavaDoc-like signature specification.Modifier and TypeMethodDescriptionJavaSootClass.getField
(FieldSubSignature subSignature) JavaIdentifierFactory.getFieldSignature
(ClassType declaringClassSignature, FieldSubSignature subSignature)