Package sootup.core.model
package sootup.core.model
-
ClassDescriptionAbstract class represents a class/module lives in
View
.Class that models the Jimple body (code attribute) of a method.The BodyBuilder helps to create a new Body in a fluent way (see Builder Pattern)Represents a build error.An Enum that provides static methods and constants to represent and work with with Java modifiers (ie public, final,...) Represents Java modifiers that can be packed and combined via EnumSet and methods to query these.Interface for field.An Enum that provides static methods and constants to represent and work with with Java modifiers (ie public, final,...) Represents Java modifiers that can be packed and combined via EnumSet and methods to query these.This class represents Position Information i.e.Interface to mark Soot code objects that may contain code location information.Interface for method.An Enum that provides static methods and constants to represent and work with with Java modifiers (ie public, final,...) Represents Java modifiers that can be packed and combined via EnumSet and methods to query these.Soot's counterpart of the source languages class concept.SootClassMember<S extends SootClassMemberSignature>Provides methods common to Soot objects belonging to classes, namely SootField and SootMethod.Soot's counterpart of the source language's field concept.Defines aSootField
builder to provide a fluent API.Soot's counterpart of the source language's method concept.Defines aSootMethod
builder that provides a fluent API.