- G - Class in soot
-
A class to group together all the global variables in Soot.
- G() - Constructor for class soot.G
-
- g - Variable in class soot.jimple.toolkits.annotation.logic.Loop
-
- g - Variable in class soot.jimple.toolkits.annotation.purity.PurityGraphBox
-
- g - Variable in class soot.Singletons
-
- g - Variable in class soot.toolkits.graph.InverseGraph
-
- g - Variable in class soot.toolkits.graph.StronglyConnectedComponentsFast
-
- G.Global - Class in soot
-
- G.GlobalObjectGetter - Interface in soot
-
- GAddExpr - Class in soot.grimp.internal
-
- GAddExpr(Value, Value) - Constructor for class soot.grimp.internal.GAddExpr
-
- GAndExpr - Class in soot.grimp.internal
-
- GAndExpr(Value, Value) - Constructor for class soot.grimp.internal.GAndExpr
-
- GArrayRef - Class in soot.grimp.internal
-
- GArrayRef(Value, Value) - Constructor for class soot.grimp.internal.GArrayRef
-
- GAssignStmt - Class in soot.grimp.internal
-
- GAssignStmt(Value, Value) - Constructor for class soot.grimp.internal.GAssignStmt
-
- GCastExpr - Class in soot.grimp.internal
-
- GCastExpr(Value, Type) - Constructor for class soot.grimp.internal.GCastExpr
-
- gcd_1(int, int) - Method in class soot.jimple.toolkits.typing.integer.ClassHierarchy
-
- gcd_2(int, int) - Method in class soot.jimple.toolkits.typing.integer.ClassHierarchy
-
- GCmpExpr - Class in soot.grimp.internal
-
- GCmpExpr(Value, Value) - Constructor for class soot.grimp.internal.GCmpExpr
-
- GCmpgExpr - Class in soot.grimp.internal
-
- GCmpgExpr(Value, Value) - Constructor for class soot.grimp.internal.GCmpgExpr
-
- GCmplExpr - Class in soot.grimp.internal
-
- GCmplExpr(Value, Value) - Constructor for class soot.grimp.internal.GCmplExpr
-
- gd - Variable in class soot.shimple.internal.PhiNodeManager
-
- GDivExpr - Class in soot.grimp.internal
-
- GDivExpr(Value, Value) - Constructor for class soot.grimp.internal.GDivExpr
-
- GDynamicInvokeExpr - Class in soot.grimp.internal
-
- GDynamicInvokeExpr(SootMethodRef, List<Value>, SootMethodRef, int, List) - Constructor for class soot.grimp.internal.GDynamicInvokeExpr
-
- GEExpr - Class in soot.JastAddJ
-
- GEExpr() - Constructor for class soot.JastAddJ.GEExpr
-
- GEExpr(Expr, Expr) - Constructor for class soot.JastAddJ.GEExpr
-
- GeExpr - Interface in soot.jimple
-
- gen(DavaFlowSet, Local, Local) - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.ReachingCopies
-
- gen(DavaFlowSet<Stmt>, DefinitionStmt) - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.ReachingDefs
-
- GeneralConstObject - Class in soot.jimple.toolkits.pointer.representations
-
- GeneralConstObject(Type, String) - Constructor for class soot.jimple.toolkits.pointer.representations.GeneralConstObject
-
- GeneralConstObject_counter - Variable in class soot.G
-
- generate(PrintWriter, ArrayList<String>) - Static method in class soot.dava.DavaBuildFile
-
- generate() - Method in class soot.JastAddJ.BodyDecl
-
- generateAbbreviatedInfoFlowGraph() - Method in class soot.jimple.toolkits.infoflow.SmartMethodInfoFlowAnalysis
-
- generateAnnotationElems(AnnotationVisitor, Collection<AnnotationElem>, boolean) - Method in class soot.AbstractASMBackend
-
Emits the bytecode for the values of an annotation
- generateAnnotations(Object, Host) - Method in class soot.AbstractASMBackend
-
Emits the bytecode for all annotations of a class, field or method
- generateAttributes() - Method in class soot.AbstractASMBackend
-
Emits the bytecode for all attributes of the class
- generateAttributes(FieldVisitor, SootField) - Method in class soot.AbstractASMBackend
-
Emits the bytecode for all attributes of a field
- generateAttributes(MethodVisitor, SootMethod) - Method in class soot.AbstractASMBackend
-
Emits the bytecode for all attributes of a method
- generateByteCode() - Method in class soot.AbstractASMBackend
-
Emits the bytecode for the complete class
- generateClassFile(OutputStream) - Method in class soot.AbstractASMBackend
-
Outputs the bytecode generated as a class file
- generateClassHeader() - Method in class soot.AbstractASMBackend
-
Emits the bytecode for the class itself, including its signature
- generatedWithCacheCycle - Static variable in class soot.JastAddJ.ASTNode
-
- generatedWithCircularEnabled - Static variable in class soot.JastAddJ.ASTNode
-
- generatedWithComponentCheck - Static variable in class soot.JastAddJ.ASTNode
-
- generateFields() - Method in class soot.AbstractASMBackend
-
Emits the bytecode for all fields of the class
- generateInfoFlowSummary() - Method in class soot.jimple.toolkits.infoflow.SmartMethodInfoFlowAnalysis
-
- generateInnerClassReferences() - Method in class soot.AbstractASMBackend
-
Emits the bytecode for all references to inner classes if present
- generateInstruction(MethodVisitor, Inst) - Method in class soot.baf.BafASMBackend
-
Emits the bytecode for a single Baf instruction
- generateLocal(Type) - Method in class soot.javaToJimple.AbstractJimpleBodyBuilder
-
- generateLocal(Type) - Method in class soot.javaToJimple.AbstractJimpleBodyBuilder
-
- generateLocal(Type) - Method in class soot.javaToJimple.JimpleBodyBuilder
-
Extra Local Variables Generation
- generateLocal(Type) - Method in class soot.javaToJimple.JimpleBodyBuilder
-
- generateLocal(Type) - Method in class soot.javaToJimple.LocalGenerator
-
generates a new soot local given the type
- generateMethodBody(MethodVisitor, SootMethod) - Method in class soot.AbstractASMBackend
-
Emits the bytecode for the body of a single method Has to be implemented by subclasses to suit their needs
- generateMethodBody(MethodVisitor, SootMethod) - Method in class soot.baf.BafASMBackend
-
- generateMethods() - Method in class soot.AbstractASMBackend
-
Emits the bytecode for all methods of the class
- generateName(int) - Method in class soot.jbco.name.AbstractNameGenerator
-
- generateName(int) - Method in interface soot.jbco.name.NameGenerator
-
Generates random name of required length that can be used as Java identifier.
- generateNode(Node) - Method in class soot.jimple.spark.geom.geomE.FullSensitiveNodeGenerator
-
- generateNode(Node) - Method in class soot.jimple.spark.geom.geomPA.IEncodingBroker
-
Generate a node of proper kind.
- generateNode(Node) - Method in class soot.jimple.spark.geom.heapinsE.HeapInsNodeGenerator
-
- generateNode(Node) - Method in class soot.jimple.spark.geom.ptinsE.PtInsNodeGenerator
-
- generateOuterClassReference() - Method in class soot.AbstractASMBackend
-
Emits the bytecode for a reference to an outer class if necessary
- generateTagsForUnit(MethodVisitor, Unit) - Method in class soot.baf.BafASMBackend
-
Writes out the information stored in tags associated with the given unit
- generateTextualRepresentation(PrintWriter) - Method in class soot.AbstractASMBackend
-
Outputs the bytecode generated as a textual representation
- GenericAttribute - Class in soot.tagkit
-
Represents a general attribute which can be attached to implementations of Host.
- GenericAttribute(String, byte[]) - Constructor for class soot.tagkit.GenericAttribute
-
- GenericClassDecl - Class in soot.JastAddJ
-
- GenericClassDecl() - Constructor for class soot.JastAddJ.GenericClassDecl
-
- GenericClassDecl(Modifiers, String, Opt<Access>, List<Access>, List<BodyDecl>, List<TypeVariable>) - Constructor for class soot.JastAddJ.GenericClassDecl
-
- GenericClassDecl(Modifiers, Symbol, Opt<Access>, List<Access>, List<BodyDecl>, List<TypeVariable>) - Constructor for class soot.JastAddJ.GenericClassDecl
-
- GenericClassDeclSubstituted - Class in soot.JastAddJ
-
- GenericClassDeclSubstituted() - Constructor for class soot.JastAddJ.GenericClassDeclSubstituted
-
- GenericClassDeclSubstituted(Modifiers, String, Opt<Access>, List<Access>, List<TypeVariable>, TypeDecl) - Constructor for class soot.JastAddJ.GenericClassDeclSubstituted
-
- GenericClassDeclSubstituted(Modifiers, Symbol, Opt<Access>, List<Access>, List<TypeVariable>, TypeDecl) - Constructor for class soot.JastAddJ.GenericClassDeclSubstituted
-
- GenericConstructorDecl - Class in soot.JastAddJ
-
- GenericConstructorDecl() - Constructor for class soot.JastAddJ.GenericConstructorDecl
-
- GenericConstructorDecl(Modifiers, String, List<ParameterDeclaration>, List<Access>, Opt<Stmt>, Block, List<TypeVariable>) - Constructor for class soot.JastAddJ.GenericConstructorDecl
-
- GenericConstructorDecl(Modifiers, Symbol, List<ParameterDeclaration>, List<Access>, Opt<Stmt>, Block, List<TypeVariable>) - Constructor for class soot.JastAddJ.GenericConstructorDecl
-
- genericConstructorDecl() - Method in class soot.JastAddJ.ParConstructorDecl
-
- genericConstructorDecl_computed - Variable in class soot.JastAddJ.ParConstructorDecl
-
- genericConstructorDecl_value - Variable in class soot.JastAddJ.ParConstructorDecl
-
- genericDecl() - Method in class soot.JastAddJ.ParClassDecl
-
- genericDecl() - Method in class soot.JastAddJ.ParInterfaceDecl
-
- genericDecl() - Method in class soot.JastAddJ.ParTypeAccess
-
- genericDecl() - Method in interface soot.JastAddJ.ParTypeDecl
-
- genericDecl_computed - Variable in class soot.JastAddJ.ParClassDecl
-
- genericDecl_computed - Variable in class soot.JastAddJ.ParInterfaceDecl
-
- genericDecl_value - Variable in class soot.JastAddJ.ParClassDecl
-
- genericDecl_value - Variable in class soot.JastAddJ.ParInterfaceDecl
-
- GenericInterfaceDecl - Class in soot.JastAddJ
-
- GenericInterfaceDecl() - Constructor for class soot.JastAddJ.GenericInterfaceDecl
-
- GenericInterfaceDecl(Modifiers, String, List<Access>, List<BodyDecl>, List<TypeVariable>) - Constructor for class soot.JastAddJ.GenericInterfaceDecl
-
- GenericInterfaceDecl(Modifiers, Symbol, List<Access>, List<BodyDecl>, List<TypeVariable>) - Constructor for class soot.JastAddJ.GenericInterfaceDecl
-
- GenericInterfaceDeclSubstituted - Class in soot.JastAddJ
-
- GenericInterfaceDeclSubstituted() - Constructor for class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
- GenericInterfaceDeclSubstituted(Modifiers, String, List<Access>, List<TypeVariable>, TypeDecl) - Constructor for class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
- GenericInterfaceDeclSubstituted(Modifiers, Symbol, List<Access>, List<TypeVariable>, TypeDecl) - Constructor for class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
- GenericMethodDecl - Class in soot.JastAddJ
-
- GenericMethodDecl() - Constructor for class soot.JastAddJ.GenericMethodDecl
-
- GenericMethodDecl(Modifiers, Access, String, List<ParameterDeclaration>, List<Access>, Opt<Block>, List<TypeVariable>) - Constructor for class soot.JastAddJ.GenericMethodDecl
-
- GenericMethodDecl(Modifiers, Access, Symbol, List<ParameterDeclaration>, List<Access>, Opt<Block>, List<TypeVariable>) - Constructor for class soot.JastAddJ.GenericMethodDecl
-
- genericMethodDecl() - Method in class soot.JastAddJ.ParMethodDecl
-
- genericMethodDecl_computed - Variable in class soot.JastAddJ.ParMethodDecl
-
- genericMethodDecl_value - Variable in class soot.JastAddJ.ParMethodDecl
-
- GenericTypeDecl - Interface in soot.JastAddJ
-
- GEnterMonitorStmt - Class in soot.grimp.internal
-
- GEnterMonitorStmt(Value) - Constructor for class soot.grimp.internal.GEnterMonitorStmt
-
- geom_app_only() - Method in class soot.options.SparkOptions
-
Pointers processed by geomPTA --
Processing pointers that impact pointers in application code
only.
- geom_blocking() - Method in class soot.options.SparkOptions
-
Blocking strategy for recursive calls --
Enable blocking strategy for recursive calls.
- geom_dump_verbose() - Method in class soot.options.SparkOptions
-
Verbose dump file --
Filename for detailed execution log.
- geom_encoding() - Method in class soot.options.SparkOptions
-
Encoding methodology used --
Encoding methodology.
- geom_encoding_Geom - Static variable in class soot.options.SparkOptions
-
- geom_encoding_HeapIns - Static variable in class soot.options.SparkOptions
-
- geom_encoding_PtIns - Static variable in class soot.options.SparkOptions
-
- geom_eval() - Method in class soot.options.SparkOptions
-
Precision evaluation methodologies --
Precision evaluation methodologies.
- geom_frac_base() - Method in class soot.options.SparkOptions
-
Fractional parameter --
Fractional parameter for precision/performance trade-off.
- geom_pta() - Method in class soot.options.SparkOptions
-
Geometric, context-sensitive points-to analysis --
This switch enables/disables the geometric analysis.
- geom_runs() - Method in class soot.options.SparkOptions
-
Iterations --
Iterations of analysis.
- geom_trans() - Method in class soot.options.SparkOptions
-
Transform to context-insensitive result --
Transform to context-insensitive result.
- geom_verify_name() - Method in class soot.options.SparkOptions
-
Verification file --
Filename for verification file.
- geom_worklist() - Method in class soot.options.SparkOptions
-
Worklist type --
Worklist type.
- geom_worklist_FIFO - Static variable in class soot.options.SparkOptions
-
- geom_worklist_PQ - Static variable in class soot.options.SparkOptions
-
- geomE - Static variable in class soot.jimple.spark.geom.geomPA.Constants
-
- GeometricManager - Class in soot.jimple.spark.geom.geomE
-
This class implements the figure manager.
- GeometricManager() - Constructor for class soot.jimple.spark.geom.geomE.GeometricManager
-
- GeomEvaluator - Class in soot.jimple.spark.geom.helper
-
We provide a set of methods to evaluate the quality of geometric points-to analysis.
- GeomEvaluator(GeomPointsTo, PrintStream) - Constructor for class soot.jimple.spark.geom.helper.GeomEvaluator
-
- GeomPointsTo - Class in soot.jimple.spark.geom.geomPA
-
The main interface for the points-to analysis with geometric encodings.
- GeomPointsTo(SparkOptions) - Constructor for class soot.jimple.spark.geom.geomPA.GeomPointsTo
-
- geomPTA - Variable in class soot.jimple.spark.geom.geomPA.GeomQueries
-
- GeomQueries - Class in soot.jimple.spark.geom.geomPA
-
A powerful interface for querying points-to results in many ways.
- GeomQueries(GeomPointsTo) - Constructor for class soot.jimple.spark.geom.geomPA.GeomQueries
-
We copy and make a condensed version of call graph.
- GEqExpr - Class in soot.grimp.internal
-
- GEqExpr(Value, Value) - Constructor for class soot.grimp.internal.GEqExpr
-
- get(Object) - Method in class soot.AbstractUnitAllMapTo
-
- get(E) - Method in class soot.jimple.spark.geom.utils.ZArrayNumberer
-
Input object o should be added to this container previously.
- get(long) - Method in class soot.jimple.spark.geom.utils.ZArrayNumberer
-
- get(Type) - Method in class soot.jimple.spark.internal.TypeManager
-
- get(int) - Method in class soot.jimple.spark.ondemand.genericutil.ArraySet
-
- get(K) - Method in class soot.jimple.spark.ondemand.genericutil.ArraySetMultiMap
-
- get(int) - Method in class soot.jimple.spark.ondemand.genericutil.ImmutableStack
-
- get(K) - Method in interface soot.jimple.spark.ondemand.genericutil.MultiMap
-
- get(int) - Method in class soot.jimple.spark.ondemand.genericutil.Stack
-
- get(Value) - Method in class soot.jimple.toolkits.annotation.nullcheck.NullnessAnalysis.AnalysisInfo
-
- get(Object) - Method in class soot.jimple.toolkits.annotation.nullcheck.NullnessAssumptionAnalysis.AnalysisInfo
-
- get(int) - Method in class soot.jimple.toolkits.typing.fast.EmptyList
-
Deprecated.
- get(int) - Method in class soot.jimple.toolkits.typing.fast.SingletonList
-
Deprecated.
- get(Local) - Method in class soot.jimple.toolkits.typing.fast.Typing
-
- get(SootMethod) - Method in class soot.MethodToContexts
-
- get(String) - Method in class soot.Pack
-
- get(E) - Method in class soot.util.ArrayNumberer
-
- get(long) - Method in class soot.util.ArrayNumberer
-
- get(int) - Method in class soot.util.BitVector
-
- get(K) - Method in class soot.util.ConcurrentHashMultiMap
-
- get(K) - Method in class soot.util.HashMultiMap
-
- get(Long) - Method in class soot.util.IntegerNumberer
-
Should return the number that was assigned to object o that was previously passed as an argument to add().
- get(long) - Method in class soot.util.IntegerNumberer
-
Should return the object that was assigned the number number.
- get(Object) - Method in class soot.util.IterableMap
-
- get(Numberable) - Method in class soot.util.LargeNumberedMap
-
- get(long) - Method in class soot.util.MapNumberer
-
- get(Object) - Method in class soot.util.MapNumberer
-
- get(K) - Method in interface soot.util.MultiMap
-
- get(E) - Method in interface soot.util.Numberer
-
Should return the number that was assigned to object o that was previously passed as an argument to add().
- get(long) - Method in interface soot.util.Numberer
-
Should return the object that was assigned the number number.
- get(int) - Method in class soot.util.SharedBitSet
-
- get(int) - Method in class soot.util.SingletonList
-
Deprecated.
- get(Numberable) - Method in class soot.util.SmallNumberedMap
-
Returns the value associated with a given key.
- get(Object) - Method in class soot.util.UnitMap
-
- get_all_context_sensitive_objects(long, long, PtSensVisitor) - Method in class soot.jimple.spark.geom.geomE.FullSensitiveNode
-
- get_all_context_sensitive_objects(long, long, PtSensVisitor) - Method in class soot.jimple.spark.geom.geomPA.DummyNode
-
- get_all_context_sensitive_objects(long, long, PtSensVisitor) - Method in class soot.jimple.spark.geom.geomPA.IVarAbstraction
-
Given the pointers falling in the context range [l, r), we compute the set of context sensitive objects pointed to by
those pointers.
- get_all_context_sensitive_objects(long, long, PtSensVisitor) - Method in class soot.jimple.spark.geom.heapinsE.HeapInsNode
-
- get_all_context_sensitive_objects(long, long, PtSensVisitor) - Method in class soot.jimple.spark.geom.ptinsE.PtInsNode
-
Deprecated.
- get_all_points_to_objects() - Method in class soot.jimple.spark.geom.geomE.FullSensitiveNode
-
- get_all_points_to_objects() - Method in class soot.jimple.spark.geom.geomPA.DummyNode
-
- get_all_points_to_objects() - Method in class soot.jimple.spark.geom.geomPA.IVarAbstraction
-
Obtain context insensitive points-to result (by removing contexts).
- get_all_points_to_objects() - Method in class soot.jimple.spark.geom.heapinsE.HeapInsNode
-
- get_all_points_to_objects() - Method in class soot.jimple.spark.geom.ptinsE.PtInsNode
-
Deprecated.
- get_AugStmt(Stmt) - Method in class soot.dava.internal.asg.AugmentedStmtGraph
-
- get_AugStmt() - Method in class soot.dava.toolkits.base.finders.SwitchNode
-
- get_Body() - Method in class soot.dava.internal.SET.SETBasicBlock
-
- get_Body() - Method in class soot.dava.internal.SET.SETNode
-
- get_Body() - Method in class soot.dava.toolkits.base.finders.ExceptionNode
-
- get_Body() - Method in class soot.dava.toolkits.base.finders.SwitchNode
-
- get_Body2ChildChain() - Method in class soot.dava.internal.SET.SETNode
-
- get_BriefHeads() - Method in class soot.dava.internal.asg.AugmentedStmtGraph
-
- get_BriefTails() - Method in class soot.dava.internal.asg.AugmentedStmtGraph
-
- get_CatchBody(AugmentedStmt) - Method in class soot.dava.toolkits.base.finders.ExceptionFinder
-
- get_CatchBody() - Method in class soot.dava.toolkits.base.finders.ExceptionNode
-
- get_CatchExits() - Method in class soot.dava.toolkits.base.finders.ExceptionNode
-
- get_CatchList() - Method in class soot.dava.internal.AST.ASTTryNode
-
- get_CatchList() - Method in class soot.dava.toolkits.base.finders.ExceptionNode
-
- get_CaughtRefs() - Method in class soot.dava.DavaBody
-
- get_ChainView() - Method in class soot.dava.internal.asg.AugmentedStmtGraph
-
- get_CharacterizingStmt() - Method in class soot.dava.internal.SET.SETControlFlowNode
-
- get_CloneOf(AugmentedStmt) - Method in class soot.dava.internal.asg.AugmentedStmtGraph
-
- get_Condition() - Method in class soot.dava.internal.AST.ASTControlFlowNode
-
- get_ConstructorExpr() - Method in class soot.dava.DavaBody
-
- get_ConstructorUnit() - Method in class soot.dava.DavaBody
-
- get_ConsumedConditions() - Method in class soot.dava.DavaBody
-
- get_ControlLocal() - Method in class soot.dava.DavaBody
-
- get_CurrentPackage() - Method in class soot.dava.Dava
-
- get_CurrentPackageContext() - Method in class soot.dava.Dava
-
- get_Dominators() - Method in class soot.dava.internal.asg.AugmentedStmt
-
- get_EntryNode() - Method in class soot.dava.internal.SET.SETBasicBlock
-
- get_EntryStmt() - Method in class soot.dava.internal.SET.SETDagNode
-
- get_EntryStmt() - Method in class soot.dava.internal.SET.SETDoWhileNode
-
- get_EntryStmt() - Method in class soot.dava.internal.SET.SETLabeledBlockNode
-
- get_EntryStmt() - Method in class soot.dava.internal.SET.SETNode
-
- get_EntryStmt() - Method in class soot.dava.internal.SET.SETStatementSequenceNode
-
- get_EntryStmt() - Method in class soot.dava.internal.SET.SETSwitchNode
-
- get_EntryStmt() - Method in class soot.dava.internal.SET.SETSynchronizedBlockNode
-
- get_EntryStmt() - Method in class soot.dava.internal.SET.SETTopNode
-
- get_EntryStmt() - Method in class soot.dava.internal.SET.SETTryNode
-
- get_EntryStmt() - Method in class soot.dava.internal.SET.SETUnconditionalWhileNode
-
- get_EntryStmt() - Method in class soot.dava.internal.SET.SETWhileNode
-
- get_Exception() - Method in class soot.dava.toolkits.base.finders.ExceptionNode
-
- get_Exception(IterableSet<AugmentedStmt>) - Method in class soot.dava.toolkits.base.finders.ExceptionNode
-
- get_ExceptionFacts() - Method in class soot.dava.DavaBody
-
- get_ExceptionMap() - Method in class soot.dava.internal.AST.ASTTryNode
-
- get_ExceptionMap() - Method in class soot.dava.toolkits.base.finders.ExceptionNode
-
- get_ExceptionSet() - Method in class soot.dava.internal.AST.ASTTryNode
-
- get_ExceptionSet(Object) - Method in class soot.dava.toolkits.base.AST.TryContentsFinder
-
- get_ExitNode() - Method in class soot.dava.internal.SET.SETBasicBlock
-
- get_FixedClassName(String) - Method in class soot.dava.toolkits.base.misc.PackageNamer
-
- get_FixedPackageName(String) - Method in class soot.dava.toolkits.base.misc.PackageNamer
-
- get_IndexSet() - Method in class soot.dava.toolkits.base.finders.SwitchNode
-
- get_IntersectionWith(SETNode) - Method in class soot.dava.internal.SET.SETNode
-
- get_Key() - Method in class soot.dava.internal.AST.ASTSwitchNode
-
- get_Label() - Method in class soot.dava.internal.AST.ASTLabeledNode
-
- get_Label() - Method in class soot.dava.internal.SET.SETNode
-
- get_MonitorFacts() - Method in class soot.dava.DavaBody
-
- get_NaturalExits() - Method in class soot.dava.internal.SET.SETDoWhileNode
-
- get_NaturalExits() - Method in class soot.dava.internal.SET.SETIfElseNode
-
- get_NaturalExits() - Method in class soot.dava.internal.SET.SETLabeledBlockNode
-
- get_NaturalExits() - Method in class soot.dava.internal.SET.SETNode
-
- get_NaturalExits() - Method in class soot.dava.internal.SET.SETStatementSequenceNode
-
- get_NaturalExits() - Method in class soot.dava.internal.SET.SETSwitchNode
-
- get_NaturalExits() - Method in class soot.dava.internal.SET.SETSynchronizedBlockNode
-
- get_NaturalExits() - Method in class soot.dava.internal.SET.SETTopNode
-
- get_NaturalExits() - Method in class soot.dava.internal.SET.SETTryNode
-
- get_NaturalExits() - Method in class soot.dava.internal.SET.SETUnconditionalWhileNode
-
- get_NaturalExits() - Method in class soot.dava.internal.SET.SETWhileNode
-
- get_ParamMap() - Method in class soot.dava.DavaBody
-
- get_ParamMap() - Method in class soot.dava.internal.AST.ASTTryNode
-
- get_Parent() - Method in class soot.dava.internal.SET.SETNode
-
- get_Predecessors() - Method in class soot.dava.internal.SET.SETBasicBlock
-
- get_Predecessors() - Method in class soot.dava.internal.SET.SETNode
-
- get_Preds() - Method in class soot.dava.toolkits.base.finders.SwitchNode
-
- get_Reachers() - Method in class soot.dava.internal.asg.AugmentedStmt
-
- get_Score() - Method in class soot.dava.toolkits.base.finders.SwitchNode
-
- get_SETBasicBlock(SETNode) - Static method in class soot.dava.internal.SET.SETBasicBlock
-
- get_Stmt() - Method in class soot.dava.internal.asg.AugmentedStmt
-
- get_SubBodies() - Method in class soot.dava.internal.AST.ASTNode
-
- get_SubBodies() - Method in class soot.dava.internal.SET.SETNode
-
- get_Successors() - Method in class soot.dava.internal.SET.SETBasicBlock
-
- get_Successors() - Method in class soot.dava.internal.SET.SETNode
-
- get_Succs() - Method in class soot.dava.toolkits.base.finders.SwitchNode
-
- get_SynchronizedBlockFacts() - Method in class soot.dava.DavaBody
-
- get_ThisLocals() - Method in class soot.dava.DavaBody
-
- get_TryBody() - Method in class soot.dava.internal.AST.ASTTryNode
-
- get_TryBody() - Method in class soot.dava.toolkits.base.finders.ExceptionNode
-
- get_TryBodyContainer() - Method in class soot.dava.internal.AST.ASTTryNode
-
- getAbsolutePath() - Method in class soot.tagkit.SourceFileTag
-
- getAbstract() - Method in class soot.jimple.parser.node.AAbstractModifier
-
- getAccess() - Method in class soot.JastAddJ.Annotation
-
Retrieves the Access child.
- getAccess() - Method in class soot.JastAddJ.ArrayTypeAccess
-
Retrieves the Access child.
- getAccess() - Method in class soot.JastAddJ.ArrayTypeWithSizeAccess
-
Retrieves the Access child.
- getAccess() - Method in class soot.JastAddJ.ClassInstanceExpr
-
Retrieves the Access child.
- getAccess() - Method in class soot.JastAddJ.EnumInstanceExpr
-
- getAccess() - Method in class soot.JastAddJ.ImportDecl
-
Retrieves the Access child.
- getAccess() - Method in class soot.JastAddJ.ParClassInstanceExpr
-
Retrieves the Access child.
- getAccess() - Method in class soot.JastAddJ.SingleStaticImportDecl
-
Retrieves the Access child.
- getAccess() - Method in class soot.JastAddJ.SingleTypeImportDecl
-
Retrieves the Access child.
- getAccess() - Method in class soot.JastAddJ.StaticImportDecl
-
Retrieves the Access child.
- getAccess() - Method in class soot.JastAddJ.StaticImportOnDemandDecl
-
Retrieves the Access child.
- getAccess() - Method in class soot.JastAddJ.TypeImportOnDemandDecl
-
Retrieves the Access child.
- getAccess() - Method in class soot.JastAddJ.WildcardExtends
-
Retrieves the Access child.
- getAccess() - Method in class soot.JastAddJ.WildcardExtendsType
-
Retrieves the Access child.
- getAccess() - Method in class soot.JastAddJ.WildcardSuper
-
Retrieves the Access child.
- getAccess() - Method in class soot.JastAddJ.WildcardSuperType
-
Retrieves the Access child.
- getAccess_computed - Variable in class soot.JastAddJ.EnumInstanceExpr
-
- getAccess_value - Variable in class soot.JastAddJ.EnumInstanceExpr
-
- getAccessChildPosition() - Method in class soot.JastAddJ.EnumInstanceExpr
-
Retrieves the child position of the optional child Access.
- getAccessFlags() - Method in class soot.tagkit.InnerClassTag
-
- getAccessNoTransform() - Method in class soot.JastAddJ.Annotation
-
Retrieves the Access child.
- getAccessNoTransform() - Method in class soot.JastAddJ.ArrayTypeAccess
-
Retrieves the Access child.
- getAccessNoTransform() - Method in class soot.JastAddJ.ArrayTypeWithSizeAccess
-
Retrieves the Access child.
- getAccessNoTransform() - Method in class soot.JastAddJ.ClassInstanceExpr
-
Retrieves the Access child.
- getAccessNoTransform() - Method in class soot.JastAddJ.EnumInstanceExpr
-
Retrieves the Access child.
- getAccessNoTransform() - Method in class soot.JastAddJ.ImportDecl
-
Retrieves the Access child.
- getAccessNoTransform() - Method in class soot.JastAddJ.ParClassInstanceExpr
-
Retrieves the Access child.
- getAccessNoTransform() - Method in class soot.JastAddJ.SingleStaticImportDecl
-
Retrieves the Access child.
- getAccessNoTransform() - Method in class soot.JastAddJ.SingleTypeImportDecl
-
Retrieves the Access child.
- getAccessNoTransform() - Method in class soot.JastAddJ.StaticImportDecl
-
Retrieves the Access child.
- getAccessNoTransform() - Method in class soot.JastAddJ.StaticImportOnDemandDecl
-
Retrieves the Access child.
- getAccessNoTransform() - Method in class soot.JastAddJ.TypeImportOnDemandDecl
-
Retrieves the Access child.
- getAccessNoTransform() - Method in class soot.JastAddJ.WildcardExtends
-
Retrieves the Access child.
- getAccessNoTransform() - Method in class soot.JastAddJ.WildcardExtendsType
-
Retrieves the Access child.
- getAccessNoTransform() - Method in class soot.JastAddJ.WildcardSuper
-
Retrieves the Access child.
- getAccessNoTransform() - Method in class soot.JastAddJ.WildcardSuperType
-
Retrieves the Access child.
- getAccessor(ASTNode, String) - Method in class soot.JastAddJ.TypeDecl
-
- getAccessorSource(ASTNode) - Method in class soot.JastAddJ.TypeDecl
-
- getActiveBody() - Method in class soot.SootMethod
-
Retrieves the active body for this method.
- getActiveHierarchy() - Method in class soot.Scene
-
Retrieves the active hierarchy
- getAfterSet(Object) - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.StructuredAnalysis
-
- getAfterStack(Body, Unit) - Static method in class soot.jbco.bafTransformations.StackTypeHeightCalculator
-
- getAfterStack(Stack<Type>, Unit) - Static method in class soot.jbco.bafTransformations.StackTypeHeightCalculator
-
- getAge() - Method in class soot.JastAddJ.PathPart
-
- getAllDefs() - Method in class soot.dava.toolkits.base.AST.traversals.AllDefinitionsFinder
-
- getAllFieldRefs() - Method in class soot.jimple.spark.pag.AllocNode
-
Returns all field ref nodes having this node as their base.
- getAllFieldRefs() - Method in class soot.jimple.spark.pag.VarNode
-
Returns all field ref nodes having this node as their base.
- getAllFields(SootClass) - Static method in class soot.jimple.toolkits.infoflow.ClassLocalObjectsAnalysis
-
- getAllImplementersOfInterface(SootClass) - Method in class soot.FastHierarchy
-
For an interface parent (MUST be an interface), returns set of all implementers of it but NOT their subclasses.
- getAllInterfacesOf(SootClass) - Static method in class soot.jbco.util.HierarchyUtils
-
Get whole tree of interfaces on Scene
for class/interface.
- getAllLabels() - Method in class soot.toDex.LabelAssigner
-
- getAllMethodsForClass(SootClass) - Method in class soot.jimple.toolkits.infoflow.LocalObjectsAnalysis
-
- getAllNodes() - Method in class soot.jimple.toolkits.thread.mhp.PegGraph
-
- getAllocDotFieldNodeNumberer() - Method in class soot.jimple.spark.pag.PAG
-
- getAllocNodeNumberer() - Method in class soot.jimple.spark.pag.PAG
-
- getAllocNodes() - Method in class soot.jimple.toolkits.thread.mhp.findobject.AllocNodesFinder
-
- getAllocNodeToObj() - Method in class soot.jimple.toolkits.thread.mhp.PegGraph
-
- getAllocNodeToThread() - Method in class soot.jimple.toolkits.thread.mhp.PegGraph
-
- getAllReachableMethods() - Method in class soot.jimple.spark.geom.geomPA.GeomPointsTo
-
A replacement of the Scene.v().getReachableMethods.
- getAllReachableMethods(SootClass) - Static method in class soot.jimple.toolkits.infoflow.ClassLocalObjectsAnalysis
-
- getAllSubinterfaces(SootClass) - Method in class soot.FastHierarchy
-
For an interface parent (MUST be an interface), returns set of all subinterfaces.
- getAllUnitBoxes() - Method in class soot.Body
-
Returns the result of iterating through all Units in this body and querying them for their UnitBoxes.
- getAmbiguousMethodByName(String) - Static method in class soot.jimple.spark.ondemand.pautil.SootUtil
-
- getAnalysedMethods() - Method in class soot.jimple.toolkits.annotation.purity.AbstractInterproceduralAnalysis
-
Get an iterator over the list of SootMethod with an associated summary.
- getAnalysisDepth() - Method in class soot.dava.toolkits.base.AST.ASTAnalysis
-
- getAnalysisDepth() - Method in class soot.dava.toolkits.base.AST.TryContentsFinder
-
- getAnalysisDepth() - Method in class soot.dava.toolkits.base.AST.UselessTryRemover
-
- getAnalysisType() - Method in class soot.tagkit.ColorTag
-
- getAnalysisType() - Method in class soot.tagkit.StringTag
-
- getAnd() - Method in class soot.jimple.parser.node.AAndBinop
-
- getAndroidAPIVersion() - Method in class soot.Scene
-
- getAndroidJarPath(String, String) - Method in class soot.Scene
-
- getAnnotation() - Method in class soot.JastAddJ.ElementAnnotationValue
-
Retrieves the Annotation child.
- getAnnotation() - Method in class soot.jimple.parser.node.AAnnotationModifier
-
- getAnnotationNoTransform() - Method in class soot.JastAddJ.ElementAnnotationValue
-
Retrieves the Annotation child.
- getAnnotations() - Method in class soot.tagkit.VisibilityAnnotationTag
-
- getAnonClassBodyList() - Method in class soot.javaToJimple.NestedClassListBuilder
-
- getAnonClassMap() - Method in class soot.javaToJimple.InitialResolver
-
- getAnonTypeMap() - Method in class soot.javaToJimple.InitialResolver
-
- getAnySubType() - Method in class soot.RefType
-
- getApplicationClasses() - Method in class soot.Scene
-
Returns a chain of the application classes in this scene.
- getArg(int) - Method in class soot.JastAddJ.BoundMethodAccess
-
Retrieves the element at index i
in the Arg list..
- getArg(int) - Method in class soot.JastAddJ.ClassInstanceExpr
-
Retrieves the element at index i
in the Arg list..
- getArg(int) - Method in class soot.JastAddJ.ConstructorAccess
-
Retrieves the element at index i
in the Arg list..
- getArg(int) - Method in class soot.JastAddJ.EnumConstant
-
Retrieves the element at index i
in the Arg list..
- getArg(int) - Method in class soot.JastAddJ.EnumInstanceExpr
-
Retrieves the element at index i
in the Arg list..
- getArg(int) - Method in class soot.JastAddJ.MethodAccess
-
Retrieves the element at index i
in the Arg list..
- getArg(int) - Method in class soot.JastAddJ.ParClassInstanceExpr
-
Retrieves the element at index i
in the Arg list..
- getArg(int) - Method in class soot.JastAddJ.ParConstructorAccess
-
Retrieves the element at index i
in the Arg list..
- getArg(int) - Method in class soot.JastAddJ.ParMethodAccess
-
Retrieves the element at index i
in the Arg list..
- getArg(int) - Method in class soot.JastAddJ.ParSuperConstructorAccess
-
Retrieves the element at index i
in the Arg list..
- getArg(int) - Method in class soot.JastAddJ.SuperConstructorAccess
-
Retrieves the element at index i
in the Arg list..
- getArg(int) - Method in class soot.jimple.internal.AbstractInvokeExpr
-
- getArg(int) - Method in interface soot.jimple.InvokeExpr
-
- getArgBox(int) - Method in class soot.jimple.internal.AbstractInvokeExpr
-
- getArgBox(int) - Method in interface soot.jimple.InvokeExpr
-
- getArgBox(int) - Method in class soot.shimple.internal.SPhiExpr
-
- getArgBox(Unit) - Method in class soot.shimple.internal.SPhiExpr
-
- getArgBox(Block) - Method in class soot.shimple.internal.SPhiExpr
-
- getArgBox() - Method in class soot.shimple.internal.SPiExpr
-
- getArgBox(int) - Method in interface soot.shimple.PhiExpr
-
Returns the argument pair for the given index.
- getArgBox(Unit) - Method in interface soot.shimple.PhiExpr
-
Returns the argument pair corresponding to the given CFG predecessor.
- getArgBox(Block) - Method in interface soot.shimple.PhiExpr
-
Returns the argument pair corresponding to the given CFG predecessor.
- getArgBox() - Method in interface soot.shimple.PiExpr
-
- getArgCount() - Method in interface soot.baf.InterfaceInvokeInst
-
- getArgCount() - Method in class soot.baf.internal.BInterfaceInvokeInst
-
- getArgCount() - Method in class soot.jimple.internal.AbstractInvokeExpr
-
- getArgCount() - Method in interface soot.jimple.InvokeExpr
-
- getArgCount() - Method in class soot.shimple.internal.SPhiExpr
-
- getArgCount() - Method in interface soot.shimple.PhiExpr
-
Returns the number of arguments in this PhiExpr.
- getArgIndex(Unit) - Method in class soot.shimple.internal.SPhiExpr
-
- getArgIndex(Block) - Method in class soot.shimple.internal.SPhiExpr
-
- getArgIndex(Unit) - Method in interface soot.shimple.PhiExpr
-
Returns the index of the argument associated with the given control flow predecessor Unit.
- getArgIndex(Block) - Method in interface soot.shimple.PhiExpr
-
Returns the index of the argument associated with the given control flow predecessor.
- getArgList() - Method in class soot.JastAddJ.BoundMethodAccess
-
Retrieves the Arg list.
- getArgList() - Method in class soot.JastAddJ.ClassInstanceExpr
-
Retrieves the Arg list.
- getArgList() - Method in class soot.JastAddJ.ConstructorAccess
-
Retrieves the Arg list.
- getArgList() - Method in class soot.JastAddJ.EnumConstant
-
Retrieves the Arg list.
- getArgList() - Method in class soot.JastAddJ.EnumInstanceExpr
-
- getArgList() - Method in class soot.JastAddJ.MethodAccess
-
Retrieves the Arg list.
- getArgList() - Method in class soot.JastAddJ.ParClassInstanceExpr
-
Retrieves the Arg list.
- getArgList() - Method in class soot.JastAddJ.ParConstructorAccess
-
Retrieves the Arg list.
- getArgList() - Method in class soot.JastAddJ.ParMethodAccess
-
Retrieves the Arg list.
- getArgList() - Method in class soot.JastAddJ.ParSuperConstructorAccess
-
Retrieves the Arg list.
- getArgList() - Method in class soot.JastAddJ.SuperConstructorAccess
-
Retrieves the Arg list.
- getArgList() - Method in class soot.jimple.parser.node.AMultiArgList
-
- getArgList() - Method in class soot.jimple.parser.node.ANonstaticInvokeExpr
-
- getArgList() - Method in class soot.jimple.parser.node.AStaticInvokeExpr
-
- getArgList_computed - Variable in class soot.JastAddJ.EnumInstanceExpr
-
- getArgList_value - Variable in class soot.JastAddJ.EnumInstanceExpr
-
- getArgListChildPosition() - Method in class soot.JastAddJ.EnumInstanceExpr
-
Retrieves the child position of the Arg list.
- getArgListNoTransform() - Method in class soot.JastAddJ.BoundMethodAccess
-
Retrieves the Arg list.
- getArgListNoTransform() - Method in class soot.JastAddJ.ClassInstanceExpr
-
Retrieves the Arg list.
- getArgListNoTransform() - Method in class soot.JastAddJ.ConstructorAccess
-
Retrieves the Arg list.
- getArgListNoTransform() - Method in class soot.JastAddJ.EnumConstant
-
Retrieves the Arg list.
- getArgListNoTransform() - Method in class soot.JastAddJ.EnumInstanceExpr
-
Retrieves the Arg list.
- getArgListNoTransform() - Method in class soot.JastAddJ.MethodAccess
-
Retrieves the Arg list.
- getArgListNoTransform() - Method in class soot.JastAddJ.ParClassInstanceExpr
-
Retrieves the Arg list.
- getArgListNoTransform() - Method in class soot.JastAddJ.ParConstructorAccess
-
Retrieves the Arg list.
- getArgListNoTransform() - Method in class soot.JastAddJ.ParMethodAccess
-
Retrieves the Arg list.
- getArgListNoTransform() - Method in class soot.JastAddJ.ParSuperConstructorAccess
-
Retrieves the Arg list.
- getArgListNoTransform() - Method in class soot.JastAddJ.SuperConstructorAccess
-
Retrieves the Arg list.
- getArgs() - Method in class soot.JastAddJ.BoundMethodAccess
-
Retrieves the Arg list.
- getArgs() - Method in class soot.JastAddJ.ClassInstanceExpr
-
Retrieves the Arg list.
- getArgs() - Method in class soot.JastAddJ.ConstructorAccess
-
Retrieves the Arg list.
- getArgs() - Method in class soot.JastAddJ.EnumConstant
-
Retrieves the Arg list.
- getArgs() - Method in class soot.JastAddJ.EnumInstanceExpr
-
Retrieves the Arg list.
- getArgs() - Method in class soot.JastAddJ.MethodAccess
-
Retrieves the Arg list.
- getArgs() - Method in class soot.JastAddJ.ParClassInstanceExpr
-
Retrieves the Arg list.
- getArgs() - Method in class soot.JastAddJ.ParConstructorAccess
-
Retrieves the Arg list.
- getArgs() - Method in class soot.JastAddJ.ParMethodAccess
-
Retrieves the Arg list.
- getArgs() - Method in class soot.JastAddJ.ParSuperConstructorAccess
-
Retrieves the Arg list.
- getArgs() - Method in class soot.JastAddJ.SuperConstructorAccess
-
Retrieves the Arg list.
- getArgs() - Method in class soot.jimple.internal.AbstractInvokeExpr
-
- getArgs() - Method in interface soot.jimple.InvokeExpr
-
- getArgs() - Method in class soot.shimple.internal.SPhiExpr
-
- getArgs() - Method in interface soot.shimple.PhiExpr
-
Returns an unmodifiable, backed view of the arguments to this PhiExpr.
- getArgsNoTransform() - Method in class soot.JastAddJ.BoundMethodAccess
-
Retrieves the Arg list.
- getArgsNoTransform() - Method in class soot.JastAddJ.ClassInstanceExpr
-
Retrieves the Arg list.
- getArgsNoTransform() - Method in class soot.JastAddJ.ConstructorAccess
-
Retrieves the Arg list.
- getArgsNoTransform() - Method in class soot.JastAddJ.EnumConstant
-
Retrieves the Arg list.
- getArgsNoTransform() - Method in class soot.JastAddJ.EnumInstanceExpr
-
Retrieves the Arg list.
- getArgsNoTransform() - Method in class soot.JastAddJ.MethodAccess
-
Retrieves the Arg list.
- getArgsNoTransform() - Method in class soot.JastAddJ.ParClassInstanceExpr
-
Retrieves the Arg list.
- getArgsNoTransform() - Method in class soot.JastAddJ.ParConstructorAccess
-
Retrieves the Arg list.
- getArgsNoTransform() - Method in class soot.JastAddJ.ParMethodAccess
-
Retrieves the Arg list.
- getArgsNoTransform() - Method in class soot.JastAddJ.ParSuperConstructorAccess
-
Retrieves the Arg list.
- getArgsNoTransform() - Method in class soot.JastAddJ.SuperConstructorAccess
-
Retrieves the Arg list.
- getArgument(int) - Method in class soot.JastAddJ.ParClassDecl
-
Retrieves the element at index i
in the Argument list..
- getArgument(int) - Method in class soot.JastAddJ.ParInterfaceDecl
-
Retrieves the element at index i
in the Argument list..
- getArgument(int) - Method in interface soot.JastAddJ.ParTypeDecl
-
- getArgument(int) - Method in class soot.JastAddJ.RawClassDecl
-
Retrieves the element at index i
in the Argument list..
- getArgument(int) - Method in class soot.JastAddJ.RawInterfaceDecl
-
Retrieves the element at index i
in the Argument list..
- getArgumentList() - Method in class soot.JastAddJ.ParClassDecl
-
Retrieves the Argument list.
- getArgumentList() - Method in class soot.JastAddJ.ParInterfaceDecl
-
Retrieves the Argument list.
- getArgumentList() - Method in class soot.JastAddJ.RawClassDecl
-
- getArgumentList() - Method in class soot.JastAddJ.RawInterfaceDecl
-
- getArgumentList_computed - Variable in class soot.JastAddJ.RawClassDecl
-
- getArgumentList_computed - Variable in class soot.JastAddJ.RawInterfaceDecl
-
- getArgumentList_value - Variable in class soot.JastAddJ.RawClassDecl
-
- getArgumentList_value - Variable in class soot.JastAddJ.RawInterfaceDecl
-
- getArgumentListChildPosition() - Method in class soot.JastAddJ.RawClassDecl
-
Retrieves the child position of the Argument list.
- getArgumentListChildPosition() - Method in class soot.JastAddJ.RawInterfaceDecl
-
Retrieves the child position of the Argument list.
- getArgumentListNoTransform() - Method in class soot.JastAddJ.ParClassDecl
-
Retrieves the Argument list.
- getArgumentListNoTransform() - Method in class soot.JastAddJ.ParInterfaceDecl
-
Retrieves the Argument list.
- getArgumentListNoTransform() - Method in class soot.JastAddJ.RawClassDecl
-
Retrieves the Argument list.
- getArgumentListNoTransform() - Method in class soot.JastAddJ.RawInterfaceDecl
-
Retrieves the Argument list.
- getArguments() - Method in class soot.JastAddJ.ParClassDecl
-
Retrieves the Argument list.
- getArguments() - Method in class soot.JastAddJ.ParInterfaceDecl
-
Retrieves the Argument list.
- getArguments() - Method in class soot.JastAddJ.RawClassDecl
-
Retrieves the Argument list.
- getArguments() - Method in class soot.JastAddJ.RawInterfaceDecl
-
Retrieves the Argument list.
- getArgumentsNoTransform() - Method in class soot.JastAddJ.ParClassDecl
-
Retrieves the Argument list.
- getArgumentsNoTransform() - Method in class soot.JastAddJ.ParInterfaceDecl
-
Retrieves the Argument list.
- getArgumentsNoTransform() - Method in class soot.JastAddJ.RawClassDecl
-
Retrieves the Argument list.
- getArgumentsNoTransform() - Method in class soot.JastAddJ.RawInterfaceDecl
-
Retrieves the Argument list.
- getArrayBrackets() - Method in class soot.jimple.parser.node.ABaseNonvoidType
-
- getArrayBrackets() - Method in class soot.jimple.parser.node.AFullIdentNonvoidType
-
- getArrayBrackets() - Method in class soot.jimple.parser.node.AIdentNonvoidType
-
- getArrayBrackets() - Method in class soot.jimple.parser.node.AQuotedNonvoidType
-
- getArrayDescriptor() - Method in class soot.jimple.parser.node.AMultiNewExpr
-
- getArrayElementType() - Method in class soot.AnySubType
-
- getArrayElementType() - Method in class soot.ArrayType
-
If I have a variable x of declared type t, what is a good declared type for the expression ((Object[]) x)[i]? The
getArrayElementType() method in RefLikeType was introduced to answer this question for all classes implementing
RefLikeType.
- getArrayElementType() - Method in class soot.NullType
-
- getArrayElementType() - Method in class soot.RefLikeType
-
If I have a variable x of declared type t, what is a good declared type for the expression ((Object[]) x)[i]? The
getArrayElementType() method in RefLikeType was introduced even later to answer this question for all classes
implementing RefLikeType.
- getArrayElementType() - Method in class soot.RefType
-
- getArrayInit() - Method in class soot.JastAddJ.ArrayCreationExpr
-
Retrieves the (optional) ArrayInit child.
- getArrayInitOpt() - Method in class soot.JastAddJ.ArrayCreationExpr
-
- getArrayInitOptNoTransform() - Method in class soot.JastAddJ.ArrayCreationExpr
-
Retrieves the optional node for child ArrayInit.
- getArrayRef() - Method in class soot.dava.internal.javaRep.DVariableDeclarationStmt
-
- getArrayRef() - Method in class soot.jimple.internal.AbstractStmt
-
- getArrayRef() - Method in class soot.jimple.internal.JAssignStmt
-
- getArrayRef() - Method in class soot.jimple.parser.node.AArrayReference
-
- getArrayRef() - Method in interface soot.jimple.Stmt
-
- getArrayRefBox() - Method in class soot.dava.internal.javaRep.DVariableDeclarationStmt
-
- getArrayRefBox() - Method in class soot.jimple.internal.AbstractStmt
-
- getArrayRefBox() - Method in class soot.jimple.internal.JAssignStmt
-
- getArrayRefBox() - Method in interface soot.jimple.Stmt
-
- getArrayType() - Method in class soot.Type
-
- getArrayTypeDescriptor(ArrayType) - Static method in class soot.toDex.SootToDexUtils
-
- getArrayTypesBefore(Stmt, Local) - Method in class soot.jimple.toolkits.callgraph.ConstantArrayAnalysis
-
- getAssignBarEdges(VarNode) - Method in class soot.jimple.spark.ondemand.pautil.ContextSensitiveInfo
-
- getAssignEdges(VarNode) - Method in class soot.jimple.spark.ondemand.pautil.ContextSensitiveInfo
-
- getAssignLocal(Assign) - Method in class soot.javaToJimple.JimpleBodyBuilder
-
Assign Expression Creation
- getAssignRightLocal(Assign, Local) - Method in class soot.javaToJimple.AbstractJimpleBodyBuilder
-
- getAssignRightLocal(Assign, Local) - Method in class soot.javaToJimple.JimpleBodyBuilder
-
- getAssignStmt(DexBody, Local, ConcreteRef) - Method in class soot.dexpler.instructions.FieldInstruction
-
Check if the field type equals the type of the value that will be stored in the field.
- getAst() - Method in class soot.javaToJimple.InitialResolver
-
- getAtIdentifier() - Method in class soot.jimple.parser.node.AIdentityNoTypeStatement
-
- getAtIdentifier() - Method in class soot.jimple.parser.node.AIdentityStatement
-
- getAttrib() - Method in class soot.toolkits.graph.pdg.PDGNode
-
- getAvailableEquivsAfter(Unit) - Method in interface soot.jimple.toolkits.scalar.AvailableExpressions
-
Returns a Chain containing the EquivalentValue objects corresponding to expressions available after u.
- getAvailableEquivsAfter(Unit) - Method in class soot.jimple.toolkits.scalar.FastAvailableExpressions
-
Returns a List containing the UnitValueBox pairs corresponding to expressions available after u.
- getAvailableEquivsAfter(Unit) - Method in class soot.jimple.toolkits.scalar.SlowAvailableExpressions
-
Returns a Chain containing the EquivalentValue objects corresponding to expressions available after u.
- getAvailableEquivsBefore(Unit) - Method in interface soot.jimple.toolkits.scalar.AvailableExpressions
-
Returns a Chain containing the EquivalentValue objects corresponding to expressions available before u.
- getAvailableEquivsBefore(Unit) - Method in class soot.jimple.toolkits.scalar.FastAvailableExpressions
-
Returns a Chain containing the EquivalentValue objects corresponding to expressions available before u.
- getAvailableEquivsBefore(Unit) - Method in class soot.jimple.toolkits.scalar.SlowAvailableExpressions
-
Returns a Chain containing the EquivalentValue objects corresponding to expressions available before u.
- getAvailablePairsAfter(Unit) - Method in interface soot.jimple.toolkits.scalar.AvailableExpressions
-
Returns a List containing the UnitValueBox pairs corresponding to expressions available after u.
- getAvailablePairsAfter(Unit) - Method in class soot.jimple.toolkits.scalar.FastAvailableExpressions
-
Returns a List containing the EquivalentValue corresponding to expressions available after u.
- getAvailablePairsAfter(Unit) - Method in class soot.jimple.toolkits.scalar.SlowAvailableExpressions
-
Returns a List containing the UnitValueBox pairs corresponding to expressions available after u.
- getAvailablePairsBefore(Unit) - Method in interface soot.jimple.toolkits.scalar.AvailableExpressions
-
Returns a List containing the UnitValueBox pairs corresponding to expressions available before u.
- getAvailablePairsBefore(Unit) - Method in class soot.jimple.toolkits.scalar.FastAvailableExpressions
-
Returns a List containing the UnitValueBox pairs corresponding to expressions available before u.
- getAvailablePairsBefore(Unit) - Method in class soot.jimple.toolkits.scalar.SlowAvailableExpressions
-
Returns a List containing the UnitValueBox pairs corresponding to expressions available before u.
- getBackDependets() - Method in class soot.toolkits.graph.pdg.PDGNode
-
- getBackEdges() - Method in class soot.jimple.toolkits.thread.mhp.DfsForBackEdge
-
- getBackJumpStmt() - Method in class soot.jimple.toolkits.annotation.logic.Loop
-
Returns the statement that jumps back to the head, thereby constituing the loop.
- getBafBody(SootMethod) - Method in class soot.AbstractASMBackend
-
Gets the baf body for the given SootMethod.
- getBafBody() - Method in class soot.jimple.JimpleToBafContext
-
- getBafLocalOfJimpleLocal(Local) - Method in class soot.jimple.JimpleToBafContext
-
- getBase() - Method in class soot.AnySubType
-
- getBase() - Method in class soot.dexpler.DexFileProvider.DexContainer
-
- getBase() - Method in interface soot.jimple.ArrayRef
-
- getBase() - Method in interface soot.jimple.InstanceFieldRef
-
- getBase() - Method in interface soot.jimple.InstanceInvokeExpr
-
- getBase() - Method in class soot.jimple.internal.AbstractInstanceFieldRef
-
- getBase() - Method in class soot.jimple.internal.AbstractInstanceInvokeExpr
-
- getBase() - Method in class soot.jimple.internal.JArrayRef
-
- getBase() - Method in class soot.jimple.spark.pag.AllocDotField
-
Returns the base AllocNode.
- getBase() - Method in class soot.jimple.spark.pag.FieldRefNode
-
Returns the base of this field reference.
- getBaseBox() - Method in interface soot.jimple.ArrayRef
-
- getBaseBox() - Method in interface soot.jimple.InstanceFieldRef
-
- getBaseBox() - Method in interface soot.jimple.InstanceInvokeExpr
-
- getBaseBox() - Method in class soot.jimple.internal.AbstractInstanceFieldRef
-
- getBaseBox() - Method in class soot.jimple.internal.AbstractInstanceInvokeExpr
-
- getBaseBox() - Method in class soot.jimple.internal.JArrayRef
-
- getBaseForField(Object) - Method in class soot.jimple.toolkits.pointer.FullRWSet
-
- getBaseForField(Object) - Method in class soot.jimple.toolkits.pointer.MethodRWSet
-
Returns a set of base objects whose field f is read/written.
- getBaseForField(Object) - Method in class soot.jimple.toolkits.pointer.RWSet
-
- getBaseForField(Object) - Method in class soot.jimple.toolkits.pointer.SiteRWSet
-
Returns a set of base objects whose field f is read/written.
- getBaseForField(Object) - Method in class soot.jimple.toolkits.pointer.StmtRWSet
-
Returns a set of base objects whose field f is read/written.
- getBaseLocal(Receiver) - Method in class soot.javaToJimple.AbstractJimpleBodyBuilder
-
- getBaseLocal(Receiver) - Method in class soot.javaToJimple.JimpleBodyBuilder
-
- getBaseType() - Method in class soot.baf.internal.AbstractRefTypeInst
-
- getBaseType() - Method in class soot.baf.internal.BNewArrayInst
-
- getBaseType() - Method in class soot.baf.internal.BNewMultiArrayInst
-
- getBaseType() - Method in interface soot.baf.NewArrayInst
-
- getBaseType() - Method in interface soot.baf.NewInst
-
- getBaseType() - Method in interface soot.baf.NewMultiArrayInst
-
- getBaseType() - Method in class soot.grimp.internal.GNewInvokeExpr
-
- getBaseType() - Method in interface soot.grimp.NewInvokeExpr
-
- getBaseType() - Method in class soot.jimple.internal.AbstractNewArrayExpr
-
- getBaseType() - Method in class soot.jimple.internal.AbstractNewExpr
-
- getBaseType() - Method in class soot.jimple.internal.AbstractNewMultiArrayExpr
-
- getBaseType() - Method in interface soot.jimple.NewArrayExpr
-
- getBaseType() - Method in interface soot.jimple.NewExpr
-
- getBaseType() - Method in interface soot.jimple.NewMultiArrayExpr
-
- getBaseType() - Method in class soot.jimple.parser.node.AMultiNewExpr
-
- getBaseType() - Method in class soot.jimple.parser.node.ASimpleNewExpr
-
- getBaseTypeNoName() - Method in class soot.jimple.parser.node.ABaseNonvoidType
-
- getBasicClasses() - Method in class soot.Scene
-
- getBeforeSet(Object) - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.StructuredAnalysis
-
- getBeginUnit() - Method in class soot.AbstractTrap
-
- getBeginUnit() - Method in interface soot.Trap
-
Returns the first trapped unit, unless this Trap
does not trap any units at all.
- getBeginUnitBox() - Method in class soot.AbstractTrap
-
- getBeginUnitBox() - Method in interface soot.Trap
-
- getBelongingClass() - Method in class soot.toDex.StmtVisitor
-
- getBinop() - Method in class soot.jimple.parser.node.ABinopExpr
-
- getBinopExpr() - Method in class soot.jimple.parser.node.ABinopBoolExpr
-
- getBinopExpr() - Method in class soot.jimple.parser.node.ABinopExpression
-
- getBitMask(PointsToSetInternal, PAG) - Method in class soot.jimple.spark.sets.PointsToSetInternal
-
- getBlock() - Method in class soot.JastAddJ.AnnotationMethodDecl
-
Retrieves the (optional) Block child.
- getBlock() - Method in class soot.JastAddJ.BasicCatch
-
Retrieves the Block child.
- getBlock() - Method in class soot.JastAddJ.BridgeMethodDecl
-
Retrieves the (optional) Block child.
- getBlock() - Method in class soot.JastAddJ.CatchClause
-
Retrieves the Block child.
- getBlock() - Method in class soot.JastAddJ.ConstructorDecl
-
Retrieves the Block child.
- getBlock() - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
Retrieves the Block child.
- getBlock() - Method in class soot.JastAddJ.GenericConstructorDecl
-
Retrieves the Block child.
- getBlock() - Method in class soot.JastAddJ.GenericMethodDecl
-
Retrieves the (optional) Block child.
- getBlock() - Method in class soot.JastAddJ.InstanceInitializer
-
Retrieves the Block child.
- getBlock() - Method in class soot.JastAddJ.MethodDecl
-
Retrieves the (optional) Block child.
- getBlock() - Method in class soot.JastAddJ.MethodDeclSubstituted
-
Retrieves the (optional) Block child.
- getBlock() - Method in class soot.JastAddJ.MultiCatch
-
Retrieves the Block child.
- getBlock() - Method in class soot.JastAddJ.ParConstructorDecl
-
Retrieves the Block child.
- getBlock() - Method in class soot.JastAddJ.ParMethodDecl
-
Retrieves the (optional) Block child.
- getBlock() - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Retrieves the (optional) Block child.
- getBlock() - Method in class soot.JastAddJ.RawConstructorDecl
-
Retrieves the Block child.
- getBlock() - Method in class soot.JastAddJ.RawMethodDecl
-
Retrieves the (optional) Block child.
- getBlock() - Method in class soot.JastAddJ.StaticInitializer
-
Retrieves the Block child.
- getBlock() - Method in class soot.JastAddJ.SwitchStmt
-
Retrieves the Block child.
- getBlock() - Method in class soot.JastAddJ.SynchronizedStmt
-
Retrieves the Block child.
- getBlock() - Method in class soot.JastAddJ.TryStmt
-
Retrieves the Block child.
- getBlock() - Method in class soot.JastAddJ.TryWithResources
-
Retrieves the Block child.
- getBlock2RegionMap() - Method in class soot.toolkits.graph.pdg.RegionAnalysis
-
- getBlockCFG() - Method in class soot.toolkits.graph.pdg.RegionAnalysis
-
- getBlockGraph() - Method in class soot.shimple.DefaultShimpleFactory
-
- getBlockGraph() - Method in interface soot.shimple.ShimpleFactory
-
- getBlockGraph() - Method in class soot.toolkits.graph.pdg.HashMutablePDG
-
- getBlockGraph() - Method in interface soot.toolkits.graph.pdg.ProgramDependenceGraph
-
- getBlockId() - Method in class soot.shimple.internal.SPhiExpr
-
- getBlockId() - Method in interface soot.shimple.PhiExpr
-
Returns the id number of the block from which the Phi node originated from.
- getBlockNoTransform() - Method in class soot.JastAddJ.BasicCatch
-
Retrieves the Block child.
- getBlockNoTransform() - Method in class soot.JastAddJ.CatchClause
-
Retrieves the Block child.
- getBlockNoTransform() - Method in class soot.JastAddJ.ConstructorDecl
-
Retrieves the Block child.
- getBlockNoTransform() - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
Retrieves the Block child.
- getBlockNoTransform() - Method in class soot.JastAddJ.GenericConstructorDecl
-
Retrieves the Block child.
- getBlockNoTransform() - Method in class soot.JastAddJ.InstanceInitializer
-
Retrieves the Block child.
- getBlockNoTransform() - Method in class soot.JastAddJ.MultiCatch
-
Retrieves the Block child.
- getBlockNoTransform() - Method in class soot.JastAddJ.ParConstructorDecl
-
Retrieves the Block child.
- getBlockNoTransform() - Method in class soot.JastAddJ.RawConstructorDecl
-
Retrieves the Block child.
- getBlockNoTransform() - Method in class soot.JastAddJ.StaticInitializer
-
Retrieves the Block child.
- getBlockNoTransform() - Method in class soot.JastAddJ.SwitchStmt
-
Retrieves the Block child.
- getBlockNoTransform() - Method in class soot.JastAddJ.SynchronizedStmt
-
Retrieves the Block child.
- getBlockNoTransform() - Method in class soot.JastAddJ.TryStmt
-
Retrieves the Block child.
- getBlockNoTransform() - Method in class soot.JastAddJ.TryWithResources
-
Retrieves the Block child.
- getBlockOpt() - Method in class soot.JastAddJ.AnnotationMethodDecl
-
- getBlockOpt() - Method in class soot.JastAddJ.BridgeMethodDecl
-
- getBlockOpt() - Method in class soot.JastAddJ.GenericMethodDecl
-
- getBlockOpt() - Method in class soot.JastAddJ.MethodDecl
-
- getBlockOpt() - Method in class soot.JastAddJ.MethodDeclSubstituted
-
- getBlockOpt() - Method in class soot.JastAddJ.ParMethodDecl
-
- getBlockOpt() - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
- getBlockOpt() - Method in class soot.JastAddJ.RawMethodDecl
-
- getBlockOptNoTransform() - Method in class soot.JastAddJ.AnnotationMethodDecl
-
Retrieves the optional node for child Block.
- getBlockOptNoTransform() - Method in class soot.JastAddJ.BridgeMethodDecl
-
Retrieves the optional node for child Block.
- getBlockOptNoTransform() - Method in class soot.JastAddJ.GenericMethodDecl
-
Retrieves the optional node for child Block.
- getBlockOptNoTransform() - Method in class soot.JastAddJ.MethodDecl
-
Retrieves the optional node for child Block.
- getBlockOptNoTransform() - Method in class soot.JastAddJ.MethodDeclSubstituted
-
Retrieves the optional node for child Block.
- getBlockOptNoTransform() - Method in class soot.JastAddJ.ParMethodDecl
-
Retrieves the optional node for child Block.
- getBlockOptNoTransform() - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Retrieves the optional node for child Block.
- getBlockOptNoTransform() - Method in class soot.JastAddJ.RawMethodDecl
-
Retrieves the optional node for child Block.
- getBlocks() - Method in class soot.toolkits.graph.BlockGraph
-
Returns a list of the Blocks composing this graph.
- getBlocks() - Method in interface soot.toolkits.graph.pdg.IRegion
-
- getBlocks() - Method in class soot.toolkits.graph.pdg.PDGRegion
-
- getBlocks() - Method in class soot.toolkits.graph.pdg.Region
-
- getBlue() - Method in class soot.tagkit.ColorTag
-
- getBody(SootMethod, String) - Method in class soot.coffi.CoffiMethodSource
-
- getBody() - Method in class soot.dexpler.DexBody
-
Return the associated JimpleBody.
- getBody(SootMethod, String) - Method in class soot.javaToJimple.AnonClassInitMethodSource
-
- getBody(SootMethod, String) - Method in class soot.javaToJimple.AssertClassMethodSource
-
- getBody(SootMethod, String) - Method in class soot.javaToJimple.ClassLiteralMethodSource
-
- getBody(SootMethod, String) - Method in class soot.javaToJimple.PolyglotMethodSource
-
- getBody(SootMethod, String) - Method in class soot.javaToJimple.PrivateFieldAccMethodSource
-
- getBody(SootMethod, String) - Method in class soot.javaToJimple.PrivateFieldSetMethodSource
-
- getBody(SootMethod, String) - Method in class soot.javaToJimple.PrivateMethodAccMethodSource
-
- getBody(SootMethod, String) - Method in class soot.jimple.JimpleMethodSource
-
- getBody(SootMethod) - Method in class soot.jimple.parser.JimpleAST
-
Returns a body corresponding to the parsed jimple for m.
- getBody() - Method in class soot.jimple.toolkits.thread.mhp.PegGraph
-
- getBody(SootMethod, String) - Method in interface soot.MethodSource
-
Returns a filled-out body for the given SootMethod.
- getBody() - Method in class soot.shimple.DefaultShimpleFactory
-
- getBody(SootMethod, String) - Method in class soot.shimple.ShimpleMethodSource
-
- getBody() - Method in class soot.toolkits.graph.Block
-
Returns the Block's enclosing Body instance.
- getBody() - Method in class soot.toolkits.graph.BlockGraph
-
- getBody() - Method in interface soot.toolkits.graph.ExceptionalGraph
-
Returns the
Body
from which this graph was built.
- getBody() - Method in class soot.toolkits.graph.pdg.LoopedPDGNode
-
- getBody() - Method in class soot.toolkits.graph.UnitGraph
-
- getBody(SootMethod, String) - Method in class soot.UnknownMethodSource
-
- getBody(JimpleBody) - Method in class soot.util.cfgcmd.CFGIntermediateRep
-
Converts a JimpleBody
into the corresponding Body
in this intermediate representation.
- getBodyDecl(int) - Method in class soot.JastAddJ.AbstractWildcardType
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.AnnotationDecl
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.AnonymousDecl
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.ArrayDecl
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.BooleanType
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.ByteType
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.CharType
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.ClassDecl
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.ClassDeclSubstituted
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.DoubleType
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.EmptyType
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.EnumConstant
-
- getBodyDecl(int) - Method in class soot.JastAddJ.EnumDecl
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.FloatingPointType
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.FloatType
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.GenericClassDecl
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.GenericInterfaceDecl
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.GLBType
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.IntegralType
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.InterfaceDecl
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.InterfaceDeclSubstituted
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.IntType
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.LongType
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.LUBType
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.NullType
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.NumericType
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.ParClassDecl
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.ParInterfaceDecl
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.PrimitiveType
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.RawClassDecl
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.RawInterfaceDecl
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.ReferenceType
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.ShortType
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.TypeDecl
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.TypeVariable
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.UnknownType
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.VoidType
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.WildcardExtendsType
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.WildcardSuperType
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDecl(int) - Method in class soot.JastAddJ.WildcardType
-
Retrieves the element at index i
in the BodyDecl list..
- getBodyDeclList() - Method in class soot.JastAddJ.AbstractWildcardType
-
Retrieves the BodyDecl list.
- getBodyDeclList() - Method in class soot.JastAddJ.AnnotationDecl
-
Retrieves the BodyDecl list.
- getBodyDeclList() - Method in class soot.JastAddJ.AnonymousDecl
-
Retrieves the BodyDecl list.
- getBodyDeclList() - Method in class soot.JastAddJ.ArrayDecl
-
Retrieves the BodyDecl list.
- getBodyDeclList() - Method in class soot.JastAddJ.BooleanType
-
Retrieves the BodyDecl list.
- getBodyDeclList() - Method in class soot.JastAddJ.ByteType
-
Retrieves the BodyDecl list.
- getBodyDeclList() - Method in class soot.JastAddJ.CharType
-
Retrieves the BodyDecl list.
- getBodyDeclList() - Method in class soot.JastAddJ.ClassDecl
-
Retrieves the BodyDecl list.
- getBodyDeclList() - Method in class soot.JastAddJ.ClassDeclSubstituted
-
- getBodyDeclList() - Method in class soot.JastAddJ.DoubleType
-
Retrieves the BodyDecl list.
- getBodyDeclList() - Method in class soot.JastAddJ.EmptyType
-
Retrieves the BodyDecl list.
- getBodyDeclList() - Method in class soot.JastAddJ.EnumDecl
-
Retrieves the BodyDecl list.
- getBodyDeclList() - Method in class soot.JastAddJ.FloatingPointType
-
Retrieves the BodyDecl list.
- getBodyDeclList() - Method in class soot.JastAddJ.FloatType
-
Retrieves the BodyDecl list.
- getBodyDeclList() - Method in class soot.JastAddJ.GenericClassDecl
-
Retrieves the BodyDecl list.
- getBodyDeclList() - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
- getBodyDeclList() - Method in class soot.JastAddJ.GenericInterfaceDecl
-
Retrieves the BodyDecl list.
- getBodyDeclList() - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
- getBodyDeclList() - Method in class soot.JastAddJ.GLBType
-
Retrieves the BodyDecl list.
- getBodyDeclList() - Method in class soot.JastAddJ.IntegralType
-
Retrieves the BodyDecl list.
- getBodyDeclList() - Method in class soot.JastAddJ.InterfaceDecl
-
Retrieves the BodyDecl list.
- getBodyDeclList() - Method in class soot.JastAddJ.InterfaceDeclSubstituted
-
- getBodyDeclList() - Method in class soot.JastAddJ.IntType
-
Retrieves the BodyDecl list.
- getBodyDeclList() - Method in class soot.JastAddJ.LongType
-
Retrieves the BodyDecl list.
- getBodyDeclList() - Method in class soot.JastAddJ.LUBType
-
Retrieves the BodyDecl list.
- getBodyDeclList() - Method in class soot.JastAddJ.NullType
-
Retrieves the BodyDecl list.
- getBodyDeclList() - Method in class soot.JastAddJ.NumericType
-
Retrieves the BodyDecl list.
- getBodyDeclList() - Method in class soot.JastAddJ.ParClassDecl
-
- getBodyDeclList() - Method in class soot.JastAddJ.ParInterfaceDecl
-
- getBodyDeclList() - Method in class soot.JastAddJ.PrimitiveType
-
Retrieves the BodyDecl list.
- getBodyDeclList() - Method in class soot.JastAddJ.ReferenceType
-
Retrieves the BodyDecl list.
- getBodyDeclList() - Method in class soot.JastAddJ.ShortType
-
Retrieves the BodyDecl list.
- getBodyDeclList() - Method in class soot.JastAddJ.TypeDecl
-
Retrieves the BodyDecl list.
- getBodyDeclList() - Method in class soot.JastAddJ.TypeVariable
-
Retrieves the BodyDecl list.
- getBodyDeclList() - Method in class soot.JastAddJ.UnknownType
-
Retrieves the BodyDecl list.
- getBodyDeclList() - Method in class soot.JastAddJ.VoidType
-
Retrieves the BodyDecl list.
- getBodyDeclList() - Method in class soot.JastAddJ.WildcardExtendsType
-
Retrieves the BodyDecl list.
- getBodyDeclList() - Method in class soot.JastAddJ.WildcardSuperType
-
Retrieves the BodyDecl list.
- getBodyDeclList() - Method in class soot.JastAddJ.WildcardType
-
Retrieves the BodyDecl list.
- getBodyDeclList_computed - Variable in class soot.JastAddJ.ClassDeclSubstituted
-
- getBodyDeclList_computed - Variable in class soot.JastAddJ.GenericClassDeclSubstituted
-
- getBodyDeclList_computed - Variable in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
- getBodyDeclList_computed - Variable in class soot.JastAddJ.InterfaceDeclSubstituted
-
- getBodyDeclList_computed - Variable in class soot.JastAddJ.ParClassDecl
-
- getBodyDeclList_computed - Variable in class soot.JastAddJ.ParInterfaceDecl
-
- getBodyDeclList_value - Variable in class soot.JastAddJ.ClassDeclSubstituted
-
- getBodyDeclList_value - Variable in class soot.JastAddJ.GenericClassDeclSubstituted
-
- getBodyDeclList_value - Variable in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
- getBodyDeclList_value - Variable in class soot.JastAddJ.InterfaceDeclSubstituted
-
- getBodyDeclList_value - Variable in class soot.JastAddJ.ParClassDecl
-
- getBodyDeclList_value - Variable in class soot.JastAddJ.ParInterfaceDecl
-
- getBodyDeclListChildPosition() - Method in class soot.JastAddJ.ClassDeclSubstituted
-
Retrieves the child position of the BodyDecl list.
- getBodyDeclListChildPosition() - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Retrieves the child position of the BodyDecl list.
- getBodyDeclListChildPosition() - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
Retrieves the child position of the BodyDecl list.
- getBodyDeclListChildPosition() - Method in class soot.JastAddJ.InterfaceDeclSubstituted
-
Retrieves the child position of the BodyDecl list.
- getBodyDeclListChildPosition() - Method in class soot.JastAddJ.ParClassDecl
-
Retrieves the child position of the BodyDecl list.
- getBodyDeclListChildPosition() - Method in class soot.JastAddJ.ParInterfaceDecl
-
Retrieves the child position of the BodyDecl list.
- getBodyDeclListChildPosition() - Method in class soot.JastAddJ.RawClassDecl
-
Retrieves the child position of the BodyDecl list.
- getBodyDeclListChildPosition() - Method in class soot.JastAddJ.RawInterfaceDecl
-
Retrieves the child position of the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.AbstractWildcardType
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.AnnotationDecl
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.AnonymousDecl
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.ArrayDecl
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.BooleanType
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.ByteType
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.CharType
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.ClassDecl
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.ClassDeclSubstituted
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.DoubleType
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.EmptyType
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.EnumDecl
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.FloatingPointType
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.FloatType
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.GenericClassDecl
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.GenericInterfaceDecl
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.GLBType
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.IntegralType
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.InterfaceDecl
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.InterfaceDeclSubstituted
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.IntType
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.LongType
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.LUBType
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.NullType
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.NumericType
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.ParClassDecl
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.ParInterfaceDecl
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.PrimitiveType
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.RawClassDecl
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.RawInterfaceDecl
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.ReferenceType
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.ShortType
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.TypeDecl
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.TypeVariable
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.UnknownType
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.VoidType
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.WildcardExtendsType
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.WildcardSuperType
-
Retrieves the BodyDecl list.
- getBodyDeclListNoTransform() - Method in class soot.JastAddJ.WildcardType
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.AbstractWildcardType
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.AnnotationDecl
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.AnonymousDecl
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.ArrayDecl
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.BooleanType
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.ByteType
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.CharType
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.ClassDecl
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.ClassDeclSubstituted
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.DoubleType
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.EmptyType
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.EnumDecl
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.FloatingPointType
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.FloatType
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.GenericClassDecl
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.GenericInterfaceDecl
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.GLBType
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.IntegralType
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.InterfaceDecl
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.InterfaceDeclSubstituted
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.IntType
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.LongType
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.LUBType
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.NullType
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.NumericType
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.ParClassDecl
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.ParInterfaceDecl
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.PrimitiveType
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.RawClassDecl
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.RawInterfaceDecl
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.ReferenceType
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.ShortType
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.TypeDecl
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.TypeVariable
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.UnknownType
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.VoidType
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.WildcardExtendsType
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.WildcardSuperType
-
Retrieves the BodyDecl list.
- getBodyDecls() - Method in class soot.JastAddJ.WildcardType
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.AbstractWildcardType
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.AnnotationDecl
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.AnonymousDecl
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.ArrayDecl
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.BooleanType
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.ByteType
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.CharType
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.ClassDecl
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.ClassDeclSubstituted
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.DoubleType
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.EmptyType
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.EnumDecl
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.FloatingPointType
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.FloatType
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.GenericClassDecl
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.GenericInterfaceDecl
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.GLBType
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.IntegralType
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.InterfaceDecl
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.InterfaceDeclSubstituted
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.IntType
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.LongType
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.LUBType
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.NullType
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.NumericType
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.ParClassDecl
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.ParInterfaceDecl
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.PrimitiveType
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.RawClassDecl
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.RawInterfaceDecl
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.ReferenceType
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.ShortType
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.TypeDecl
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.TypeVariable
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.UnknownType
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.VoidType
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.WildcardExtendsType
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.WildcardSuperType
-
Retrieves the BodyDecl list.
- getBodyDeclsNoTransform() - Method in class soot.JastAddJ.WildcardType
-
Retrieves the BodyDecl list.
- getBoolean() - Method in class soot.jimple.parser.node.ABooleanBaseType
-
- getBoolean() - Method in class soot.jimple.parser.node.ABooleanBaseTypeNoName
-
- getBoolean(Map<String, String>, String) - Static method in class soot.PhaseOptions
-
This method returns true iff key "name" is in options and maps to "true".
- getBoolean(Map<String, String>, String, boolean) - Static method in class soot.PhaseOptions
-
If key "name" is in options, this method returns true iff it maps to "true".
- getBoolExpr() - Method in class soot.jimple.parser.node.AIfStatement
-
- getBootstrapArg(int) - Method in class soot.grimp.internal.GDynamicInvokeExpr
-
- getBootstrapArg(int) - Method in interface soot.jimple.DynamicInvokeExpr
-
- getBootstrapArg(int) - Method in class soot.jimple.internal.JDynamicInvokeExpr
-
- getBootstrapArgCount() - Method in class soot.grimp.internal.GDynamicInvokeExpr
-
- getBootstrapArgCount() - Method in interface soot.jimple.DynamicInvokeExpr
-
- getBootstrapArgCount() - Method in class soot.jimple.internal.JDynamicInvokeExpr
-
- getBootstrapArgs() - Method in interface soot.baf.DynamicInvokeInst
-
- getBootstrapArgs() - Method in class soot.baf.internal.BDynamicInvokeInst
-
- getBootstrapArgs() - Method in class soot.grimp.internal.GDynamicInvokeExpr
-
- getBootstrapArgs() - Method in interface soot.jimple.DynamicInvokeExpr
-
- getBootstrapArgs() - Method in class soot.jimple.internal.JDynamicInvokeExpr
-
- getBootstrapMethod() - Method in class soot.jimple.internal.JDynamicInvokeExpr
-
- getBootstrapMethodRef() - Method in interface soot.baf.DynamicInvokeInst
-
- getBootstrapMethodRef() - Method in class soot.baf.internal.BDynamicInvokeInst
-
- getBootstrapMethodRef() - Method in class soot.grimp.internal.GDynamicInvokeExpr
-
- getBootstrapMethodRef() - Method in interface soot.jimple.DynamicInvokeExpr
-
- getBootstrapMethodRef() - Method in class soot.jimple.internal.JDynamicInvokeExpr
-
- getBootStrapSootMethodRef() - Method in class soot.dexpler.instructions.InvokeCustomInstruction
-
Return a SootMethodRef for the bootstrap method of
an invoke-custom instruction.
- getBoxesPointingToThis() - Method in class soot.AbstractUnit
-
Returns a list of Boxes pointing to this Unit.
- getBoxesPointingToThis() - Method in interface soot.Unit
-
Returns a list of Boxes pointing to this Unit.
- getBranchFlowAfter(Unit) - Method in class soot.toolkits.scalar.BranchedFlowAnalysis
-
- getBranchTargetLabel(Unit) - Method in class soot.baf.BafASMBackend
-
Returns the ASM Label for a given Unit that is the target of a branch or jump
- getBreakpoint() - Method in class soot.jimple.parser.node.ABreakpointStatement
-
- getBreakSet(String) - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.DavaFlowSet
-
- getBsm() - Method in class soot.jimple.parser.node.ADynamicInvokeExpr
-
- getBudget() - Method in class soot.jimple.spark.geom.dataMgr.ContextsCollector
-
- getByName(String) - Static method in enum soot.toDex.PrimitiveType
-
- getByte() - Method in class soot.jimple.parser.node.AByteBaseType
-
- getByte() - Method in class soot.jimple.parser.node.AByteBaseTypeNoName
-
- getBytecodeOffset() - Method in class soot.tagkit.BytecodeOffsetTag
-
Returns the offset as an int.
- getBytecodeParms() - Method in class soot.SootMethod
-
Returns the parameters part of the signature in the format in which it appears in bytecode.
- getBytecodeSignature() - Method in class soot.SootMethod
-
Returns the signature of this method in the format in which it appears in bytecode (eg.
- getCachedOrLoadCompilationUnit(String) - Method in class soot.JastAddJ.Program
-
- getCallEdgesInto(int) - Method in class soot.jimple.spark.geom.geomPA.GeomPointsTo
-
Get the call edges calling into the method @param fid.
- getCalleesOfCallAt(Unit) - Method in class soot.jimple.toolkits.ide.icfg.BackwardsInterproceduralCFG
-
- getCalleesOfCallAt(Unit) - Method in class soot.jimple.toolkits.ide.icfg.JimpleBasedInterproceduralCFG
-
- getCalleesOfCallAt(Unit) - Method in class soot.jimple.toolkits.ide.icfg.OnTheFlyJimpleBasedICFG
-
- getCallEgesOutFrom(int) - Method in class soot.jimple.spark.geom.geomPA.GeomPointsTo
-
Get the call edges calling from the method @param fid.
- getCaller() - Method in class soot.jimple.toolkits.thread.mhp.stmt.JPegStmt
-
- getCallersOf(SootMethod) - Method in class soot.jimple.toolkits.ide.icfg.BackwardsInterproceduralCFG
-
- getCallersOf(SootMethod) - Method in class soot.jimple.toolkits.ide.icfg.JimpleBasedInterproceduralCFG
-
- getCallersOf(SootMethod) - Method in class soot.jimple.toolkits.ide.icfg.OnTheFlyJimpleBasedICFG
-
- getCallGraph() - Method in class soot.jimple.toolkits.callgraph.CallGraphBuilder
-
- getCallGraph() - Method in class soot.Scene
-
- getCallsFromWithin(SootMethod) - Method in class soot.jimple.toolkits.ide.icfg.AbstractJimpleBasedICFG
-
- getCallsFromWithin(SootMethod) - Method in class soot.jimple.toolkits.ide.icfg.BackwardsInterproceduralCFG
-
- getCallsFromWithinMethod(SootMethod) - Method in class soot.jimple.toolkits.ide.icfg.AbstractJimpleBasedICFG
-
- getCallSite() - Method in class soot.jimple.spark.ondemand.pautil.AssignEdge
-
- getCallSiteEdges(Integer) - Method in class soot.jimple.spark.ondemand.pautil.ContextSensitiveInfo
-
- getCallSitesInMethod(SootMethod) - Method in class soot.jimple.spark.ondemand.pautil.ContextSensitiveInfo
-
- getCallSitesInvokingMethod(SootMethod) - Method in class soot.jimple.spark.ondemand.pautil.ContextSensitiveInfo
-
- getCallSiteTargets(Integer) - Method in class soot.jimple.spark.ondemand.pautil.ContextSensitiveInfo
-
- getCallsNative() - Method in class soot.jimple.toolkits.pointer.FullRWSet
-
- getCallsNative() - Method in class soot.jimple.toolkits.pointer.MethodRWSet
-
- getCallsNative() - Method in class soot.jimple.toolkits.pointer.RWSet
-
- getCallsNative() - Method in class soot.jimple.toolkits.pointer.SiteRWSet
-
- getCallsNative() - Method in class soot.jimple.toolkits.pointer.StmtRWSet
-
- getCallTargets(PointsToSetInternal, NumberedString, Type, Set<SootMethod>) - Method in class soot.jimple.spark.ondemand.DemandCSPointsTo
-
- getCallTargets(Type, SootMethod) - Static method in class soot.jimple.spark.ondemand.pautil.SootUtil
-
- getCallTargetsForType(Type, NumberedString, Type, Set<SootMethod>) - Method in class soot.jimple.spark.ondemand.DemandCSPointsTo
-
- getCanNotBeCompacted() - Method in class soot.jimple.toolkits.thread.mhp.PegGraph
-
- getCase() - Method in class soot.jimple.parser.node.AConstantCaseLabel
-
- getCaseLabel() - Method in class soot.jimple.parser.node.ACaseStmt
-
- getCaseStmt() - Method in class soot.jimple.parser.node.ALookupswitchStatement
-
- getCaseStmt() - Method in class soot.jimple.parser.node.ATableswitchStatement
-
- getCastStrings(Local) - Method in class soot.dava.toolkits.base.renamer.heuristicSet
-
- getCastStrings() - Method in class soot.dava.toolkits.base.renamer.heuristicTuple
-
- getCastType() - Method in interface soot.baf.InstanceCastInst
-
- getCastType() - Method in class soot.baf.internal.BInstanceCastInst
-
- getCastType() - Method in interface soot.jimple.CastExpr
-
- getCastType() - Method in class soot.jimple.internal.AbstractCastExpr
-
- getCatch() - Method in class soot.jimple.parser.node.ACatchClause
-
- getCatchClause(int) - Method in class soot.JastAddJ.TryStmt
-
Retrieves the element at index i
in the CatchClause list..
- getCatchClause(int) - Method in class soot.JastAddJ.TryWithResources
-
Retrieves the element at index i
in the CatchClause list..
- getCatchClause() - Method in class soot.jimple.parser.node.AFullMethodBody
-
- getCatchClauseList() - Method in class soot.JastAddJ.TryStmt
-
Retrieves the CatchClause list.
- getCatchClauseList() - Method in class soot.JastAddJ.TryWithResources
-
Retrieves the CatchClause list.
- getCatchClauseListNoTransform() - Method in class soot.JastAddJ.TryStmt
-
Retrieves the CatchClause list.
- getCatchClauseListNoTransform() - Method in class soot.JastAddJ.TryWithResources
-
Retrieves the CatchClause list.
- getCatchClauses() - Method in class soot.JastAddJ.TryStmt
-
Retrieves the CatchClause list.
- getCatchClauses() - Method in class soot.JastAddJ.TryWithResources
-
Retrieves the CatchClause list.
- getCatchClausesNoTransform() - Method in class soot.JastAddJ.TryStmt
-
Retrieves the CatchClause list.
- getCatchClausesNoTransform() - Method in class soot.JastAddJ.TryWithResources
-
Retrieves the CatchClause list.
- getCaught() - Method in class soot.toolkits.exceptions.ThrowableSet.Pair
-
- getCenter() - Method in class soot.jimple.toolkits.annotation.callgraph.CallGraphInfo
-
- getCFG() - Method in class soot.toolkits.graph.pdg.HashMutablePDG
-
- getCFormatChar(char) - Static method in class soot.util.StringTools
-
Returns the canonical C-string representation of c.
- getCGOpts() - Method in class soot.jimple.spark.pag.PAG
-
Returns CGOptions for this graph.
- getChar() - Method in class soot.jimple.parser.node.ACharBaseType
-
- getChar() - Method in class soot.jimple.parser.node.ACharBaseTypeNoName
-
- getChars() - Method in class soot.jbco.name.AbstractNameGenerator
-
- getChars() - Method in class soot.jbco.name.HorrorNameGenerator
-
- getChars() - Method in class soot.jbco.name.JunkNameGenerator
-
- getCheckType() - Method in interface soot.baf.InstanceOfInst
-
- getCheckType() - Method in class soot.baf.internal.BInstanceOfInst
-
- getCheckType() - Method in interface soot.jimple.InstanceOfExpr
-
- getCheckType() - Method in class soot.jimple.internal.AbstractInstanceOfExpr
-
- getChild(int) - Method in class soot.JastAddJ.ASTNode
-
- getChildNoTransform(int) - Method in class soot.JastAddJ.ASTNode
-
This method does not invoke AST transformations.
- getChildRegions() - Method in interface soot.toolkits.graph.pdg.IRegion
-
- getChildRegions() - Method in class soot.toolkits.graph.pdg.PDGRegion
-
- getChildRegions() - Method in class soot.toolkits.graph.pdg.Region
-
- getChildren() - Method in class soot.jimple.toolkits.annotation.callgraph.CallData
-
- getChildren() - Method in class soot.shimple.toolkits.graph.ValueGraph.Node
-
- getChildren() - Method in class soot.toolkits.graph.DominatorNode
-
Returns a backed list of the children of this node in the DominatorTree.
- getChildrenOf(DominatorNode<N>) - Method in class soot.toolkits.graph.DominatorTree
-
- getClassConstant() - Method in class soot.jimple.spark.pag.ClassConstantNode
-
- getClassData() - Method in class soot.toolkits.astmetrics.ASTMetric
-
- getClassDecl() - Method in class soot.JastAddJ.LocalClassDeclStmt
-
Retrieves the ClassDecl child.
- getClassDecl() - Method in class soot.JastAddJ.MemberClassDecl
-
Retrieves the ClassDecl child.
- getClassDeclNoTransform() - Method in class soot.JastAddJ.LocalClassDeclStmt
-
Retrieves the ClassDecl child.
- getClassDeclNoTransform() - Method in class soot.JastAddJ.MemberClassDecl
-
Retrieves the ClassDecl child.
- getClassDeclsList() - Method in class soot.javaToJimple.NestedClassListBuilder
-
- getClasses() - Method in class soot.Scene
-
Returns an backed chain of the classes in this manager.
- getClasses(int) - Method in class soot.Scene
-
Returns the list of SootClasses that have been resolved at least to the level specified.
- getClassesUnder(String) - Method in class soot.SourceLocator
-
- getClassFetcherFor(SootClass) - Method in class soot.jimple.toolkits.invoke.SynchronizerManager
-
Finds a method which calls java.lang.Class.forName(String).
- getClassIndex() - Method in interface soot.coffi.ICONSTANT_Methodref_info
-
- getClassInstanceExpr() - Method in class soot.JastAddJ.DiamondAccess
-
- getClassLoaderObject() - Method in class soot.jimple.toolkits.pointer.representations.Environment
-
INTERFACE to NATIVE METHODS
- getClassLocalObjectsAnalysis(SootClass) - Method in class soot.jimple.toolkits.infoflow.LocalObjectsAnalysis
-
- getClassName(String) - Static method in class soot.dava.toolkits.base.renamer.RemoveFullyQualifiedName
-
- getClassName() - Method in class soot.jimple.parser.node.AClassNameBaseType
-
- getClassName() - Method in class soot.jimple.parser.node.AClassNameMultiClassNameList
-
- getClassName() - Method in class soot.jimple.parser.node.AClassNameSingleClassNameList
-
- getClassName() - Method in class soot.jimple.parser.node.AExtendsClause
-
- getClassName() - Method in class soot.jimple.parser.node.AFieldSignature
-
- getClassName() - Method in class soot.jimple.parser.node.AFile
-
- getClassName() - Method in class soot.jimple.parser.node.AMethodSignature
-
- getClassName(String) - Static method in class soot.jimple.spark.ondemand.pautil.SootUtil
-
- getClassName() - Method in class soot.plugins.model.PhasePluginDescription
-
- getClassName() - Method in class soot.RefType
-
- getClassName() - Method in class soot.tagkit.LinkTag
-
- getClassName() - Method in class soot.toolkits.astmetrics.ClassData
-
- getClassNameFieldNameToSootFieldMapping() - Method in class soot.dava.toolkits.base.AST.interProcedural.ConstantFieldValueFinder
-
- getClassNameList() - Method in class soot.jimple.parser.node.AClassNameMultiClassNameList
-
- getClassNameList() - Method in class soot.jimple.parser.node.AImplementsClause
-
- getClassNameList() - Method in class soot.jimple.parser.node.AThrowsClause
-
- getClassNameMapping(BiPredicate<String, String>) - Method in class soot.jbco.jimpleTransformations.ClassRenamer
-
Gets mapping by predicate.
- getClassNumberer() - Method in class soot.Scene
-
- getClassObject() - Method in class soot.jimple.toolkits.pointer.representations.Environment
-
- getClassSource(String) - Method in class soot.SourceLocator
-
Given a class name, uses the soot-class-path to return a ClassSource for the given class.
- getClassSpecs() - Method in class soot.tagkit.InnerClassAttribute
-
- getClientAccessibilityOracle() - Method in class soot.Scene
-
Retrieves the active client accessibility oracle
- getClinitMethods() - Method in class soot.jimple.toolkits.thread.mhp.pegcallgraph.PegCallGraph
-
- getCmp() - Method in class soot.jimple.parser.node.ACmpBinop
-
- getCmpeq() - Method in class soot.jimple.parser.node.ACmpeqBinop
-
- getCmpg() - Method in class soot.jimple.parser.node.ACmpgBinop
-
- getCmpge() - Method in class soot.jimple.parser.node.ACmpgeBinop
-
- getCmpgt() - Method in class soot.jimple.parser.node.ACmpgtBinop
-
- getCmpgt() - Method in class soot.jimple.parser.node.AFieldSignature
-
- getCmpgt() - Method in class soot.jimple.parser.node.AMethodSignature
-
- getCmpgt() - Method in class soot.jimple.parser.node.AUnnamedMethodSignature
-
- getCmpl() - Method in class soot.jimple.parser.node.ACmplBinop
-
- getCmple() - Method in class soot.jimple.parser.node.ACmpleBinop
-
- getCmplt() - Method in class soot.jimple.parser.node.ACmpltBinop
-
- getCmplt() - Method in class soot.jimple.parser.node.AFieldSignature
-
- getCmplt() - Method in class soot.jimple.parser.node.AMethodSignature
-
- getCmplt() - Method in class soot.jimple.parser.node.AUnnamedMethodSignature
-
- getCmpne() - Method in class soot.jimple.parser.node.ACmpneBinop
-
- getColon() - Method in class soot.jimple.parser.node.ACaseStmt
-
- getColon() - Method in class soot.jimple.parser.node.ALabelStatement
-
- getColonEquals() - Method in class soot.jimple.parser.node.AIdentityNoTypeStatement
-
- getColonEquals() - Method in class soot.jimple.parser.node.AIdentityStatement
-
- getColumn(int) - Static method in class beaver.Symbol
-
Extracts column number from a packed position.
- getComma() - Method in class soot.jimple.parser.node.AClassNameMultiClassNameList
-
- getComma() - Method in class soot.jimple.parser.node.AMultiArgList
-
- getComma() - Method in class soot.jimple.parser.node.AMultiLocalNameList
-
- getComma() - Method in class soot.jimple.parser.node.AMultiNameList
-
- getComma() - Method in class soot.jimple.parser.node.AMultiParameterList
-
- getCommonAncestorValuesOf(Map, Stmt) - Method in class soot.jimple.toolkits.scalar.CommonPrecedingEqualValueAnalysis
-
Returns a list of EquivalentLocals that must always be equal to l at s
- getCommonSuperClass(String, String) - Method in class soot.util.backend.SootASMClassWriter
-
- getComparisonExpr(DexBody, int) - Method in class soot.dexpler.instructions.ConditionalJumpInstruction
-
Get comparison expression depending on opcode against zero or null.
- getComparisonExpr(Immediate, Immediate) - Method in class soot.dexpler.instructions.ConditionalJumpInstruction
-
Get comparison expression depending on opcode between two immediates
- getCompilationUnit() - Method in class soot.JastAddJ.PathPart
-
- getCompilationUnit(int) - Method in class soot.JastAddJ.Program
-
Retrieves the element at index i
in the CompilationUnit list..
- getCompilationUnit(String) - Method in class soot.JastAddJ.Program
-
- getCompilationUnitList() - Method in class soot.JastAddJ.Program
-
- getCompilationUnitListNoTransform() - Method in class soot.JastAddJ.Program
-
Retrieves the CompilationUnit list.
- getCompilationUnits() - Method in class soot.JastAddJ.Program
-
Retrieves the CompilationUnit list.
- getCompilationUnitsNoTransform() - Method in class soot.JastAddJ.Program
-
Retrieves the CompilationUnit list.
- getComponentOf(Object) - Method in class soot.toolkits.graph.StronglyConnectedComponents
-
Deprecated.
- getComponents() - Method in class soot.toolkits.graph.StronglyConnectedComponents
-
Deprecated.
- getComponents() - Method in class soot.toolkits.graph.StronglyConnectedComponentsFast
-
- getConcerned() - Method in exception soot.validation.ValidationException
-
- getCondition() - Method in class soot.JastAddJ.ConditionalExpr
-
Retrieves the Condition child.
- getCondition() - Method in class soot.JastAddJ.DoStmt
-
Retrieves the Condition child.
- getCondition() - Method in class soot.JastAddJ.ForStmt
-
Retrieves the (optional) Condition child.
- getCondition() - Method in class soot.JastAddJ.IfStmt
-
Retrieves the Condition child.
- getCondition() - Method in class soot.JastAddJ.WhileStmt
-
Retrieves the Condition child.
- getCondition() - Method in interface soot.jimple.IfStmt
-
- getCondition() - Method in class soot.jimple.internal.JIfStmt
-
- getConditionBox() - Method in interface soot.jimple.IfStmt
-
- getConditionBox() - Method in class soot.jimple.internal.JIfStmt
-
- getConditionExpr() - Method in class soot.dava.internal.AST.ASTBinaryCondition
-
- getConditionNoTransform() - Method in class soot.JastAddJ.ConditionalExpr
-
Retrieves the Condition child.
- getConditionNoTransform() - Method in class soot.JastAddJ.DoStmt
-
Retrieves the Condition child.
- getConditionNoTransform() - Method in class soot.JastAddJ.IfStmt
-
Retrieves the Condition child.
- getConditionNoTransform() - Method in class soot.JastAddJ.WhileStmt
-
Retrieves the Condition child.
- getConditionOpt() - Method in class soot.JastAddJ.ForStmt
-
- getConditionOptNoTransform() - Method in class soot.JastAddJ.ForStmt
-
Retrieves the optional node for child Condition.
- getCondStmt() - Method in class soot.shimple.internal.SPiExpr
-
- getCondStmt() - Method in interface soot.shimple.PiExpr
-
- getConstant() - Method in interface soot.baf.IncInst
-
- getConstant() - Method in class soot.baf.internal.BIncInst
-
- getConstant() - Method in class soot.baf.internal.BPushInst
-
- getConstant() - Method in interface soot.baf.PushInst
-
- getConstant(Type, int) - Method in class soot.javaToJimple.AbstractJimpleBodyBuilder
-
- getConstant(Type, int) - Method in class soot.javaToJimple.JimpleBodyBuilder
-
Returns a needed constant given a type and val
- getConstant() - Method in class soot.jimple.parser.node.AConstantImmediate
-
- getConstant() - Method in class soot.tagkit.ConstantValueTag
-
- getConstant() - Method in class soot.tagkit.DoubleConstantValueTag
-
- getConstant() - Method in class soot.tagkit.FloatConstantValueTag
-
- getConstant() - Method in class soot.tagkit.IntegerConstantValueTag
-
- getConstant() - Method in class soot.tagkit.LongConstantValueTag
-
- getConstant() - Method in class soot.tagkit.StringConstantValueTag
-
- getCONSTANT_Class_Info(int) - Method in class soot.JastAddJ.BytecodeParser
-
- getCONSTANT_Info(int) - Method in class soot.JastAddJ.BytecodeParser
-
- getCONSTANT_Utf8_Info(int) - Method in class soot.JastAddJ.BytecodeParser
-
- getConstantName() - Method in class soot.tagkit.AnnotationEnumElem
-
- getConstantValueOf(Value) - Static method in class soot.jimple.toolkits.scalar.Evaluator
-
Returns the constant value of op
if it is easy to find the constant value; else returns null
.
- getConstantValueOf(Value) - Static method in class soot.shimple.toolkits.scalar.SEvaluator
-
Returns the constant value of op
if it is easy to find the constant value; else returns null
.
- getConstructorForAnon(New) - Method in class soot.javaToJimple.InitialResolver
-
- getConstructorInvocation() - Method in class soot.JastAddJ.ConstructorDecl
-
Retrieves the (optional) ConstructorInvocation child.
- getConstructorInvocation() - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
Retrieves the (optional) ConstructorInvocation child.
- getConstructorInvocation() - Method in class soot.JastAddJ.GenericConstructorDecl
-
Retrieves the (optional) ConstructorInvocation child.
- getConstructorInvocation() - Method in class soot.JastAddJ.ParConstructorDecl
-
Retrieves the (optional) ConstructorInvocation child.
- getConstructorInvocation() - Method in class soot.JastAddJ.RawConstructorDecl
-
Retrieves the (optional) ConstructorInvocation child.
- getConstructorInvocationOpt() - Method in class soot.JastAddJ.ConstructorDecl
-
- getConstructorInvocationOpt() - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
- getConstructorInvocationOpt() - Method in class soot.JastAddJ.GenericConstructorDecl
-
- getConstructorInvocationOpt() - Method in class soot.JastAddJ.ParConstructorDecl
-
- getConstructorInvocationOpt() - Method in class soot.JastAddJ.RawConstructorDecl
-
- getConstructorInvocationOptNoTransform() - Method in class soot.JastAddJ.ConstructorDecl
-
Retrieves the optional node for child ConstructorInvocation.
- getConstructorInvocationOptNoTransform() - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
Retrieves the optional node for child ConstructorInvocation.
- getConstructorInvocationOptNoTransform() - Method in class soot.JastAddJ.GenericConstructorDecl
-
Retrieves the optional node for child ConstructorInvocation.
- getConstructorInvocationOptNoTransform() - Method in class soot.JastAddJ.ParConstructorDecl
-
Retrieves the optional node for child ConstructorInvocation.
- getConstructorInvocationOptNoTransform() - Method in class soot.JastAddJ.RawConstructorDecl
-
Retrieves the optional node for child ConstructorInvocation.
- getConstructorObject() - Method in class soot.jimple.toolkits.pointer.representations.Environment
-
- getContext() - Method in class soot.baf.BafBody
-
- getContextFor(SootMethod) - Method in class soot.jimple.toolkits.infoflow.ClassLocalObjectsAnalysis
-
- getContextNumberer() - Method in class soot.Scene
-
- getContextSensitiveCallGraph() - Method in class soot.Scene
-
- getContinueSet(String) - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.DavaFlowSet
-
- getCopiesAt(Stmt) - Method in interface soot.jimple.EqualLocals
-
- getCopiesOfAt(Local, Stmt) - Method in class soot.jimple.toolkits.scalar.EqualLocalsAnalysis
-
Returns a list of EquivalentValue wrapped Locals and Refs that must always be equal to l at s
- getCopyPopagator() - Method in class soot.dexpler.DexBody
-
- getCorrespondingPDGNode() - Method in class soot.toolkits.graph.pdg.PDGRegion
-
- getCount() - Method in class soot.jimple.toolkits.typing.fast.TypeResolver.CastInsertionUseVisitor
-
- getCriticalSections() - Method in class soot.jimple.toolkits.thread.synchronization.LockAllocator
-
- getCSList(Node) - Method in class soot.jimple.spark.geom.dataMgr.PtSensVisitor
-
Obtain the list of context sensitive objects pointed to by var.
- getCstPool() - Method in class soot.jimple.parser.JimpleAST
-
Extracts the reference constant pool for this JimpleAST.
- getCurAverage() - Method in class soot.jimple.spark.ondemand.genericutil.Averager
-
- getCurrentUnit() - Method in class soot.jimple.JimpleToBafContext
-
- getCustomSootMethodRef() - Method in class soot.dexpler.instructions.InvokeCustomInstruction
-
Return a dummy SootMethodRef for the method invoked by a
invoke-custom instruction.
- getData() - Method in class soot.dexpler.instructions.PseudoInstruction
-
- getData() - Method in class soot.jimple.toolkits.annotation.callgraph.CallData
-
- getDataFirstByte() - Method in class soot.dexpler.instructions.PseudoInstruction
-
- getDataLastByte() - Method in class soot.dexpler.instructions.PseudoInstruction
-
- getDataSize() - Method in class soot.dexpler.instructions.PseudoInstruction
-
- getDavaBody() - Method in class soot.dava.internal.AST.ASTMethodNode
-
- getDavaDeclaration() - Method in class soot.SootMethod
-
- getDeadlockGraph() - Method in class soot.jimple.toolkits.thread.synchronization.LockAllocator
-
- getDeclaration() - Method in class soot.jimple.parser.node.AFullMethodBody
-
- getDeclaration() - Method in class soot.SootField
-
- getDeclaration() - Method in class soot.SootMethod
-
Returns the declaration of this method, as used at the top of textual body representations (before the {}'s containing
the code for representation.)
- getDeclarations() - Method in class soot.dava.internal.AST.ASTMethodNode
-
- getDeclarations() - Method in class soot.dava.internal.javaRep.DVariableDeclarationStmt
-
- getDeclaredLocals() - Method in class soot.dava.internal.AST.ASTMethodNode
-
- getDeclaredOptions() - Method in interface soot.HasPhaseOptions
-
- getDeclaredOptions() - Method in class soot.Pack
-
- getDeclaredOptions() - Method in interface soot.plugins.SootPhasePlugin
-
- getDeclaredOptions() - Method in class soot.Transform
-
- getDeclaredOptionsForPhase(String) - Static method in class soot.options.Options
-
- getDeclaringClass() - Method in interface soot.ClassMember
-
Returns the SootClass declaring this one.
- getDeclaringClass() - Method in class soot.jimple.spark.pag.GlobalVarNode
-
- getDeclaringClass() - Method in class soot.SootField
-
- getDeclaringClass() - Method in class soot.SootMethod
-
Returns the class which declares the current
SootMethod
.
- getDeclaringClass() - Method in interface soot.SootMethodInterface
-
- getDeclaringClass() - Method in class soot.SootMethodRefImpl
-
- getDeepestValue() - Method in class soot.EquivalentValue
-
Deprecated.
- getDefault() - Method in class soot.jimple.parser.node.ADefaultCaseLabel
-
- getDefaultOptions() - Method in interface soot.HasPhaseOptions
-
- getDefaultOptions() - Method in class soot.jimple.toolkits.invoke.SiteInliner
-
- getDefaultOptions() - Method in class soot.jimple.toolkits.pointer.CastCheckEliminatorDumper
-
- getDefaultOptions() - Method in class soot.Pack
-
- getDefaultOptions() - Method in interface soot.plugins.SootPhasePlugin
-
Returns a list of default values for initializing the parameters.
- getDefaultOptions() - Method in class soot.Transform
-
- getDefaultOptionsForPhase(String) - Static method in class soot.options.Options
-
- getDefaultTarget() - Method in class soot.baf.internal.BLookupSwitchInst
-
- getDefaultTarget() - Method in class soot.baf.internal.BTableSwitchInst
-
- getDefaultTarget() - Method in interface soot.baf.LookupSwitchInst
-
- getDefaultTarget() - Method in interface soot.baf.TableSwitchInst
-
- getDefaultTarget() - Method in class soot.jimple.internal.AbstractSwitchStmt
-
- getDefaultTarget() - Method in interface soot.jimple.SwitchStmt
-
- getDefaultTargetBox() - Method in class soot.baf.internal.BLookupSwitchInst
-
- getDefaultTargetBox() - Method in class soot.baf.internal.BTableSwitchInst
-
- getDefaultTargetBox() - Method in interface soot.baf.LookupSwitchInst
-
- getDefaultTargetBox() - Method in interface soot.baf.TableSwitchInst
-
- getDefaultTargetBox() - Method in class soot.jimple.internal.AbstractSwitchStmt
-
- getDefaultTargetBox() - Method in interface soot.jimple.SwitchStmt
-
- getDefaultThrowAnalysis() - Method in class soot.Scene
-
Returns the
ThrowAnalysis
to be used by default when constructing CFGs which include exceptional control flow.
- getDefaultVal() - Method in class soot.tagkit.AnnotationDefaultTag
-
- getDefaultValue() - Method in class soot.JastAddJ.AnnotationMethodDecl
-
Retrieves the (optional) DefaultValue child.
- getDefaultValue(SootField) - Static method in class soot.util.backend.ASMBackendUtils
-
Get default value of a field for constant pool
- getDefaultValueOpt() - Method in class soot.JastAddJ.AnnotationMethodDecl
-
- getDefaultValueOptNoTransform() - Method in class soot.JastAddJ.AnnotationMethodDecl
-
Retrieves the optional node for child DefaultValue.
- getDefBoxes() - Method in class soot.AbstractUnit
-
Returns a list of Boxes containing Values defined in this Unit.
- getDefBoxes() - Method in class soot.baf.internal.BIdentityInst
-
- getDefBoxes() - Method in class soot.baf.internal.BIncInst
-
- getDefBoxes() - Method in class soot.baf.internal.BStoreInst
-
- getDefBoxes() - Method in class soot.Body
-
Returns the result of iterating through all Units in this body and querying them for ValueBoxes defined.
- getDefBoxes() - Method in class soot.jimple.internal.AbstractDefinitionStmt
-
- getDefBoxes() - Method in interface soot.Unit
-
Returns a list of Boxes containing Values defined in this Unit.
- getDefs(Value) - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.MustMayInitialize
-
- getDefs(SootField) - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.MustMayInitialize
-
- getDefs(Local) - Method in class soot.dava.toolkits.base.AST.transformations.LocalVariableCleaner
-
- getDefsOf(Local) - Method in class soot.dexpler.DexDefUseAnalysis
-
- getDefsOf(Local) - Method in class soot.shimple.toolkits.scalar.ShimpleLocalDefs
-
Unconditionally returns the definition site of a local (as a singleton list).
- getDefsOf(Local) - Method in class soot.toolkits.scalar.CombinedDUAnalysis
-
- getDefsOf(Local) - Method in interface soot.toolkits.scalar.LocalDefs
-
Returns the definition sites for a Local merged over all points in a method.
- getDefsOf(Local) - Method in class soot.toolkits.scalar.SimpleLocalDefs
-
- getDefsOf(Local) - Method in class soot.toolkits.scalar.SmartLocalDefs
-
- getDefsOfAt(Local, Unit) - Method in class soot.dexpler.DexDefUseAnalysis
-
- getDefsOfAt(Local, Unit) - Method in class soot.shimple.toolkits.scalar.ShimpleLocalDefs
-
Returns the definition site for a Local at a certain point (Unit) in a method as a singleton list.
- getDefsOfAt(Local, Unit) - Method in class soot.toolkits.scalar.CombinedDUAnalysis
-
- getDefsOfAt(Local, Unit) - Method in interface soot.toolkits.scalar.LocalDefs
-
Returns the definition sites for a Local at a certain point (Unit) in a method.
- getDefsOfAt(Local, Unit) - Method in class soot.toolkits.scalar.SimpleLocalDefs
-
- getDefsOfAt(Local, Unit) - Method in class soot.toolkits.scalar.SmartLocalDefs
-
- getDelegate() - Method in class soot.jimple.spark.ondemand.LazyContextSensitivePointsToSet
-
- getDependencies() - Method in class soot.jbco.bafTransformations.AddJSRs
-
- getDependencies() - Method in class soot.jbco.bafTransformations.BAFCounter
-
- getDependencies() - Method in class soot.jbco.bafTransformations.BafLineNumberer
-
- getDependencies() - Method in class soot.jbco.bafTransformations.BAFPrintout
-
- getDependencies() - Method in class soot.jbco.bafTransformations.ConstructorConfuser
-
- getDependencies() - Method in class soot.jbco.bafTransformations.FindDuplicateSequences
-
- getDependencies() - Method in class soot.jbco.bafTransformations.FixUndefinedLocals
-
- getDependencies() - Method in class soot.jbco.bafTransformations.IfNullToTryCatch
-
- getDependencies() - Method in class soot.jbco.bafTransformations.IndirectIfJumpsToCaughtGotos
-
- getDependencies() - Method in class soot.jbco.bafTransformations.Jimple2BafLocalBuilder
-
- getDependencies() - Method in class soot.jbco.bafTransformations.LocalsToBitField
-
- getDependencies() - Method in class soot.jbco.bafTransformations.MoveLoadsAboveIfs
-
- getDependencies() - Method in class soot.jbco.bafTransformations.RemoveRedundantPushStores
-
- getDependencies() - Method in class soot.jbco.bafTransformations.TryCatchCombiner
-
- getDependencies() - Method in class soot.jbco.bafTransformations.UpdateConstantsToFields
-
- getDependencies() - Method in class soot.jbco.bafTransformations.WrapSwitchesInTrys
-
- getDependencies() - Method in interface soot.jbco.IJbcoTransform
-
Gets array of
jbco transformer
code names on which current transformer depends on.
- getDependencies() - Method in class soot.jbco.jimpleTransformations.AddSwitches
-
- getDependencies() - Method in class soot.jbco.jimpleTransformations.ArithmeticTransformer
-
- getDependencies() - Method in class soot.jbco.jimpleTransformations.BuildIntermediateAppClasses
-
- getDependencies() - Method in class soot.jbco.jimpleTransformations.ClassRenamer
-
- getDependencies() - Method in class soot.jbco.jimpleTransformations.CollectConstants
-
- getDependencies() - Method in class soot.jbco.jimpleTransformations.CollectJimpleLocals
-
- getDependencies() - Method in class soot.jbco.jimpleTransformations.FieldRenamer
-
- getDependencies() - Method in class soot.jbco.jimpleTransformations.GotoInstrumenter
-
- getDependencies() - Method in class soot.jbco.jimpleTransformations.LibraryMethodWrappersBuilder
-
- getDependencies() - Method in class soot.jbco.jimpleTransformations.MethodRenamer
-
- getDependents(PDGNode) - Method in class soot.toolkits.graph.pdg.HashMutablePDG
-
This method returns the list of all dependents of a node in the PDG.
- getDependents() - Method in class soot.toolkits.graph.pdg.PDGNode
-
- getDependents(PDGNode) - Method in interface soot.toolkits.graph.pdg.ProgramDependenceGraph
-
This method returns the list of all dependents of a node in the PDG.
- getDepth() - Method in class soot.jimple.toolkits.thread.mhp.MonitorDepth
-
- getDereferences() - Method in class soot.jimple.spark.pag.PAG
-
Returns list of dereferences variables.
- getDesc() - Method in class soot.tagkit.AnnotationClassElem
-
- getDescriptorTypeOf(Type) - Static method in class soot.baf.Baf
-
- getDest() - Method in class soot.JastAddJ.AssignAdditiveExpr
-
Retrieves the Dest child.
- getDest() - Method in class soot.JastAddJ.AssignAndExpr
-
Retrieves the Dest child.
- getDest() - Method in class soot.JastAddJ.AssignBitwiseExpr
-
Retrieves the Dest child.
- getDest() - Method in class soot.JastAddJ.AssignDivExpr
-
Retrieves the Dest child.
- getDest() - Method in class soot.JastAddJ.AssignExpr
-
Retrieves the Dest child.
- getDest() - Method in class soot.JastAddJ.AssignLShiftExpr
-
Retrieves the Dest child.
- getDest() - Method in class soot.JastAddJ.AssignMinusExpr
-
Retrieves the Dest child.
- getDest() - Method in class soot.JastAddJ.AssignModExpr
-
Retrieves the Dest child.
- getDest() - Method in class soot.JastAddJ.AssignMulExpr
-
Retrieves the Dest child.
- getDest() - Method in class soot.JastAddJ.AssignMultiplicativeExpr
-
Retrieves the Dest child.
- getDest() - Method in class soot.JastAddJ.AssignOrExpr
-
Retrieves the Dest child.
- getDest() - Method in class soot.JastAddJ.AssignPlusExpr
-
Retrieves the Dest child.
- getDest() - Method in class soot.JastAddJ.AssignRShiftExpr
-
Retrieves the Dest child.
- getDest() - Method in class soot.JastAddJ.AssignShiftExpr
-
Retrieves the Dest child.
- getDest() - Method in class soot.JastAddJ.AssignSimpleExpr
-
Retrieves the Dest child.
- getDest() - Method in class soot.JastAddJ.AssignURShiftExpr
-
Retrieves the Dest child.
- getDest() - Method in class soot.JastAddJ.AssignXorExpr
-
Retrieves the Dest child.
- getDestNoTransform() - Method in class soot.JastAddJ.AssignAdditiveExpr
-
Retrieves the Dest child.
- getDestNoTransform() - Method in class soot.JastAddJ.AssignAndExpr
-
Retrieves the Dest child.
- getDestNoTransform() - Method in class soot.JastAddJ.AssignBitwiseExpr
-
Retrieves the Dest child.
- getDestNoTransform() - Method in class soot.JastAddJ.AssignDivExpr
-
Retrieves the Dest child.
- getDestNoTransform() - Method in class soot.JastAddJ.AssignExpr
-
Retrieves the Dest child.
- getDestNoTransform() - Method in class soot.JastAddJ.AssignLShiftExpr
-
Retrieves the Dest child.
- getDestNoTransform() - Method in class soot.JastAddJ.AssignMinusExpr
-
Retrieves the Dest child.
- getDestNoTransform() - Method in class soot.JastAddJ.AssignModExpr
-
Retrieves the Dest child.
- getDestNoTransform() - Method in class soot.JastAddJ.AssignMulExpr
-
Retrieves the Dest child.
- getDestNoTransform() - Method in class soot.JastAddJ.AssignMultiplicativeExpr
-
Retrieves the Dest child.
- getDestNoTransform() - Method in class soot.JastAddJ.AssignOrExpr
-
Retrieves the Dest child.
- getDestNoTransform() - Method in class soot.JastAddJ.AssignPlusExpr
-
Retrieves the Dest child.
- getDestNoTransform() - Method in class soot.JastAddJ.AssignRShiftExpr
-
Retrieves the Dest child.
- getDestNoTransform() - Method in class soot.JastAddJ.AssignShiftExpr
-
Retrieves the Dest child.
- getDestNoTransform() - Method in class soot.JastAddJ.AssignSimpleExpr
-
Retrieves the Dest child.
- getDestNoTransform() - Method in class soot.JastAddJ.AssignURShiftExpr
-
Retrieves the Dest child.
- getDestNoTransform() - Method in class soot.JastAddJ.AssignXorExpr
-
Retrieves the Dest child.
- getDexAccessFlags(SootMethod) - Static method in class soot.toDex.SootToDexUtils
-
- getDexClassName(String) - Static method in class soot.toDex.SootToDexUtils
-
- getDexClassPathExtensions() - Method in class soot.SourceLocator
-
Gets all files that were added to the classpath later on and that have not yet been processed for the dexClassIndex
mapping
- getDexFromSource(File) - Method in class soot.dexpler.DexFileProvider
-
Returns all dex files found in dex source sorted by the default dex prioritizer
- getDexFromSource(File, Comparator<DexFileProvider.DexContainer>) - Method in class soot.dexpler.DexFileProvider
-
Returns all dex files found in dex source sorted by the default dex prioritizer
- getDexFromSource(File, String) - Method in class soot.dexpler.DexFileProvider
-
Returns the first dex file with the given name found in the given dex source
- getDexName() - Method in class soot.dexpler.DexFileProvider.DexContainer
-
- getDexTypeDescriptor(Type) - Static method in class soot.toDex.SootToDexUtils
-
- getDexWords(Type) - Static method in class soot.toDex.SootToDexUtils
-
- getDexWords(List<Type>) - Static method in class soot.toDex.SootToDexUtils
-
- getDigits() - Method in class soot.JastAddJ.NumericLiteral
-
Get the trimmed digits of this literal, excluding
underscore, prefix and suffix.
- getDimensionCount() - Method in class soot.baf.internal.BNewMultiArrayInst
-
- getDimensionCount() - Method in interface soot.baf.NewMultiArrayInst
-
- getDims(int) - Method in class soot.JastAddJ.VariableDecl
-
Retrieves the element at index i
in the Dims list..
- getDimsList() - Method in class soot.JastAddJ.VariableDecl
-
Retrieves the Dims list.
- getDimsListNoTransform() - Method in class soot.JastAddJ.VariableDecl
-
Retrieves the Dims list.
- getDimss() - Method in class soot.JastAddJ.VariableDecl
-
Retrieves the Dims list.
- getDimssNoTransform() - Method in class soot.JastAddJ.VariableDecl
-
Retrieves the Dims list.
- getDirectImplementersOf(SootClass) - Method in class soot.Hierarchy
-
Returns a list of direct implementers of c, excluding itself.
- getDirectSubclassesOf(SootClass) - Method in class soot.Hierarchy
-
Returns a list of direct subclasses of c, excluding c.
- getDirectSubclassesOfIncluding(SootClass) - Method in class soot.Hierarchy
-
Returns a list of direct subclasses of c, including c.
- getDirectSubinterfacesOf(SootClass) - Method in class soot.Hierarchy
-
Returns a list of direct subinterfaces of c.
- getDirectSubinterfacesOfIncluding(SootClass) - Method in class soot.Hierarchy
-
Returns a list of direct subinterfaces of c, including itself.
- getDirectSuperclassesOf(SootClass) - Method in class soot.Hierarchy
-
Returns a list of direct superclasses of c, excluding c.
- getDirectSuperinterfacesOf(SootClass) - Method in class soot.Hierarchy
-
Returns a list of direct superinterfaces of c.
- getDiv() - Method in class soot.jimple.parser.node.ADivBinop
-
- getDode(N) - Method in class soot.toolkits.graph.DominatorTree
-
- getDominanceFrontier() - Method in class soot.shimple.DefaultShimpleFactory
-
- getDominanceFrontier() - Method in interface soot.shimple.ShimpleFactory
-
- getDominanceFrontierOf(DominatorNode<N>) - Method in class soot.toolkits.graph.CytronDominanceFrontier
-
- getDominanceFrontierOf(DominatorNode<N>) - Method in interface soot.toolkits.graph.DominanceFrontier
-
- getDominators(N) - Method in interface soot.toolkits.graph.DominatorsFinder
-
Returns a list of dominators for the given node in the graph.
- getDominators(N) - Method in class soot.toolkits.graph.MHGDominatorsFinder
-
- getDominators(N) - Method in class soot.toolkits.graph.SimpleDominatorsFinder
-
- getDominatorsFinder() - Method in class soot.shimple.DefaultShimpleFactory
-
- getDominatorsFinder() - Method in interface soot.shimple.ShimpleFactory
-
- getDominatorsOf(Object) - Method in class soot.jimple.toolkits.thread.mhp.DominatorsFinder
-
- getDominatorTree() - Method in class soot.shimple.DefaultShimpleFactory
-
- getDominatorTree() - Method in interface soot.shimple.ShimpleFactory
-
- getDominatorTree() - Method in class soot.toolkits.graph.pdg.RegionAnalysis
-
- getDot() - Method in class soot.jimple.parser.node.ALocalFieldRef
-
- getDot() - Method in class soot.jimple.parser.node.ANonstaticInvokeExpr
-
- getDouble() - Static method in class soot.jbco.util.Rand
-
- getDouble() - Method in class soot.jimple.parser.node.ADoubleBaseType
-
- getDouble() - Method in class soot.jimple.parser.node.ADoubleBaseTypeNoName
-
- getDoubleValue() - Method in class soot.tagkit.DoubleConstantValueTag
-
- getDst() - Method in class soot.jimple.spark.ondemand.pautil.AssignEdge
-
- getDUChain(Object) - Method in class soot.dava.toolkits.base.AST.traversals.ASTUsesAndDefs
-
- getDUHashMap() - Method in class soot.dava.toolkits.base.AST.traversals.ASTUsesAndDefs
-
- getDvkTyper() - Static method in class soot.dexpler.DvkTyperBase
-
- getDynamicinvoke() - Method in class soot.jimple.parser.node.ADynamicInvokeExpr
-
- getDynargs() - Method in class soot.jimple.parser.node.ADynamicInvokeExpr
-
- getDynmethod() - Method in class soot.jimple.parser.node.ADynamicInvokeExpr
-
- getEdges() - Method in class soot.jimple.toolkits.infoflow.CallChain
-
- getEdgesForLabel(L) - Method in interface soot.toolkits.graph.EdgeLabelledDirectedGraph
-
Returns a DirectedGraph consisting of all edges with the given label and their nodes.
- getEdgesForLabel(L) - Method in class soot.toolkits.graph.HashMutableEdgeLabelledDirectedGraph
-
- getElementAt(int) - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.DavaFlowSet
-
- getElementCount() - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.DavaFlowSet
-
- getElements() - Method in class soot.dava.internal.javaRep.DArrayInitExpr
-
- getElementsUnsorted() - Method in class soot.PatchingChain
-
- getElementsUnsorted() - Method in interface soot.util.Chain
-
Gets all elements in the chain.
- getElementsUnsorted() - Method in class soot.util.EmptyChain
-
- getElementsUnsorted() - Method in class soot.util.HashChain
-
Gets all elements in the chain.
- getElementType() - Method in class soot.ArrayType
-
If I get an element of the array, what will be its type? That is, if I have an array a of type A[][][], what is the type
of a[] (it's A[][])? The getElementType() method in ArrayType was introduced to answer this question.
- getElementValue(int) - Method in class soot.JastAddJ.ElementArrayValue
-
Retrieves the element at index i
in the ElementValue list..
- getElementValue() - Method in class soot.JastAddJ.ElementValuePair
-
Retrieves the ElementValue child.
- getElementValueList() - Method in class soot.JastAddJ.ElementArrayValue
-
Retrieves the ElementValue list.
- getElementValueListNoTransform() - Method in class soot.JastAddJ.ElementArrayValue
-
Retrieves the ElementValue list.
- getElementValueNoTransform() - Method in class soot.JastAddJ.ElementValuePair
-
Retrieves the ElementValue child.
- getElementValuePair(int) - Method in class soot.JastAddJ.Annotation
-
Retrieves the element at index i
in the ElementValuePair list..
- getElementValuePairList() - Method in class soot.JastAddJ.Annotation
-
Retrieves the ElementValuePair list.
- getElementValuePairListNoTransform() - Method in class soot.JastAddJ.Annotation
-
Retrieves the ElementValuePair list.
- getElementValuePairs() - Method in class soot.JastAddJ.Annotation
-
Retrieves the ElementValuePair list.
- getElementValuePairsNoTransform() - Method in class soot.JastAddJ.Annotation
-
Retrieves the ElementValuePair list.
- getElementValues() - Method in class soot.JastAddJ.ElementArrayValue
-
Retrieves the ElementValue list.
- getElementValuesNoTransform() - Method in class soot.JastAddJ.ElementArrayValue
-
Retrieves the ElementValue list.
- getElems() - Method in class soot.tagkit.AnnotationTag
-
- getElse() - Method in class soot.JastAddJ.IfStmt
-
Retrieves the (optional) Else child.
- getElseBody() - Method in class soot.dava.internal.AST.ASTIfElseNode
-
- getElseOpt() - Method in class soot.JastAddJ.IfStmt
-
- getElseOptNoTransform() - Method in class soot.JastAddJ.IfStmt
-
Retrieves the optional node for child Else.
- getEnclosingClass() - Method in class soot.tagkit.EnclosingMethodTag
-
- getEnclosingMethod() - Method in class soot.tagkit.EnclosingMethodTag
-
- getEnclosingMethodSig() - Method in class soot.tagkit.EnclosingMethodTag
-
- getEnd() - Method in class beaver.Symbol
-
Returns a position in a source where this symbol ends.
- getEndLineNumber() - Method in class soot.tagkit.JimpleLineNumberTag
-
- getEndLineNumber() - Method in class soot.tagkit.SourceLineNumberTag
-
- getEndLn() - Method in class soot.AttributesUnitPrinter
-
- getEndOffset() - Method in class soot.tagkit.PositionTag
-
- getEndPointsOf(SootMethod) - Method in class soot.jimple.toolkits.ide.icfg.AbstractJimpleBasedICFG
-
- getEndPointsOf(SootMethod) - Method in class soot.jimple.toolkits.ide.icfg.BackwardsInterproceduralCFG
-
- getEndPointsOf(M) - Method in interface soot.jimple.toolkits.ide.icfg.BiDiInterproceduralCFG
-
- getEndUnit() - Method in class soot.AbstractTrap
-
- getEndUnit() - Method in interface soot.Trap
-
Returns the unit following the last trapped unit (that is, the first succeeding untrapped unit in the underlying
Chain
), unless this Trap
does not trap any units at all.
- getEndUnitBox() - Method in class soot.AbstractTrap
-
- getEndUnitBox() - Method in interface soot.Trap
-
- getEntermonitor() - Method in class soot.jimple.parser.node.AEntermonitorStatement
-
- getEntryPoints() - Method in class soot.Scene
-
Get the set of entry points that are used to build the call graph.
- getEnum() - Method in class soot.jimple.parser.node.AEnumModifier
-
- getEOF() - Method in class soot.jimple.parser.node.Start
-
- getEquals() - Method in class soot.jimple.parser.node.AAssignStatement
-
- getEquivalentValue(Value) - Method in class soot.jimple.toolkits.annotation.nullcheck.BranchedRefVarsAnalysis
-
Deprecated.
- getEquivalentValueRoot(Value) - Static method in class soot.jimple.toolkits.scalar.pre.SootFilter
-
returns the Value of an EquivalentValue.
- getEscapedName() - Method in class soot.Type
-
Deprecated.
- getEscapedStringOf(String) - Static method in class soot.util.StringTools
-
Returns fromString, but with non-isalpha() characters printed as '\\unnnn'
.
- getEscaping() - Method in class soot.jimple.toolkits.annotation.purity.PurityGraph
-
- getExceHandlers() - Method in class soot.jimple.toolkits.thread.mhp.PegGraph
-
- getException() - Method in class soot.AbstractTrap
-
- getException(int) - Method in class soot.JastAddJ.AnnotationMethodDecl
-
Retrieves the element at index i
in the Exception list..
- getException(int) - Method in class soot.JastAddJ.BridgeMethodDecl
-
Retrieves the element at index i
in the Exception list..
- getException(int) - Method in class soot.JastAddJ.ConstructorDecl
-
Retrieves the element at index i
in the Exception list..
- getException(int) - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
Retrieves the element at index i
in the Exception list..
- getException(int) - Method in class soot.JastAddJ.GenericConstructorDecl
-
Retrieves the element at index i
in the Exception list..
- getException(int) - Method in class soot.JastAddJ.GenericMethodDecl
-
Retrieves the element at index i
in the Exception list..
- getException(int) - Method in class soot.JastAddJ.MethodDecl
-
Retrieves the element at index i
in the Exception list..
- getException(int) - Method in class soot.JastAddJ.MethodDeclSubstituted
-
Retrieves the element at index i
in the Exception list..
- getException(int) - Method in class soot.JastAddJ.ParConstructorDecl
-
Retrieves the element at index i
in the Exception list..
- getException(int) - Method in class soot.JastAddJ.ParMethodDecl
-
Retrieves the element at index i
in the Exception list..
- getException(int) - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Retrieves the element at index i
in the Exception list..
- getException(int) - Method in class soot.JastAddJ.RawConstructorDecl
-
Retrieves the element at index i
in the Exception list..
- getException(int) - Method in class soot.JastAddJ.RawMethodDecl
-
Retrieves the element at index i
in the Exception list..
- getException() - Method in interface soot.Trap
-
Returns the exception being caught.
- getExceptionalPredsOf(Block) - Method in class soot.toolkits.graph.ExceptionalBlockGraph
-
- getExceptionalPredsOf(N) - Method in interface soot.toolkits.graph.ExceptionalGraph
-
Returns a list of nodes which are predecessors of a given node when only exceptional control flow is considered.
- getExceptionalPredsOf(Unit) - Method in class soot.toolkits.graph.ExceptionalUnitGraph
-
- getExceptionalSuccsOf(Block) - Method in class soot.toolkits.graph.ExceptionalBlockGraph
-
- getExceptionalSuccsOf(N) - Method in interface soot.toolkits.graph.ExceptionalGraph
-
Returns a list of nodes which are successors of a given node when only exceptional control flow is considered.
- getExceptionalSuccsOf(Unit) - Method in class soot.toolkits.graph.ExceptionalUnitGraph
-
- getExceptionDests(Block) - Method in class soot.toolkits.graph.ExceptionalBlockGraph
-
- getExceptionDests(N) - Method in interface soot.toolkits.graph.ExceptionalGraph
-
Returns a collection of
ExceptionDest
objects which represent how exceptions
thrown by a specified node will be handled.
- getExceptionDests(Unit) - Method in class soot.toolkits.graph.ExceptionalUnitGraph
-
Returns a collection of
ExceptionDest
objects which represent how exceptions
thrown by a specified unit will be handled.
- getExceptionList() - Method in class soot.JastAddJ.AnnotationMethodDecl
-
Retrieves the Exception list.
- getExceptionList() - Method in class soot.JastAddJ.BridgeMethodDecl
-
Retrieves the Exception list.
- getExceptionList() - Method in class soot.JastAddJ.ConstructorDecl
-
Retrieves the Exception list.
- getExceptionList() - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
Retrieves the Exception list.
- getExceptionList() - Method in class soot.JastAddJ.GenericConstructorDecl
-
Retrieves the Exception list.
- getExceptionList() - Method in class soot.JastAddJ.GenericMethodDecl
-
Retrieves the Exception list.
- getExceptionList() - Method in class soot.JastAddJ.MethodDecl
-
Retrieves the Exception list.
- getExceptionList() - Method in class soot.JastAddJ.MethodDeclSubstituted
-
Retrieves the Exception list.
- getExceptionList() - Method in class soot.JastAddJ.ParConstructorDecl
-
Retrieves the Exception list.
- getExceptionList() - Method in class soot.JastAddJ.ParMethodDecl
-
Retrieves the Exception list.
- getExceptionList() - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Retrieves the Exception list.
- getExceptionList() - Method in class soot.JastAddJ.RawConstructorDecl
-
Retrieves the Exception list.
- getExceptionList() - Method in class soot.JastAddJ.RawMethodDecl
-
Retrieves the Exception list.
- getExceptionListNoTransform() - Method in class soot.JastAddJ.AnnotationMethodDecl
-
Retrieves the Exception list.
- getExceptionListNoTransform() - Method in class soot.JastAddJ.BridgeMethodDecl
-
Retrieves the Exception list.
- getExceptionListNoTransform() - Method in class soot.JastAddJ.ConstructorDecl
-
Retrieves the Exception list.
- getExceptionListNoTransform() - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
Retrieves the Exception list.
- getExceptionListNoTransform() - Method in class soot.JastAddJ.GenericConstructorDecl
-
Retrieves the Exception list.
- getExceptionListNoTransform() - Method in class soot.JastAddJ.GenericMethodDecl
-
Retrieves the Exception list.
- getExceptionListNoTransform() - Method in class soot.JastAddJ.MethodDecl
-
Retrieves the Exception list.
- getExceptionListNoTransform() - Method in class soot.JastAddJ.MethodDeclSubstituted
-
Retrieves the Exception list.
- getExceptionListNoTransform() - Method in class soot.JastAddJ.ParConstructorDecl
-
Retrieves the Exception list.
- getExceptionListNoTransform() - Method in class soot.JastAddJ.ParMethodDecl
-
Retrieves the Exception list.
- getExceptionListNoTransform() - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Retrieves the Exception list.
- getExceptionListNoTransform() - Method in class soot.JastAddJ.RawConstructorDecl
-
Retrieves the Exception list.
- getExceptionListNoTransform() - Method in class soot.JastAddJ.RawMethodDecl
-
Retrieves the Exception list.
- getExceptions() - Method in class soot.JastAddJ.AnnotationMethodDecl
-
Retrieves the Exception list.
- getExceptions() - Method in class soot.JastAddJ.BridgeMethodDecl
-
Retrieves the Exception list.
- getExceptions() - Method in class soot.JastAddJ.ConstructorDecl
-
Retrieves the Exception list.
- getExceptions() - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
Retrieves the Exception list.
- getExceptions() - Method in class soot.JastAddJ.GenericConstructorDecl
-
Retrieves the Exception list.
- getExceptions() - Method in class soot.JastAddJ.GenericMethodDecl
-
Retrieves the Exception list.
- getExceptions() - Method in class soot.JastAddJ.MethodDecl
-
Retrieves the Exception list.
- getExceptions() - Method in class soot.JastAddJ.MethodDeclSubstituted
-
Retrieves the Exception list.
- getExceptions() - Method in class soot.JastAddJ.ParConstructorDecl
-
Retrieves the Exception list.
- getExceptions() - Method in class soot.JastAddJ.ParMethodDecl
-
Retrieves the Exception list.
- getExceptions() - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Retrieves the Exception list.
- getExceptions() - Method in class soot.JastAddJ.RawConstructorDecl
-
Retrieves the Exception list.
- getExceptions() - Method in class soot.JastAddJ.RawMethodDecl
-
Retrieves the Exception list.
- getExceptions() - Method in class soot.SootMethod
-
Returns a backed list of the exceptions thrown by this method.
- getExceptionsNoTransform() - Method in class soot.JastAddJ.AnnotationMethodDecl
-
Retrieves the Exception list.
- getExceptionsNoTransform() - Method in class soot.JastAddJ.BridgeMethodDecl
-
Retrieves the Exception list.
- getExceptionsNoTransform() - Method in class soot.JastAddJ.ConstructorDecl
-
Retrieves the Exception list.
- getExceptionsNoTransform() - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
Retrieves the Exception list.
- getExceptionsNoTransform() - Method in class soot.JastAddJ.GenericConstructorDecl
-
Retrieves the Exception list.
- getExceptionsNoTransform() - Method in class soot.JastAddJ.GenericMethodDecl
-
Retrieves the Exception list.
- getExceptionsNoTransform() - Method in class soot.JastAddJ.MethodDecl
-
Retrieves the Exception list.
- getExceptionsNoTransform() - Method in class soot.JastAddJ.MethodDeclSubstituted
-
Retrieves the Exception list.
- getExceptionsNoTransform() - Method in class soot.JastAddJ.ParConstructorDecl
-
Retrieves the Exception list.
- getExceptionsNoTransform() - Method in class soot.JastAddJ.ParMethodDecl
-
Retrieves the Exception list.
- getExceptionsNoTransform() - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Retrieves the Exception list.
- getExceptionsNoTransform() - Method in class soot.JastAddJ.RawConstructorDecl
-
Retrieves the Exception list.
- getExceptionsNoTransform() - Method in class soot.JastAddJ.RawMethodDecl
-
Retrieves the Exception list.
- getExceptionsUnsafe() - Method in class soot.SootMethod
-
- getExceptionTypesOf(Unit, Body) - Static method in class soot.TrapManager
-
Given a body and a unit handling an exception, returns the list of exception types possibly caught by the handler.
- getExitmonitor() - Method in class soot.jimple.parser.node.AExitmonitorStatement
-
- getExpr() - Method in class soot.JastAddJ.ArrayAccess
-
Retrieves the Expr child.
- getExpr() - Method in class soot.JastAddJ.ArrayTypeWithSizeAccess
-
Retrieves the Expr child.
- getExpr() - Method in class soot.JastAddJ.AssertStmt
-
Retrieves the (optional) Expr child.
- getExpr() - Method in class soot.JastAddJ.CastExpr
-
Retrieves the Expr child.
- getExpr() - Method in class soot.JastAddJ.Dims
-
Retrieves the (optional) Expr child.
- getExpr() - Method in class soot.JastAddJ.ElementConstantValue
-
Retrieves the Expr child.
- getExpr() - Method in class soot.JastAddJ.EnhancedForStmt
-
Retrieves the Expr child.
- getExpr() - Method in class soot.JastAddJ.ExprStmt
-
Retrieves the Expr child.
- getExpr() - Method in class soot.JastAddJ.InstanceOfExpr
-
Retrieves the Expr child.
- getExpr() - Method in class soot.JastAddJ.ParExpr
-
Retrieves the Expr child.
- getExpr() - Method in class soot.JastAddJ.SwitchStmt
-
Retrieves the Expr child.
- getExpr() - Method in class soot.JastAddJ.SynchronizedStmt
-
Retrieves the Expr child.
- getExpr() - Method in class soot.JastAddJ.ThrowStmt
-
Retrieves the Expr child.
- getExpression() - Method in class soot.jimple.parser.node.AAssignStatement
-
- getExprNoTransform() - Method in class soot.JastAddJ.ArrayAccess
-
Retrieves the Expr child.
- getExprNoTransform() - Method in class soot.JastAddJ.ArrayTypeWithSizeAccess
-
Retrieves the Expr child.
- getExprNoTransform() - Method in class soot.JastAddJ.CastExpr
-
Retrieves the Expr child.
- getExprNoTransform() - Method in class soot.JastAddJ.ElementConstantValue
-
Retrieves the Expr child.
- getExprNoTransform() - Method in class soot.JastAddJ.EnhancedForStmt
-
Retrieves the Expr child.
- getExprNoTransform() - Method in class soot.JastAddJ.ExprStmt
-
Retrieves the Expr child.
- getExprNoTransform() - Method in class soot.JastAddJ.InstanceOfExpr
-
Retrieves the Expr child.
- getExprNoTransform() - Method in class soot.JastAddJ.ParExpr
-
Retrieves the Expr child.
- getExprNoTransform() - Method in class soot.JastAddJ.SwitchStmt
-
Retrieves the Expr child.
- getExprNoTransform() - Method in class soot.JastAddJ.SynchronizedStmt
-
Retrieves the Expr child.
- getExprNoTransform() - Method in class soot.JastAddJ.ThrowStmt
-
Retrieves the Expr child.
- getExprOpt() - Method in class soot.JastAddJ.AssertStmt
-
- getExprOpt() - Method in class soot.JastAddJ.Dims
-
- getExprOptNoTransform() - Method in class soot.JastAddJ.AssertStmt
-
Retrieves the optional node for child Expr.
- getExprOptNoTransform() - Method in class soot.JastAddJ.Dims
-
Retrieves the optional node for child Expr.
- getExtCalls(SootClass) - Method in class soot.jimple.toolkits.infoflow.UseFinder
-
- getExtendedBasicBlockPathBetween(Unit, Unit) - Method in class soot.toolkits.graph.UnitGraph
-
Look for a path in graph, from def to use.
- getExtends() - Method in class soot.jimple.parser.node.AExtendsClause
-
- getExtendsClause() - Method in class soot.jimple.parser.node.AFile
-
- getExtensionFor(int) - Method in class soot.SourceLocator
-
- getExtFieldAccesses(SootClass) - Method in class soot.jimple.toolkits.infoflow.UseFinder
-
- getExtFields(SootClass) - Method in class soot.jimple.toolkits.infoflow.UseFinder
-
- getExtMethods(SootClass) - Method in class soot.jimple.toolkits.infoflow.UseFinder
-
- getFactory() - Static method in class soot.jimple.spark.sets.BitPointsToSet
-
- getFactory(P2SetFactory, P2SetFactory) - Static method in class soot.jimple.spark.sets.DoublePointsToSet
-
- getFactory() - Static method in class soot.jimple.spark.sets.HashPointsToSet
-
- getFactory() - Static method in class soot.jimple.spark.sets.HybridPointsToSet
-
- getFactory() - Static method in class soot.jimple.spark.sets.SharedHybridSet
-
- getFactory() - Static method in class soot.jimple.spark.sets.SharedListSet
-
- getFactory() - Static method in class soot.jimple.spark.sets.SortedArraySet
-
- getFallFlowAfter(Unit) - Method in class soot.toolkits.scalar.BranchedFlowAnalysis
-
- getFallThroughUnitOf(Unit) - Method in class soot.tagkit.TryCatchTag
-
- getFalse() - Static method in class soot.rtlib.tamiflex.OpaquePredicate
-
- getFalseExpr() - Method in class soot.JastAddJ.ConditionalExpr
-
Retrieves the FalseExpr child.
- getFalseExprNoTransform() - Method in class soot.JastAddJ.ConditionalExpr
-
Retrieves the FalseExpr child.
- getFastHierarchy() - Method in class soot.jimple.spark.internal.TypeManager
-
- getFastHierarchy() - Method in class soot.Scene
-
Retrieves the active fast hierarchy
- getField() - Method in interface soot.baf.FieldArgInst
-
- getField() - Method in class soot.baf.internal.BFieldGetInst
-
- getField() - Method in class soot.baf.internal.BFieldPutInst
-
- getField() - Method in class soot.baf.internal.BStaticGetInst
-
- getField() - Method in class soot.baf.internal.BStaticPutInst
-
- getField() - Method in interface soot.jimple.FieldRef
-
- getField() - Method in class soot.jimple.internal.AbstractInstanceFieldRef
-
- getField() - Method in class soot.jimple.spark.pag.AllocDotField
-
Returns the field of this node.
- getField() - Method in class soot.jimple.spark.pag.FieldRefNode
-
Returns the field of this field reference.
- getField() - Method in class soot.jimple.StaticFieldRef
-
- getField() - Method in class soot.jimple.toolkits.annotation.purity.PurityEdge
-
- getField(String) - Method in class soot.Scene
-
- getField(String, Type) - Method in class soot.SootClass
-
Returns the field of this class with the given name and type.
- getField(String) - Method in class soot.SootClass
-
Returns the field of this class with the given subsignature.
- getFieldByName(String) - Method in class soot.SootClass
-
Returns the field of this class with the given name.
- getFieldByNameUnsafe(String) - Method in class soot.SootClass
-
Returns the field of this class with the given name.
- getFieldCount() - Method in class soot.SootClass
-
Returns the number of fields in this class.
- getFieldDecl() - Method in class soot.JastAddJ.FieldDeclaration
-
- getFieldDeclaration() - Method in class soot.JastAddJ.BoundFieldAccess
-
Retrieves the value for the lexeme FieldDeclaration.
- getFieldInfo(SootField) - Method in class soot.jimple.toolkits.annotation.arraycheck.ClassFieldAnalysis
-
- getFieldInits() - Method in class soot.javaToJimple.PolyglotMethodSource
-
- getFieldName(Local) - Method in class soot.dava.toolkits.base.renamer.heuristicSet
-
- getFieldName() - Method in class soot.dava.toolkits.base.renamer.heuristicTuple
-
- getFieldName() - Method in class soot.jimple.parser.node.AFieldSignature
-
- getFieldNameForClassLit(Type) - Static method in class soot.javaToJimple.Util
-
- getFieldNumberer() - Method in class soot.Scene
-
- getFieldObject() - Method in class soot.jimple.toolkits.pointer.representations.Environment
-
- getFieldRef() - Method in interface soot.baf.FieldArgInst
-
- getFieldRef() - Method in class soot.baf.internal.BFieldGetInst
-
- getFieldRef() - Method in class soot.baf.internal.BFieldPutInst
-
- getFieldRef() - Method in class soot.baf.internal.BStaticGetInst
-
- getFieldRef() - Method in class soot.baf.internal.BStaticPutInst
-
- getFieldRef() - Method in class soot.dava.internal.javaRep.DVariableDeclarationStmt
-
- getFieldRef(Field) - Method in class soot.javaToJimple.AbstractJimpleBodyBuilder
-
- getFieldRef(Field) - Method in class soot.javaToJimple.JimpleBodyBuilder
-
creates a field ref
- getFieldRef() - Method in interface soot.jimple.FieldRef
-
- getFieldRef() - Method in class soot.jimple.internal.AbstractInstanceFieldRef
-
- getFieldRef() - Method in class soot.jimple.internal.AbstractStmt
-
- getFieldRef() - Method in class soot.jimple.internal.JAssignStmt
-
- getFieldRef() - Method in class soot.jimple.MethodHandle
-
- getFieldRef() - Method in class soot.jimple.parser.node.AFieldReference
-
- getFieldRef() - Method in class soot.jimple.StaticFieldRef
-
- getFieldRef() - Method in interface soot.jimple.Stmt
-
- getFieldRefBox() - Method in class soot.dava.internal.javaRep.DVariableDeclarationStmt
-
- getFieldRefBox() - Method in class soot.jimple.internal.AbstractStmt
-
- getFieldRefBox() - Method in class soot.jimple.internal.JAssignStmt
-
- getFieldRefBox() - Method in interface soot.jimple.Stmt
-
- getFieldRefNodeNumberer() - Method in class soot.jimple.spark.pag.PAG
-
- getFields() - Method in class soot.jimple.spark.pag.AllocNode
-
- getFields() - Method in class soot.jimple.toolkits.pointer.FullRWSet
-
- getFields() - Method in class soot.jimple.toolkits.pointer.MethodRWSet
-
Returns an iterator over any fields read/written.
- getFields() - Method in class soot.jimple.toolkits.pointer.RWSet
-
- getFields() - Method in class soot.jimple.toolkits.pointer.SiteRWSet
-
Returns an iterator over any fields read/written.
- getFields() - Method in class soot.jimple.toolkits.pointer.StmtRWSet
-
Returns an iterator over any fields read/written.
- getFields() - Method in class soot.SootClass
-
Returns a backed Chain of fields.
- getFieldSignature() - Method in class soot.jimple.parser.node.ALocalFieldRef
-
- getFieldSignature() - Method in class soot.jimple.parser.node.ASigFieldRef
-
- getFieldsWithConstantValues() - Method in class soot.dava.toolkits.base.AST.interProcedural.ConstantFieldValueFinder
-
- getFieldUnsafe(String, Type) - Method in class soot.SootClass
-
Returns the field of this class with the given name and type.
- getFieldUnsafe(String) - Method in class soot.SootClass
-
Returns the field of this class with the given subsignature.
- getFigures() - Method in class soot.jimple.spark.geom.geomE.GeometricManager
-
- getFigures() - Method in class soot.jimple.spark.geom.geomPA.IFigureManager
-
- getFigures() - Method in class soot.jimple.spark.geom.heapinsE.HeapInsIntervalManager
-
- getFigures() - Method in class soot.jimple.spark.geom.ptinsE.PtInsIntervalManager
-
- getFile() - Method in class soot.FoundFile
-
- getFileBody() - Method in class soot.jimple.parser.node.AFile
-
- getFileName() - Method in class soot.tagkit.SourceLnNamePosTag
-
- getFileNameFor(SootClass, int) - Method in class soot.SourceLocator
-
- getFilePath() - Method in class soot.dexpler.DexFileProvider.DexContainer
-
- getFilePath() - Method in class soot.FoundFile
-
- getFileSystemObject() - Method in class soot.jimple.toolkits.pointer.representations.Environment
-
- getFileType() - Method in class soot.jimple.parser.node.AFile
-
- getFinal() - Method in class soot.jimple.parser.node.AFinalModifier
-
- getFinally() - Method in class soot.JastAddJ.TryStmt
-
Retrieves the (optional) Finally child.
- getFinally() - Method in class soot.JastAddJ.TryWithResources
-
Retrieves the (optional) Finally child.
- getFinallyOpt() - Method in class soot.JastAddJ.TryStmt
-
- getFinallyOpt() - Method in class soot.JastAddJ.TryWithResources
-
- getFinallyOptNoTransform() - Method in class soot.JastAddJ.TryStmt
-
Retrieves the optional node for child Finally.
- getFinallyOptNoTransform() - Method in class soot.JastAddJ.TryWithResources
-
Retrieves the optional node for child Finally.
- getFinalsList() - Method in class soot.javaToJimple.PolyglotMethodSource
-
- getFinishedOrder() - Method in class soot.jimple.toolkits.thread.mhp.SCC
-
- getfirst() - Method in class soot.JastAddJ.AssertStmt
-
Retrieves the first child.
- getFirst() - Method in class soot.jimple.parser.node.AFieldSignature
-
- getFirst() - Method in class soot.jimple.parser.node.AMethodSignature
-
- getFirst() - Method in class soot.PatchingChain
-
Returns the first object in this Chain.
- getFirst() - Method in interface soot.toolkits.graph.pdg.IRegion
-
- getFirst() - Method in class soot.toolkits.graph.pdg.PDGRegion
-
- getFirst() - Method in class soot.toolkits.graph.pdg.Region
-
- getFirst() - Method in interface soot.util.Chain
-
Returns the first object in this Chain.
- getFirst() - Method in class soot.util.EmptyChain
-
- getFirst() - Method in class soot.util.HashChain
-
- getFirstl() - Method in class soot.jimple.parser.node.ADynamicInvokeExpr
-
- getFirstNonIdentityStmt() - Method in class soot.jimple.JimpleBody
-
Returns the first non-identity stmt in this body.
- getfirstNoTransform() - Method in class soot.JastAddJ.AssertStmt
-
Retrieves the first child.
- getFirstr() - Method in class soot.jimple.parser.node.ADynamicInvokeExpr
-
- getFirstUseToAliasSet() - Method in class soot.jimple.toolkits.scalar.EqualUsesAnalysis
-
Deprecated.
- getFixedArrayDescriptor() - Method in class soot.jimple.parser.node.AArrayNewExpr
-
- getFixedArrayDescriptor() - Method in class soot.jimple.parser.node.AIdentArrayRef
-
- getFixedArrayDescriptor() - Method in class soot.jimple.parser.node.AQuotedArrayRef
-
- getFloat() - Static method in class soot.jbco.util.Rand
-
- getFloat() - Method in class soot.jimple.parser.node.AFloatBaseType
-
- getFloat() - Method in class soot.jimple.parser.node.AFloatBaseTypeNoName
-
- getFloat(Map<String, String>, String) - Static method in class soot.PhaseOptions
-
This method returns the float value of "name" in options or 1.0 if "name" is not found.
- getFloatConstant() - Method in class soot.jimple.parser.node.AFloatConstant
-
- getFloatValue() - Method in class soot.tagkit.FloatConstantValueTag
-
- getFlow(N, N) - Method in class soot.toolkits.scalar.FlowAnalysis
-
You can specify which flow set you would like to use of node from
- getFlowAfter(N) - Method in class soot.toolkits.scalar.FlowAnalysis
-
Accessor function returning value of OUT set for s.
- getFlowBefore(Object) - Method in class soot.jimple.toolkits.scalar.pre.EarliestnessComputation
-
returns the FlowSet of expressions, that have their earliest computation just before node
.
- getFlowBefore(Object) - Method in class soot.jimple.toolkits.scalar.pre.LatestComputation
-
returns the set of expressions, that have their latest computation just before node
.
- getFlowBefore(N) - Method in class soot.toolkits.scalar.AbstractFlowAnalysis
-
Accessor function returning value of IN set for s.
- getFlowBefore(N) - Method in class soot.toolkits.scalar.FlowAnalysis
-
- getFlowBefore(N) - Method in class soot.toolkits.scalar.ForwardFlowAnalysisExtended
-
Accessor function returning value of IN set for s.
- getFlowsToHelper(AllocAndContext) - Method in class soot.jimple.spark.ondemand.DemandCSPointsTo
-
- getFreeLiveMemory() - Static method in class soot.jimple.spark.ondemand.pautil.SootUtil
-
- getFrom() - Method in class soot.jimple.parser.node.ACatchClause
-
- getFromLabel() - Method in class soot.jimple.parser.node.ACatchClause
-
- getFromMap(Map<N, Map<N, A>>, N, N) - Method in class soot.toolkits.scalar.ForwardFlowAnalysisExtended
-
- getFromType() - Method in class soot.baf.internal.BPrimitiveCastInst
-
- getFromType() - Method in class soot.baf.internal.BSwapInst
-
- getFromType() - Method in interface soot.baf.PrimitiveCastInst
-
- getFromType() - Method in interface soot.baf.SwapInst
-
- getFullIdentifier() - Method in class soot.jimple.parser.node.AFullIdentClassName
-
- getFullIdentifier() - Method in class soot.jimple.parser.node.AFullIdentNonvoidType
-
- getFuzzyConstantValueOf(Value) - Static method in class soot.shimple.toolkits.scalar.SEvaluator
-
If a normal expression contains Bottom, always return Bottom.
- getFuzzyConstantValueOf(Value, Map<Local, Constant>) - Static method in class soot.shimple.toolkits.scalar.SEvaluator
-
Get the constant value of the expression given the assumptions in the localToConstant map (may contain Top and Bottom).
- getG() - Method in interface soot.G.GlobalObjectGetter
-
- getGenericMethodDecl() - Method in class soot.JastAddJ.ParMethodDecl
-
Retrieves the value for the lexeme GenericMethodDecl.
- getGenericMethodDecl() - Method in class soot.JastAddJ.RawMethodDecl
-
Retrieves the value for the lexeme GenericMethodDecl.
- getGlobals() - Method in class soot.jimple.toolkits.pointer.FullRWSet
-
Returns an iterator over any globals read/written.
- getGlobals() - Method in class soot.jimple.toolkits.pointer.MethodRWSet
-
Returns an iterator over any globals read/written.
- getGlobals() - Method in class soot.jimple.toolkits.pointer.RWSet
-
- getGlobals() - Method in class soot.jimple.toolkits.pointer.SiteRWSet
-
Returns an iterator over any globals read/written.
- getGlobals() - Method in class soot.jimple.toolkits.pointer.StmtRWSet
-
Returns an iterator over any globals read/written.
- getGlobalValueNumber(Local) - Method in interface soot.shimple.toolkits.graph.GlobalValueNumberer
-
- getGlobalValueNumber(Local) - Method in class soot.shimple.toolkits.graph.SimpleGlobalValueNumberer
-
- getGlobalValueNumberer() - Method in class soot.shimple.DefaultShimpleFactory
-
- getGlobalValueNumberer() - Method in interface soot.shimple.ShimpleFactory
-
- getGode() - Method in class soot.toolkits.graph.DominatorNode
-
Returns the node (from the original DirectedGraph) encapsulated by this DominatorNode.
- getGoto() - Method in class soot.jimple.parser.node.AGotoStmt
-
- getGotoStmt() - Method in class soot.jimple.parser.node.ACaseStmt
-
- getGotoStmt() - Method in class soot.jimple.parser.node.AGotoStatement
-
- getGotoStmt() - Method in class soot.jimple.parser.node.AIfStatement
-
- getGraph() - Method in interface soot.toolkits.graph.DominatorsFinder
-
Returns the graph to which the analysis pertains.
- getGraph() - Method in class soot.toolkits.graph.DominatorTree
-
- getGraph() - Method in class soot.toolkits.graph.MHGDominatorsFinder
-
- getGraph() - Method in class soot.toolkits.graph.SimpleDominatorsFinder
-
- getGraph() - Method in class soot.toolkits.scalar.SmartLocalDefs
-
Returns the associated unit graph.
- getGraphType(String) - Static method in class soot.util.cfgcmd.CFGGraphType
-
Returns the CFGGraphType
identified by the passed name.
- getGreen() - Method in class soot.tagkit.ColorTag
-
- getGuaranteedDefs(Unit) - Method in class soot.toolkits.scalar.GuaranteedDefs
-
Returns a list of locals guaranteed to be defined at (just before) program point s.
- getHandlerNode() - Method in class soot.toolkits.graph.ExceptionalBlockGraph.ExceptionDest
-
- getHandlerNode() - Method in interface soot.toolkits.graph.ExceptionalGraph.ExceptionDest
-
Returns the CFG node corresponding to the beginning of the exception handler that catches the exceptions (that is, the
node that includes trap().getBeginUnit()
).
- getHandlerNode() - Method in class soot.toolkits.graph.ExceptionalUnitGraph.ExceptionDest
-
- getHandlerUnit() - Method in class soot.AbstractTrap
-
- getHandlerUnit() - Method in interface soot.Trap
-
Returns the unit handling the exception being trapped.
- getHandlerUnitBox() - Method in class soot.AbstractTrap
-
- getHandlerUnitBox() - Method in interface soot.Trap
-
Returns the box holding the exception handler's unit.
- getHandleTag() - Method in interface soot.baf.DynamicInvokeInst
-
- getHandleTag() - Method in class soot.baf.internal.BDynamicInvokeInst
-
- getHandleTag() - Method in class soot.grimp.internal.GDynamicInvokeExpr
-
- getHandleTag() - Method in interface soot.jimple.DynamicInvokeExpr
-
- getHandleTag() - Method in class soot.jimple.internal.JDynamicInvokeExpr
-
- getHasOuterRefInInit() - Method in class soot.javaToJimple.InitialResolver
-
- getHead() - Method in class soot.jimple.toolkits.annotation.logic.Loop
-
- getHead() - Method in class soot.toolkits.graph.Block
-
Returns the first unit in this block.
- getHead() - Method in class soot.toolkits.graph.DominatorTree
-
Gets the first head of the dominator tree.
- getHeader() - Method in class soot.toolkits.graph.pdg.LoopedPDGNode
-
- getHeads() - Method in class soot.dava.internal.asg.AugmentedStmtGraph
-
- getHeads() - Method in class soot.jimple.toolkits.annotation.purity.DirectedCallGraph
-
You get a List of SootMethod.
- getHeads() - Method in class soot.jimple.toolkits.thread.mhp.pegcallgraph.PegCallGraph
-
- getHeads() - Method in class soot.jimple.toolkits.thread.mhp.PegChain
-
- getHeads() - Method in class soot.jimple.toolkits.thread.mhp.PegGraph
-
- getHeads() - Method in class soot.toolkits.graph.BlockGraph
-
- getHeads() - Method in interface soot.toolkits.graph.DirectedGraph
-
Returns a list of entry points for this graph.
- getHeads() - Method in class soot.toolkits.graph.DominatorTree
-
- getHeads() - Method in class soot.toolkits.graph.DominatorTreeAdapter
-
- getHeads() - Method in class soot.toolkits.graph.HashMutableDirectedGraph
-
- getHeads() - Method in class soot.toolkits.graph.HashMutableEdgeLabelledDirectedGraph
-
- getHeads() - Method in class soot.toolkits.graph.HashReversibleGraph
-
- getHeads() - Method in class soot.toolkits.graph.InverseGraph
-
Returns a list of entry points for this graph.
- getHeads() - Method in class soot.toolkits.graph.UnitGraph
-
- getHeuristic(Local, int) - Method in class soot.dava.toolkits.base.renamer.heuristicSet
-
- getHeuristic(int) - Method in class soot.dava.toolkits.base.renamer.heuristicTuple
-
- getHeuristic(HeuristicType, TypeManager, int) - Static method in enum soot.jimple.spark.ondemand.HeuristicType
-
- getHeuristicSet() - Method in class soot.dava.toolkits.base.renamer.infoGatheringAnalysis
-
- getHeuristicType() - Method in class soot.jimple.spark.ondemand.DemandCSPointsTo
-
- getHighIndex() - Method in class soot.baf.internal.BTableSwitchInst
-
- getHighIndex() - Method in interface soot.baf.TableSwitchInst
-
- getHighIndex() - Method in class soot.jimple.internal.JTableSwitchStmt
-
- getHighIndex() - Method in interface soot.jimple.TableSwitchStmt
-
- getId() - Method in class beaver.Symbol
-
Returns an ID of this symbol.
- getID() - Method in class soot.JastAddJ.AbstractWildcardType
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.AmbiguousAccess
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.Annotation
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.AnnotationDecl
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.AnnotationMethodDecl
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.AnonymousDecl
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.ArrayDecl
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.ArrayTypeAccess
-
- getID() - Method in class soot.JastAddJ.BooleanType
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.BoundFieldAccess
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.BoundMethodAccess
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.BoundTypeAccess
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.BridgeMethodDecl
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.BytecodeTypeAccess
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.ByteType
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.CatchParameterDeclaration
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.CharType
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.ClassDecl
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.ClassDeclSubstituted
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.ConstructorAccess
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.ConstructorDecl
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.DoubleType
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.EmptyType
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.EnumConstant
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.EnumDecl
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.FieldDeclaration
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.FieldDeclarationSubstituted
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.FloatingPointType
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.FloatType
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.GenericClassDecl
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.GenericConstructorDecl
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.GenericInterfaceDecl
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.GenericMethodDecl
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.GLBType
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.IdUse
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.IntegralType
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.InterfaceDecl
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.InterfaceDeclSubstituted
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.IntType
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.LongType
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.LUBType
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.MethodAccess
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.MethodDecl
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.MethodDeclSubstituted
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.Modifier
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.NullType
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.NumericType
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.PackageOrTypeAccess
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.ParameterDeclaration
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.ParameterDeclarationSubstituted
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.ParClassDecl
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.ParConstructorAccess
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.ParConstructorDecl
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.ParInterfaceDecl
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.ParMethodAccess
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.ParMethodDecl
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.ParseName
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.ParSuperConstructorAccess
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.PrimitiveType
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.PrimitiveTypeAccess
-
- getID() - Method in class soot.JastAddJ.RawClassDecl
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.RawConstructorDecl
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.RawInterfaceDecl
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.RawMethodDecl
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.ReferenceType
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.ResourceDeclaration
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.ShortType
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.SingleStaticImportDecl
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.SuperAccess
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.SuperConstructorAccess
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.ThisAccess
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.TypeAccess
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.TypeDecl
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.TypeVariable
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.UnknownType
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.VarAccess
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.VariableArityParameterDeclaration
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.VariableArityParameterDeclarationSubstituted
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.VariableDecl
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.VariableDeclaration
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.VoidType
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.WildcardExtendsType
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.WildcardSuperType
-
Retrieves the value for the lexeme ID.
- getID() - Method in class soot.JastAddJ.WildcardType
-
Retrieves the value for the lexeme ID.
- getId() - Method in class soot.jimple.parser.node.AClzzConstant
-
- getID() - Method in interface soot.toolkits.graph.pdg.IRegion
-
- getID() - Method in class soot.toolkits.graph.pdg.PDGRegion
-
- getID() - Method in class soot.toolkits.graph.pdg.Region
-
- getID_computed - Variable in class soot.JastAddJ.ArrayTypeAccess
-
- getID_computed - Variable in class soot.JastAddJ.PrimitiveTypeAccess
-
- getID_value - Variable in class soot.JastAddJ.ArrayTypeAccess
-
- getID_value - Variable in class soot.JastAddJ.PrimitiveTypeAccess
-
- getIdentifier() - Method in class soot.jimple.parser.node.AIdentArrayRef
-
- getIdentifier() - Method in class soot.jimple.parser.node.AIdentClassName
-
- getIdentifier() - Method in class soot.jimple.parser.node.AIdentName
-
- getIdentifier() - Method in class soot.jimple.parser.node.AIdentNonvoidType
-
- getIdentifier() - Method in class soot.jimple.parser.node.ALabelName
-
- getIDFromSootMethod(SootMethod) - Method in class soot.jimple.spark.geom.geomPA.GeomPointsTo
-
Get Internal ID for soot method @param sm
- getIf() - Method in class soot.jimple.parser.node.AIfStatement
-
- getIfBody() - Method in class soot.dava.internal.AST.ASTIfElseNode
-
- getIfBody() - Method in class soot.dava.internal.AST.ASTIfNode
-
- getIgnoreUnits() - Method in class soot.toDex.DexArrayInitDetector
-
- getImmediate() - Method in class soot.jimple.parser.node.AArrayDescriptor
-
- getImmediate() - Method in class soot.jimple.parser.node.ACastExpression
-
- getImmediate() - Method in class soot.jimple.parser.node.AEntermonitorStatement
-
- getImmediate() - Method in class soot.jimple.parser.node.AExitmonitorStatement
-
- getImmediate() - Method in class soot.jimple.parser.node.AFixedArrayDescriptor
-
- getImmediate() - Method in class soot.jimple.parser.node.AImmediateExpression
-
- getImmediate() - Method in class soot.jimple.parser.node.AInstanceofExpression
-
- getImmediate() - Method in class soot.jimple.parser.node.ALookupswitchStatement
-
- getImmediate() - Method in class soot.jimple.parser.node.AMultiArgList
-
- getImmediate() - Method in class soot.jimple.parser.node.ARetStatement
-
- getImmediate() - Method in class soot.jimple.parser.node.AReturnStatement
-
- getImmediate() - Method in class soot.jimple.parser.node.ASingleArgList
-
- getImmediate() - Method in class soot.jimple.parser.node.ATableswitchStatement
-
- getImmediate() - Method in class soot.jimple.parser.node.AThrowStatement
-
- getImmediate() - Method in class soot.jimple.parser.node.AUnopExpr
-
- getImmediateDominator(N) - Method in interface soot.toolkits.graph.DominatorsFinder
-
Returns the immediate dominator of node or null if the node has no immediate dominator.
- getImmediateDominator(N) - Method in class soot.toolkits.graph.MHGDominatorsFinder
-
- getImmediateDominator(N) - Method in class soot.toolkits.graph.SimpleDominatorsFinder
-
- getImplementersOf(SootClass) - Method in class soot.Hierarchy
-
Returns a list of implementers of c, excluding itself.
- getImplements(int) - Method in class soot.JastAddJ.AnonymousDecl
-
Retrieves the element at index i
in the Implements list..
- getImplements(int) - Method in class soot.JastAddJ.ArrayDecl
-
Retrieves the element at index i
in the Implements list..
- getImplements(int) - Method in class soot.JastAddJ.ClassDecl
-
Retrieves the element at index i
in the Implements list..
- getImplements(int) - Method in class soot.JastAddJ.ClassDeclSubstituted
-
Retrieves the element at index i
in the Implements list..
- getImplements(int) - Method in class soot.JastAddJ.EnumDecl
-
Retrieves the element at index i
in the Implements list..
- getImplements(int) - Method in class soot.JastAddJ.GenericClassDecl
-
Retrieves the element at index i
in the Implements list..
- getImplements(int) - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Retrieves the element at index i
in the Implements list..
- getImplements(int) - Method in class soot.JastAddJ.ParClassDecl
-
Retrieves the element at index i
in the Implements list..
- getImplements(int) - Method in class soot.JastAddJ.RawClassDecl
-
Retrieves the element at index i
in the Implements list..
- getImplements(int) - Method in class soot.JastAddJ.UnknownType
-
Retrieves the element at index i
in the Implements list..
- getImplements() - Method in class soot.jimple.parser.node.AImplementsClause
-
- getImplementsClause() - Method in class soot.jimple.parser.node.AFile
-
- getImplementsList() - Method in class soot.JastAddJ.AnonymousDecl
-
- getImplementsList() - Method in class soot.JastAddJ.ArrayDecl
-
Retrieves the Implements list.
- getImplementsList() - Method in class soot.JastAddJ.ClassDecl
-
Retrieves the Implements list.
- getImplementsList() - Method in class soot.JastAddJ.ClassDeclSubstituted
-
Retrieves the Implements list.
- getImplementsList() - Method in class soot.JastAddJ.EnumDecl
-
Retrieves the Implements list.
- getImplementsList() - Method in class soot.JastAddJ.GenericClassDecl
-
Retrieves the Implements list.
- getImplementsList() - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Retrieves the Implements list.
- getImplementsList() - Method in class soot.JastAddJ.ParClassDecl
-
- getImplementsList() - Method in class soot.JastAddJ.UnknownType
-
Retrieves the Implements list.
- getImplementsList_computed - Variable in class soot.JastAddJ.AnonymousDecl
-
- getImplementsList_computed - Variable in class soot.JastAddJ.ParClassDecl
-
- getImplementsList_value - Variable in class soot.JastAddJ.AnonymousDecl
-
- getImplementsList_value - Variable in class soot.JastAddJ.ParClassDecl
-
- getImplementsListChildPosition() - Method in class soot.JastAddJ.AnonymousDecl
-
Retrieves the child position of the Implements list.
- getImplementsListChildPosition() - Method in class soot.JastAddJ.ParClassDecl
-
Retrieves the child position of the Implements list.
- getImplementsListChildPosition() - Method in class soot.JastAddJ.RawClassDecl
-
Retrieves the child position of the Implements list.
- getImplementsListNoTransform() - Method in class soot.JastAddJ.AnonymousDecl
-
Retrieves the Implements list.
- getImplementsListNoTransform() - Method in class soot.JastAddJ.ArrayDecl
-
Retrieves the Implements list.
- getImplementsListNoTransform() - Method in class soot.JastAddJ.ClassDecl
-
Retrieves the Implements list.
- getImplementsListNoTransform() - Method in class soot.JastAddJ.ClassDeclSubstituted
-
Retrieves the Implements list.
- getImplementsListNoTransform() - Method in class soot.JastAddJ.EnumDecl
-
Retrieves the Implements list.
- getImplementsListNoTransform() - Method in class soot.JastAddJ.GenericClassDecl
-
Retrieves the Implements list.
- getImplementsListNoTransform() - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Retrieves the Implements list.
- getImplementsListNoTransform() - Method in class soot.JastAddJ.ParClassDecl
-
Retrieves the Implements list.
- getImplementsListNoTransform() - Method in class soot.JastAddJ.RawClassDecl
-
Retrieves the Implements list.
- getImplementsListNoTransform() - Method in class soot.JastAddJ.UnknownType
-
Retrieves the Implements list.
- getImplementss() - Method in class soot.JastAddJ.AnonymousDecl
-
Retrieves the Implements list.
- getImplementss() - Method in class soot.JastAddJ.ArrayDecl
-
Retrieves the Implements list.
- getImplementss() - Method in class soot.JastAddJ.ClassDecl
-
Retrieves the Implements list.
- getImplementss() - Method in class soot.JastAddJ.ClassDeclSubstituted
-
Retrieves the Implements list.
- getImplementss() - Method in class soot.JastAddJ.EnumDecl
-
Retrieves the Implements list.
- getImplementss() - Method in class soot.JastAddJ.GenericClassDecl
-
Retrieves the Implements list.
- getImplementss() - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Retrieves the Implements list.
- getImplementss() - Method in class soot.JastAddJ.ParClassDecl
-
Retrieves the Implements list.
- getImplementss() - Method in class soot.JastAddJ.RawClassDecl
-
Retrieves the Implements list.
- getImplementss() - Method in class soot.JastAddJ.UnknownType
-
Retrieves the Implements list.
- getImplementssNoTransform() - Method in class soot.JastAddJ.AnonymousDecl
-
Retrieves the Implements list.
- getImplementssNoTransform() - Method in class soot.JastAddJ.ArrayDecl
-
Retrieves the Implements list.
- getImplementssNoTransform() - Method in class soot.JastAddJ.ClassDecl
-
Retrieves the Implements list.
- getImplementssNoTransform() - Method in class soot.JastAddJ.ClassDeclSubstituted
-
Retrieves the Implements list.
- getImplementssNoTransform() - Method in class soot.JastAddJ.EnumDecl
-
Retrieves the Implements list.
- getImplementssNoTransform() - Method in class soot.JastAddJ.GenericClassDecl
-
Retrieves the Implements list.
- getImplementssNoTransform() - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Retrieves the Implements list.
- getImplementssNoTransform() - Method in class soot.JastAddJ.ParClassDecl
-
Retrieves the Implements list.
- getImplementssNoTransform() - Method in class soot.JastAddJ.RawClassDecl
-
Retrieves the Implements list.
- getImplementssNoTransform() - Method in class soot.JastAddJ.UnknownType
-
Retrieves the Implements list.
- getImplicitBreaks() - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.DavaFlowSet
-
- getImplicitContinues() - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.DavaFlowSet
-
- getImplicitlyBrokenSets(ASTNode) - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.DavaFlowSet
-
- getImplicitlyContinuedSets(ASTNode) - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.DavaFlowSet
-
- getImportDecl(int) - Method in class soot.JastAddJ.AnnotatedCompilationUnit
-
Retrieves the element at index i
in the ImportDecl list..
- getImportDecl(int) - Method in class soot.JastAddJ.CompilationUnit
-
Retrieves the element at index i
in the ImportDecl list..
- getImportDecl(int) - Method in class soot.JastAddJ.PrimitiveCompilationUnit
-
Retrieves the element at index i
in the ImportDecl list..
- getImportDecl(int) - Method in class soot.JastAddJ.WildcardsCompilationUnit
-
Retrieves the element at index i
in the ImportDecl list..
- getImportDeclList() - Method in class soot.JastAddJ.AnnotatedCompilationUnit
-
Retrieves the ImportDecl list.
- getImportDeclList() - Method in class soot.JastAddJ.CompilationUnit
-
Retrieves the ImportDecl list.
- getImportDeclList() - Method in class soot.JastAddJ.PrimitiveCompilationUnit
-
Retrieves the ImportDecl list.
- getImportDeclList() - Method in class soot.JastAddJ.WildcardsCompilationUnit
-
Retrieves the ImportDecl list.
- getImportDeclListNoTransform() - Method in class soot.JastAddJ.AnnotatedCompilationUnit
-
Retrieves the ImportDecl list.
- getImportDeclListNoTransform() - Method in class soot.JastAddJ.CompilationUnit
-
Retrieves the ImportDecl list.
- getImportDeclListNoTransform() - Method in class soot.JastAddJ.PrimitiveCompilationUnit
-
Retrieves the ImportDecl list.
- getImportDeclListNoTransform() - Method in class soot.JastAddJ.WildcardsCompilationUnit
-
Retrieves the ImportDecl list.
- getImportDecls() - Method in class soot.JastAddJ.AnnotatedCompilationUnit
-
Retrieves the ImportDecl list.
- getImportDecls() - Method in class soot.JastAddJ.CompilationUnit
-
Retrieves the ImportDecl list.
- getImportDecls() - Method in class soot.JastAddJ.PrimitiveCompilationUnit
-
Retrieves the ImportDecl list.
- getImportDecls() - Method in class soot.JastAddJ.WildcardsCompilationUnit
-
Retrieves the ImportDecl list.
- getImportDeclsNoTransform() - Method in class soot.JastAddJ.AnnotatedCompilationUnit
-
Retrieves the ImportDecl list.
- getImportDeclsNoTransform() - Method in class soot.JastAddJ.CompilationUnit
-
Retrieves the ImportDecl list.
- getImportDeclsNoTransform() - Method in class soot.JastAddJ.PrimitiveCompilationUnit
-
Retrieves the ImportDecl list.
- getImportDeclsNoTransform() - Method in class soot.JastAddJ.WildcardsCompilationUnit
-
Retrieves the ImportDecl list.
- getImportList() - Method in class soot.dava.DavaBody
-
- getIn(Node) - Method in interface soot.jimple.parser.analysis.Analysis
-
- getIn(Node) - Method in class soot.jimple.parser.analysis.AnalysisAdapter
-
- getIncompatibleRegs() - Method in class soot.toDex.instructions.AbstractInsn
-
- getIncompatibleRegs() - Method in interface soot.toDex.instructions.Insn
-
- getIncompatibleRegs() - Method in class soot.toDex.instructions.Insn11n
-
- getIncompatibleRegs() - Method in class soot.toDex.instructions.Insn11x
-
- getIncompatibleRegs() - Method in class soot.toDex.instructions.Insn12x
-
- getIncompatibleRegs() - Method in class soot.toDex.instructions.Insn21c
-
- getIncompatibleRegs() - Method in class soot.toDex.instructions.Insn21s
-
- getIncompatibleRegs() - Method in class soot.toDex.instructions.Insn21t
-
- getIncompatibleRegs() - Method in class soot.toDex.instructions.Insn22b
-
- getIncompatibleRegs() - Method in class soot.toDex.instructions.Insn22c
-
- getIncompatibleRegs() - Method in class soot.toDex.instructions.Insn22s
-
- getIncompatibleRegs() - Method in class soot.toDex.instructions.Insn22t
-
- getIncompatibleRegs() - Method in class soot.toDex.instructions.Insn22x
-
- getIncompatibleRegs() - Method in class soot.toDex.instructions.Insn23x
-
- getIncompatibleRegs() - Method in class soot.toDex.instructions.Insn31i
-
- getIncompatibleRegs() - Method in class soot.toDex.instructions.Insn31t
-
- getIncompatibleRegs() - Method in class soot.toDex.instructions.Insn32x
-
- getIncompatibleRegs() - Method in class soot.toDex.instructions.Insn35c
-
- getIncompatibleRegs() - Method in class soot.toDex.instructions.Insn3rc
-
- getIncompatibleRegs() - Method in class soot.toDex.instructions.Insn51l
-
- getInCount() - Method in interface soot.baf.Inst
-
- getInCount() - Method in class soot.baf.internal.AbstractInst
-
- getInCount() - Method in class soot.baf.internal.AbstractOpTypeBranchInst
-
- getInCount() - Method in class soot.baf.internal.BAddInst
-
- getInCount() - Method in class soot.baf.internal.BAndInst
-
- getInCount() - Method in class soot.baf.internal.BArrayLengthInst
-
- getInCount() - Method in class soot.baf.internal.BArrayReadInst
-
- getInCount() - Method in class soot.baf.internal.BArrayWriteInst
-
- getInCount() - Method in class soot.baf.internal.BCmpgInst
-
- getInCount() - Method in class soot.baf.internal.BCmpInst
-
- getInCount() - Method in class soot.baf.internal.BCmplInst
-
- getInCount() - Method in class soot.baf.internal.BDivInst
-
- getInCount() - Method in class soot.baf.internal.BDupInst
-
- getInCount() - Method in class soot.baf.internal.BDynamicInvokeInst
-
- getInCount() - Method in class soot.baf.internal.BEnterMonitorInst
-
- getInCount() - Method in class soot.baf.internal.BExitMonitorInst
-
- getInCount() - Method in class soot.baf.internal.BFieldGetInst
-
- getInCount() - Method in class soot.baf.internal.BFieldPutInst
-
- getInCount() - Method in class soot.baf.internal.BGotoInst
-
- getInCount() - Method in class soot.baf.internal.BIdentityInst
-
- getInCount() - Method in class soot.baf.internal.BIfCmpEqInst
-
- getInCount() - Method in class soot.baf.internal.BIfCmpGeInst
-
- getInCount() - Method in class soot.baf.internal.BIfCmpGtInst
-
- getInCount() - Method in class soot.baf.internal.BIfCmpLeInst
-
- getInCount() - Method in class soot.baf.internal.BIfCmpLtInst
-
- getInCount() - Method in class soot.baf.internal.BIfCmpNeInst
-
- getInCount() - Method in class soot.baf.internal.BIfEqInst
-
- getInCount() - Method in class soot.baf.internal.BIfGeInst
-
- getInCount() - Method in class soot.baf.internal.BIfGtInst
-
- getInCount() - Method in class soot.baf.internal.BIfLeInst
-
- getInCount() - Method in class soot.baf.internal.BIfLtInst
-
- getInCount() - Method in class soot.baf.internal.BIfNeInst
-
- getInCount() - Method in class soot.baf.internal.BIfNonNullInst
-
- getInCount() - Method in class soot.baf.internal.BIfNullInst
-
- getInCount() - Method in class soot.baf.internal.BIncInst
-
- getInCount() - Method in class soot.baf.internal.BInstanceCastInst
-
- getInCount() - Method in class soot.baf.internal.BInstanceOfInst
-
- getInCount() - Method in class soot.baf.internal.BInterfaceInvokeInst
-
- getInCount() - Method in class soot.baf.internal.BJSRInst
-
- getInCount() - Method in class soot.baf.internal.BLoadInst
-
- getInCount() - Method in class soot.baf.internal.BLookupSwitchInst
-
- getInCount() - Method in class soot.baf.internal.BMulInst
-
- getInCount() - Method in class soot.baf.internal.BNegInst
-
- getInCount() - Method in class soot.baf.internal.BNewArrayInst
-
- getInCount() - Method in class soot.baf.internal.BNewInst
-
- getInCount() - Method in class soot.baf.internal.BNewMultiArrayInst
-
- getInCount() - Method in class soot.baf.internal.BNopInst
-
- getInCount() - Method in class soot.baf.internal.BOrInst
-
- getInCount() - Method in class soot.baf.internal.BPopInst
-
- getInCount() - Method in class soot.baf.internal.BPrimitiveCastInst
-
- getInCount() - Method in class soot.baf.internal.BPushInst
-
- getInCount() - Method in class soot.baf.internal.BRemInst
-
- getInCount() - Method in class soot.baf.internal.BReturnInst
-
- getInCount() - Method in class soot.baf.internal.BReturnVoidInst
-
- getInCount() - Method in class soot.baf.internal.BShlInst
-
- getInCount() - Method in class soot.baf.internal.BShrInst
-
- getInCount() - Method in class soot.baf.internal.BSpecialInvokeInst
-
- getInCount() - Method in class soot.baf.internal.BStaticGetInst
-
- getInCount() - Method in class soot.baf.internal.BStaticInvokeInst
-
- getInCount() - Method in class soot.baf.internal.BStaticPutInst
-
- getInCount() - Method in class soot.baf.internal.BStoreInst
-
- getInCount() - Method in class soot.baf.internal.BSubInst
-
- getInCount() - Method in class soot.baf.internal.BSwapInst
-
- getInCount() - Method in class soot.baf.internal.BTableSwitchInst
-
- getInCount() - Method in class soot.baf.internal.BThrowInst
-
- getInCount() - Method in class soot.baf.internal.BUshrInst
-
- getInCount() - Method in class soot.baf.internal.BVirtualInvokeInst
-
- getInCount() - Method in class soot.baf.internal.BXorInst
-
- getIndent() - Method in class soot.AbstractUnitPrinter
-
- getIndent() - Method in interface soot.UnitPrinter
-
- getIndex() - Method in interface soot.baf.RetInst
-
- getIndex() - Method in interface soot.jimple.ArrayRef
-
- getIndex() - Method in class soot.jimple.internal.JArrayRef
-
- getIndex() - Method in class soot.jimple.ParameterRef
-
Returns the index of this ParameterRef.
- getIndex() - Method in class soot.jimple.spark.pag.Parm
-
- getIndex2BodyList() - Method in class soot.dava.internal.AST.ASTSwitchNode
-
- getIndexBox() - Method in interface soot.jimple.ArrayRef
-
- getIndexBox() - Method in class soot.jimple.internal.JArrayRef
-
- getIndexInMethod() - Method in class soot.toolkits.graph.Block
-
Returns the index of this Block in the list of Blocks that partition it's enclosing Body instance.
- getIndexList() - Method in class soot.dava.internal.AST.ASTSwitchNode
-
- getIndexOfChild(ASTNode) - Method in class soot.JastAddJ.ASTNode
-
- getInfo() - Method in class soot.jimple.toolkits.infoflow.FakeJimpleLocal
-
- getInfo() - Method in class soot.tagkit.AnnotationDefaultTag
-
- getInfo() - Method in class soot.tagkit.AnnotationTag
-
- getInfo() - Method in class soot.tagkit.DebugTypeTag
-
- getInfo() - Method in class soot.tagkit.DeprecatedTag
-
- getInfo() - Method in class soot.tagkit.EnclosingMethodTag
-
- getInfo() - Method in class soot.tagkit.ParamNamesTag
-
- getInfo() - Method in class soot.tagkit.SignatureTag
-
- getInfo() - Method in class soot.tagkit.StringTag
-
- getInfo() - Method in class soot.tagkit.SyntheticParamTag
-
- getInfo() - Method in class soot.tagkit.SyntheticTag
-
- getInfo() - Method in class soot.tagkit.VisibilityAnnotationTag
-
- getInfo() - Method in class soot.tagkit.VisibilityParameterAnnotationTag
-
- getInit() - Method in class soot.dava.internal.AST.ASTForLoopNode
-
- getInit(int) - Method in class soot.JastAddJ.ArrayInit
-
Retrieves the element at index i
in the Init list..
- getInit() - Method in class soot.JastAddJ.CatchParameterDeclaration
-
- getInit() - Method in class soot.JastAddJ.EnumConstant
-
Retrieves the (optional) Init child.
- getInit() - Method in class soot.JastAddJ.FieldDeclaration
-
Retrieves the (optional) Init child.
- getInit() - Method in class soot.JastAddJ.FieldDeclarationSubstituted
-
Retrieves the (optional) Init child.
- getInit() - Method in class soot.JastAddJ.ParameterDeclaration
-
- getInit() - Method in class soot.JastAddJ.ResourceDeclaration
-
Retrieves the (optional) Init child.
- getInit() - Method in interface soot.JastAddJ.Variable
-
- getInit() - Method in class soot.JastAddJ.VariableDecl
-
Retrieves the (optional) Init child.
- getInit() - Method in class soot.JastAddJ.VariableDeclaration
-
Retrieves the (optional) Init child.
- getInitializerBlocks() - Method in class soot.javaToJimple.PolyglotMethodSource
-
- getInitList() - Method in class soot.JastAddJ.ArrayInit
-
Retrieves the Init list.
- getInitListNoTransform() - Method in class soot.JastAddJ.ArrayInit
-
Retrieves the Init list.
- getInitOpt() - Method in class soot.JastAddJ.EnumConstant
-
- getInitOpt() - Method in class soot.JastAddJ.FieldDeclaration
-
- getInitOpt() - Method in class soot.JastAddJ.FieldDeclarationSubstituted
-
- getInitOpt() - Method in class soot.JastAddJ.ResourceDeclaration
-
- getInitOpt() - Method in class soot.JastAddJ.VariableDecl
-
- getInitOpt() - Method in class soot.JastAddJ.VariableDeclaration
-
- getInitOptNoTransform() - Method in class soot.JastAddJ.EnumConstant
-
Retrieves the optional node for child Init.
- getInitOptNoTransform() - Method in class soot.JastAddJ.FieldDeclaration
-
Retrieves the optional node for child Init.
- getInitOptNoTransform() - Method in class soot.JastAddJ.FieldDeclarationSubstituted
-
Retrieves the optional node for child Init.
- getInitOptNoTransform() - Method in class soot.JastAddJ.ResourceDeclaration
-
Retrieves the optional node for child Init.
- getInitOptNoTransform() - Method in class soot.JastAddJ.VariableDecl
-
Retrieves the optional node for child Init.
- getInitOptNoTransform() - Method in class soot.JastAddJ.VariableDeclaration
-
Retrieves the optional node for child Init.
- getInits() - Method in class soot.JastAddJ.ArrayInit
-
Retrieves the Init list.
- getInitsNoTransform() - Method in class soot.JastAddJ.ArrayInit
-
Retrieves the Init list.
- getInitStmt(int) - Method in class soot.JastAddJ.ForStmt
-
Retrieves the element at index i
in the InitStmt list..
- getInitStmtList() - Method in class soot.JastAddJ.ForStmt
-
Retrieves the InitStmt list.
- getInitStmtListNoTransform() - Method in class soot.JastAddJ.ForStmt
-
Retrieves the InitStmt list.
- getInitStmts() - Method in class soot.JastAddJ.ForStmt
-
Retrieves the InitStmt list.
- getInitStmtsNoTransform() - Method in class soot.JastAddJ.ForStmt
-
Retrieves the InitStmt list.
- getInMachineCount() - Method in interface soot.baf.Inst
-
- getInMachineCount() - Method in class soot.baf.internal.AbstractInst
-
- getInMachineCount() - Method in class soot.baf.internal.BAddInst
-
- getInMachineCount() - Method in class soot.baf.internal.BAndInst
-
- getInMachineCount() - Method in class soot.baf.internal.BArrayLengthInst
-
- getInMachineCount() - Method in class soot.baf.internal.BArrayReadInst
-
- getInMachineCount() - Method in class soot.baf.internal.BArrayWriteInst
-
- getInMachineCount() - Method in class soot.baf.internal.BCmpgInst
-
- getInMachineCount() - Method in class soot.baf.internal.BCmpInst
-
- getInMachineCount() - Method in class soot.baf.internal.BCmplInst
-
- getInMachineCount() - Method in class soot.baf.internal.BDivInst
-
- getInMachineCount() - Method in class soot.baf.internal.BDupInst
-
- getInMachineCount() - Method in class soot.baf.internal.BEnterMonitorInst
-
- getInMachineCount() - Method in class soot.baf.internal.BExitMonitorInst
-
- getInMachineCount() - Method in class soot.baf.internal.BFieldGetInst
-
- getInMachineCount() - Method in class soot.baf.internal.BFieldPutInst
-
- getInMachineCount() - Method in class soot.baf.internal.BGotoInst
-
- getInMachineCount() - Method in class soot.baf.internal.BIdentityInst
-
- getInMachineCount() - Method in class soot.baf.internal.BIfCmpEqInst
-
- getInMachineCount() - Method in class soot.baf.internal.BIfCmpGeInst
-
- getInMachineCount() - Method in class soot.baf.internal.BIfCmpGtInst
-
- getInMachineCount() - Method in class soot.baf.internal.BIfCmpLeInst
-
- getInMachineCount() - Method in class soot.baf.internal.BIfCmpLtInst
-
- getInMachineCount() - Method in class soot.baf.internal.BIfCmpNeInst
-
- getInMachineCount() - Method in class soot.baf.internal.BIfEqInst
-
- getInMachineCount() - Method in class soot.baf.internal.BIfGeInst
-
- getInMachineCount() - Method in class soot.baf.internal.BIfGtInst
-
- getInMachineCount() - Method in class soot.baf.internal.BIfLeInst
-
- getInMachineCount() - Method in class soot.baf.internal.BIfLtInst
-
- getInMachineCount() - Method in class soot.baf.internal.BIfNeInst
-
- getInMachineCount() - Method in class soot.baf.internal.BIfNonNullInst
-
- getInMachineCount() - Method in class soot.baf.internal.BIfNullInst
-
- getInMachineCount() - Method in class soot.baf.internal.BIncInst
-
- getInMachineCount() - Method in class soot.baf.internal.BInstanceCastInst
-
- getInMachineCount() - Method in class soot.baf.internal.BInstanceOfInst
-
- getInMachineCount() - Method in class soot.baf.internal.BInterfaceInvokeInst
-
- getInMachineCount() - Method in class soot.baf.internal.BJSRInst
-
- getInMachineCount() - Method in class soot.baf.internal.BLoadInst
-
- getInMachineCount() - Method in class soot.baf.internal.BLookupSwitchInst
-
- getInMachineCount() - Method in class soot.baf.internal.BMulInst
-
- getInMachineCount() - Method in class soot.baf.internal.BNegInst
-
- getInMachineCount() - Method in class soot.baf.internal.BNewArrayInst
-
- getInMachineCount() - Method in class soot.baf.internal.BNewInst
-
- getInMachineCount() - Method in class soot.baf.internal.BNewMultiArrayInst
-
- getInMachineCount() - Method in class soot.baf.internal.BNopInst
-
- getInMachineCount() - Method in class soot.baf.internal.BOrInst
-
- getInMachineCount() - Method in class soot.baf.internal.BPopInst
-
- getInMachineCount() - Method in class soot.baf.internal.BPrimitiveCastInst
-
- getInMachineCount() - Method in class soot.baf.internal.BPushInst
-
- getInMachineCount() - Method in class soot.baf.internal.BRemInst
-
- getInMachineCount() - Method in class soot.baf.internal.BReturnInst
-
- getInMachineCount() - Method in class soot.baf.internal.BReturnVoidInst
-
- getInMachineCount() - Method in class soot.baf.internal.BShlInst
-
- getInMachineCount() - Method in class soot.baf.internal.BShrInst
-
- getInMachineCount() - Method in class soot.baf.internal.BSpecialInvokeInst
-
- getInMachineCount() - Method in class soot.baf.internal.BStaticGetInst
-
- getInMachineCount() - Method in class soot.baf.internal.BStaticPutInst
-
- getInMachineCount() - Method in class soot.baf.internal.BStoreInst
-
- getInMachineCount() - Method in class soot.baf.internal.BSubInst
-
- getInMachineCount() - Method in class soot.baf.internal.BSwapInst
-
- getInMachineCount() - Method in class soot.baf.internal.BTableSwitchInst
-
- getInMachineCount() - Method in class soot.baf.internal.BThrowInst
-
- getInMachineCount() - Method in class soot.baf.internal.BUshrInst
-
- getInMachineCount() - Method in class soot.baf.internal.BVirtualInvokeInst
-
- getInMachineCount() - Method in class soot.baf.internal.BXorInst
-
- getInnerClass() - Method in class soot.tagkit.InnerClassTag
-
- getInnerClassInfoMap() - Method in class soot.javaToJimple.InitialResolver
-
- getInnerSharedFields() - Method in class soot.jimple.toolkits.infoflow.ClassLocalObjectsAnalysis
-
- getInnerType() - Method in class soot.javaToJimple.InnerClassInfo
-
- getInPortsForMethod(SootMethod) - Method in class soot.jimple.spark.ondemand.pautil.ContextSensitiveInfo
-
- getInputs() - Method in class soot.jimple.toolkits.annotation.callgraph.CallGraphInfo
-
- getInputStream() - Method in class soot.JastAddJ.PathPart
-
- getInputStream(String) - Method in class soot.JastAddJ.Program
-
- getInsnForInstruction(Instruction) - Method in class soot.toDex.StmtVisitor
-
- getInstanceof() - Method in class soot.jimple.parser.node.AInstanceofExpression
-
- getInstruction() - Method in class soot.dexpler.instructions.DexlibAbstractInstruction
-
- getInstructionCount() - Method in class soot.toDex.StmtVisitor
-
- getInstructionPayloadMap() - Method in class soot.toDex.StmtVisitor
-
- getInstructionRegisterMap() - Method in class soot.toDex.StmtVisitor
-
- getInt(int) - Static method in class soot.jbco.util.Rand
-
- getInt() - Static method in class soot.jbco.util.Rand
-
- getInt() - Method in class soot.jimple.parser.node.AIntBaseType
-
- getInt() - Method in class soot.jimple.parser.node.AIntBaseTypeNoName
-
- getInt(Integer) - Static method in class soot.jimple.spark.ondemand.genericutil.Util
-
- getInt(Map<String, String>, String) - Static method in class soot.PhaseOptions
-
This method returns the integer value of "name" in options or 0 if "name" is not found.
- getInt(E) - Method in class soot.toolkits.scalar.ObjectIntMapper
-
returns the mapping of o
.
- getIntArg() - Method in interface soot.coffi.Interface_OneIntArg
-
- getIntCalls(SootClass) - Method in class soot.jimple.toolkits.infoflow.UseFinder
-
- getIntegerConstant() - Method in class soot.jimple.parser.node.AConstantCaseLabel
-
- getIntegerConstant() - Method in class soot.jimple.parser.node.AIntegerConstant
-
- getIntegerNine() - Static method in class soot.jbco.util.BodyBuilder
-
- getInteractionListener() - Method in class soot.toolkits.graph.interaction.InteractionHandler
-
- getInterface() - Method in class soot.jimple.parser.node.AInterfaceFileType
-
- getInterfaceCount() - Method in class soot.SootClass
-
Returns the number of interfaces being directly implemented by this class.
- getInterfaceDecl() - Method in class soot.JastAddJ.MemberInterfaceDecl
-
Retrieves the InterfaceDecl child.
- getInterfaceDeclNoTransform() - Method in class soot.JastAddJ.MemberInterfaceDecl
-
Retrieves the InterfaceDecl child.
- getInterfaceinvoke() - Method in class soot.jimple.parser.node.AInterfaceNonstaticInvoke
-
- getInterfaces() - Method in class soot.SootClass
-
Returns a backed Chain of the interfaces that are directly implemented by this class.
- getInterfacesList() - Method in class soot.javaToJimple.InitialResolver
-
- getInterfaceSootMethodRef() - Method in class soot.dexpler.instructions.MethodInvocationInstruction
-
Return the static SootMethodRef for the invoked method.
- getInterferenceGraph() - Method in class soot.jimple.toolkits.thread.synchronization.LockAllocator
-
- getInternalEdgeFromSootEdge(Edge) - Method in class soot.jimple.spark.geom.geomPA.GeomPointsTo
-
Obtain the edge representation internal to geomPTA.
- getIntFieldAccesses(SootClass) - Method in class soot.jimple.toolkits.infoflow.UseFinder
-
- getIntValue() - Method in class soot.tagkit.IntegerConstantValueTag
-
- getInvokeAbbreviatedInfoFlowGraph(InvokeExpr, SootMethod) - Method in class soot.jimple.toolkits.infoflow.InfoFlowAnalysis
-
- getInvokedMethod(Integer) - Method in class soot.jimple.spark.ondemand.pautil.ContextSensitiveInfo
-
- getInvokeExpr() - Method in class soot.dava.internal.javaRep.DVariableDeclarationStmt
-
- getInvokeExpr() - Method in class soot.jimple.internal.AbstractStmt
-
- getInvokeExpr() - Method in class soot.jimple.internal.JAssignStmt
-
- getInvokeExpr() - Method in class soot.jimple.internal.JInvokeStmt
-
- getInvokeExpr() - Method in interface soot.jimple.InvokeStmt
-
- getInvokeExpr() - Method in class soot.jimple.parser.node.AInvokeExpression
-
- getInvokeExpr() - Method in class soot.jimple.parser.node.AInvokeStatement
-
- getInvokeExpr() - Method in interface soot.jimple.Stmt
-
- getInvokeExprBox() - Method in class soot.dava.internal.javaRep.DVariableDeclarationStmt
-
- getInvokeExprBox() - Method in class soot.jimple.internal.AbstractStmt
-
- getInvokeExprBox() - Method in class soot.jimple.internal.JAssignStmt
-
- getInvokeExprBox() - Method in class soot.jimple.internal.JInvokeStmt
-
- getInvokeExprBox() - Method in interface soot.jimple.InvokeStmt
-
- getInvokeExprBox() - Method in interface soot.jimple.Stmt
-
- getInvokeInfoFlowSummary(InvokeExpr, Stmt, SootMethod) - Method in class soot.jimple.toolkits.infoflow.InfoFlowAnalysis
-
- getInvokingMethod(Integer) - Method in class soot.jimple.spark.ondemand.pautil.ContextSensitiveInfo
-
- getIR(String) - Static method in class soot.util.cfgcmd.CFGIntermediateRep
-
Returns the CFGIntermediateRep
identified by the passed name.
- getItem() - Method in class soot.util.HashChain.Link
-
- getJarFile() - Method in class soot.PackManager
-
- getJasminValue(Map<Unit, String>) - Method in class soot.tagkit.CodeAttribute
-
Generates Jasmin Value String
- getJasminValue(Map<Unit, String>) - Method in class soot.tagkit.JasminAttribute
-
- getJavaPackageName() - Method in class soot.SootClass
-
- getJavaSourceStartColumnNumber() - Method in class soot.tagkit.AbstractHost
-
- getJavaSourceStartColumnNumber() - Method in interface soot.tagkit.Host
-
Returns the Java source line column if available.
- getJavaSourceStartLineNumber() - Method in class soot.SootMethod
-
- getJavaSourceStartLineNumber() - Method in class soot.tagkit.AbstractHost
-
- getJavaSourceStartLineNumber() - Method in interface soot.tagkit.Host
-
Returns the Java source line number if available.
- getJavaStyleName() - Method in class soot.SootClass
-
- getJBBFactory() - Method in class soot.javaToJimple.InitialResolver
-
- getJimpleLnNum() - Method in class soot.Printer
-
- getJimpleType() - Method in class soot.jimple.parser.node.ADeclaration
-
- getJoinStatements() - Method in class soot.jimple.toolkits.thread.mhp.StartJoinAnalysis
-
- getJoinStatements() - Method in class soot.jimple.toolkits.thread.mhp.StartJoinFinder
-
- getJoinStmtToThread() - Method in class soot.jimple.toolkits.thread.mhp.PegGraph
-
- getKey(Object) - Method in class soot.javaToJimple.BiMap
-
- getKey() - Method in class soot.jimple.internal.AbstractSwitchStmt
-
- getKey() - Method in interface soot.jimple.SwitchStmt
-
- getKey() - Method in class soot.util.annotations.AnnotationElemSwitch.AnnotationElemResult
-
- getKeyBox() - Method in class soot.dava.internal.AST.ASTSwitchNode
-
- getKeyBox() - Method in class soot.jimple.internal.AbstractSwitchStmt
-
- getKeyBox() - Method in interface soot.jimple.SwitchStmt
-
- getKind() - Method in class soot.JastAddJ.NumericLiteral
-
The literal kind tells which kind of literal it is;
it's either a DECIMAL, HEXADECIMAL, OCTAL or BINARY literal.
- getKind() - Method in class soot.jimple.MethodHandle
-
- getKind(int) - Static method in enum soot.jimple.MethodHandle.Kind
-
- getKind(String) - Static method in enum soot.jimple.MethodHandle.Kind
-
- getKind() - Method in class soot.tagkit.AnnotationElem
-
- getKind() - Method in class soot.tagkit.VisibilityParameterAnnotationTag
-
- getKindString() - Method in class soot.jimple.MethodHandle
-
- getKRefIntPair(EquivalentValue, int) - Method in class soot.jimple.toolkits.annotation.nullcheck.BranchedRefVarsAnalysis
-
Deprecated.
- getLabel() - Method in class soot.dava.internal.javaRep.DAbruptStmt
-
- getLabel(ASTNode) - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.StructuredAnalysis
-
returns label on the ASTNode null if the ASTNode cannot hold a label or if the label is null
- getLabel() - Method in class soot.JastAddJ.BreakStmt
-
Retrieves the value for the lexeme Label.
- getLabel() - Method in class soot.JastAddJ.ContinueStmt
-
Retrieves the value for the lexeme Label.
- getLabel() - Method in class soot.JastAddJ.LabeledStmt
-
Retrieves the value for the lexeme Label.
- getLabel() - Method in class soot.shimple.toolkits.graph.ValueGraph.Node
-
- getLabel(Stmt) - Method in class soot.toDex.LabelAssigner
-
- getLabel(SwitchPayload) - Method in class soot.toDex.LabelAssigner
-
- getLabelAtAddress(int) - Method in class soot.toDex.LabelAssigner
-
- getLabelName() - Method in class soot.jimple.parser.node.AGotoStmt
-
- getLabelName() - Method in class soot.jimple.parser.node.ALabelStatement
-
- getLabelName(Stmt) - Method in class soot.toDex.LabelAssigner
-
- getLabelName(AbstractPayload) - Method in class soot.toDex.LabelAssigner
-
- getLabelsForEdges(N, N) - Method in interface soot.toolkits.graph.EdgeLabelledDirectedGraph
-
Returns a list of labels for which an edge exists between from and to
- getLabelsForEdges(N, N) - Method in class soot.toolkits.graph.HashMutableEdgeLabelledDirectedGraph
-
- getLabelUnsafe(Stmt) - Method in class soot.toDex.LabelAssigner
-
- getLast() - Method in class soot.PatchingChain
-
Returns the last object in this Chain.
- getLast() - Method in interface soot.toolkits.graph.pdg.IRegion
-
- getLast() - Method in class soot.toolkits.graph.pdg.PDGRegion
-
- getLast() - Method in class soot.toolkits.graph.pdg.Region
-
- getLast() - Method in interface soot.util.Chain
-
Returns the last object in this Chain.
- getLast() - Method in class soot.util.EmptyChain
-
- getLast() - Method in class soot.util.HashChain
-
- getLastAssignedVarName() - Method in class soot.sootify.ValueTemplatePrinter
-
- getLastInvokeInstructionPosition() - Method in class soot.toDex.ExprVisitor
-
- getLastStmt(List<Object>) - Method in class soot.dava.toolkits.base.AST.transformations.IfElseSplitter
-
- getLBrace() - Method in class soot.jimple.parser.node.AFileBody
-
- getLBrace() - Method in class soot.jimple.parser.node.AFullMethodBody
-
- getLBrace() - Method in class soot.jimple.parser.node.ALookupswitchStatement
-
- getLBrace() - Method in class soot.jimple.parser.node.ATableswitchStatement
-
- getLBracket() - Method in class soot.jimple.parser.node.AArrayBrackets
-
- getLBracket() - Method in class soot.jimple.parser.node.AArrayDescriptor
-
- getLBracket() - Method in class soot.jimple.parser.node.AFixedArrayDescriptor
-
- getLeastArrayObject() - Method in class soot.jimple.toolkits.pointer.representations.Environment
-
- getLeastCommonSuperclassOf(SootClass, SootClass) - Method in class soot.Hierarchy
-
Returns the most specific type which is an ancestor of both c1 and c2.
- getLeastObject() - Method in class soot.jimple.toolkits.pointer.representations.Environment
-
- getLeft() - Method in class soot.JastAddJ.AbstractDot
-
Retrieves the Left child.
- getLeft() - Method in class soot.JastAddJ.Dot
-
Retrieves the Left child.
- getLeft() - Method in class soot.jimple.parser.node.ABinopExpr
-
- getLeftLocal() - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.ReachingCopies.LocalPair
-
- getLeftNoTransform() - Method in class soot.JastAddJ.AbstractDot
-
Retrieves the Left child.
- getLeftNoTransform() - Method in class soot.JastAddJ.Dot
-
Retrieves the Left child.
- getLeftOp() - Method in interface soot.baf.IdentityInst
-
- getLeftOp() - Method in class soot.baf.internal.BIdentityInst
-
- getLeftOp() - Method in class soot.dava.internal.AST.ASTAggregatedCondition
-
- getLeftOp() - Method in interface soot.IdentityUnit
-
- getLeftOp() - Method in interface soot.jimple.DefinitionStmt
-
- getLeftOp() - Method in class soot.jimple.internal.AbstractDefinitionStmt
-
- getLeftOpBox() - Method in interface soot.baf.IdentityInst
-
- getLeftOpBox() - Method in class soot.baf.internal.BIdentityInst
-
- getLeftOpBox() - Method in interface soot.IdentityUnit
-
- getLeftOpBox() - Method in interface soot.jimple.DefinitionStmt
-
- getLeftOpBox() - Method in class soot.jimple.internal.AbstractDefinitionStmt
-
- getLeftOperand() - Method in class soot.JastAddJ.AddExpr
-
Retrieves the LeftOperand child.
- getLeftOperand() - Method in class soot.JastAddJ.AdditiveExpr
-
Retrieves the LeftOperand child.
- getLeftOperand() - Method in class soot.JastAddJ.AndBitwiseExpr
-
Retrieves the LeftOperand child.
- getLeftOperand() - Method in class soot.JastAddJ.AndLogicalExpr
-
Retrieves the LeftOperand child.
- getLeftOperand() - Method in class soot.JastAddJ.ArithmeticExpr
-
Retrieves the LeftOperand child.
- getLeftOperand() - Method in class soot.JastAddJ.Binary
-
Retrieves the LeftOperand child.
- getLeftOperand() - Method in class soot.JastAddJ.BitwiseExpr
-
Retrieves the LeftOperand child.
- getLeftOperand() - Method in class soot.JastAddJ.DivExpr
-
Retrieves the LeftOperand child.
- getLeftOperand() - Method in class soot.JastAddJ.EQExpr
-
Retrieves the LeftOperand child.
- getLeftOperand() - Method in class soot.JastAddJ.EqualityExpr
-
Retrieves the LeftOperand child.
- getLeftOperand() - Method in class soot.JastAddJ.GEExpr
-
Retrieves the LeftOperand child.
- getLeftOperand() - Method in class soot.JastAddJ.GTExpr
-
Retrieves the LeftOperand child.
- getLeftOperand() - Method in class soot.JastAddJ.LEExpr
-
Retrieves the LeftOperand child.
- getLeftOperand() - Method in class soot.JastAddJ.LogicalExpr
-
Retrieves the LeftOperand child.
- getLeftOperand() - Method in class soot.JastAddJ.LShiftExpr
-
Retrieves the LeftOperand child.
- getLeftOperand() - Method in class soot.JastAddJ.LTExpr
-
Retrieves the LeftOperand child.
- getLeftOperand() - Method in class soot.JastAddJ.ModExpr
-
Retrieves the LeftOperand child.
- getLeftOperand() - Method in class soot.JastAddJ.MulExpr
-
Retrieves the LeftOperand child.
- getLeftOperand() - Method in class soot.JastAddJ.MultiplicativeExpr
-
Retrieves the LeftOperand child.
- getLeftOperand() - Method in class soot.JastAddJ.NEExpr
-
Retrieves the LeftOperand child.
- getLeftOperand() - Method in class soot.JastAddJ.OrBitwiseExpr
-
Retrieves the LeftOperand child.
- getLeftOperand() - Method in class soot.JastAddJ.OrLogicalExpr
-
Retrieves the LeftOperand child.
- getLeftOperand() - Method in class soot.JastAddJ.RelationalExpr
-
Retrieves the LeftOperand child.
- getLeftOperand() - Method in class soot.JastAddJ.RShiftExpr
-
Retrieves the LeftOperand child.
- getLeftOperand() - Method in class soot.JastAddJ.ShiftExpr
-
Retrieves the LeftOperand child.
- getLeftOperand() - Method in class soot.JastAddJ.SubExpr
-
Retrieves the LeftOperand child.
- getLeftOperand() - Method in class soot.JastAddJ.URShiftExpr
-
Retrieves the LeftOperand child.
- getLeftOperand() - Method in class soot.JastAddJ.XorBitwiseExpr
-
Retrieves the LeftOperand child.
- getLeftOperandNoTransform() - Method in class soot.JastAddJ.AddExpr
-
Retrieves the LeftOperand child.
- getLeftOperandNoTransform() - Method in class soot.JastAddJ.AdditiveExpr
-
Retrieves the LeftOperand child.
- getLeftOperandNoTransform() - Method in class soot.JastAddJ.AndBitwiseExpr
-
Retrieves the LeftOperand child.
- getLeftOperandNoTransform() - Method in class soot.JastAddJ.AndLogicalExpr
-
Retrieves the LeftOperand child.
- getLeftOperandNoTransform() - Method in class soot.JastAddJ.ArithmeticExpr
-
Retrieves the LeftOperand child.
- getLeftOperandNoTransform() - Method in class soot.JastAddJ.Binary
-
Retrieves the LeftOperand child.
- getLeftOperandNoTransform() - Method in class soot.JastAddJ.BitwiseExpr
-
Retrieves the LeftOperand child.
- getLeftOperandNoTransform() - Method in class soot.JastAddJ.DivExpr
-
Retrieves the LeftOperand child.
- getLeftOperandNoTransform() - Method in class soot.JastAddJ.EQExpr
-
Retrieves the LeftOperand child.
- getLeftOperandNoTransform() - Method in class soot.JastAddJ.EqualityExpr
-
Retrieves the LeftOperand child.
- getLeftOperandNoTransform() - Method in class soot.JastAddJ.GEExpr
-
Retrieves the LeftOperand child.
- getLeftOperandNoTransform() - Method in class soot.JastAddJ.GTExpr
-
Retrieves the LeftOperand child.
- getLeftOperandNoTransform() - Method in class soot.JastAddJ.LEExpr
-
Retrieves the LeftOperand child.
- getLeftOperandNoTransform() - Method in class soot.JastAddJ.LogicalExpr
-
Retrieves the LeftOperand child.
- getLeftOperandNoTransform() - Method in class soot.JastAddJ.LShiftExpr
-
Retrieves the LeftOperand child.
- getLeftOperandNoTransform() - Method in class soot.JastAddJ.LTExpr
-
Retrieves the LeftOperand child.
- getLeftOperandNoTransform() - Method in class soot.JastAddJ.ModExpr
-
Retrieves the LeftOperand child.
- getLeftOperandNoTransform() - Method in class soot.JastAddJ.MulExpr
-
Retrieves the LeftOperand child.
- getLeftOperandNoTransform() - Method in class soot.JastAddJ.MultiplicativeExpr
-
Retrieves the LeftOperand child.
- getLeftOperandNoTransform() - Method in class soot.JastAddJ.NEExpr
-
Retrieves the LeftOperand child.
- getLeftOperandNoTransform() - Method in class soot.JastAddJ.OrBitwiseExpr
-
Retrieves the LeftOperand child.
- getLeftOperandNoTransform() - Method in class soot.JastAddJ.OrLogicalExpr
-
Retrieves the LeftOperand child.
- getLeftOperandNoTransform() - Method in class soot.JastAddJ.RelationalExpr
-
Retrieves the LeftOperand child.
- getLeftOperandNoTransform() - Method in class soot.JastAddJ.RShiftExpr
-
Retrieves the LeftOperand child.
- getLeftOperandNoTransform() - Method in class soot.JastAddJ.ShiftExpr
-
Retrieves the LeftOperand child.
- getLeftOperandNoTransform() - Method in class soot.JastAddJ.SubExpr
-
Retrieves the LeftOperand child.
- getLeftOperandNoTransform() - Method in class soot.JastAddJ.URShiftExpr
-
Retrieves the LeftOperand child.
- getLeftOperandNoTransform() - Method in class soot.JastAddJ.XorBitwiseExpr
-
Retrieves the LeftOperand child.
- getLengthof() - Method in class soot.jimple.parser.node.ALengthofUnop
-
- getLHS() - Method in class soot.jimple.spark.geom.dataRep.PlainConstraint
-
- getLhsLocal(Unit) - Static method in class soot.shimple.Shimple
-
Returns the corresponding left Local if the unit is a Shimple node, null otherwise.
- getLibCompilationUnit(String) - Method in class soot.JastAddJ.Program
-
- getLibCompilationUnit_String_list - Variable in class soot.JastAddJ.Program
-
- getLibCompilationUnit_String_values - Variable in class soot.JastAddJ.Program
-
- getLibraryClasses() - Method in class soot.Scene
-
Returns a chain of the library classes in this scene.
- getLine(int) - Static method in class beaver.Symbol
-
Extracts line number from a packed position.
- getLine() - Method in class soot.jimple.parser.node.Token
-
- getLineNumber() - Method in class soot.dexpler.instructions.DexlibAbstractInstruction
-
- getLineNumber() - Method in class soot.tagkit.JimpleLineNumberTag
-
- getLineNumber() - Method in class soot.tagkit.LineNumberTag
-
- getLineNumber() - Method in class soot.tagkit.SourceLineNumberTag
-
- getLink() - Method in class soot.tagkit.LinkTag
-
- getList() - Method in class soot.javaToJimple.ClassLiteralChecker
-
- getList() - Method in class soot.javaToJimple.PrivateAccessChecker
-
- getList() - Method in class soot.javaToJimple.PrivateAccessUses
-
- getList() - Method in class soot.javaToJimple.PrivateInstancesAvailable
-
- getList() - Method in class soot.javaToJimple.TypeListBuilder
-
- getListsOfVarsAfterBranch(Unit) - Method in class soot.jimple.toolkits.annotation.nullcheck.LocalRefVarsAnalysisWrapper
-
Deprecated.
- getLitB() - Method in class soot.toDex.instructions.Insn11n
-
- getLitB() - Method in class soot.toDex.instructions.Insn21s
-
- getLitB() - Method in class soot.toDex.instructions.Insn31i
-
- getLitB() - Method in class soot.toDex.instructions.Insn51l
-
- getLitC() - Method in class soot.toDex.instructions.Insn22b
-
- getLitC() - Method in class soot.toDex.instructions.Insn22s
-
- getLITERAL() - Method in class soot.JastAddJ.BooleanLiteral
-
Retrieves the value for the lexeme LITERAL.
- getLITERAL() - Method in class soot.JastAddJ.CharacterLiteral
-
Retrieves the value for the lexeme LITERAL.
- getLITERAL() - Method in class soot.JastAddJ.DoubleLiteral
-
Retrieves the value for the lexeme LITERAL.
- getLITERAL() - Method in class soot.JastAddJ.FloatingPointLiteral
-
Retrieves the value for the lexeme LITERAL.
- getLITERAL() - Method in class soot.JastAddJ.IllegalLiteral
-
Retrieves the value for the lexeme LITERAL.
- getLITERAL() - Method in class soot.JastAddJ.IntegerLiteral
-
Retrieves the value for the lexeme LITERAL.
- getLITERAL() - Method in class soot.JastAddJ.Literal
-
Retrieves the value for the lexeme LITERAL.
- getLITERAL() - Method in class soot.JastAddJ.LongLiteral
-
Retrieves the value for the lexeme LITERAL.
- getLITERAL() - Method in class soot.JastAddJ.NullLiteral
-
Retrieves the value for the lexeme LITERAL.
- getLITERAL() - Method in class soot.JastAddJ.NumericLiteral
-
Retrieves the value for the lexeme LITERAL.
- getLITERAL() - Method in class soot.JastAddJ.StringLiteral
-
Retrieves the value for the lexeme LITERAL.
- getLiveLocalsAfter(Unit) - Method in class soot.toolkits.scalar.CombinedDUAnalysis
-
- getLiveLocalsAfter(Unit) - Method in interface soot.toolkits.scalar.LiveLocals
-
Returns the list of Locals that are live after the specified Unit.
- getLiveLocalsAfter(Unit) - Method in class soot.toolkits.scalar.SimpleLiveLocals
-
- getLiveLocalsBefore(Unit) - Method in class soot.toolkits.scalar.CombinedDUAnalysis
-
- getLiveLocalsBefore(Unit) - Method in interface soot.toolkits.scalar.LiveLocals
-
Returns the list of Locals that are live before the specified Unit.
- getLiveLocalsBefore(Unit) - Method in class soot.toolkits.scalar.SimpleLiveLocals
-
- getLocal() - Method in interface soot.baf.IncInst
-
- getLocal() - Method in class soot.baf.internal.BIncInst
-
- getLocal() - Method in class soot.baf.internal.BLoadInst
-
- getLocal() - Method in class soot.baf.internal.BStoreInst
-
- getLocal() - Method in interface soot.baf.LoadInst
-
- getLocal() - Method in interface soot.baf.StoreInst
-
- getLocal() - Method in class soot.dava.internal.AST.ASTSynchronizedBlockNode
-
- getLocal() - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.CPVariable
-
- getLocal() - Method in class soot.jimple.toolkits.pointer.InstanceKey
-
- getLocal(ValueGraph.Node) - Method in class soot.shimple.toolkits.graph.ValueGraph
-
- getLocal() - Method in class soot.toDex.LocalRegisterAssignmentInformation
-
- getLocal() - Method in class soot.toolkits.scalar.LocalUnitPair
-
- getLocalClassMap() - Method in class soot.javaToJimple.InitialResolver
-
- getLocalCount() - Method in class soot.Body
-
Returns the number of locals declared in this body.
- getLocalCount() - Method in class soot.util.LocalBitSetPacker
-
- getLocalDecls() - Method in class soot.javaToJimple.LocalUsesChecker
-
- getLocalFields() - Method in class soot.jimple.toolkits.infoflow.ClassLocalObjectsAnalysis
-
- getLocalName() - Method in class soot.jimple.parser.node.AIdentityNoTypeStatement
-
- getLocalName() - Method in class soot.jimple.parser.node.AIdentityStatement
-
- getLocalName() - Method in class soot.jimple.parser.node.ALocalFieldRef
-
- getLocalName() - Method in class soot.jimple.parser.node.ALocalImmediate
-
- getLocalName() - Method in class soot.jimple.parser.node.ALocalVariable
-
- getLocalName() - Method in class soot.jimple.parser.node.AMultiLocalNameList
-
- getLocalName() - Method in class soot.jimple.parser.node.ANonstaticInvokeExpr
-
- getLocalName() - Method in class soot.jimple.parser.node.ASingleLocalNameList
-
- getLocalNameList() - Method in class soot.jimple.parser.node.ADeclaration
-
- getLocalNameList() - Method in class soot.jimple.parser.node.AMultiLocalNameList
-
- getLocalNumber() - Method in interface soot.coffi.Interface_Astore
-
- getLocalNumberer() - Method in class soot.Scene
-
- getLocalRefs() - Method in class soot.jimple.toolkits.infoflow.CallLocalityContext
-
- getLocals() - Method in class soot.Body
-
Returns a backed chain of the locals declared in this Body.
- getLocals() - Method in class soot.javaToJimple.LocalUsesChecker
-
- getLocalsIterator() - Method in class soot.dava.toolkits.base.renamer.heuristicSet
-
- getLocalSplitter() - Method in class soot.dexpler.DexBody
-
- getLocalToRegisterMapping() - Method in class soot.toDex.RegisterAllocator
-
- getLocalTypeMap() - Method in class soot.javaToJimple.InitialResolver
-
- getLockClass() - Method in class soot.jimple.toolkits.thread.synchronization.NewStaticLock
-
- getLockFor(EquivalentValue) - Static method in class soot.jimple.toolkits.thread.synchronization.LockAllocationBodyTransformer
-
- getLocksetOf(CriticalSectionAwareSideEffectAnalysis, RWSet, CriticalSection) - Method in class soot.jimple.toolkits.thread.synchronization.LockableReferenceAnalysis
-
- getLong() - Static method in class soot.jbco.util.Rand
-
- getLong() - Method in class soot.jimple.parser.node.ALongBaseType
-
- getLong() - Method in class soot.jimple.parser.node.ALongBaseTypeNoName
-
- getLongValue() - Method in class soot.tagkit.LongConstantValueTag
-
- getLookupswitch() - Method in class soot.jimple.parser.node.ALookupswitchStatement
-
- getLookupValue(int) - Method in class soot.baf.internal.BLookupSwitchInst
-
- getLookupValue(int) - Method in interface soot.baf.LookupSwitchInst
-
- getLookupValue(int) - Method in class soot.jimple.internal.JLookupSwitchStmt
-
- getLookupValue(int) - Method in interface soot.jimple.LookupSwitchStmt
-
- getLookupValues() - Method in class soot.baf.internal.BLookupSwitchInst
-
- getLookupValues() - Method in interface soot.baf.LookupSwitchInst
-
- getLookupValues() - Method in class soot.jimple.internal.JLookupSwitchStmt
-
- getLookupValues() - Method in interface soot.jimple.LookupSwitchStmt
-
- getLoopBody() - Method in class soot.jimple.toolkits.thread.mhp.LoopBodyFinder
-
- getLoopExits() - Method in class soot.jimple.toolkits.annotation.logic.Loop
-
Returns all loop exists.
- getLoops(Body) - Method in class soot.jimple.toolkits.annotation.logic.LoopFinder
-
- getLoops(UnitGraph) - Method in class soot.jimple.toolkits.annotation.logic.LoopFinder
-
- getLoopStatements() - Method in class soot.jimple.toolkits.annotation.logic.Loop
-
- getLowIndex() - Method in class soot.baf.internal.BTableSwitchInst
-
- getLowIndex() - Method in interface soot.baf.TableSwitchInst
-
- getLowIndex() - Method in class soot.jimple.internal.JTableSwitchStmt
-
- getLowIndex() - Method in interface soot.jimple.TableSwitchStmt
-
- getLParen() - Method in class soot.jimple.parser.node.AArrayNewExpr
-
- getLParen() - Method in class soot.jimple.parser.node.ACastExpression
-
- getLParen() - Method in class soot.jimple.parser.node.ADynamicInvokeExpr
-
- getLParen() - Method in class soot.jimple.parser.node.ALookupswitchStatement
-
- getLParen() - Method in class soot.jimple.parser.node.AMethodMember
-
- getLParen() - Method in class soot.jimple.parser.node.AMethodSignature
-
- getLParen() - Method in class soot.jimple.parser.node.AMultiNewExpr
-
- getLParen() - Method in class soot.jimple.parser.node.ANonstaticInvokeExpr
-
- getLParen() - Method in class soot.jimple.parser.node.AStaticInvokeExpr
-
- getLParen() - Method in class soot.jimple.parser.node.ATableswitchStatement
-
- getLParen() - Method in class soot.jimple.parser.node.AUnnamedMethodSignature
-
- getMainClass() - Method in class soot.Scene
-
- getMainMethod() - Static method in class soot.jimple.spark.ondemand.pautil.SootUtil
-
- getMainMethod() - Method in class soot.Scene
-
- getMainPegChain() - Method in class soot.jimple.toolkits.thread.mhp.PegGraph
-
- getMap() - Method in class soot.jimple.toolkits.annotation.callgraph.CallData
-
- getMaxJumpOffset() - Method in class soot.toDex.instructions.ArrayDataPayload
-
- getMaxJumpOffset() - Method in class soot.toDex.instructions.Insn10t
-
- getMaxJumpOffset() - Method in class soot.toDex.instructions.Insn20t
-
- getMaxJumpOffset() - Method in class soot.toDex.instructions.Insn21t
-
- getMaxJumpOffset() - Method in class soot.toDex.instructions.Insn22t
-
- getMaxJumpOffset() - Method in class soot.toDex.instructions.Insn30t
-
- getMaxJumpOffset() - Method in class soot.toDex.instructions.Insn31t
-
- getMaxJumpOffset() - Method in class soot.toDex.instructions.InsnWithOffset
-
Gets the maximum number of words available for the jump offset
- getMaxJumpOffset() - Method in class soot.toDex.instructions.SwitchPayload
-
- getMaxPasses() - Method in class soot.jimple.spark.ondemand.DemandCSPointsTo
-
- getMaxSize() - Static method in class soot.jimple.spark.ondemand.genericutil.ImmutableStack
-
- getMember() - Method in class soot.jimple.parser.node.AFileBody
-
- getMergedContext(SootMethod) - Method in class soot.jimple.toolkits.infoflow.ClassLocalObjectsAnalysis
-
- getMeth() - Method in class soot.javaToJimple.jj.ast.JjAccessField_c
-
- getMethod() - Method in interface soot.baf.MethodArgInst
-
- getMethod() - Method in class soot.Body
-
Returns the method associated with this Body.
- getMethod() - Method in class soot.jimple.internal.AbstractInvokeExpr
-
- getMethod() - Method in interface soot.jimple.InvokeExpr
-
- getMethod() - Method in class soot.jimple.spark.pag.AllocNode
-
- getMethod() - Method in class soot.jimple.spark.pag.LocalVarNode
-
- getMethod() - Method in class soot.jimple.spark.pag.MethodPAG
-
- getMethod(int) - Method in class soot.jimple.toolkits.thread.AbstractRuntimeThread
-
- getMethod() - Method in class soot.jimple.toolkits.thread.mhp.stmt.JPegStmt
-
- getMethod(String) - Method in class soot.Scene
-
- getMethod(NumberedString) - Method in class soot.SootClass
-
Returns the method of this class with the given subsignature.
- getMethod(String) - Method in class soot.SootClass
-
- getMethod(String, List<Type>, Type) - Method in class soot.SootClass
-
Attempts to retrieve the method with the given name, parameters and return type.
- getMethod(String, List<Type>) - Method in class soot.SootClass
-
Attempts to retrieve the method with the given name and parameters.
- getMethodAbbreviatedInfoFlowGraph() - Method in class soot.jimple.toolkits.infoflow.SmartMethodInfoFlowAnalysis
-
- getMethodBody() - Method in class soot.jimple.parser.node.AMethodMember
-
- getMethodByName(String) - Method in class soot.SootClass
-
Attempts to retrieve the method with the given name.
- getMethodByNameUnsafe(String) - Method in class soot.SootClass
-
Attempts to retrieve the method with the given name.
- getMethodCount() - Method in class soot.SootClass
-
Returns the number of methods in this class.
- getMethodIDFromPtr(IVarAbstraction) - Method in class soot.jimple.spark.geom.geomPA.GeomPointsTo
-
Get the index of the enclosing function of the specified node.
- getMethodInfoFlowAnalysis(SootMethod) - Method in class soot.jimple.toolkits.infoflow.ClassInfoFlowAnalysis
-
- getMethodInfoFlowAnalysis(SootMethod) - Method in class soot.jimple.toolkits.infoflow.InfoFlowAnalysis
-
- getMethodInfoFlowSummary(SootMethod) - Method in class soot.jimple.toolkits.infoflow.ClassInfoFlowAnalysis
-
- getMethodInfoFlowSummary(SootMethod, boolean) - Method in class soot.jimple.toolkits.infoflow.ClassInfoFlowAnalysis
-
- getMethodInfoFlowSummary(SootMethod) - Method in class soot.jimple.toolkits.infoflow.InfoFlowAnalysis
-
Returns a BACKED MutableDirectedGraph whose nodes are EquivalentValue wrapped Refs.
- getMethodInfoFlowSummary(SootMethod, boolean) - Method in class soot.jimple.toolkits.infoflow.InfoFlowAnalysis
-
- getMethodInfoFlowSummary() - Method in class soot.jimple.toolkits.infoflow.SimpleMethodInfoFlowAnalysis
-
- getMethodInfoFlowSummary() - Method in class soot.jimple.toolkits.infoflow.SmartMethodInfoFlowAnalysis
-
- getMethodLocalObjectsAnalysis(SootMethod) - Method in class soot.jimple.toolkits.infoflow.ClassLocalObjectsAnalysis
-
- getMethodName(Local) - Method in class soot.dava.toolkits.base.renamer.heuristicSet
-
- getMethodName() - Method in class soot.dava.toolkits.base.renamer.heuristicTuple
-
- getMethodName() - Method in class soot.jimple.parser.node.AMethodSignature
-
- getMethodName(String) - Static method in class soot.jimple.spark.ondemand.pautil.SootUtil
-
- getMethodNumberer() - Method in class soot.Scene
-
- getMethodObject() - Method in class soot.jimple.toolkits.pointer.representations.Environment
-
- getMethodOf(Unit) - Method in class soot.jimple.toolkits.ide.icfg.AbstractJimpleBasedICFG
-
- getMethodOf(Unit) - Method in class soot.jimple.toolkits.ide.icfg.BackwardsInterproceduralCFG
-
- getMethodRef() - Method in interface soot.baf.MethodArgInst
-
- getMethodRef() - Method in class soot.jimple.internal.AbstractInvokeExpr
-
- getMethodRef() - Method in interface soot.jimple.InvokeExpr
-
- getMethodRef() - Method in class soot.jimple.MethodHandle
-
- getMethods() - Method in class soot.SootClass
-
- getMethodSignature() - Method in class soot.jimple.parser.node.ANonstaticInvokeExpr
-
- getMethodSignature() - Method in class soot.jimple.parser.node.AStaticInvokeExpr
-
- getMethodsNeedingInlining() - Method in class soot.jimple.toolkits.thread.mhp.MethodExtentBuilder
-
- getMethodsNeedingInlining() - Method in class soot.jimple.toolkits.thread.mhp.PegGraph
-
- getMethodUnsafe(NumberedString) - Method in class soot.SootClass
-
Returns the method of this class with the given subsignature.
- getMethodUnsafe(String) - Method in class soot.SootClass
-
- getMethodUnsafe(String, List<Type>, Type) - Method in class soot.SootClass
-
Attempts to retrieve the method with the given name, parameters and return type.
- getMhpTester() - Method in class soot.jimple.toolkits.thread.mhp.MhpTransformer
-
- getMinimumRegsNeeded() - Method in class soot.toDex.instructions.AbstractInsn
-
- getMinimumRegsNeeded() - Method in interface soot.toDex.instructions.Insn
-
- getMinJavaVersion(SootMethod) - Method in class soot.AbstractASMBackend
-
Determines the minimum Java version required for the bytecode of the given SootMethod Subclasses should override this
method to suit their needs, otherwise Java 1.7 is assumed for compatibility with invokeDynamic
- getMinJavaVersion(SootMethod) - Method in class soot.baf.BafASMBackend
-
- getMinus() - Method in class soot.jimple.parser.node.AConstantCaseLabel
-
- getMinus() - Method in class soot.jimple.parser.node.AFloatConstant
-
- getMinus() - Method in class soot.jimple.parser.node.AIntegerConstant
-
- getMinus() - Method in class soot.jimple.parser.node.AMinusBinop
-
- getMod() - Method in class soot.jimple.parser.node.AModBinop
-
- getModificationCount() - Method in class soot.Body
-
- getModificationCount() - Method in class soot.PatchingChain
-
- getModificationCount() - Method in interface soot.util.Chain
-
Returns the number of times this chain has been modified.
- getModificationCount() - Method in class soot.util.EmptyChain
-
- getModificationCount() - Method in class soot.util.HashChain
-
Returns the number of times this chain has been modified.
- getModifier(int) - Method in class soot.JastAddJ.Modifiers
-
Retrieves the element at index i
in the Modifier list..
- getModifier(int) - Method in class soot.JastAddJ.ResourceModifiers
-
Retrieves the element at index i
in the Modifier list..
- getModifier(Flags) - Static method in class soot.javaToJimple.Util
-
Modifier Creation
- getModifier() - Method in class soot.jimple.parser.node.AFieldMember
-
- getModifier() - Method in class soot.jimple.parser.node.AFile
-
- getModifier() - Method in class soot.jimple.parser.node.AMethodMember
-
- getModifierList() - Method in class soot.JastAddJ.Modifiers
-
Retrieves the Modifier list.
- getModifierList() - Method in class soot.JastAddJ.ResourceModifiers
-
Retrieves the Modifier list.
- getModifierListNoTransform() - Method in class soot.JastAddJ.Modifiers
-
Retrieves the Modifier list.
- getModifierListNoTransform() - Method in class soot.JastAddJ.ResourceModifiers
-
Retrieves the Modifier list.
- getModifiers(int, Host) - Static method in class soot.AbstractASMBackend
-
Utility method to get the access modifiers of a Host
- getModifiers() - Method in interface soot.ClassMember
-
Returns modifiers of this class member.
- getModifiers() - Method in class soot.JastAddJ.AbstractWildcardType
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.AnnotatedCompilationUnit
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.AnnotationDecl
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.AnnotationMethodDecl
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.AnonymousDecl
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.ArrayDecl
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.BooleanType
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.BridgeMethodDecl
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.ByteType
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.CatchParameterDeclaration
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.CharType
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.ClassDecl
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.ClassDeclSubstituted
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.ConstructorDecl
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.DoubleType
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.EmptyType
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.EnumConstant
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.EnumDecl
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.FieldDecl
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.FieldDeclaration
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.FieldDeclarationSubstituted
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.FloatingPointType
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.FloatType
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.GenericClassDecl
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.GenericConstructorDecl
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.GenericInterfaceDecl
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.GenericMethodDecl
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.GLBType
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.IntegralType
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.InterfaceDecl
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.InterfaceDeclSubstituted
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.IntType
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.LongType
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.LUBType
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.MethodDecl
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.MethodDeclSubstituted
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.Modifiers
-
Retrieves the Modifier list.
- getModifiers() - Method in class soot.JastAddJ.NullType
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.NumericType
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.ParameterDeclaration
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.ParameterDeclarationSubstituted
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.ParClassDecl
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.ParConstructorDecl
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.ParInterfaceDecl
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.ParMethodDecl
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.PrimitiveType
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.RawClassDecl
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.RawConstructorDecl
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.RawInterfaceDecl
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.RawMethodDecl
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.ReferenceType
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.ResourceDeclaration
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.ResourceModifiers
-
Retrieves the Modifier list.
- getModifiers() - Method in class soot.JastAddJ.ShortType
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.TypeDecl
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.TypeVariable
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.UnknownType
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.VarDeclStmt
-
Retrieves the Modifiers child.
- getModifiers() - Method in interface soot.JastAddJ.Variable
-
- getModifiers() - Method in class soot.JastAddJ.VariableArityParameterDeclaration
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.VariableArityParameterDeclarationSubstituted
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.VariableDeclaration
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.VoidType
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.WildcardExtendsType
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.WildcardSuperType
-
Retrieves the Modifiers child.
- getModifiers() - Method in class soot.JastAddJ.WildcardType
-
Retrieves the Modifiers child.
- getModifiers(Flags) - Method in class soot.javaToJimple.ClassResolver
-
- getModifiers() - Method in class soot.SootClass
-
Returns the modifiers of this class.
- getModifiers() - Method in class soot.SootField
-
- getModifiers() - Method in class soot.SootMethod
-
Gets the modifiers of this method.
- getModifiersNoTransform() - Method in class soot.JastAddJ.AbstractWildcardType
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.AnnotatedCompilationUnit
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.AnnotationDecl
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.AnnotationMethodDecl
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.AnonymousDecl
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.ArrayDecl
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.BooleanType
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.BridgeMethodDecl
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.ByteType
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.CatchParameterDeclaration
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.CharType
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.ClassDecl
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.ClassDeclSubstituted
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.ConstructorDecl
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.DoubleType
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.EmptyType
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.EnumConstant
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.EnumDecl
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.FieldDecl
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.FieldDeclaration
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.FieldDeclarationSubstituted
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.FloatingPointType
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.FloatType
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.GenericClassDecl
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.GenericConstructorDecl
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.GenericInterfaceDecl
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.GenericMethodDecl
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.GLBType
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.IntegralType
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.InterfaceDecl
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.InterfaceDeclSubstituted
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.IntType
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.LongType
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.LUBType
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.MethodDecl
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.MethodDeclSubstituted
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.Modifiers
-
Retrieves the Modifier list.
- getModifiersNoTransform() - Method in class soot.JastAddJ.NullType
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.NumericType
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.ParameterDeclaration
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.ParameterDeclarationSubstituted
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.ParClassDecl
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.ParConstructorDecl
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.ParInterfaceDecl
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.ParMethodDecl
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.PrimitiveType
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.RawClassDecl
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.RawConstructorDecl
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.RawInterfaceDecl
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.RawMethodDecl
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.ReferenceType
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.ResourceDeclaration
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.ResourceModifiers
-
Retrieves the Modifier list.
- getModifiersNoTransform() - Method in class soot.JastAddJ.ShortType
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.TypeDecl
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.TypeVariable
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.UnknownType
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.VarDeclStmt
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.VariableArityParameterDeclaration
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.VariableArityParameterDeclarationSubstituted
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.VariableDeclaration
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.VoidType
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.WildcardExtendsType
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.WildcardSuperType
-
Retrieves the Modifiers child.
- getModifiersNoTransform() - Method in class soot.JastAddJ.WildcardType
-
Retrieves the Modifiers child.
- getMonitor() - Method in class soot.jimple.toolkits.thread.mhp.MonitorAnalysis
-
- getMonitor() - Method in class soot.jimple.toolkits.thread.mhp.PegGraph
-
- getMonitorDepth(String) - Method in class soot.jimple.toolkits.thread.mhp.MonitorSet
-
- getMonitorObjs() - Method in class soot.jimple.toolkits.thread.mhp.PegGraph
-
- getMult() - Method in class soot.jimple.parser.node.AMultBinop
-
- getMultiCalledMethods() - Method in class soot.jimple.toolkits.thread.mhp.findobject.AllocNodesFinder
-
- getMultiCalledMethods() - Method in class soot.jimple.toolkits.thread.mhp.findobject.MultiCalledMethods
-
- getMultiRunAllocNodes() - Method in class soot.jimple.toolkits.thread.mhp.findobject.AllocNodesFinder
-
- getMultiRunStatements() - Method in class soot.jimple.toolkits.thread.mhp.findobject.MultiRunStatementsFinder
-
- getName() - Method in class soot.baf.internal.AbstractBranchInst
-
- getName() - Method in class soot.baf.internal.AbstractInst
-
- getName() - Method in class soot.baf.internal.BAddInst
-
- getName() - Method in class soot.baf.internal.BafLocal
-
- getName() - Method in class soot.baf.internal.BAndInst
-
- getName() - Method in class soot.baf.internal.BArrayLengthInst
-
- getName() - Method in class soot.baf.internal.BArrayReadInst
-
- getName() - Method in class soot.baf.internal.BArrayWriteInst
-
- getName() - Method in class soot.baf.internal.BCmpgInst
-
- getName() - Method in class soot.baf.internal.BCmpInst
-
- getName() - Method in class soot.baf.internal.BCmplInst
-
- getName() - Method in class soot.baf.internal.BDivInst
-
- getName() - Method in class soot.baf.internal.BDup1_x1Inst
-
- getName() - Method in class soot.baf.internal.BDup1_x2Inst
-
- getName() - Method in class soot.baf.internal.BDup1Inst
-
- getName() - Method in class soot.baf.internal.BDup2_x1Inst
-
- getName() - Method in class soot.baf.internal.BDup2_x2Inst
-
- getName() - Method in class soot.baf.internal.BDup2Inst
-
- getName() - Method in class soot.baf.internal.BDynamicInvokeInst
-
- getName() - Method in class soot.baf.internal.BEnterMonitorInst
-
- getName() - Method in class soot.baf.internal.BExitMonitorInst
-
- getName() - Method in class soot.baf.internal.BFieldGetInst
-
- getName() - Method in class soot.baf.internal.BFieldPutInst
-
- getName() - Method in class soot.baf.internal.BGotoInst
-
- getName() - Method in class soot.baf.internal.BIdentityInst
-
- getName() - Method in class soot.baf.internal.BIfCmpEqInst
-
- getName() - Method in class soot.baf.internal.BIfCmpGeInst
-
- getName() - Method in class soot.baf.internal.BIfCmpGtInst
-
- getName() - Method in class soot.baf.internal.BIfCmpLeInst
-
- getName() - Method in class soot.baf.internal.BIfCmpLtInst
-
- getName() - Method in class soot.baf.internal.BIfCmpNeInst
-
- getName() - Method in class soot.baf.internal.BIfEqInst
-
- getName() - Method in class soot.baf.internal.BIfGeInst
-
- getName() - Method in class soot.baf.internal.BIfGtInst
-
- getName() - Method in class soot.baf.internal.BIfLeInst
-
- getName() - Method in class soot.baf.internal.BIfLtInst
-
- getName() - Method in class soot.baf.internal.BIfNeInst
-
- getName() - Method in class soot.baf.internal.BIfNonNullInst
-
- getName() - Method in class soot.baf.internal.BIfNullInst
-
- getName() - Method in class soot.baf.internal.BIncInst
-
- getName() - Method in class soot.baf.internal.BInstanceCastInst
-
- getName() - Method in class soot.baf.internal.BInstanceOfInst
-
- getName() - Method in class soot.baf.internal.BInterfaceInvokeInst
-
- getName() - Method in class soot.baf.internal.BJSRInst
-
- getName() - Method in class soot.baf.internal.BLoadInst
-
- getName() - Method in class soot.baf.internal.BLookupSwitchInst
-
- getName() - Method in class soot.baf.internal.BMulInst
-
- getName() - Method in class soot.baf.internal.BNegInst
-
- getName() - Method in class soot.baf.internal.BNewArrayInst
-
- getName() - Method in class soot.baf.internal.BNewInst
-
- getName() - Method in class soot.baf.internal.BNewMultiArrayInst
-
- getName() - Method in class soot.baf.internal.BNopInst
-
- getName() - Method in class soot.baf.internal.BOrInst
-
- getName() - Method in class soot.baf.internal.BPopInst
-
- getName() - Method in class soot.baf.internal.BPrimitiveCastInst
-
- getName() - Method in class soot.baf.internal.BPushInst
-
- getName() - Method in class soot.baf.internal.BRemInst
-
- getName() - Method in class soot.baf.internal.BReturnInst
-
- getName() - Method in class soot.baf.internal.BReturnVoidInst
-
- getName() - Method in class soot.baf.internal.BShlInst
-
- getName() - Method in class soot.baf.internal.BShrInst
-
- getName() - Method in class soot.baf.internal.BSpecialInvokeInst
-
- getName() - Method in class soot.baf.internal.BStaticGetInst
-
- getName() - Method in class soot.baf.internal.BStaticInvokeInst
-
- getName() - Method in class soot.baf.internal.BStaticPutInst
-
- getName() - Method in class soot.baf.internal.BStoreInst
-
- getName() - Method in class soot.baf.internal.BSubInst
-
- getName() - Method in class soot.baf.internal.BSwapInst
-
- getName() - Method in class soot.baf.internal.BTableSwitchInst
-
- getName() - Method in class soot.baf.internal.BThrowInst
-
- getName() - Method in class soot.baf.internal.BUshrInst
-
- getName() - Method in class soot.baf.internal.BVirtualInvokeInst
-
- getName() - Method in class soot.baf.internal.BXorInst
-
- getName() - Method in class soot.baf.PlaceholderInst
-
- getName() - Method in class soot.dexpler.DexType
-
- getName() - Method in class soot.dexpler.tags.DoubleOpTag
-
- getName() - Method in class soot.dexpler.tags.FloatOpTag
-
- getName() - Method in class soot.dexpler.tags.IntOpTag
-
- getName() - Method in class soot.dexpler.tags.LongOpTag
-
- getName() - Method in class soot.dexpler.tags.NumOpTag
-
- getName() - Method in class soot.dexpler.tags.ObjectOpTag
-
- getName() - Method in class soot.JastAddJ.ElementValuePair
-
Retrieves the value for the lexeme Name.
- getName() - Method in class soot.JastAddJ.PrimitiveTypeAccess
-
Retrieves the value for the lexeme Name.
- getName() - Method in class soot.jbco.bafTransformations.AddJSRs
-
- getName() - Method in class soot.jbco.bafTransformations.BAFCounter
-
- getName() - Method in class soot.jbco.bafTransformations.BafLineNumberer
-
- getName() - Method in class soot.jbco.bafTransformations.BAFPrintout
-
- getName() - Method in class soot.jbco.bafTransformations.ConstructorConfuser
-
- getName() - Method in class soot.jbco.bafTransformations.FindDuplicateSequences
-
- getName() - Method in class soot.jbco.bafTransformations.FixUndefinedLocals
-
- getName() - Method in class soot.jbco.bafTransformations.IfNullToTryCatch
-
- getName() - Method in class soot.jbco.bafTransformations.IndirectIfJumpsToCaughtGotos
-
- getName() - Method in class soot.jbco.bafTransformations.Jimple2BafLocalBuilder
-
- getName() - Method in class soot.jbco.bafTransformations.LocalsToBitField
-
- getName() - Method in class soot.jbco.bafTransformations.MoveLoadsAboveIfs
-
- getName() - Method in class soot.jbco.bafTransformations.RemoveRedundantPushStores
-
- getName() - Method in class soot.jbco.bafTransformations.TryCatchCombiner
-
- getName() - Method in class soot.jbco.bafTransformations.UpdateConstantsToFields
-
- getName() - Method in class soot.jbco.bafTransformations.WrapSwitchesInTrys
-
- getName() - Method in interface soot.jbco.IJbcoTransform
-
- getName() - Method in class soot.jbco.jimpleTransformations.AddSwitches
-
- getName() - Method in class soot.jbco.jimpleTransformations.ArithmeticTransformer
-
- getName() - Method in class soot.jbco.jimpleTransformations.BuildIntermediateAppClasses
-
- getName() - Method in class soot.jbco.jimpleTransformations.ClassRenamer
-
- getName() - Method in class soot.jbco.jimpleTransformations.CollectConstants
-
- getName() - Method in class soot.jbco.jimpleTransformations.CollectJimpleLocals
-
- getName() - Method in class soot.jbco.jimpleTransformations.FieldRenamer
-
- getName() - Method in class soot.jbco.jimpleTransformations.GotoInstrumenter
-
- getName() - Method in class soot.jbco.jimpleTransformations.LibraryMethodWrappersBuilder
-
- getName() - Method in class soot.jbco.jimpleTransformations.MethodRenamer
-
- getName() - Method in class soot.jimple.internal.JimpleLocal
-
Returns the name of this object.
- getName() - Method in class soot.jimple.parser.node.ACatchClause
-
- getName() - Method in class soot.jimple.parser.node.AFieldMember
-
- getName() - Method in class soot.jimple.parser.node.ALocalName
-
- getName() - Method in class soot.jimple.parser.node.AMethodMember
-
- getName() - Method in class soot.jimple.parser.node.AMultiNameList
-
- getName() - Method in class soot.jimple.parser.node.ASingleNameList
-
- getName() - Method in class soot.jimple.spark.fieldrw.FieldReadTag
-
- getName() - Method in class soot.jimple.spark.fieldrw.FieldRWTag
-
- getName() - Method in class soot.jimple.spark.fieldrw.FieldWriteTag
-
- getName() - Method in class soot.jimple.toolkits.annotation.tags.ArrayCheckTag
-
- getName() - Method in class soot.jimple.toolkits.annotation.tags.ArrayNullCheckTag
-
- getName() - Method in class soot.jimple.toolkits.annotation.tags.NullCheckTag
-
- getName() - Method in class soot.jimple.toolkits.pointer.CastCheckTag
-
- getName() - Method in class soot.jimple.toolkits.pointer.DependenceGraph
-
- getName() - Method in class soot.jimple.toolkits.pointer.DependenceTag
-
- getName() - Method in class soot.jimple.toolkits.thread.mhp.stmt.JPegStmt
-
- getName() - Method in interface soot.Local
-
Returns the name of the current Local variable.
- getName() - Method in class soot.SootClass
-
Returns the name of this class.
- getName() - Method in class soot.SootField
-
- getName() - Method in class soot.SootMethod
-
Returns the name of this method.
- getName() - Method in interface soot.SootMethodInterface
-
- getName() - Method in class soot.SootMethodRefImpl
-
- getName() - Method in class soot.tagkit.AnnotationDefaultTag
-
Returns the tag name.
- getName() - Method in class soot.tagkit.AnnotationElem
-
- getName() - Method in class soot.tagkit.AnnotationTag
-
Returns the tag name.
- getName() - Method in class soot.tagkit.BytecodeOffsetTag
-
Returns the name of this tag.
- getName() - Method in class soot.tagkit.CodeAttribute
-
Returns the attribute name.
- getName() - Method in class soot.tagkit.ColorTag
-
- getName() - Method in class soot.tagkit.ConstantValueTag
-
- getName() - Method in class soot.tagkit.DebugTypeTag
-
Returns the tag name.
- getName() - Method in class soot.tagkit.DeprecatedTag
-
Returns the tag name.
- getName() - Method in class soot.tagkit.EnclosingMethodTag
-
Returns the tag name.
- getName() - Method in class soot.tagkit.EnclosingTag
-
Returns the tag name.
- getName() - Method in class soot.tagkit.GenericAttribute
-
- getName() - Method in class soot.tagkit.InnerClassAttribute
-
- getName() - Method in class soot.tagkit.InnerClassTag
-
- getName() - Method in class soot.tagkit.JimpleLineNumberTag
-
- getName() - Method in class soot.tagkit.KeyTag
-
- getName() - Method in class soot.tagkit.LineNumberTag
-
- getName() - Method in class soot.tagkit.LinkTag
-
Returns the tag name.
- getName() - Method in class soot.tagkit.LoopInvariantTag
-
Returns the tag name.
- getName() - Method in class soot.tagkit.OuterClassTag
-
- getName() - Method in class soot.tagkit.ParamNamesTag
-
Returns the tag name.
- getName() - Method in class soot.tagkit.PositionTag
-
- getName() - Method in class soot.tagkit.QualifyingTag
-
Returns the tag name.
- getName() - Method in class soot.tagkit.SignatureTag
-
Returns the tag name.
- getName() - Method in class soot.tagkit.SourceFileTag
-
- getName() - Method in class soot.tagkit.SourceLineNumberTag
-
- getName() - Method in class soot.tagkit.SourceLnPosTag
-
- getName() - Method in class soot.tagkit.SourcePositionTag
-
- getName() - Method in class soot.tagkit.StringTag
-
Returns the tag name.
- getName() - Method in class soot.tagkit.SyntheticParamTag
-
Returns the tag name.
- getName() - Method in class soot.tagkit.SyntheticTag
-
Returns the tag name.
- getName() - Method in interface soot.tagkit.Tag
-
Returns the tag name.
- getName() - Method in class soot.tagkit.ThrowCreatedByCompilerTag
-
Returns the tag name.
- getName() - Method in class soot.tagkit.TryCatchTag
-
- getName() - Method in class soot.tagkit.VisibilityAnnotationTag
-
Returns the tag name.
- getName() - Method in class soot.tagkit.VisibilityParameterAnnotationTag
-
Returns the tag name.
- getName() - Method in enum soot.toDex.PrimitiveType
-
- getName() - Method in class soot.toDex.TemporaryRegisterLocal
-
- getName() - Method in class soot.util.dot.DotGraphNode
-
- getNameAndTypeIndex() - Method in interface soot.coffi.ICONSTANT_Methodref_info
-
- getNameArray() - Method in class soot.tagkit.ParamNamesTag
-
- getNameList() - Method in class soot.jimple.parser.node.AMultiNameList
-
- getNames() - Method in class soot.tagkit.ParamNamesTag
-
- getNative() - Method in class soot.jimple.parser.node.ANativeModifier
-
- getNeedInlining() - Method in class soot.jimple.toolkits.thread.mhp.PegGraph
-
- getNeg() - Method in class soot.jimple.parser.node.ANegUnop
-
- getNestedUsedList() - Method in class soot.javaToJimple.NestedClassListBuilder
-
- getNetCount() - Method in interface soot.baf.Inst
-
- getNetCount() - Method in class soot.baf.internal.AbstractInst
-
- getNetMachineCount() - Method in interface soot.baf.Inst
-
- getNetMachineCount() - Method in class soot.baf.internal.AbstractInst
-
- getNew() - Method in class soot.jimple.parser.node.ASimpleNewExpr
-
- getNewarray() - Method in class soot.jimple.parser.node.AArrayNewExpr
-
- getNewExpr() - Method in class soot.jimple.parser.node.ANewExpression
-
- getNewExpr() - Method in class soot.jimple.spark.pag.AllocNode
-
Returns the new expression of this allocation site.
- getNewmultiarray() - Method in class soot.jimple.parser.node.AMultiNewExpr
-
- getNewName(String, String) - Method in class soot.jbco.jimpleTransformations.ClassRenamer
-
Generates new unique name that have not existed before and mapping for it.
- getNewName() - Static method in class soot.jbco.jimpleTransformations.FieldRenamer
-
- getNewName() - Method in class soot.jbco.jimpleTransformations.MethodRenamer
-
Creates new unique method name.
- getNewNode(ASTNode, ASTIfNode) - Static method in class soot.dava.toolkits.base.AST.transformations.StrengthenByIf
-
- getNewNode(ASTNode, ASTIfElseNode) - Static method in class soot.dava.toolkits.base.AST.transformations.StrengthenByIfElse
-
- getNews() - Method in class soot.javaToJimple.LocalUsesChecker
-
- getNewSet() - Method in class soot.jimple.spark.sets.DoublePointsToSet
-
Returns set of newly-added nodes since last call to flushNew.
- getNewSet() - Method in class soot.jimple.spark.sets.PointsToSetInternal
-
Returns set of newly-added nodes since last call to flushNew.
- getNewToOuterMap() - Method in class soot.javaToJimple.PolyglotMethodSource
-
- getNext() - Method in class soot.toolkits.graph.pdg.PDGNode
-
- getNext() - Method in class soot.util.HashChain.Link
-
- getNextAnonNum() - Method in class soot.javaToJimple.InitialResolver
-
- getNextCallChainBetween(SootMethod, SootMethod, List) - Method in class soot.jimple.toolkits.infoflow.LocalObjectsAnalysis
-
- getNextCallChainBetween(ReachableMethods, SootMethod, SootMethod, Edge, CallChain, List) - Method in class soot.jimple.toolkits.infoflow.LocalObjectsAnalysis
-
- getNextMethod() - Method in class soot.jimple.toolkits.annotation.callgraph.CallGraphGrapher
-
- getNextPrivateAccessCounter() - Method in class soot.javaToJimple.InitialResolver
-
- getNode(Value) - Method in class soot.jimple.spark.builder.MethodNodeFactory
-
- getNode() - Method in class soot.jimple.spark.builder.MethodNodeFactory
-
- getNode(Value) - Method in class soot.shimple.toolkits.graph.ValueGraph
-
- getNode() - Method in class soot.toolkits.graph.pdg.PDGNode
-
- getNode(String) - Method in class soot.util.dot.DotGraph
-
Gets the graph node by name.
- getNodeForFieldRef(SootMethod, SootField) - Static method in class soot.jimple.toolkits.infoflow.InfoFlowAnalysis
-
Returns an unmodifiable list of EquivalentValue wrapped Refs that sink flows from when method sm is called.
- getNodeForFieldRef(SootMethod, SootField, Local) - Static method in class soot.jimple.toolkits.infoflow.InfoFlowAnalysis
-
- getNodeForParameterRef(SootMethod, int) - Static method in class soot.jimple.toolkits.infoflow.InfoFlowAnalysis
-
- getNodeForReturnRef(SootMethod) - Static method in class soot.jimple.toolkits.infoflow.InfoFlowAnalysis
-
- getNodeForThisRef(SootMethod) - Static method in class soot.jimple.toolkits.infoflow.InfoFlowAnalysis
-
- getNodeLabel(Object) - Static method in class soot.jimple.toolkits.infoflow.InfoFlowAnalysis
-
- getNodeName(Object) - Static method in class soot.jimple.toolkits.infoflow.InfoFlowAnalysis
-
- getNodeNumber() - Method in class soot.shimple.toolkits.graph.ValueGraph.Node
-
- getNodes() - Method in class soot.toolkits.graph.HashMutableDirectedGraph
-
- getNodes() - Method in interface soot.toolkits.graph.MutableDirectedGraph
-
- getNodes() - Method in class soot.toolkits.graph.pdg.PDGRegion
-
- getNodesForMethod(SootMethod) - Method in class soot.jimple.spark.ondemand.pautil.ContextSensitiveInfo
-
- getNodeTags() - Method in class soot.jimple.spark.pag.PAG
-
- getNonPatchingChain() - Method in class soot.PatchingChain
-
Returns the inner chain used by the PatchingChain.
- getNonstaticInvoke() - Method in class soot.jimple.parser.node.ANonstaticInvokeExpr
-
- getNonvoidType() - Method in class soot.jimple.parser.node.AArrayNewExpr
-
- getNonvoidType() - Method in class soot.jimple.parser.node.ACastExpression
-
- getNonvoidType() - Method in class soot.jimple.parser.node.AInstanceofExpression
-
- getNonvoidType() - Method in class soot.jimple.parser.node.ANonvoidJimpleType
-
- getNonvoidType() - Method in class soot.jimple.parser.node.ANovoidType
-
- getNonvoidType() - Method in class soot.jimple.parser.node.AParameter
-
- getNop() - Method in class soot.jimple.parser.node.ANopStatement
-
- getNormalSootMethodRef(MethodHandle.Kind) - Method in class soot.dexpler.instructions.MethodInvocationInstruction
-
Return the SootMethodRef for the invoked method.
- getNotifyAll() - Method in class soot.jimple.toolkits.thread.mhp.PegGraph
-
- getNull() - Method in class soot.jimple.parser.node.ANullConstant
-
- getNullPointerExceptionThrower(JimpleBody) - Static method in class soot.jimple.toolkits.invoke.ThrowManager
-
Iterate through the statements in b (starting at the end), returning the last instance of the following pattern:
r928 = new java.lang.NullPointerException; specialinvoke r928.""(); throw r928;
Creates if necessary.
- getNullType() - Method in class soot.jimple.parser.node.ANullBaseType
-
- getNullType() - Method in class soot.jimple.parser.node.ANullBaseTypeNoName
-
- getNumAllocNodes() - Method in class soot.jimple.spark.pag.PAG
-
- getNumArg() - Method in class soot.JastAddJ.BoundMethodAccess
-
Retrieves the number of children in the Arg list.
- getNumArg() - Method in class soot.JastAddJ.ClassInstanceExpr
-
Retrieves the number of children in the Arg list.
- getNumArg() - Method in class soot.JastAddJ.ConstructorAccess
-
Retrieves the number of children in the Arg list.
- getNumArg() - Method in class soot.JastAddJ.EnumConstant
-
Retrieves the number of children in the Arg list.
- getNumArg() - Method in class soot.JastAddJ.EnumInstanceExpr
-
Retrieves the number of children in the Arg list.
- getNumArg() - Method in class soot.JastAddJ.MethodAccess
-
Retrieves the number of children in the Arg list.
- getNumArg() - Method in class soot.JastAddJ.ParClassInstanceExpr
-
Retrieves the number of children in the Arg list.
- getNumArg() - Method in class soot.JastAddJ.ParConstructorAccess
-
Retrieves the number of children in the Arg list.
- getNumArg() - Method in class soot.JastAddJ.ParMethodAccess
-
Retrieves the number of children in the Arg list.
- getNumArg() - Method in class soot.JastAddJ.ParSuperConstructorAccess
-
Retrieves the number of children in the Arg list.
- getNumArg() - Method in class soot.JastAddJ.SuperConstructorAccess
-
Retrieves the number of children in the Arg list.
- getNumArgNoTransform() - Method in class soot.JastAddJ.BoundMethodAccess
-
Retrieves the number of children in the Arg list.
- getNumArgNoTransform() - Method in class soot.JastAddJ.ClassInstanceExpr
-
Retrieves the number of children in the Arg list.
- getNumArgNoTransform() - Method in class soot.JastAddJ.ConstructorAccess
-
Retrieves the number of children in the Arg list.
- getNumArgNoTransform() - Method in class soot.JastAddJ.EnumConstant
-
Retrieves the number of children in the Arg list.
- getNumArgNoTransform() - Method in class soot.JastAddJ.EnumInstanceExpr
-
Retrieves the number of children in the Arg list.
- getNumArgNoTransform() - Method in class soot.JastAddJ.MethodAccess
-
Retrieves the number of children in the Arg list.
- getNumArgNoTransform() - Method in class soot.JastAddJ.ParClassInstanceExpr
-
Retrieves the number of children in the Arg list.
- getNumArgNoTransform() - Method in class soot.JastAddJ.ParConstructorAccess
-
Retrieves the number of children in the Arg list.
- getNumArgNoTransform() - Method in class soot.JastAddJ.ParMethodAccess
-
Retrieves the number of children in the Arg list.
- getNumArgNoTransform() - Method in class soot.JastAddJ.ParSuperConstructorAccess
-
Retrieves the number of children in the Arg list.
- getNumArgNoTransform() - Method in class soot.JastAddJ.SuperConstructorAccess
-
Retrieves the number of children in the Arg list.
- getNumArgument() - Method in class soot.JastAddJ.ParClassDecl
-
Retrieves the number of children in the Argument list.
- getNumArgument() - Method in class soot.JastAddJ.ParInterfaceDecl
-
Retrieves the number of children in the Argument list.
- getNumArgument() - Method in interface soot.JastAddJ.ParTypeDecl
-
- getNumArgument() - Method in class soot.JastAddJ.RawClassDecl
-
Retrieves the number of children in the Argument list.
- getNumArgument() - Method in class soot.JastAddJ.RawInterfaceDecl
-
Retrieves the number of children in the Argument list.
- getNumArgumentNoTransform() - Method in class soot.JastAddJ.ParClassDecl
-
Retrieves the number of children in the Argument list.
- getNumArgumentNoTransform() - Method in class soot.JastAddJ.ParInterfaceDecl
-
Retrieves the number of children in the Argument list.
- getNumArgumentNoTransform() - Method in class soot.JastAddJ.RawClassDecl
-
Retrieves the number of children in the Argument list.
- getNumArgumentNoTransform() - Method in class soot.JastAddJ.RawInterfaceDecl
-
Retrieves the number of children in the Argument list.
- getNumber() - Method in class soot.baf.internal.BafLocal
-
- getNumber() - Method in class soot.jimple.internal.JimpleLocal
-
- getNumber() - Method in class soot.jimple.spark.geom.dataRep.ContextVar
-
- getNumber() - Method in class soot.jimple.spark.geom.dataRep.PlainConstraint
-
- getNumber() - Method in class soot.jimple.spark.geom.geomPA.IVarAbstraction
-
- getNumber() - Method in class soot.jimple.spark.pag.ArrayElement
-
- getNumber() - Method in class soot.jimple.spark.pag.Node
-
- getNumber() - Method in class soot.jimple.spark.pag.Parm
-
- getNumber() - Method in class soot.Kind
-
- getNumber() - Method in class soot.SootClass
-
- getNumber() - Method in class soot.SootField
-
- getNumber() - Method in class soot.SootMethod
-
- getNumber() - Method in class soot.toDex.Register
-
- getNumber() - Method in class soot.toDex.TemporaryRegisterLocal
-
- getNumber() - Method in class soot.Type
-
- getNumber() - Method in interface soot.util.Numberable
-
- getNumber() - Method in class soot.util.NumberedString
-
- getNumberedSubSignature() - Method in class soot.SootMethod
-
- getNumberOfChildren() - Method in class soot.xml.XMLNode
-
- getNumberOfMethods() - Method in class soot.jimple.spark.geom.geomPA.GeomPointsTo
-
Return the number of functions that are reachable after the geometric points-to analysis.
- getNumberOfObjects() - Method in class soot.jimple.spark.geom.geomPA.GeomPointsTo
-
Get the number of valid objects current in the container.
- getNumberOfPointers() - Method in class soot.jimple.spark.geom.geomPA.GeomPointsTo
-
Get the number of valid pointers currently reachable by geomPTA.
- getNumberOfSparkMethods() - Method in class soot.jimple.spark.geom.geomPA.GeomPointsTo
-
Return the number of functions that are reachable by SPARK.
- getNumBodyDecl() - Method in class soot.JastAddJ.AbstractWildcardType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.AnnotationDecl
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.AnonymousDecl
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.ArrayDecl
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.BooleanType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.ByteType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.CharType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.ClassDecl
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.ClassDeclSubstituted
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.DoubleType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.EmptyType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.EnumConstant
-
- getNumBodyDecl() - Method in class soot.JastAddJ.EnumDecl
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.FloatingPointType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.FloatType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.GenericClassDecl
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.GenericInterfaceDecl
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.GLBType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.IntegralType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.InterfaceDecl
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.InterfaceDeclSubstituted
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.IntType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.LongType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.LUBType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.NullType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.NumericType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.ParClassDecl
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.ParInterfaceDecl
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.PrimitiveType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.RawClassDecl
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.RawInterfaceDecl
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.ReferenceType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.ShortType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.TypeDecl
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.TypeVariable
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.UnknownType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.VoidType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.WildcardExtendsType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.WildcardSuperType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDecl() - Method in class soot.JastAddJ.WildcardType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.AbstractWildcardType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.AnnotationDecl
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.AnonymousDecl
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.ArrayDecl
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.BooleanType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.ByteType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.CharType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.ClassDecl
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.ClassDeclSubstituted
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.DoubleType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.EmptyType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.EnumDecl
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.FloatingPointType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.FloatType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.GenericClassDecl
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.GenericInterfaceDecl
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.GLBType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.IntegralType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.InterfaceDecl
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.InterfaceDeclSubstituted
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.IntType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.LongType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.LUBType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.NullType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.NumericType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.ParClassDecl
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.ParInterfaceDecl
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.PrimitiveType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.RawClassDecl
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.RawInterfaceDecl
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.ReferenceType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.ShortType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.TypeDecl
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.TypeVariable
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.UnknownType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.VoidType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.WildcardExtendsType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.WildcardSuperType
-
Retrieves the number of children in the BodyDecl list.
- getNumBodyDeclNoTransform() - Method in class soot.JastAddJ.WildcardType
-
Retrieves the number of children in the BodyDecl list.
- getNumCatchClause() - Method in class soot.JastAddJ.TryStmt
-
Retrieves the number of children in the CatchClause list.
- getNumCatchClause() - Method in class soot.JastAddJ.TryWithResources
-
Retrieves the number of children in the CatchClause list.
- getNumCatchClauseNoTransform() - Method in class soot.JastAddJ.TryStmt
-
Retrieves the number of children in the CatchClause list.
- getNumCatchClauseNoTransform() - Method in class soot.JastAddJ.TryWithResources
-
Retrieves the number of children in the CatchClause list.
- getNumChild() - Method in class soot.JastAddJ.ASTNode
-
- getNumChild() - Method in class soot.JastAddJ.List
-
- getNumChildNoTransform() - Method in class soot.JastAddJ.ASTNode
-
This method does not invoke AST transformations.
- getNumCompilationUnit() - Method in class soot.JastAddJ.Program
-
Retrieves the number of children in the CompilationUnit list.
- getNumCompilationUnitNoTransform() - Method in class soot.JastAddJ.Program
-
Retrieves the number of children in the CompilationUnit list.
- getNumDims() - Method in class soot.JastAddJ.VariableDecl
-
Retrieves the number of children in the Dims list.
- getNumDimsNoTransform() - Method in class soot.JastAddJ.VariableDecl
-
Retrieves the number of children in the Dims list.
- getNumElementValue() - Method in class soot.JastAddJ.ElementArrayValue
-
Retrieves the number of children in the ElementValue list.
- getNumElementValueNoTransform() - Method in class soot.JastAddJ.ElementArrayValue
-
Retrieves the number of children in the ElementValue list.
- getNumElementValuePair() - Method in class soot.JastAddJ.Annotation
-
Retrieves the number of children in the ElementValuePair list.
- getNumElementValuePairNoTransform() - Method in class soot.JastAddJ.Annotation
-
Retrieves the number of children in the ElementValuePair list.
- getNumException() - Method in class soot.JastAddJ.AnnotationMethodDecl
-
Retrieves the number of children in the Exception list.
- getNumException() - Method in class soot.JastAddJ.BridgeMethodDecl
-
Retrieves the number of children in the Exception list.
- getNumException() - Method in class soot.JastAddJ.ConstructorDecl
-
Retrieves the number of children in the Exception list.
- getNumException() - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
Retrieves the number of children in the Exception list.
- getNumException() - Method in class soot.JastAddJ.GenericConstructorDecl
-
Retrieves the number of children in the Exception list.
- getNumException() - Method in class soot.JastAddJ.GenericMethodDecl
-
Retrieves the number of children in the Exception list.
- getNumException() - Method in class soot.JastAddJ.MethodDecl
-
Retrieves the number of children in the Exception list.
- getNumException() - Method in class soot.JastAddJ.MethodDeclSubstituted
-
Retrieves the number of children in the Exception list.
- getNumException() - Method in class soot.JastAddJ.ParConstructorDecl
-
Retrieves the number of children in the Exception list.
- getNumException() - Method in class soot.JastAddJ.ParMethodDecl
-
Retrieves the number of children in the Exception list.
- getNumException() - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Retrieves the number of children in the Exception list.
- getNumException() - Method in class soot.JastAddJ.RawConstructorDecl
-
Retrieves the number of children in the Exception list.
- getNumException() - Method in class soot.JastAddJ.RawMethodDecl
-
Retrieves the number of children in the Exception list.
- getNumExceptionNoTransform() - Method in class soot.JastAddJ.AnnotationMethodDecl
-
Retrieves the number of children in the Exception list.
- getNumExceptionNoTransform() - Method in class soot.JastAddJ.BridgeMethodDecl
-
Retrieves the number of children in the Exception list.
- getNumExceptionNoTransform() - Method in class soot.JastAddJ.ConstructorDecl
-
Retrieves the number of children in the Exception list.
- getNumExceptionNoTransform() - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
Retrieves the number of children in the Exception list.
- getNumExceptionNoTransform() - Method in class soot.JastAddJ.GenericConstructorDecl
-
Retrieves the number of children in the Exception list.
- getNumExceptionNoTransform() - Method in class soot.JastAddJ.GenericMethodDecl
-
Retrieves the number of children in the Exception list.
- getNumExceptionNoTransform() - Method in class soot.JastAddJ.MethodDecl
-
Retrieves the number of children in the Exception list.
- getNumExceptionNoTransform() - Method in class soot.JastAddJ.MethodDeclSubstituted
-
Retrieves the number of children in the Exception list.
- getNumExceptionNoTransform() - Method in class soot.JastAddJ.ParConstructorDecl
-
Retrieves the number of children in the Exception list.
- getNumExceptionNoTransform() - Method in class soot.JastAddJ.ParMethodDecl
-
Retrieves the number of children in the Exception list.
- getNumExceptionNoTransform() - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Retrieves the number of children in the Exception list.
- getNumExceptionNoTransform() - Method in class soot.JastAddJ.RawConstructorDecl
-
Retrieves the number of children in the Exception list.
- getNumExceptionNoTransform() - Method in class soot.JastAddJ.RawMethodDecl
-
Retrieves the number of children in the Exception list.
- getNumImplements() - Method in class soot.JastAddJ.AnonymousDecl
-
Retrieves the number of children in the Implements list.
- getNumImplements() - Method in class soot.JastAddJ.ArrayDecl
-
Retrieves the number of children in the Implements list.
- getNumImplements() - Method in class soot.JastAddJ.ClassDecl
-
Retrieves the number of children in the Implements list.
- getNumImplements() - Method in class soot.JastAddJ.ClassDeclSubstituted
-
Retrieves the number of children in the Implements list.
- getNumImplements() - Method in class soot.JastAddJ.EnumDecl
-
Retrieves the number of children in the Implements list.
- getNumImplements() - Method in class soot.JastAddJ.GenericClassDecl
-
Retrieves the number of children in the Implements list.
- getNumImplements() - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Retrieves the number of children in the Implements list.
- getNumImplements() - Method in class soot.JastAddJ.ParClassDecl
-
Retrieves the number of children in the Implements list.
- getNumImplements() - Method in class soot.JastAddJ.RawClassDecl
-
Retrieves the number of children in the Implements list.
- getNumImplements() - Method in class soot.JastAddJ.UnknownType
-
Retrieves the number of children in the Implements list.
- getNumImplementsNoTransform() - Method in class soot.JastAddJ.AnonymousDecl
-
Retrieves the number of children in the Implements list.
- getNumImplementsNoTransform() - Method in class soot.JastAddJ.ArrayDecl
-
Retrieves the number of children in the Implements list.
- getNumImplementsNoTransform() - Method in class soot.JastAddJ.ClassDecl
-
Retrieves the number of children in the Implements list.
- getNumImplementsNoTransform() - Method in class soot.JastAddJ.ClassDeclSubstituted
-
Retrieves the number of children in the Implements list.
- getNumImplementsNoTransform() - Method in class soot.JastAddJ.EnumDecl
-
Retrieves the number of children in the Implements list.
- getNumImplementsNoTransform() - Method in class soot.JastAddJ.GenericClassDecl
-
Retrieves the number of children in the Implements list.
- getNumImplementsNoTransform() - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Retrieves the number of children in the Implements list.
- getNumImplementsNoTransform() - Method in class soot.JastAddJ.ParClassDecl
-
Retrieves the number of children in the Implements list.
- getNumImplementsNoTransform() - Method in class soot.JastAddJ.RawClassDecl
-
Retrieves the number of children in the Implements list.
- getNumImplementsNoTransform() - Method in class soot.JastAddJ.UnknownType
-
Retrieves the number of children in the Implements list.
- getNumImportDecl() - Method in class soot.JastAddJ.AnnotatedCompilationUnit
-
Retrieves the number of children in the ImportDecl list.
- getNumImportDecl() - Method in class soot.JastAddJ.CompilationUnit
-
Retrieves the number of children in the ImportDecl list.
- getNumImportDecl() - Method in class soot.JastAddJ.PrimitiveCompilationUnit
-
Retrieves the number of children in the ImportDecl list.
- getNumImportDecl() - Method in class soot.JastAddJ.WildcardsCompilationUnit
-
Retrieves the number of children in the ImportDecl list.
- getNumImportDeclNoTransform() - Method in class soot.JastAddJ.AnnotatedCompilationUnit
-
Retrieves the number of children in the ImportDecl list.
- getNumImportDeclNoTransform() - Method in class soot.JastAddJ.CompilationUnit
-
Retrieves the number of children in the ImportDecl list.
- getNumImportDeclNoTransform() - Method in class soot.JastAddJ.PrimitiveCompilationUnit
-
Retrieves the number of children in the ImportDecl list.
- getNumImportDeclNoTransform() - Method in class soot.JastAddJ.WildcardsCompilationUnit
-
Retrieves the number of children in the ImportDecl list.
- getNumInit() - Method in class soot.JastAddJ.ArrayInit
-
Retrieves the number of children in the Init list.
- getNumInitNoTransform() - Method in class soot.JastAddJ.ArrayInit
-
Retrieves the number of children in the Init list.
- getNumInitStmt() - Method in class soot.JastAddJ.ForStmt
-
Retrieves the number of children in the InitStmt list.
- getNumInitStmtNoTransform() - Method in class soot.JastAddJ.ForStmt
-
Retrieves the number of children in the InitStmt list.
- getNumModifier() - Method in class soot.JastAddJ.Modifiers
-
Retrieves the number of children in the Modifier list.
- getNumModifier() - Method in class soot.JastAddJ.ResourceModifiers
-
Retrieves the number of children in the Modifier list.
- getNumModifierNoTransform() - Method in class soot.JastAddJ.Modifiers
-
Retrieves the number of children in the Modifier list.
- getNumModifierNoTransform() - Method in class soot.JastAddJ.ResourceModifiers
-
Retrieves the number of children in the Modifier list.
- getNumParameter() - Method in class soot.JastAddJ.AnnotationMethodDecl
-
Retrieves the number of children in the Parameter list.
- getNumParameter() - Method in class soot.JastAddJ.BridgeMethodDecl
-
Retrieves the number of children in the Parameter list.
- getNumParameter() - Method in class soot.JastAddJ.ConstructorDecl
-
Retrieves the number of children in the Parameter list.
- getNumParameter() - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
Retrieves the number of children in the Parameter list.
- getNumParameter() - Method in class soot.JastAddJ.GenericConstructorDecl
-
Retrieves the number of children in the Parameter list.
- getNumParameter() - Method in class soot.JastAddJ.GenericMethodDecl
-
Retrieves the number of children in the Parameter list.
- getNumParameter() - Method in class soot.JastAddJ.MethodDecl
-
Retrieves the number of children in the Parameter list.
- getNumParameter() - Method in class soot.JastAddJ.MethodDeclSubstituted
-
Retrieves the number of children in the Parameter list.
- getNumParameter() - Method in class soot.JastAddJ.ParConstructorDecl
-
Retrieves the number of children in the Parameter list.
- getNumParameter() - Method in class soot.JastAddJ.ParMethodDecl
-
Retrieves the number of children in the Parameter list.
- getNumParameter() - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Retrieves the number of children in the Parameter list.
- getNumParameter() - Method in class soot.JastAddJ.RawConstructorDecl
-
Retrieves the number of children in the Parameter list.
- getNumParameter() - Method in class soot.JastAddJ.RawMethodDecl
-
Retrieves the number of children in the Parameter list.
- getNumParameterNoTransform() - Method in class soot.JastAddJ.AnnotationMethodDecl
-
Retrieves the number of children in the Parameter list.
- getNumParameterNoTransform() - Method in class soot.JastAddJ.BridgeMethodDecl
-
Retrieves the number of children in the Parameter list.
- getNumParameterNoTransform() - Method in class soot.JastAddJ.ConstructorDecl
-
Retrieves the number of children in the Parameter list.
- getNumParameterNoTransform() - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
Retrieves the number of children in the Parameter list.
- getNumParameterNoTransform() - Method in class soot.JastAddJ.GenericConstructorDecl
-
Retrieves the number of children in the Parameter list.
- getNumParameterNoTransform() - Method in class soot.JastAddJ.GenericMethodDecl
-
Retrieves the number of children in the Parameter list.
- getNumParameterNoTransform() - Method in class soot.JastAddJ.MethodDecl
-
Retrieves the number of children in the Parameter list.
- getNumParameterNoTransform() - Method in class soot.JastAddJ.MethodDeclSubstituted
-
Retrieves the number of children in the Parameter list.
- getNumParameterNoTransform() - Method in class soot.JastAddJ.ParConstructorDecl
-
Retrieves the number of children in the Parameter list.
- getNumParameterNoTransform() - Method in class soot.JastAddJ.ParMethodDecl
-
Retrieves the number of children in the Parameter list.
- getNumParameterNoTransform() - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Retrieves the number of children in the Parameter list.
- getNumParameterNoTransform() - Method in class soot.JastAddJ.RawConstructorDecl
-
Retrieves the number of children in the Parameter list.
- getNumParameterNoTransform() - Method in class soot.JastAddJ.RawMethodDecl
-
Retrieves the number of children in the Parameter list.
- getNumResource() - Method in class soot.JastAddJ.TryWithResources
-
Retrieves the number of children in the Resource list.
- getNumResourceNoTransform() - Method in class soot.JastAddJ.TryWithResources
-
Retrieves the number of children in the Resource list.
- getNumSamples() - Method in class soot.jimple.spark.ondemand.genericutil.Averager
-
- getNumStmt() - Method in class soot.JastAddJ.Block
-
Retrieves the number of children in the Stmt list.
- getNumStmtNoTransform() - Method in class soot.JastAddJ.Block
-
Retrieves the number of children in the Stmt list.
- getNumSuperInterfaceId() - Method in class soot.JastAddJ.AnnotationDecl
-
Retrieves the number of children in the SuperInterfaceId list.
- getNumSuperInterfaceId() - Method in class soot.JastAddJ.GenericInterfaceDecl
-
Retrieves the number of children in the SuperInterfaceId list.
- getNumSuperInterfaceId() - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
Retrieves the number of children in the SuperInterfaceId list.
- getNumSuperInterfaceId() - Method in class soot.JastAddJ.InterfaceDecl
-
Retrieves the number of children in the SuperInterfaceId list.
- getNumSuperInterfaceId() - Method in class soot.JastAddJ.InterfaceDeclSubstituted
-
Retrieves the number of children in the SuperInterfaceId list.
- getNumSuperInterfaceId() - Method in class soot.JastAddJ.ParInterfaceDecl
-
Retrieves the number of children in the SuperInterfaceId list.
- getNumSuperInterfaceId() - Method in class soot.JastAddJ.RawInterfaceDecl
-
Retrieves the number of children in the SuperInterfaceId list.
- getNumSuperInterfaceIdNoTransform() - Method in class soot.JastAddJ.AnnotationDecl
-
Retrieves the number of children in the SuperInterfaceId list.
- getNumSuperInterfaceIdNoTransform() - Method in class soot.JastAddJ.GenericInterfaceDecl
-
Retrieves the number of children in the SuperInterfaceId list.
- getNumSuperInterfaceIdNoTransform() - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
Retrieves the number of children in the SuperInterfaceId list.
- getNumSuperInterfaceIdNoTransform() - Method in class soot.JastAddJ.InterfaceDecl
-
Retrieves the number of children in the SuperInterfaceId list.
- getNumSuperInterfaceIdNoTransform() - Method in class soot.JastAddJ.InterfaceDeclSubstituted
-
Retrieves the number of children in the SuperInterfaceId list.
- getNumSuperInterfaceIdNoTransform() - Method in class soot.JastAddJ.ParInterfaceDecl
-
Retrieves the number of children in the SuperInterfaceId list.
- getNumSuperInterfaceIdNoTransform() - Method in class soot.JastAddJ.RawInterfaceDecl
-
Retrieves the number of children in the SuperInterfaceId list.
- getNumTypeAccess() - Method in class soot.JastAddJ.CatchParameterDeclaration
-
Retrieves the number of children in the TypeAccess list.
- getNumTypeAccessNoTransform() - Method in class soot.JastAddJ.CatchParameterDeclaration
-
Retrieves the number of children in the TypeAccess list.
- getNumTypeArgument() - Method in class soot.JastAddJ.ParClassInstanceExpr
-
Retrieves the number of children in the TypeArgument list.
- getNumTypeArgument() - Method in class soot.JastAddJ.ParConstructorAccess
-
Retrieves the number of children in the TypeArgument list.
- getNumTypeArgument() - Method in class soot.JastAddJ.ParConstructorDecl
-
Retrieves the number of children in the TypeArgument list.
- getNumTypeArgument() - Method in class soot.JastAddJ.ParMethodAccess
-
Retrieves the number of children in the TypeArgument list.
- getNumTypeArgument() - Method in class soot.JastAddJ.ParMethodDecl
-
Retrieves the number of children in the TypeArgument list.
- getNumTypeArgument() - Method in class soot.JastAddJ.ParSuperConstructorAccess
-
Retrieves the number of children in the TypeArgument list.
- getNumTypeArgument() - Method in class soot.JastAddJ.ParTypeAccess
-
Retrieves the number of children in the TypeArgument list.
- getNumTypeArgument() - Method in class soot.JastAddJ.RawConstructorDecl
-
Retrieves the number of children in the TypeArgument list.
- getNumTypeArgument() - Method in class soot.JastAddJ.RawMethodDecl
-
Retrieves the number of children in the TypeArgument list.
- getNumTypeArgumentNoTransform() - Method in class soot.JastAddJ.ParClassInstanceExpr
-
Retrieves the number of children in the TypeArgument list.
- getNumTypeArgumentNoTransform() - Method in class soot.JastAddJ.ParConstructorAccess
-
Retrieves the number of children in the TypeArgument list.
- getNumTypeArgumentNoTransform() - Method in class soot.JastAddJ.ParConstructorDecl
-
Retrieves the number of children in the TypeArgument list.
- getNumTypeArgumentNoTransform() - Method in class soot.JastAddJ.ParMethodAccess
-
Retrieves the number of children in the TypeArgument list.
- getNumTypeArgumentNoTransform() - Method in class soot.JastAddJ.ParMethodDecl
-
Retrieves the number of children in the TypeArgument list.
- getNumTypeArgumentNoTransform() - Method in class soot.JastAddJ.ParSuperConstructorAccess
-
Retrieves the number of children in the TypeArgument list.
- getNumTypeArgumentNoTransform() - Method in class soot.JastAddJ.ParTypeAccess
-
Retrieves the number of children in the TypeArgument list.
- getNumTypeArgumentNoTransform() - Method in class soot.JastAddJ.RawConstructorDecl
-
Retrieves the number of children in the TypeArgument list.
- getNumTypeArgumentNoTransform() - Method in class soot.JastAddJ.RawMethodDecl
-
Retrieves the number of children in the TypeArgument list.
- getNumTypeBound() - Method in class soot.JastAddJ.GLBType
-
Retrieves the number of children in the TypeBound list.
- getNumTypeBound() - Method in class soot.JastAddJ.LUBType
-
Retrieves the number of children in the TypeBound list.
- getNumTypeBound() - Method in class soot.JastAddJ.TypeVariable
-
Retrieves the number of children in the TypeBound list.
- getNumTypeBoundNoTransform() - Method in class soot.JastAddJ.GLBType
-
Retrieves the number of children in the TypeBound list.
- getNumTypeBoundNoTransform() - Method in class soot.JastAddJ.LUBType
-
Retrieves the number of children in the TypeBound list.
- getNumTypeBoundNoTransform() - Method in class soot.JastAddJ.TypeVariable
-
Retrieves the number of children in the TypeBound list.
- getNumTypeDecl() - Method in class soot.JastAddJ.AnnotatedCompilationUnit
-
Retrieves the number of children in the TypeDecl list.
- getNumTypeDecl() - Method in class soot.JastAddJ.CompilationUnit
-
Retrieves the number of children in the TypeDecl list.
- getNumTypeDecl() - Method in class soot.JastAddJ.PrimitiveCompilationUnit
-
Retrieves the number of children in the TypeDecl list.
- getNumTypeDecl() - Method in class soot.JastAddJ.WildcardsCompilationUnit
-
Retrieves the number of children in the TypeDecl list.
- getNumTypeDeclNoTransform() - Method in class soot.JastAddJ.AnnotatedCompilationUnit
-
Retrieves the number of children in the TypeDecl list.
- getNumTypeDeclNoTransform() - Method in class soot.JastAddJ.CompilationUnit
-
Retrieves the number of children in the TypeDecl list.
- getNumTypeDeclNoTransform() - Method in class soot.JastAddJ.PrimitiveCompilationUnit
-
Retrieves the number of children in the TypeDecl list.
- getNumTypeDeclNoTransform() - Method in class soot.JastAddJ.WildcardsCompilationUnit
-
Retrieves the number of children in the TypeDecl list.
- getNumTypeParameter() - Method in class soot.JastAddJ.GenericClassDecl
-
Retrieves the number of children in the TypeParameter list.
- getNumTypeParameter() - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Retrieves the number of children in the TypeParameter list.
- getNumTypeParameter() - Method in class soot.JastAddJ.GenericConstructorDecl
-
Retrieves the number of children in the TypeParameter list.
- getNumTypeParameter() - Method in class soot.JastAddJ.GenericInterfaceDecl
-
Retrieves the number of children in the TypeParameter list.
- getNumTypeParameter() - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
Retrieves the number of children in the TypeParameter list.
- getNumTypeParameter() - Method in class soot.JastAddJ.GenericMethodDecl
-
Retrieves the number of children in the TypeParameter list.
- getNumTypeParameter() - Method in interface soot.JastAddJ.GenericTypeDecl
-
- getNumTypeParameter() - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Retrieves the number of children in the TypeParameter list.
- getNumTypeParameterNoTransform() - Method in class soot.JastAddJ.GenericClassDecl
-
Retrieves the number of children in the TypeParameter list.
- getNumTypeParameterNoTransform() - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Retrieves the number of children in the TypeParameter list.
- getNumTypeParameterNoTransform() - Method in class soot.JastAddJ.GenericConstructorDecl
-
Retrieves the number of children in the TypeParameter list.
- getNumTypeParameterNoTransform() - Method in class soot.JastAddJ.GenericInterfaceDecl
-
Retrieves the number of children in the TypeParameter list.
- getNumTypeParameterNoTransform() - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
Retrieves the number of children in the TypeParameter list.
- getNumTypeParameterNoTransform() - Method in class soot.JastAddJ.GenericMethodDecl
-
Retrieves the number of children in the TypeParameter list.
- getNumTypeParameterNoTransform() - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Retrieves the number of children in the TypeParameter list.
- getNumUpdateStmt() - Method in class soot.JastAddJ.ForStmt
-
Retrieves the number of children in the UpdateStmt list.
- getNumUpdateStmtNoTransform() - Method in class soot.JastAddJ.ForStmt
-
Retrieves the number of children in the UpdateStmt list.
- getNumValues() - Method in class soot.tagkit.AnnotationArrayElem
-
- getNumVariableDecl() - Method in class soot.JastAddJ.FieldDecl
-
Retrieves the number of children in the VariableDecl list.
- getNumVariableDecl() - Method in class soot.JastAddJ.VarDeclStmt
-
Retrieves the number of children in the VariableDecl list.
- getNumVariableDeclNoTransform() - Method in class soot.JastAddJ.FieldDecl
-
Retrieves the number of children in the VariableDecl list.
- getNumVariableDeclNoTransform() - Method in class soot.JastAddJ.VarDeclStmt
-
Retrieves the number of children in the VariableDecl list.
- getO1() - Method in class soot.jimple.spark.ondemand.genericutil.MutablePair
-
- getO1() - Method in class soot.toolkits.scalar.BinaryIdentitySet
-
- getO1() - Method in class soot.toolkits.scalar.IdentityPair
-
- getO1() - Method in class soot.toolkits.scalar.Pair
-
- getO2() - Method in class soot.jimple.spark.ondemand.genericutil.MutablePair
-
- getO2() - Method in class soot.toolkits.scalar.BinaryIdentitySet
-
- getO2() - Method in class soot.toolkits.scalar.IdentityPair
-
- getO2() - Method in class soot.toolkits.scalar.Pair
-
- getObject() - Method in class soot.jimple.toolkits.thread.mhp.stmt.JPegStmt
-
- getObject(int) - Method in class soot.toolkits.scalar.ObjectIntMapper
-
returns the object associated to i
.
- getObjectClassName(Local) - Method in class soot.dava.toolkits.base.renamer.heuristicSet
-
- getObjectClassName() - Method in class soot.dava.toolkits.base.renamer.heuristicTuple
-
- getObjectPureMethodsSoFar() - Method in class soot.jimple.toolkits.thread.EncapsulatedObjectAnalysis
-
- getObjectType() - Method in class soot.Scene
-
- getObjName() - Method in class soot.jimple.toolkits.thread.mhp.MonitorDepth
-
- getObjNo() - Static method in class soot.jimple.toolkits.thread.mhp.Counter
-
- getOldSet() - Method in class soot.jimple.spark.sets.DoublePointsToSet
-
Returns set of nodes already present before last call to flushNew.
- getOldSet() - Method in class soot.jimple.spark.sets.PointsToSetInternal
-
Returns set of nodes already present before last call to flushNew.
- getOnFlyCallGraph() - Method in class soot.jimple.spark.pag.PAG
-
- getOp() - Method in interface soot.jimple.CastExpr
-
- getOp() - Method in interface soot.jimple.EnterMonitorStmt
-
- getOp() - Method in interface soot.jimple.ExitMonitorStmt
-
- getOp() - Method in interface soot.jimple.InstanceOfExpr
-
- getOp() - Method in class soot.jimple.internal.AbstractCastExpr
-
- getOp() - Method in class soot.jimple.internal.AbstractInstanceOfExpr
-
- getOp() - Method in class soot.jimple.internal.AbstractOpStmt
-
- getOp() - Method in class soot.jimple.internal.AbstractUnopExpr
-
- getOp() - Method in interface soot.jimple.MonitorStmt
-
- getOp() - Method in interface soot.jimple.ReturnStmt
-
- getOp() - Method in interface soot.jimple.ThrowStmt
-
- getOp() - Method in interface soot.jimple.UnopExpr
-
- getOp1() - Method in interface soot.jimple.BinopExpr
-
- getOp1() - Method in class soot.jimple.internal.AbstractBinopExpr
-
- getOp1Box() - Method in interface soot.jimple.BinopExpr
-
- getOp1Box() - Method in class soot.jimple.internal.AbstractBinopExpr
-
- getOp1Type() - Method in interface soot.baf.Dup1_x1Inst
-
- getOp1Type() - Method in interface soot.baf.Dup1_x2Inst
-
- getOp1Type() - Method in interface soot.baf.Dup1Inst
-
- getOp1Type() - Method in interface soot.baf.Dup2_x1Inst
-
- getOp1Type() - Method in interface soot.baf.Dup2_x2Inst
-
- getOp1Type() - Method in interface soot.baf.Dup2Inst
-
- getOp1Type() - Method in class soot.baf.internal.BDup1_x1Inst
-
- getOp1Type() - Method in class soot.baf.internal.BDup1_x2Inst
-
- getOp1Type() - Method in class soot.baf.internal.BDup1Inst
-
- getOp1Type() - Method in class soot.baf.internal.BDup2_x1Inst
-
- getOp1Type() - Method in class soot.baf.internal.BDup2_x2Inst
-
- getOp1Type() - Method in class soot.baf.internal.BDup2Inst
-
- getOp2() - Method in interface soot.jimple.BinopExpr
-
- getOp2() - Method in class soot.jimple.internal.AbstractBinopExpr
-
- getOp2Box() - Method in interface soot.jimple.BinopExpr
-
- getOp2Box() - Method in class soot.jimple.internal.AbstractBinopExpr
-
- getOp2Type() - Method in interface soot.baf.Dup2_x1Inst
-
- getOp2Type() - Method in interface soot.baf.Dup2_x2Inst
-
- getOp2Type() - Method in interface soot.baf.Dup2Inst
-
- getOp2Type() - Method in class soot.baf.internal.BDup2_x1Inst
-
- getOp2Type() - Method in class soot.baf.internal.BDup2_x2Inst
-
- getOp2Type() - Method in class soot.baf.internal.BDup2Inst
-
- getOpBox() - Method in interface soot.jimple.CastExpr
-
- getOpBox() - Method in interface soot.jimple.EnterMonitorStmt
-
- getOpBox() - Method in interface soot.jimple.ExitMonitorStmt
-
- getOpBox() - Method in interface soot.jimple.InstanceOfExpr
-
- getOpBox() - Method in class soot.jimple.internal.AbstractCastExpr
-
- getOpBox() - Method in class soot.jimple.internal.AbstractInstanceOfExpr
-
- getOpBox() - Method in class soot.jimple.internal.AbstractOpStmt
-
- getOpBox() - Method in class soot.jimple.internal.AbstractUnopExpr
-
- getOpBox() - Method in interface soot.jimple.MonitorStmt
-
- getOpBox() - Method in interface soot.jimple.ReturnStmt
-
- getOpBox() - Method in interface soot.jimple.ThrowStmt
-
- getOpBox() - Method in interface soot.jimple.UnopExpr
-
- getOpcode() - Method in class soot.toDex.instructions.AbstractInsn
-
- getOpcode() - Method in interface soot.toDex.instructions.Insn
-
- getOperand() - Method in class soot.JastAddJ.BitNotExpr
-
Retrieves the Operand child.
- getOperand() - Method in class soot.JastAddJ.LogNotExpr
-
Retrieves the Operand child.
- getOperand() - Method in class soot.JastAddJ.MinusExpr
-
Retrieves the Operand child.
- getOperand() - Method in class soot.JastAddJ.PlusExpr
-
Retrieves the Operand child.
- getOperand() - Method in class soot.JastAddJ.PostDecExpr
-
Retrieves the Operand child.
- getOperand() - Method in class soot.JastAddJ.PostfixExpr
-
Retrieves the Operand child.
- getOperand() - Method in class soot.JastAddJ.PostIncExpr
-
Retrieves the Operand child.
- getOperand() - Method in class soot.JastAddJ.PreDecExpr
-
Retrieves the Operand child.
- getOperand() - Method in class soot.JastAddJ.PreIncExpr
-
Retrieves the Operand child.
- getOperand() - Method in class soot.JastAddJ.Unary
-
Retrieves the Operand child.
- getOperandNoTransform() - Method in class soot.JastAddJ.BitNotExpr
-
Retrieves the Operand child.
- getOperandNoTransform() - Method in class soot.JastAddJ.LogNotExpr
-
Retrieves the Operand child.
- getOperandNoTransform() - Method in class soot.JastAddJ.MinusExpr
-
Retrieves the Operand child.
- getOperandNoTransform() - Method in class soot.JastAddJ.PlusExpr
-
Retrieves the Operand child.
- getOperandNoTransform() - Method in class soot.JastAddJ.PostDecExpr
-
Retrieves the Operand child.
- getOperandNoTransform() - Method in class soot.JastAddJ.PostfixExpr
-
Retrieves the Operand child.
- getOperandNoTransform() - Method in class soot.JastAddJ.PostIncExpr
-
Retrieves the Operand child.
- getOperandNoTransform() - Method in class soot.JastAddJ.PreDecExpr
-
Retrieves the Operand child.
- getOperandNoTransform() - Method in class soot.JastAddJ.PreIncExpr
-
Retrieves the Operand child.
- getOperandNoTransform() - Method in class soot.JastAddJ.Unary
-
Retrieves the Operand child.
- getOptions() - Method in class soot.shimple.ShimpleBody
-
Returns the Shimple options applicable to this body.
- getOpts() - Method in class soot.jimple.spark.pag.PAG
-
Returns SparkOptions for this graph.
- getOpType() - Method in class soot.baf.internal.AbstractOpTypeBranchInst
-
- getOpType() - Method in class soot.baf.internal.AbstractOpTypeInst
-
- getOpType() - Method in class soot.baf.internal.AbstractRefTypeInst
-
- getOpType() - Method in interface soot.baf.LoadInst
-
- getOpType() - Method in interface soot.baf.OpTypeArgInst
-
- getOpType() - Method in interface soot.baf.StoreInst
-
- getOpTypes() - Method in interface soot.baf.DupInst
-
- getOpTypes() - Method in class soot.baf.internal.BDup1_x1Inst
-
- getOpTypes() - Method in class soot.baf.internal.BDup1_x2Inst
-
- getOpTypes() - Method in class soot.baf.internal.BDup1Inst
-
- getOpTypes() - Method in class soot.baf.internal.BDup2_x1Inst
-
- getOpTypes() - Method in class soot.baf.internal.BDup2_x2Inst
-
- getOpTypes() - Method in class soot.baf.internal.BDup2Inst
-
- getOr() - Method in class soot.jimple.parser.node.AOrBinop
-
- getOrAddField(SootField) - Method in class soot.SootClass
-
- getOrAddMethod(SootMethod) - Method in class soot.SootClass
-
- getOrAddRefType(RefType) - Method in class soot.Scene
-
- getOrCreateLabel(Stmt) - Method in class soot.toDex.LabelAssigner
-
- getOrCreateLabel(AbstractPayload) - Method in class soot.toDex.LabelAssigner
-
- getOrCreateUnitGraph(SootMethod) - Method in class soot.jimple.toolkits.ide.icfg.AbstractJimpleBasedICFG
-
- getOrCreateUnitGraph(Body) - Method in class soot.jimple.toolkits.ide.icfg.AbstractJimpleBasedICFG
-
- getOrCreateUnitGraph(SootMethod) - Method in class soot.jimple.toolkits.ide.icfg.BackwardsInterproceduralCFG
-
- getOrCreateUnitGraph(M) - Method in interface soot.jimple.toolkits.ide.icfg.BiDiInterproceduralCFG
-
- getOriginal() - Method in class soot.JastAddJ.ClassDeclSubstituted
-
Retrieves the value for the lexeme Original.
- getOriginal() - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
Retrieves the value for the lexeme Original.
- getOriginal() - Method in class soot.JastAddJ.FieldDeclarationSubstituted
-
Retrieves the value for the lexeme Original.
- getOriginal() - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Retrieves the value for the lexeme Original.
- getOriginal() - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
Retrieves the value for the lexeme Original.
- getOriginal() - Method in class soot.JastAddJ.InterfaceDeclSubstituted
-
Retrieves the value for the lexeme Original.
- getOriginal() - Method in class soot.JastAddJ.MethodDeclSubstituted
-
Retrieves the value for the lexeme Original.
- getOriginal() - Method in class soot.JastAddJ.ParameterDeclarationSubstituted
-
Retrieves the value for the lexeme Original.
- getOriginal() - Method in class soot.JastAddJ.VariableArityParameterDeclarationSubstituted
-
Retrieves the value for the lexeme Original.
- getOriginalLocal() - Method in class soot.baf.internal.BafLocal
-
- getOriginalSource() - Method in class soot.toDex.instructions.AddressInsn
-
- getOrMakeFastHierarchy() - Method in class soot.Scene
-
Makes a new fast hierarchy is none is active, and returns the active fast hierarchy.
- getOut(Node) - Method in interface soot.jimple.parser.analysis.Analysis
-
- getOut(Node) - Method in class soot.jimple.parser.analysis.AnalysisAdapter
-
- getOutCount() - Method in interface soot.baf.Inst
-
- getOutCount() - Method in class soot.baf.internal.AbstractInst
-
- getOutCount() - Method in class soot.baf.internal.AbstractOpTypeBranchInst
-
- getOutCount() - Method in class soot.baf.internal.BAddInst
-
- getOutCount() - Method in class soot.baf.internal.BAndInst
-
- getOutCount() - Method in class soot.baf.internal.BArrayLengthInst
-
- getOutCount() - Method in class soot.baf.internal.BArrayReadInst
-
- getOutCount() - Method in class soot.baf.internal.BArrayWriteInst
-
- getOutCount() - Method in class soot.baf.internal.BCmpgInst
-
- getOutCount() - Method in class soot.baf.internal.BCmpInst
-
- getOutCount() - Method in class soot.baf.internal.BCmplInst
-
- getOutCount() - Method in class soot.baf.internal.BDivInst
-
- getOutCount() - Method in class soot.baf.internal.BDupInst
-
- getOutCount() - Method in class soot.baf.internal.BDynamicInvokeInst
-
- getOutCount() - Method in class soot.baf.internal.BEnterMonitorInst
-
- getOutCount() - Method in class soot.baf.internal.BExitMonitorInst
-
- getOutCount() - Method in class soot.baf.internal.BFieldGetInst
-
- getOutCount() - Method in class soot.baf.internal.BFieldPutInst
-
- getOutCount() - Method in class soot.baf.internal.BGotoInst
-
- getOutCount() - Method in class soot.baf.internal.BIdentityInst
-
- getOutCount() - Method in class soot.baf.internal.BIfCmpEqInst
-
- getOutCount() - Method in class soot.baf.internal.BIfCmpGeInst
-
- getOutCount() - Method in class soot.baf.internal.BIfCmpGtInst
-
- getOutCount() - Method in class soot.baf.internal.BIfCmpLeInst
-
- getOutCount() - Method in class soot.baf.internal.BIfCmpLtInst
-
- getOutCount() - Method in class soot.baf.internal.BIfCmpNeInst
-
- getOutCount() - Method in class soot.baf.internal.BIfEqInst
-
- getOutCount() - Method in class soot.baf.internal.BIfGeInst
-
- getOutCount() - Method in class soot.baf.internal.BIfGtInst
-
- getOutCount() - Method in class soot.baf.internal.BIfLeInst
-
- getOutCount() - Method in class soot.baf.internal.BIfLtInst
-
- getOutCount() - Method in class soot.baf.internal.BIfNeInst
-
- getOutCount() - Method in class soot.baf.internal.BIfNonNullInst
-
- getOutCount() - Method in class soot.baf.internal.BIfNullInst
-
- getOutCount() - Method in class soot.baf.internal.BIncInst
-
- getOutCount() - Method in class soot.baf.internal.BInstanceCastInst
-
- getOutCount() - Method in class soot.baf.internal.BInstanceOfInst
-
- getOutCount() - Method in class soot.baf.internal.BJSRInst
-
- getOutCount() - Method in class soot.baf.internal.BLoadInst
-
- getOutCount() - Method in class soot.baf.internal.BLookupSwitchInst
-
- getOutCount() - Method in class soot.baf.internal.BMulInst
-
- getOutCount() - Method in class soot.baf.internal.BNegInst
-
- getOutCount() - Method in class soot.baf.internal.BNewArrayInst
-
- getOutCount() - Method in class soot.baf.internal.BNewInst
-
- getOutCount() - Method in class soot.baf.internal.BNewMultiArrayInst
-
- getOutCount() - Method in class soot.baf.internal.BNopInst
-
- getOutCount() - Method in class soot.baf.internal.BOrInst
-
- getOutCount() - Method in class soot.baf.internal.BPopInst
-
- getOutCount() - Method in class soot.baf.internal.BPrimitiveCastInst
-
- getOutCount() - Method in class soot.baf.internal.BPushInst
-
- getOutCount() - Method in class soot.baf.internal.BRemInst
-
- getOutCount() - Method in class soot.baf.internal.BReturnInst
-
- getOutCount() - Method in class soot.baf.internal.BReturnVoidInst
-
- getOutCount() - Method in class soot.baf.internal.BShlInst
-
- getOutCount() - Method in class soot.baf.internal.BShrInst
-
- getOutCount() - Method in class soot.baf.internal.BStaticGetInst
-
- getOutCount() - Method in class soot.baf.internal.BStaticInvokeInst
-
- getOutCount() - Method in class soot.baf.internal.BStaticPutInst
-
- getOutCount() - Method in class soot.baf.internal.BStoreInst
-
- getOutCount() - Method in class soot.baf.internal.BSubInst
-
- getOutCount() - Method in class soot.baf.internal.BSwapInst
-
- getOutCount() - Method in class soot.baf.internal.BTableSwitchInst
-
- getOutCount() - Method in class soot.baf.internal.BThrowInst
-
- getOutCount() - Method in class soot.baf.internal.BUshrInst
-
- getOutCount() - Method in class soot.baf.internal.BXorInst
-
- getOuterClass() - Method in class soot.javaToJimple.InnerClassInfo
-
- getOuterClass() - Method in class soot.SootClass
-
- getOuterClass() - Method in class soot.tagkit.InnerClassTag
-
- getOuterClass() - Method in class soot.tagkit.OuterClassTag
-
- getOuterClassNameFromTag(InnerClassTag) - Static method in class soot.dexpler.DexInnerClassParser
-
Gets the name of the outer class (in Soot notation) from the given InnerClassTag
- getOuterClassThisInit() - Method in class soot.javaToJimple.PolyglotMethodSource
-
- getOuterClassUnsafe() - Method in class soot.SootClass
-
This method returns the outer class, or null if no outer class has been specified for this class.
- getOutMachineCount() - Method in interface soot.baf.Inst
-
- getOutMachineCount() - Method in class soot.baf.internal.AbstractInst
-
- getOutMachineCount() - Method in class soot.baf.internal.AbstractOpTypeInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BAddInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BAndInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BArrayLengthInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BArrayWriteInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BCmpgInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BCmpInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BCmplInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BDivInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BDupInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BEnterMonitorInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BExitMonitorInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BFieldGetInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BFieldPutInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BGotoInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BIdentityInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BIfCmpEqInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BIfCmpGeInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BIfCmpGtInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BIfCmpLeInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BIfCmpLtInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BIfCmpNeInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BIfEqInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BIfGeInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BIfGtInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BIfLeInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BIfLtInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BIfNeInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BIfNonNullInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BIfNullInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BIncInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BInstanceCastInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BInstanceOfInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BJSRInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BLookupSwitchInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BMulInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BNegInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BNewArrayInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BNewInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BNewMultiArrayInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BNopInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BOrInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BPopInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BPrimitiveCastInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BPushInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BRemInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BReturnInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BReturnVoidInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BShlInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BShrInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BStaticGetInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BStaticPutInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BStoreInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BSubInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BSwapInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BTableSwitchInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BThrowInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BUshrInst
-
- getOutMachineCount() - Method in class soot.baf.internal.BXorInst
-
- getOutPortsForMethod(SootMethod) - Method in class soot.jimple.spark.ondemand.pautil.ContextSensitiveInfo
-
- getOutputDir() - Method in class soot.SourceLocator
-
Returns the output directory given by
Options
or a default if not set.
- getOutputJarName() - Method in class soot.SourceLocator
-
If Options#v()#output_jar()
is set, returns the name of the jar file to which the output will be written.
- getOutputs() - Method in class soot.jimple.toolkits.annotation.callgraph.CallData
-
- getOutputs() - Method in class soot.jimple.toolkits.annotation.callgraph.CallGraphInfo
-
- getOutWordCount(Collection<Unit>) - Static method in class soot.toDex.SootToDexUtils
-
- getOwner() - Method in class soot.jimple.toolkits.pointer.InstanceKey
-
- getP2set() - Method in class soot.jimple.spark.ondemand.pautil.AllocationSiteHandler.PointsToSetHandler
-
- getP2Set() - Method in class soot.jimple.spark.pag.Node
-
Returns the points-to set for this node.
- getP2Set(FieldRefNode) - Method in class soot.jimple.spark.solver.PropAlias
-
- getPack(String) - Method in class soot.PackManager
-
- getPackage() - Method in class soot.JastAddJ.ArrayTypeAccess
-
- getPackage() - Method in class soot.JastAddJ.BoundTypeAccess
-
Retrieves the value for the lexeme Package.
- getPackage() - Method in class soot.JastAddJ.BytecodeTypeAccess
-
Retrieves the value for the lexeme Package.
- getPackage() - Method in class soot.JastAddJ.PackageAccess
-
Retrieves the value for the lexeme Package.
- getPackage() - Method in class soot.JastAddJ.PrimitiveTypeAccess
-
- getPackage() - Method in class soot.JastAddJ.TypeAccess
-
Retrieves the value for the lexeme Package.
- getPackage_computed - Variable in class soot.JastAddJ.ArrayTypeAccess
-
- getPackage_computed - Variable in class soot.JastAddJ.PrimitiveTypeAccess
-
- getPackage_value - Variable in class soot.JastAddJ.ArrayTypeAccess
-
- getPackage_value - Variable in class soot.JastAddJ.PrimitiveTypeAccess
-
- getPackageDecl() - Method in class soot.JastAddJ.AnnotatedCompilationUnit
-
Retrieves the value for the lexeme PackageDecl.
- getPackageDecl() - Method in class soot.JastAddJ.CompilationUnit
-
Retrieves the value for the lexeme PackageDecl.
- getPackageDecl() - Method in class soot.JastAddJ.PrimitiveCompilationUnit
-
Retrieves the value for the lexeme PackageDecl.
- getPackageDecl() - Method in class soot.JastAddJ.WildcardsCompilationUnit
-
Retrieves the value for the lexeme PackageDecl.
- getPackageName(String) - Static method in class soot.jbco.jimpleTransformations.ClassRenamer
-
Extracts package name from class name.
- getPackageName() - Method in class soot.SootClass
-
Returns the package name of this class.
- getPAG() - Method in class soot.jimple.spark.ondemand.DemandCSPointsTo
-
- getPag() - Method in class soot.jimple.spark.pag.Node
-
Returns the pointer assignment graph that this node is a part of.
- getParam(int) - Method in class soot.JastAddJ.Body
-
- getParameter(int) - Method in class soot.JastAddJ.AnnotationMethodDecl
-
Retrieves the element at index i
in the Parameter list..
- getParameter() - Method in class soot.JastAddJ.BasicCatch
-
Retrieves the Parameter child.
- getParameter(int) - Method in class soot.JastAddJ.BridgeMethodDecl
-
Retrieves the element at index i
in the Parameter list..
- getParameter(int) - Method in class soot.JastAddJ.ConstructorDecl
-
Retrieves the element at index i
in the Parameter list..
- getParameter(int) - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
Retrieves the element at index i
in the Parameter list..
- getParameter(int) - Method in class soot.JastAddJ.GenericConstructorDecl
-
Retrieves the element at index i
in the Parameter list..
- getParameter(int) - Method in class soot.JastAddJ.GenericMethodDecl
-
Retrieves the element at index i
in the Parameter list..
- getParameter(int) - Method in class soot.JastAddJ.MethodDecl
-
Retrieves the element at index i
in the Parameter list..
- getParameter(int) - Method in class soot.JastAddJ.MethodDeclSubstituted
-
Retrieves the element at index i
in the Parameter list..
- getParameter() - Method in class soot.JastAddJ.MultiCatch
-
Retrieves the Parameter child.
- getParameter(int) - Method in class soot.JastAddJ.ParConstructorDecl
-
Retrieves the element at index i
in the Parameter list..
- getParameter(int) - Method in class soot.JastAddJ.ParMethodDecl
-
Retrieves the element at index i
in the Parameter list..
- getParameter(int) - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Retrieves the element at index i
in the Parameter list..
- getParameter(int) - Method in class soot.JastAddJ.RawConstructorDecl
-
Retrieves the element at index i
in the Parameter list..
- getParameter(int) - Method in class soot.JastAddJ.RawMethodDecl
-
Retrieves the element at index i
in the Parameter list..
- getParameter() - Method in class soot.jimple.parser.node.AMultiParameterList
-
- getParameter() - Method in class soot.jimple.parser.node.ASingleParameterList
-
- getParameterCount() - Method in class soot.SootMethod
-
Returns the number of parameters taken by this method.
- getParameterInstructionsList() - Method in class soot.toDex.StmtVisitor
-
- getParameterList() - Method in class soot.JastAddJ.AnnotationMethodDecl
-
Retrieves the Parameter list.
- getParameterList() - Method in class soot.JastAddJ.BridgeMethodDecl
-
Retrieves the Parameter list.
- getParameterList() - Method in class soot.JastAddJ.ConstructorDecl
-
Retrieves the Parameter list.
- getParameterList() - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
Retrieves the Parameter list.
- getParameterList() - Method in class soot.JastAddJ.GenericConstructorDecl
-
Retrieves the Parameter list.
- getParameterList() - Method in class soot.JastAddJ.GenericMethodDecl
-
Retrieves the Parameter list.
- getParameterList() - Method in class soot.JastAddJ.MethodDecl
-
Retrieves the Parameter list.
- getParameterList() - Method in class soot.JastAddJ.MethodDeclSubstituted
-
Retrieves the Parameter list.
- getParameterList() - Method in class soot.JastAddJ.ParConstructorDecl
-
Retrieves the Parameter list.
- getParameterList() - Method in class soot.JastAddJ.ParMethodDecl
-
Retrieves the Parameter list.
- getParameterList() - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Retrieves the Parameter list.
- getParameterList() - Method in class soot.JastAddJ.RawConstructorDecl
-
Retrieves the Parameter list.
- getParameterList() - Method in class soot.JastAddJ.RawMethodDecl
-
Retrieves the Parameter list.
- getParameterList() - Method in class soot.jimple.parser.node.AMethodMember
-
- getParameterList() - Method in class soot.jimple.parser.node.AMethodSignature
-
- getParameterList() - Method in class soot.jimple.parser.node.AMultiParameterList
-
- getParameterList() - Method in class soot.jimple.parser.node.AUnnamedMethodSignature
-
- getParameterListNoTransform() - Method in class soot.JastAddJ.AnnotationMethodDecl
-
Retrieves the Parameter list.
- getParameterListNoTransform() - Method in class soot.JastAddJ.BridgeMethodDecl
-
Retrieves the Parameter list.
- getParameterListNoTransform() - Method in class soot.JastAddJ.ConstructorDecl
-
Retrieves the Parameter list.
- getParameterListNoTransform() - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
Retrieves the Parameter list.
- getParameterListNoTransform() - Method in class soot.JastAddJ.GenericConstructorDecl
-
Retrieves the Parameter list.
- getParameterListNoTransform() - Method in class soot.JastAddJ.GenericMethodDecl
-
Retrieves the Parameter list.
- getParameterListNoTransform() - Method in class soot.JastAddJ.MethodDecl
-
Retrieves the Parameter list.
- getParameterListNoTransform() - Method in class soot.JastAddJ.MethodDeclSubstituted
-
Retrieves the Parameter list.
- getParameterListNoTransform() - Method in class soot.JastAddJ.ParConstructorDecl
-
Retrieves the Parameter list.
- getParameterListNoTransform() - Method in class soot.JastAddJ.ParMethodDecl
-
Retrieves the Parameter list.
- getParameterListNoTransform() - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Retrieves the Parameter list.
- getParameterListNoTransform() - Method in class soot.JastAddJ.RawConstructorDecl
-
Retrieves the Parameter list.
- getParameterListNoTransform() - Method in class soot.JastAddJ.RawMethodDecl
-
Retrieves the Parameter list.
- getParameterLocal(int) - Method in class soot.Body
-
Return LHS of the first identity stmt assigning from \@parameter i.
- getParameterLocals() - Method in class soot.Body
-
Get all the LHS of the identity statements assigning from parameter references.
- getParameterNoTransform() - Method in class soot.JastAddJ.BasicCatch
-
Retrieves the Parameter child.
- getParameterNoTransform() - Method in class soot.JastAddJ.MultiCatch
-
Retrieves the Parameter child.
- getParameterRefs() - Method in class soot.Body
-
Returns the list of parameter references used in this body.
- getParameterRefs(SootMethod) - Method in class soot.jimple.toolkits.ide.icfg.AbstractJimpleBasedICFG
-
- getParameterRefs(SootMethod) - Method in class soot.jimple.toolkits.ide.icfg.BackwardsInterproceduralCFG
-
- getParameterRefs(M) - Method in interface soot.jimple.toolkits.ide.icfg.BiDiInterproceduralCFG
-
- getParameters(UnitPrinter) - Method in class soot.baf.internal.AbstractInst
-
- getParameters(UnitPrinter) - Method in class soot.baf.internal.AbstractRefTypeInst
-
- getParameters(UnitPrinter) - Method in class soot.baf.internal.BFieldGetInst
-
- getParameters(UnitPrinter) - Method in class soot.baf.internal.BFieldPutInst
-
- getParameters(UnitPrinter) - Method in class soot.baf.internal.BIncInst
-
- getParameters(UnitPrinter) - Method in class soot.baf.internal.BInterfaceInvokeInst
-
- getParameters(UnitPrinter) - Method in class soot.baf.internal.BLoadInst
-
- getParameters(UnitPrinter) - Method in class soot.baf.internal.BNewMultiArrayInst
-
- getParameters(UnitPrinter) - Method in class soot.baf.internal.BPushInst
-
- getParameters(UnitPrinter) - Method in class soot.baf.internal.BStaticGetInst
-
- getParameters(UnitPrinter) - Method in class soot.baf.internal.BStaticPutInst
-
- getParameters(UnitPrinter) - Method in class soot.baf.internal.BStoreInst
-
- getParameters() - Method in class soot.JastAddJ.AnnotationMethodDecl
-
Retrieves the Parameter list.
- getParameters() - Method in class soot.JastAddJ.BridgeMethodDecl
-
Retrieves the Parameter list.
- getParameters() - Method in class soot.JastAddJ.ConstructorDecl
-
Retrieves the Parameter list.
- getParameters() - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
Retrieves the Parameter list.
- getParameters() - Method in class soot.JastAddJ.GenericConstructorDecl
-
Retrieves the Parameter list.
- getParameters() - Method in class soot.JastAddJ.GenericMethodDecl
-
Retrieves the Parameter list.
- getParameters() - Method in class soot.JastAddJ.MethodDecl
-
Retrieves the Parameter list.
- getParameters() - Method in class soot.JastAddJ.MethodDeclSubstituted
-
Retrieves the Parameter list.
- getParameters() - Method in class soot.JastAddJ.ParConstructorDecl
-
Retrieves the Parameter list.
- getParameters() - Method in class soot.JastAddJ.ParMethodDecl
-
Retrieves the Parameter list.
- getParameters() - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Retrieves the Parameter list.
- getParameters() - Method in class soot.JastAddJ.RawConstructorDecl
-
Retrieves the Parameter list.
- getParameters() - Method in class soot.JastAddJ.RawMethodDecl
-
Retrieves the Parameter list.
- getParametersNoTransform() - Method in class soot.JastAddJ.AnnotationMethodDecl
-
Retrieves the Parameter list.
- getParametersNoTransform() - Method in class soot.JastAddJ.BridgeMethodDecl
-
Retrieves the Parameter list.
- getParametersNoTransform() - Method in class soot.JastAddJ.ConstructorDecl
-
Retrieves the Parameter list.
- getParametersNoTransform() - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
Retrieves the Parameter list.
- getParametersNoTransform() - Method in class soot.JastAddJ.GenericConstructorDecl
-
Retrieves the Parameter list.
- getParametersNoTransform() - Method in class soot.JastAddJ.GenericMethodDecl
-
Retrieves the Parameter list.
- getParametersNoTransform() - Method in class soot.JastAddJ.MethodDecl
-
Retrieves the Parameter list.
- getParametersNoTransform() - Method in class soot.JastAddJ.MethodDeclSubstituted
-
Retrieves the Parameter list.
- getParametersNoTransform() - Method in class soot.JastAddJ.ParConstructorDecl
-
Retrieves the Parameter list.
- getParametersNoTransform() - Method in class soot.JastAddJ.ParMethodDecl
-
Retrieves the Parameter list.
- getParametersNoTransform() - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Retrieves the Parameter list.
- getParametersNoTransform() - Method in class soot.JastAddJ.RawConstructorDecl
-
Retrieves the Parameter list.
- getParametersNoTransform() - Method in class soot.JastAddJ.RawMethodDecl
-
Retrieves the Parameter list.
- getParameterType(int) - Method in class soot.SootMethod
-
Gets the type of the nth parameter of this method.
- getParameterType(int) - Method in interface soot.SootMethodInterface
-
- getParameterType(int) - Method in class soot.SootMethodRefImpl
-
- getParameterTypes(Method) - Method in class soot.dexpler.DexMethod
-
- getParameterTypes() - Method in class soot.jimple.MethodType
-
- getParameterTypes() - Method in class soot.SootMethod
-
Returns a read-only list of the parameter types of this method.
- getParameterTypes() - Method in interface soot.SootMethodInterface
-
- getParameterTypes() - Method in class soot.SootMethodRefImpl
-
- getParamNameForClassLit(Type) - Static method in class soot.javaToJimple.Util
-
- getParamRegCount() - Method in class soot.toDex.RegisterAllocator
-
- getParent() - Method in class soot.JastAddJ.ASTNode
-
- getParent() - Method in class soot.toolkits.graph.DominatorNode
-
Returns the parent of the node in the DominatorTree.
- getParent() - Method in interface soot.toolkits.graph.pdg.IRegion
-
- getParent() - Method in class soot.toolkits.graph.pdg.PDGRegion
-
- getParent() - Method in class soot.toolkits.graph.pdg.Region
-
- getParentOf(Object) - Method in class soot.dava.toolkits.base.AST.traversals.ASTParentNodeFinder
-
- getParentOf(DominatorNode<N>) - Method in class soot.toolkits.graph.DominatorTree
-
- getPartitionNumber() - Method in class soot.shimple.toolkits.graph.SimpleGlobalValueNumberer.Partition
-
- getPDGNode(Object) - Method in class soot.toolkits.graph.pdg.HashMutablePDG
-
This method returns the PDGNode in the PDG corresponding to the given CFG node.
- getPDGNode(Object) - Method in interface soot.toolkits.graph.pdg.ProgramDependenceGraph
-
This method returns the PDGNode in the PDG corresponding to the given CFG node.
- getPDGRegions() - Method in class soot.toolkits.graph.pdg.HashMutablePDG
-
This method returns the list of PDGRegions computed by the construction method.
- getPDGRegions() - Method in interface soot.toolkits.graph.pdg.ProgramDependenceGraph
-
This method returns the list of PDGRegions computed by the construction method.
- getPFile() - Method in class soot.jimple.parser.node.Start
-
- getPhantomClasses() - Method in class soot.Scene
-
Returns a chain of the phantom classes in this scene.
- getPhantomRefs() - Method in class soot.Scene
-
- getPhase(String) - Method in class soot.PackManager
-
- getPhaseHelp(String) - Method in class soot.options.Options
-
- getPhaseList() - Method in class soot.options.Options
-
- getPhaseName() - Method in interface soot.HasPhaseOptions
-
- getPhaseName() - Method in class soot.Pack
-
- getPhaseName() - Method in class soot.plugins.model.PhasePluginDescription
-
- getPhaseName() - Method in class soot.Transform
-
- getPhaseOptions(String) - Method in class soot.PhaseOptions
-
- getPhaseOptions(HasPhaseOptions) - Method in class soot.PhaseOptions
-
- getPhiExpr(Unit) - Static method in class soot.shimple.Shimple
-
Returns the corresponding PhiExpr if the unit is a Phi node, null otherwise.
- getPiExpr(Unit) - Static method in class soot.shimple.Shimple
-
- getPkgList() - Method in class soot.Scene
-
- getPlaceholderMethodList() - Method in class soot.JastAddJ.GenericClassDecl
-
The placeholder method list for the constructors of this generic
class.
- getPlaceholderMethodList_computed - Variable in class soot.JastAddJ.GenericClassDecl
-
- getPlaceholderMethodList_value - Variable in class soot.JastAddJ.GenericClassDecl
-
- getPluginDescriptions() - Method in class soot.plugins.model.Plugins
-
- getPlus() - Method in class soot.jimple.parser.node.APlusBinop
-
- getPointsToAnalysis() - Method in class soot.Scene
-
Retrieves the active pointer analysis
- getPointsToSet() - Method in class soot.jimple.toolkits.pointer.InstanceKey
-
- getPos() - Method in class soot.jimple.parser.node.Token
-
- getPositionTagger() - Method in class soot.AbstractUnitPrinter
-
- getPositionTagger() - Method in interface soot.UnitPrinter
-
- getPostDominatorTree() - Method in class soot.toolkits.graph.pdg.RegionAnalysis
-
- getPostorderPDGRegionList(PDGNode) - Static method in class soot.toolkits.graph.pdg.HashMutablePDG
-
This method returns a list of regions obtained by post-order traversal of the region hierarchy.
- getPostorderRegionList(IRegion) - Static method in class soot.toolkits.graph.pdg.HashMutablePDG
-
- getPrecedence() - Method in class soot.dava.internal.javaRep.DCmpExpr
-
- getPrecedence() - Method in class soot.dava.internal.javaRep.DCmpgExpr
-
- getPrecedence() - Method in class soot.dava.internal.javaRep.DCmplExpr
-
- getPrecedence() - Method in class soot.dava.internal.javaRep.DLengthExpr
-
- getPrecedence() - Method in class soot.dava.internal.javaRep.DNewArrayExpr
-
- getPrecedence() - Method in class soot.grimp.internal.AbstractGrimpFloatBinopExpr
-
- getPrecedence() - Method in class soot.grimp.internal.AbstractGrimpIntBinopExpr
-
- getPrecedence() - Method in class soot.grimp.internal.AbstractGrimpIntLongBinopExpr
-
- getPrecedence() - Method in class soot.grimp.internal.GAddExpr
-
- getPrecedence() - Method in class soot.grimp.internal.GAndExpr
-
- getPrecedence() - Method in class soot.grimp.internal.GArrayRef
-
- getPrecedence() - Method in class soot.grimp.internal.GCastExpr
-
- getPrecedence() - Method in class soot.grimp.internal.GCmpExpr
-
- getPrecedence() - Method in class soot.grimp.internal.GCmpgExpr
-
- getPrecedence() - Method in class soot.grimp.internal.GCmplExpr
-
- getPrecedence() - Method in class soot.grimp.internal.GDivExpr
-
- getPrecedence() - Method in class soot.grimp.internal.GEqExpr
-
- getPrecedence() - Method in class soot.grimp.internal.GGeExpr
-
- getPrecedence() - Method in class soot.grimp.internal.GGtExpr
-
- getPrecedence() - Method in class soot.grimp.internal.GInstanceFieldRef
-
- getPrecedence() - Method in class soot.grimp.internal.GInterfaceInvokeExpr
-
- getPrecedence() - Method in class soot.grimp.internal.GLeExpr
-
- getPrecedence() - Method in class soot.grimp.internal.GLtExpr
-
- getPrecedence() - Method in class soot.grimp.internal.GMulExpr
-
- getPrecedence() - Method in class soot.grimp.internal.GNeExpr
-
- getPrecedence() - Method in class soot.grimp.internal.GNewArrayExpr
-
- getPrecedence() - Method in class soot.grimp.internal.GNewInvokeExpr
-
- getPrecedence() - Method in class soot.grimp.internal.GOrExpr
-
- getPrecedence() - Method in class soot.grimp.internal.GRemExpr
-
- getPrecedence() - Method in class soot.grimp.internal.GShlExpr
-
- getPrecedence() - Method in class soot.grimp.internal.GShrExpr
-
- getPrecedence() - Method in class soot.grimp.internal.GSpecialInvokeExpr
-
- getPrecedence() - Method in class soot.grimp.internal.GSubExpr
-
- getPrecedence() - Method in class soot.grimp.internal.GUshrExpr
-
- getPrecedence() - Method in class soot.grimp.internal.GVirtualInvokeExpr
-
- getPrecedence() - Method in class soot.grimp.internal.GXorExpr
-
- getPrecedence() - Method in interface soot.grimp.Precedence
-
- getPred(int) - Method in class soot.shimple.internal.SPhiExpr
-
- getPred(int) - Method in interface soot.shimple.PhiExpr
-
Returns the control flow predecessor Unit for the given index into the PhiExpr.
- getPredOf(E) - Method in class soot.PatchingChain
-
Returns the object immediately preceding point
.
- getPredOf(Unit) - Method in class soot.toolkits.graph.Block
-
Returns the Unit occurring immediately before some other Unit in the block.
- getPredOf(E) - Method in interface soot.util.Chain
-
Returns the object immediately preceding point
.
- getPredOf(Object) - Method in class soot.util.EmptyChain
-
- getPredOf(E) - Method in class soot.util.HashChain
-
- getPreds() - Method in class soot.shimple.internal.SPhiExpr
-
- getPreds() - Method in interface soot.shimple.PhiExpr
-
Returns a list of the control flow predecessor Units being tracked by this PhiExpr
- getPreds() - Method in class soot.toolkits.graph.Block
-
Returns the List of Block that are predecessors to this block,
- getPredsOf(AugmentedStmt) - Method in class soot.dava.internal.asg.AugmentedStmtGraph
-
- getPredsOf(Stmt) - Method in class soot.dava.internal.asg.AugmentedStmtGraph
-
- getPredsOf(SootMethod) - Method in class soot.jimple.toolkits.annotation.purity.DirectedCallGraph
-
You get a List of SootMethod.
- getPredsOf(Unit) - Method in class soot.jimple.toolkits.ide.icfg.AbstractJimpleBasedICFG
-
- getPredsOf(Unit) - Method in class soot.jimple.toolkits.ide.icfg.BackwardsInterproceduralCFG
-
- getPredsOf(N) - Method in interface soot.jimple.toolkits.ide.icfg.BiDiInterproceduralCFG
-
- getPredsOf(Object) - Method in class soot.jimple.toolkits.thread.mhp.pegcallgraph.PegCallGraph
-
- getPredsOf(Object) - Method in class soot.jimple.toolkits.thread.mhp.PegGraph
-
- getPredsOf(Block) - Method in class soot.toolkits.graph.BlockGraph
-
- getPredsOf(N) - Method in interface soot.toolkits.graph.DirectedGraph
-
Returns a list of predecessors for the given node in the graph.
- getPredsOf(DominatorNode<N>) - Method in class soot.toolkits.graph.DominatorTree
-
- getPredsOf(DominatorNode<N>) - Method in class soot.toolkits.graph.DominatorTreeAdapter
-
- getPredsOf(N) - Method in class soot.toolkits.graph.HashMutableDirectedGraph
-
- getPredsOf(N) - Method in class soot.toolkits.graph.HashMutableEdgeLabelledDirectedGraph
-
- getPredsOf(N) - Method in class soot.toolkits.graph.HashReversibleGraph
-
- getPredsOf(N) - Method in class soot.toolkits.graph.InverseGraph
-
Returns a list of predecessors for the given node in the graph.
- getPredsOf(Unit) - Method in class soot.toolkits.graph.UnitGraph
-
- getPredsOfAsSet(N) - Method in class soot.toolkits.graph.HashMutableDirectedGraph
-
- getPredsOfCallAt(Unit) - Method in class soot.jimple.toolkits.ide.icfg.AbstractJimpleBasedICFG
-
- getPredsOfCallAt(Unit) - Method in class soot.jimple.toolkits.ide.icfg.BackwardsInterproceduralCFG
-
- getPredsOfCallAt(N) - Method in interface soot.jimple.toolkits.ide.icfg.BiDiInterproceduralCFG
-
- getPreorderRegionList(IRegion) - Static method in class soot.toolkits.graph.pdg.HashMutablePDG
-
- getPrev() - Method in class soot.toolkits.graph.pdg.PDGNode
-
- getPrevious() - Method in class soot.util.HashChain.Link
-
- getPrimitiveCompilationUnit() - Method in class soot.JastAddJ.Program
-
- getPrimitiveCompilationUnit_computed - Variable in class soot.JastAddJ.Program
-
- getPrimitiveCompilationUnit_value - Variable in class soot.JastAddJ.Program
-
- getPrint() - Method in class soot.dava.toolkits.base.renamer.heuristicTuple
-
- getPrivate() - Method in class soot.jimple.parser.node.APrivateModifier
-
- getPrivateAccessFieldInvoke(SootMethodRef, ArrayList, Body, LocalGenerator) - Static method in class soot.javaToJimple.Util
-
- getPrivateFieldGetAccessMap() - Method in class soot.javaToJimple.InitialResolver
-
- getPrivateFieldSetAccessMap() - Method in class soot.javaToJimple.InitialResolver
-
- getPrivateMethodGetAccessMap() - Method in class soot.javaToJimple.InitialResolver
-
- getPrivilegedActionExceptionObject() - Method in class soot.jimple.toolkits.pointer.representations.Environment
-
- getProcessObject() - Method in class soot.jimple.toolkits.pointer.representations.Environment
-
- getProgram() - Method in class soot.JastAddJ.PathPart
-
- getProgram() - Method in class soot.SootResolver
-
- getProperCasting(Type, DVirtualInvokeExpr) - Method in class soot.dava.toolkits.base.AST.transformations.SuperFirstStmtHandler
-
- getProtected() - Method in class soot.jimple.parser.node.AProtectedModifier
-
- getPublic() - Method in class soot.jimple.parser.node.APublicModifier
-
- getPushInitializer(Local, Type) - Static method in class soot.jbco.bafTransformations.FixUndefinedLocals
-
- getQuotedName() - Method in class soot.jimple.parser.node.AQuotedArrayRef
-
- getQuotedName() - Method in class soot.jimple.parser.node.AQuotedClassName
-
- getQuotedName() - Method in class soot.jimple.parser.node.AQuotedName
-
- getQuotedName() - Method in class soot.jimple.parser.node.AQuotedNonvoidType
-
- getQuotedStringOf(String) - Static method in class soot.util.StringTools
-
Returns fromString, but with certain characters printed as if they were in a Java string literal.
- getRadix() - Method in class soot.JastAddJ.NumericLiteral
-
Get the radix of this literal.
- getRandomOpaques() - Static method in class soot.jbco.jimpleTransformations.FieldRenamer
-
- getRandomOpaquesForRunnable() - Static method in class soot.jbco.jimpleTransformations.FieldRenamer
-
- getRandomThrowable() - Static method in class soot.jbco.util.ThrowSet
-
- getRawMessage() - Method in exception soot.validation.ValidationException
-
- getRBrace() - Method in class soot.jimple.parser.node.AFileBody
-
- getRBrace() - Method in class soot.jimple.parser.node.AFullMethodBody
-
- getRBrace() - Method in class soot.jimple.parser.node.ALookupswitchStatement
-
- getRBrace() - Method in class soot.jimple.parser.node.ATableswitchStatement
-
- getRBracket() - Method in class soot.jimple.parser.node.AArrayBrackets
-
- getRBracket() - Method in class soot.jimple.parser.node.AArrayDescriptor
-
- getRBracket() - Method in class soot.jimple.parser.node.AFixedArrayDescriptor
-
- getReachableMethods() - Method in class soot.Scene
-
- getReachingCopies(Object) - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.ReachingCopies
-
- getReachingDefs(Local, Object) - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.ReachingDefs
-
- getRealInsn(LabelAssigner) - Method in class soot.toDex.instructions.AbstractInsn
-
- getRealInsn(LabelAssigner) - Method in interface soot.toDex.instructions.Insn
-
- getRealInsn0(LabelAssigner) - Method in class soot.toDex.instructions.AbstractInsn
-
- getRealInsn0(LabelAssigner) - Method in class soot.toDex.instructions.AddressInsn
-
- getRealInsn0(LabelAssigner) - Method in class soot.toDex.instructions.ArrayDataPayload
-
- getRealInsn0(LabelAssigner) - Method in class soot.toDex.instructions.Insn10t
-
- getRealInsn0(LabelAssigner) - Method in class soot.toDex.instructions.Insn10x
-
- getRealInsn0(LabelAssigner) - Method in class soot.toDex.instructions.Insn11n
-
- getRealInsn0(LabelAssigner) - Method in class soot.toDex.instructions.Insn11x
-
- getRealInsn0(LabelAssigner) - Method in class soot.toDex.instructions.Insn12x
-
- getRealInsn0(LabelAssigner) - Method in class soot.toDex.instructions.Insn20t
-
- getRealInsn0(LabelAssigner) - Method in class soot.toDex.instructions.Insn21c
-
- getRealInsn0(LabelAssigner) - Method in class soot.toDex.instructions.Insn21s
-
- getRealInsn0(LabelAssigner) - Method in class soot.toDex.instructions.Insn21t
-
- getRealInsn0(LabelAssigner) - Method in class soot.toDex.instructions.Insn22b
-
- getRealInsn0(LabelAssigner) - Method in class soot.toDex.instructions.Insn22c
-
- getRealInsn0(LabelAssigner) - Method in class soot.toDex.instructions.Insn22s
-
- getRealInsn0(LabelAssigner) - Method in class soot.toDex.instructions.Insn22t
-
- getRealInsn0(LabelAssigner) - Method in class soot.toDex.instructions.Insn22x
-
- getRealInsn0(LabelAssigner) - Method in class soot.toDex.instructions.Insn23x
-
- getRealInsn0(LabelAssigner) - Method in class soot.toDex.instructions.Insn30t
-
- getRealInsn0(LabelAssigner) - Method in class soot.toDex.instructions.Insn31i
-
- getRealInsn0(LabelAssigner) - Method in class soot.toDex.instructions.Insn31t
-
- getRealInsn0(LabelAssigner) - Method in class soot.toDex.instructions.Insn32x
-
- getRealInsn0(LabelAssigner) - Method in class soot.toDex.instructions.Insn35c
-
- getRealInsn0(LabelAssigner) - Method in class soot.toDex.instructions.Insn3rc
-
- getRealInsn0(LabelAssigner) - Method in class soot.toDex.instructions.Insn51l
-
- getRealInsn0(LabelAssigner) - Method in class soot.toDex.instructions.PackedSwitchPayload
-
- getRealInsn0(LabelAssigner) - Method in class soot.toDex.instructions.SparseSwitchPayload
-
- getRealInsns(LabelAssigner) - Method in class soot.toDex.StmtVisitor
-
- getRealLocal() - Method in class soot.jimple.toolkits.infoflow.FakeJimpleLocal
-
- getRealRegCount(List<Register>) - Static method in class soot.toDex.SootToDexUtils
-
- getReceiverForVirtCallSite(Integer) - Method in class soot.jimple.spark.ondemand.pautil.ContextSensitiveInfo
-
- getRectangleNode() - Static method in class soot.jimple.spark.geom.geomPA.IFigureManager
-
Generate a rectangle node from our own cache.
- getRed() - Method in class soot.tagkit.ColorTag
-
- getReducedName(IterableSet, String, Type) - Static method in class soot.dava.toolkits.base.renamer.RemoveFullyQualifiedName
-
- getReference() - Method in class soot.jimple.parser.node.AReferenceExpression
-
- getReference() - Method in class soot.jimple.parser.node.AReferenceVariable
-
- getRefType(String) - Method in class soot.Scene
-
Returns the RefType with the given className.
- getRefTypeUnsafe(String) - Method in class soot.Scene
-
Returns the RefType with the given className.
- getRegA() - Method in interface soot.toDex.instructions.FiveRegInsn
-
- getRegA() - Method in class soot.toDex.instructions.Insn11n
-
- getRegA() - Method in class soot.toDex.instructions.Insn11x
-
- getRegA() - Method in class soot.toDex.instructions.Insn12x
-
- getRegA() - Method in class soot.toDex.instructions.Insn21c
-
- getRegA() - Method in class soot.toDex.instructions.Insn21s
-
- getRegA() - Method in class soot.toDex.instructions.Insn21t
-
- getRegA() - Method in class soot.toDex.instructions.Insn22b
-
- getRegA() - Method in class soot.toDex.instructions.Insn22c
-
- getRegA() - Method in class soot.toDex.instructions.Insn22s
-
- getRegA() - Method in class soot.toDex.instructions.Insn22t
-
- getRegA() - Method in class soot.toDex.instructions.Insn22x
-
- getRegA() - Method in class soot.toDex.instructions.Insn23x
-
- getRegA() - Method in class soot.toDex.instructions.Insn31i
-
- getRegA() - Method in class soot.toDex.instructions.Insn31t
-
- getRegA() - Method in class soot.toDex.instructions.Insn32x
-
- getRegA() - Method in class soot.toDex.instructions.Insn35c
-
- getRegA() - Method in class soot.toDex.instructions.Insn51l
-
- getRegA() - Method in interface soot.toDex.instructions.OneRegInsn
-
- getRegB() - Method in class soot.toDex.instructions.Insn12x
-
- getRegB() - Method in class soot.toDex.instructions.Insn22b
-
- getRegB() - Method in class soot.toDex.instructions.Insn22c
-
- getRegB() - Method in class soot.toDex.instructions.Insn22s
-
- getRegB() - Method in class soot.toDex.instructions.Insn22t
-
- getRegB() - Method in class soot.toDex.instructions.Insn22x
-
- getRegB() - Method in class soot.toDex.instructions.Insn23x
-
- getRegB() - Method in class soot.toDex.instructions.Insn32x
-
- getRegB() - Method in interface soot.toDex.instructions.TwoRegInsn
-
- getRegC() - Method in class soot.toDex.instructions.Insn23x
-
- getRegC() - Method in interface soot.toDex.instructions.ThreeRegInsn
-
- getRegCount() - Method in class soot.toDex.RegisterAllocator
-
- getRegD() - Method in interface soot.toDex.instructions.FiveRegInsn
-
- getRegD() - Method in class soot.toDex.instructions.Insn35c
-
- getRegE() - Method in interface soot.toDex.instructions.FiveRegInsn
-
- getRegE() - Method in class soot.toDex.instructions.Insn35c
-
- getRegF() - Method in interface soot.toDex.instructions.FiveRegInsn
-
- getRegF() - Method in class soot.toDex.instructions.Insn35c
-
- getRegG() - Method in interface soot.toDex.instructions.FiveRegInsn
-
- getRegG() - Method in class soot.toDex.instructions.Insn35c
-
- getRegions() - Method in class soot.toolkits.graph.pdg.RegionAnalysis
-
- getRegister() - Method in class soot.toDex.LocalRegisterAssignmentInformation
-
- getRegisterCount() - Method in class soot.toDex.StmtVisitor
-
- getRegisterLocal(int) - Method in class soot.dexpler.DexBody
-
Return the Local that are associated with the number in the current register state.
- getRegisterLocals() - Method in class soot.dexpler.DexBody
-
Return the Locals that are associated with the current register state.
- getRegs() - Method in class soot.toDex.instructions.AbstractInsn
-
- getRegs() - Method in interface soot.toDex.instructions.Insn
-
- getRenamingMap(String) - Method in class soot.jbco.jimpleTransformations.MethodRenamer
-
Gets renaming map for specific class.
- getReplacement() - Method in class soot.jimple.spark.pag.FieldRefNode
-
- getReplacement() - Method in class soot.jimple.spark.pag.Node
-
If this node has been merged with another, returns the new node to be used as the representative of this node; returns
this if the node has not been merged.
- getRepresentative() - Method in class soot.jimple.spark.geom.geomPA.IVarAbstraction
-
- getReservedNames() - Method in class soot.Scene
-
Returns a set of tokens which are reserved.
- getResolver() - Method in class soot.jimple.parser.JimpleAST
-
Returns the SootResolver currently in use.
- getResource(int) - Method in class soot.JastAddJ.TryWithResources
-
Retrieves the element at index i
in the Resource list..
- getResourceList() - Method in class soot.JastAddJ.TryWithResources
-
Retrieves the Resource list.
- getResourceListNoTransform() - Method in class soot.JastAddJ.TryWithResources
-
Retrieves the Resource list.
- getResources() - Method in class soot.JastAddJ.TryWithResources
-
Retrieves the Resource list.
- getResourcesNoTransform() - Method in class soot.JastAddJ.TryWithResources
-
Retrieves the Resource list.
- getResult(BinopExpr) - Method in class soot.dava.toolkits.base.AST.transformations.SimplifyExpressions
-
- getResult() - Method in class soot.JastAddJ.ReturnStmt
-
Retrieves the (optional) Result child.
- getResult() - Method in class soot.jimple.AbstractConstantSwitch
-
- getResult() - Method in class soot.jimple.AbstractExprSwitch
-
- getResult() - Method in class soot.jimple.AbstractStmtSwitch
-
- getResult(int) - Method in class soot.jimple.spark.geom.utils.Histogram
-
- getResult() - Method in class soot.tagkit.AbstractAnnotationElemTypeSwitch
-
- getResult() - Method in class soot.TypeSwitch
-
- getResultOpt() - Method in class soot.JastAddJ.ReturnStmt
-
- getResultOptNoTransform() - Method in class soot.JastAddJ.ReturnStmt
-
Retrieves the optional node for child Result.
- getRet() - Method in class soot.jimple.parser.node.ARetStatement
-
- getReturn() - Method in class soot.jimple.parser.node.AReturnStatement
-
- getReturnSitesOfCallAt(Unit) - Method in class soot.jimple.toolkits.ide.icfg.AbstractJimpleBasedICFG
-
- getReturnSitesOfCallAt(Unit) - Method in class soot.jimple.toolkits.ide.icfg.BackwardsInterproceduralCFG
-
- getReturnType() - Method in class soot.jimple.MethodType
-
- getReturnType() - Method in class soot.SootMethod
-
Returns the return type of this method.
- getReturnType() - Method in interface soot.SootMethodInterface
-
- getReturnType() - Method in class soot.SootMethodRefImpl
-
- getReturnValue() - Method in class soot.jimple.spark.sets.P2SetVisitor
-
- getReverseBlockGraph() - Method in class soot.shimple.DefaultShimpleFactory
-
- getReverseBlockGraph() - Method in interface soot.shimple.ShimpleFactory
-
- getReverseDominanceFrontier() - Method in class soot.shimple.DefaultShimpleFactory
-
- getReverseDominanceFrontier() - Method in interface soot.shimple.ShimpleFactory
-
- getReverseDominatorsFinder() - Method in class soot.shimple.DefaultShimpleFactory
-
- getReverseDominatorsFinder() - Method in interface soot.shimple.ShimpleFactory
-
- getReverseDominatorTree() - Method in class soot.shimple.DefaultShimpleFactory
-
- getReverseDominatorTree() - Method in interface soot.shimple.ShimpleFactory
-
- getRHS() - Method in class soot.jimple.spark.geom.dataRep.PlainConstraint
-
- getRight() - Method in class soot.JastAddJ.AbstractDot
-
Retrieves the Right child.
- getRight() - Method in class soot.JastAddJ.Dot
-
Retrieves the Right child.
- getRight() - Method in class soot.jimple.parser.node.ABinopExpr
-
- getRightCond(List<Object>) - Method in class soot.dava.toolkits.base.AST.transformations.OrAggregatorTwo
-
- getRightLocal() - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.ReachingCopies.LocalPair
-
- getRightNoTransform() - Method in class soot.JastAddJ.AbstractDot
-
Retrieves the Right child.
- getRightNoTransform() - Method in class soot.JastAddJ.Dot
-
Retrieves the Right child.
- getRightOp() - Method in interface soot.baf.IdentityInst
-
- getRightOp() - Method in class soot.baf.internal.BIdentityInst
-
- getRightOp() - Method in class soot.dava.internal.AST.ASTAggregatedCondition
-
- getRightOp() - Method in interface soot.IdentityUnit
-
- getRightOp() - Method in interface soot.jimple.DefinitionStmt
-
- getRightOp() - Method in class soot.jimple.internal.AbstractDefinitionStmt
-
- getRightOpBox() - Method in interface soot.baf.IdentityInst
-
- getRightOpBox() - Method in class soot.baf.internal.BIdentityInst
-
- getRightOpBox() - Method in interface soot.IdentityUnit
-
- getRightOpBox() - Method in interface soot.jimple.DefinitionStmt
-
- getRightOpBox() - Method in class soot.jimple.internal.AbstractDefinitionStmt
-
- getRightOperand() - Method in class soot.JastAddJ.AddExpr
-
Retrieves the RightOperand child.
- getRightOperand() - Method in class soot.JastAddJ.AdditiveExpr
-
Retrieves the RightOperand child.
- getRightOperand() - Method in class soot.JastAddJ.AndBitwiseExpr
-
Retrieves the RightOperand child.
- getRightOperand() - Method in class soot.JastAddJ.AndLogicalExpr
-
Retrieves the RightOperand child.
- getRightOperand() - Method in class soot.JastAddJ.ArithmeticExpr
-
Retrieves the RightOperand child.
- getRightOperand() - Method in class soot.JastAddJ.Binary
-
Retrieves the RightOperand child.
- getRightOperand() - Method in class soot.JastAddJ.BitwiseExpr
-
Retrieves the RightOperand child.
- getRightOperand() - Method in class soot.JastAddJ.DivExpr
-
Retrieves the RightOperand child.
- getRightOperand() - Method in class soot.JastAddJ.EQExpr
-
Retrieves the RightOperand child.
- getRightOperand() - Method in class soot.JastAddJ.EqualityExpr
-
Retrieves the RightOperand child.
- getRightOperand() - Method in class soot.JastAddJ.GEExpr
-
Retrieves the RightOperand child.
- getRightOperand() - Method in class soot.JastAddJ.GTExpr
-
Retrieves the RightOperand child.
- getRightOperand() - Method in class soot.JastAddJ.LEExpr
-
Retrieves the RightOperand child.
- getRightOperand() - Method in class soot.JastAddJ.LogicalExpr
-
Retrieves the RightOperand child.
- getRightOperand() - Method in class soot.JastAddJ.LShiftExpr
-
Retrieves the RightOperand child.
- getRightOperand() - Method in class soot.JastAddJ.LTExpr
-
Retrieves the RightOperand child.
- getRightOperand() - Method in class soot.JastAddJ.ModExpr
-
Retrieves the RightOperand child.
- getRightOperand() - Method in class soot.JastAddJ.MulExpr
-
Retrieves the RightOperand child.
- getRightOperand() - Method in class soot.JastAddJ.MultiplicativeExpr
-
Retrieves the RightOperand child.
- getRightOperand() - Method in class soot.JastAddJ.NEExpr
-
Retrieves the RightOperand child.
- getRightOperand() - Method in class soot.JastAddJ.OrBitwiseExpr
-
Retrieves the RightOperand child.
- getRightOperand() - Method in class soot.JastAddJ.OrLogicalExpr
-
Retrieves the RightOperand child.
- getRightOperand() - Method in class soot.JastAddJ.RelationalExpr
-
Retrieves the RightOperand child.
- getRightOperand() - Method in class soot.JastAddJ.RShiftExpr
-
Retrieves the RightOperand child.
- getRightOperand() - Method in class soot.JastAddJ.ShiftExpr
-
Retrieves the RightOperand child.
- getRightOperand() - Method in class soot.JastAddJ.SubExpr
-
Retrieves the RightOperand child.
- getRightOperand() - Method in class soot.JastAddJ.URShiftExpr
-
Retrieves the RightOperand child.
- getRightOperand() - Method in class soot.JastAddJ.XorBitwiseExpr
-
Retrieves the RightOperand child.
- getRightOperandNoTransform() - Method in class soot.JastAddJ.AddExpr
-
Retrieves the RightOperand child.
- getRightOperandNoTransform() - Method in class soot.JastAddJ.AdditiveExpr
-
Retrieves the RightOperand child.
- getRightOperandNoTransform() - Method in class soot.JastAddJ.AndBitwiseExpr
-
Retrieves the RightOperand child.
- getRightOperandNoTransform() - Method in class soot.JastAddJ.AndLogicalExpr
-
Retrieves the RightOperand child.
- getRightOperandNoTransform() - Method in class soot.JastAddJ.ArithmeticExpr
-
Retrieves the RightOperand child.
- getRightOperandNoTransform() - Method in class soot.JastAddJ.Binary
-
Retrieves the RightOperand child.
- getRightOperandNoTransform() - Method in class soot.JastAddJ.BitwiseExpr
-
Retrieves the RightOperand child.
- getRightOperandNoTransform() - Method in class soot.JastAddJ.DivExpr
-
Retrieves the RightOperand child.
- getRightOperandNoTransform() - Method in class soot.JastAddJ.EQExpr
-
Retrieves the RightOperand child.
- getRightOperandNoTransform() - Method in class soot.JastAddJ.EqualityExpr
-
Retrieves the RightOperand child.
- getRightOperandNoTransform() - Method in class soot.JastAddJ.GEExpr
-
Retrieves the RightOperand child.
- getRightOperandNoTransform() - Method in class soot.JastAddJ.GTExpr
-
Retrieves the RightOperand child.
- getRightOperandNoTransform() - Method in class soot.JastAddJ.LEExpr
-
Retrieves the RightOperand child.
- getRightOperandNoTransform() - Method in class soot.JastAddJ.LogicalExpr
-
Retrieves the RightOperand child.
- getRightOperandNoTransform() - Method in class soot.JastAddJ.LShiftExpr
-
Retrieves the RightOperand child.
- getRightOperandNoTransform() - Method in class soot.JastAddJ.LTExpr
-
Retrieves the RightOperand child.
- getRightOperandNoTransform() - Method in class soot.JastAddJ.ModExpr
-
Retrieves the RightOperand child.
- getRightOperandNoTransform() - Method in class soot.JastAddJ.MulExpr
-
Retrieves the RightOperand child.
- getRightOperandNoTransform() - Method in class soot.JastAddJ.MultiplicativeExpr
-
Retrieves the RightOperand child.
- getRightOperandNoTransform() - Method in class soot.JastAddJ.NEExpr
-
Retrieves the RightOperand child.
- getRightOperandNoTransform() - Method in class soot.JastAddJ.OrBitwiseExpr
-
Retrieves the RightOperand child.
- getRightOperandNoTransform() - Method in class soot.JastAddJ.OrLogicalExpr
-
Retrieves the RightOperand child.
- getRightOperandNoTransform() - Method in class soot.JastAddJ.RelationalExpr
-
Retrieves the RightOperand child.
- getRightOperandNoTransform() - Method in class soot.JastAddJ.RShiftExpr
-
Retrieves the RightOperand child.
- getRightOperandNoTransform() - Method in class soot.JastAddJ.ShiftExpr
-
Retrieves the RightOperand child.
- getRightOperandNoTransform() - Method in class soot.JastAddJ.SubExpr
-
Retrieves the RightOperand child.
- getRightOperandNoTransform() - Method in class soot.JastAddJ.URShiftExpr
-
Retrieves the RightOperand child.
- getRightOperandNoTransform() - Method in class soot.JastAddJ.XorBitwiseExpr
-
Retrieves the RightOperand child.
- getRParen() - Method in class soot.jimple.parser.node.AArrayNewExpr
-
- getRParen() - Method in class soot.jimple.parser.node.ACastExpression
-
- getRParen() - Method in class soot.jimple.parser.node.ADynamicInvokeExpr
-
- getRParen() - Method in class soot.jimple.parser.node.ALookupswitchStatement
-
- getRParen() - Method in class soot.jimple.parser.node.AMethodMember
-
- getRParen() - Method in class soot.jimple.parser.node.AMethodSignature
-
- getRParen() - Method in class soot.jimple.parser.node.AMultiNewExpr
-
- getRParen() - Method in class soot.jimple.parser.node.ANonstaticInvokeExpr
-
- getRParen() - Method in class soot.jimple.parser.node.AStaticInvokeExpr
-
- getRParen() - Method in class soot.jimple.parser.node.ATableswitchStatement
-
- getRParen() - Method in class soot.jimple.parser.node.AUnnamedMethodSignature
-
- getRunMethods() - Method in class soot.jimple.toolkits.thread.AbstractRuntimeThread
-
- getSBox(UnitBox) - Method in class soot.shimple.internal.SPatchingChain
-
- getSccList() - Method in class soot.jimple.toolkits.thread.mhp.SCC
-
- getSegmentNode() - Static method in class soot.jimple.spark.geom.geomPA.IFigureManager
-
Generate a segment node from our own cache.
- getSemicolon() - Method in class soot.jimple.parser.node.AAssignStatement
-
- getSemicolon() - Method in class soot.jimple.parser.node.ABreakpointStatement
-
- getSemicolon() - Method in class soot.jimple.parser.node.ACatchClause
-
- getSemicolon() - Method in class soot.jimple.parser.node.ADeclaration
-
- getSemicolon() - Method in class soot.jimple.parser.node.AEmptyMethodBody
-
- getSemicolon() - Method in class soot.jimple.parser.node.AEntermonitorStatement
-
- getSemicolon() - Method in class soot.jimple.parser.node.AExitmonitorStatement
-
- getSemicolon() - Method in class soot.jimple.parser.node.AFieldMember
-
- getSemicolon() - Method in class soot.jimple.parser.node.AGotoStmt
-
- getSemicolon() - Method in class soot.jimple.parser.node.AIdentityNoTypeStatement
-
- getSemicolon() - Method in class soot.jimple.parser.node.AIdentityStatement
-
- getSemicolon() - Method in class soot.jimple.parser.node.AInvokeStatement
-
- getSemicolon() - Method in class soot.jimple.parser.node.ALookupswitchStatement
-
- getSemicolon() - Method in class soot.jimple.parser.node.ANopStatement
-
- getSemicolon() - Method in class soot.jimple.parser.node.ARetStatement
-
- getSemicolon() - Method in class soot.jimple.parser.node.AReturnStatement
-
- getSemicolon() - Method in class soot.jimple.parser.node.ATableswitchStatement
-
- getSemicolon() - Method in class soot.jimple.parser.node.AThrowStatement
-
- GETSET - Static variable in class soot.dava.toolkits.base.renamer.infoGatheringAnalysis
-
- getSetFactory() - Method in class soot.jimple.spark.pag.PAG
-
- getSharedFields() - Method in class soot.jimple.toolkits.infoflow.ClassLocalObjectsAnalysis
-
- getSharedRefs() - Method in class soot.jimple.toolkits.infoflow.CallLocalityContext
-
- getShl() - Method in class soot.jimple.parser.node.AShlBinop
-
- getShort() - Method in class soot.jimple.parser.node.AShortBaseType
-
- getShort() - Method in class soot.jimple.parser.node.AShortBaseTypeNoName
-
- getShortJavaStyleName() - Method in class soot.SootClass
-
- getShortName() - Method in class soot.SootClass
-
- getShortName() - Method in class soot.tagkit.InnerClassTag
-
- getShr() - Method in class soot.jimple.parser.node.AShrBinop
-
- getSideEffectAnalysis() - Method in class soot.Scene
-
Retrieves the active side-effect analysis
- getSignature() - Method in class soot.AbstractSootFieldRef
-
- getSignature() - Method in class soot.jimple.spark.geom.geomE.FullSensitiveNodeGenerator
-
- getSignature() - Method in class soot.jimple.spark.geom.geomPA.IEncodingBroker
-
Return the signature of the implemented sub-class, may be useful in somewhere.
- getSignature() - Method in class soot.jimple.spark.geom.heapinsE.HeapInsNodeGenerator
-
- getSignature() - Method in class soot.jimple.spark.geom.ptinsE.PtInsNodeGenerator
-
- getSignature() - Method in class soot.SootField
-
- getSignature(SootClass, String, Type) - Static method in class soot.SootField
-
- getSignature(SootClass, String) - Static method in class soot.SootField
-
- getSignature() - Method in interface soot.SootFieldRef
-
- getSignature() - Method in class soot.SootMethod
-
Returns the Soot signature of this method.
- getSignature(SootClass, String, List<Type>, Type) - Static method in class soot.SootMethod
-
- getSignature(SootClass, String) - Static method in class soot.SootMethod
-
- getSignature() - Method in interface soot.SootMethodInterface
-
- getSignature() - Method in interface soot.SootMethodRef
-
- getSignature() - Method in class soot.SootMethodRefImpl
-
- getSignature() - Method in class soot.tagkit.SignatureTag
-
- getSimpleAssignRightLocal(Assign) - Method in class soot.javaToJimple.AbstractJimpleBodyBuilder
-
- getSimpleAssignRightLocal(Assign) - Method in class soot.javaToJimple.JimpleBodyBuilder
-
- getSimpleName() - Method in class soot.javaToJimple.InnerClassInfo
-
- getSimpleName() - Method in class soot.tagkit.OuterClassTag
-
- getSize() - Method in class soot.jimple.internal.AbstractNewArrayExpr
-
- getSize(int) - Method in class soot.jimple.internal.AbstractNewMultiArrayExpr
-
- getSize() - Method in interface soot.jimple.NewArrayExpr
-
- getSize(int) - Method in interface soot.jimple.NewMultiArrayExpr
-
- getSize() - Method in class soot.toDex.instructions.AbstractInsn
-
- getSize() - Method in class soot.toDex.instructions.AddressInsn
-
- getSize() - Method in class soot.toDex.instructions.ArrayDataPayload
-
- getSize() - Method in interface soot.toDex.instructions.Insn
-
- getSize() - Method in class soot.toDex.instructions.PackedSwitchPayload
-
- getSize() - Method in class soot.toDex.instructions.SparseSwitchPayload
-
- getSizeBox() - Method in class soot.jimple.internal.AbstractNewArrayExpr
-
- getSizeBox(int) - Method in class soot.jimple.internal.AbstractNewMultiArrayExpr
-
- getSizeBox() - Method in interface soot.jimple.NewArrayExpr
-
- getSizeBox(int) - Method in interface soot.jimple.NewMultiArrayExpr
-
- getSizeCount() - Method in class soot.jimple.internal.AbstractNewMultiArrayExpr
-
- getSizeCount() - Method in interface soot.jimple.NewMultiArrayExpr
-
- getSizes() - Method in class soot.jimple.internal.AbstractNewMultiArrayExpr
-
- getSizes() - Method in interface soot.jimple.NewMultiArrayExpr
-
- getSizes() - Method in class soot.jimple.spark.geom.geomE.GeometricManager
-
- getSizes() - Method in class soot.jimple.spark.geom.geomPA.IFigureManager
-
- getSizes() - Method in class soot.jimple.spark.geom.heapinsE.HeapInsIntervalManager
-
- getSizes() - Method in class soot.jimple.spark.geom.ptinsE.PtInsIntervalManager
-
- getSkeleton(SootClass) - Method in class soot.jimple.parser.JimpleAST
-
Applies a SkeletonExtractorWalker to the given SootClass, using the given Resolver to resolve the reference types it
contains.
- getSmartLocalDefsFor(Body) - Method in class soot.toolkits.scalar.SmartLocalDefsPool
-
- getSootClass() - Method in class soot.jimple.parser.Walker
-
- getSootClass() - Method in class soot.RefType
-
Get the SootClass object corresponding to this RefType.
- getSootClass(String) - Method in class soot.Scene
-
Returns the SootClass with the given className.
- getSootClass() - Method in interface soot.toolkits.graph.pdg.IRegion
-
- getSootClass() - Method in class soot.toolkits.graph.pdg.PDGRegion
-
- getSootClass() - Method in class soot.toolkits.graph.pdg.Region
-
- getSootClassDecl() - Method in class soot.JastAddJ.AbstractWildcardType
-
- getSootClassDecl() - Method in class soot.JastAddJ.ArrayDecl
-
- getSootClassDecl() - Method in class soot.JastAddJ.GLBType
-
- getSootClassDecl() - Method in class soot.JastAddJ.LUBType
-
- getSootClassDecl() - Method in class soot.JastAddJ.TypeDecl
-
- getSootClassDecl_computed - Variable in class soot.JastAddJ.AbstractWildcardType
-
- getSootClassDecl_computed - Variable in class soot.JastAddJ.ArrayDecl
-
- getSootClassDecl_computed - Variable in class soot.JastAddJ.GLBType
-
- getSootClassDecl_computed - Variable in class soot.JastAddJ.LUBType
-
- getSootClassDecl_computed - Variable in class soot.JastAddJ.TypeDecl
-
- getSootClassDecl_value - Variable in class soot.JastAddJ.AbstractWildcardType
-
- getSootClassDecl_value - Variable in class soot.JastAddJ.ArrayDecl
-
- getSootClassDecl_value - Variable in class soot.JastAddJ.GLBType
-
- getSootClassDecl_value - Variable in class soot.JastAddJ.LUBType
-
- getSootClassDecl_value - Variable in class soot.JastAddJ.TypeDecl
-
- getSootClassName() - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.CPTuple
-
- getSootClassPath() - Method in class soot.Scene
-
- getSootClassUnsafe(String) - Method in class soot.Scene
-
Returns the SootClass with the given className.
- getSootClassUnsafe(String, boolean) - Method in class soot.Scene
-
Returns the SootClass with the given className.
- getSootField() - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.CPVariable
-
- getSootField(String, TypeDecl) - Method in class soot.JastAddJ.TypeDecl
-
- getSootField_String_TypeDecl_values - Variable in class soot.JastAddJ.TypeDecl
-
- getSootFieldRef(FieldReference) - Method in class soot.dexpler.instructions.FieldInstruction
-
Return a SootFieldRef for a dexlib FieldReference.
- getSootFieldRef(FieldReference, MethodHandle.Kind) - Method in class soot.dexpler.instructions.MethodInvocationInstruction
-
Return a SootFieldRef for the given data.
- getSootFieldRef(SootClass, String, String, MethodHandle.Kind) - Method in class soot.dexpler.instructions.MethodInvocationInstruction
-
Return a SootFieldRef for the given data.
- getSootMethod() - Method in interface soot.toolkits.graph.pdg.IRegion
-
- getSootMethod() - Method in class soot.toolkits.graph.pdg.PDGRegion
-
- getSootMethod() - Method in class soot.toolkits.graph.pdg.Region
-
- getSootMethodFromID(int) - Method in class soot.jimple.spark.geom.geomPA.GeomPointsTo
-
Get soot method from given internal ID @param fid
- getSootMethodRef(MethodReference, MethodHandle.Kind) - Method in class soot.dexpler.instructions.MethodInvocationInstruction
-
Return a SootMethodRef for the given MethodReference dependent on the InvocationType passed in.
- getSootMethodRef(SootClass, String, String, List<? extends CharSequence>, MethodHandle.Kind) - Method in class soot.dexpler.instructions.MethodInvocationInstruction
-
Return a SootMethodRef for the given data.
- getSootMethodRef(Call) - Method in class soot.javaToJimple.AbstractJimpleBodyBuilder
-
- getSootMethodRef(Call) - Method in class soot.javaToJimple.JimpleBodyBuilder
-
- getSootType() - Method in class soot.JastAddJ.ArrayDecl
-
- getSootType() - Method in class soot.JastAddJ.BooleanType
-
- getSootType() - Method in class soot.JastAddJ.ByteType
-
- getSootType() - Method in class soot.JastAddJ.CharType
-
- getSootType() - Method in class soot.JastAddJ.DoubleType
-
- getSootType() - Method in class soot.JastAddJ.FloatType
-
- getSootType() - Method in class soot.JastAddJ.IntType
-
- getSootType() - Method in class soot.JastAddJ.LongType
-
- getSootType() - Method in class soot.JastAddJ.ShortType
-
- getSootType() - Method in class soot.JastAddJ.TypeDecl
-
- getSootType() - Method in class soot.JastAddJ.VoidType
-
- getSootType(Type) - Static method in class soot.javaToJimple.Util
-
Type handling
- getSootType_computed - Variable in class soot.JastAddJ.ArrayDecl
-
- getSootType_computed - Variable in class soot.JastAddJ.BooleanType
-
- getSootType_computed - Variable in class soot.JastAddJ.ByteType
-
- getSootType_computed - Variable in class soot.JastAddJ.CharType
-
- getSootType_computed - Variable in class soot.JastAddJ.DoubleType
-
- getSootType_computed - Variable in class soot.JastAddJ.FloatType
-
- getSootType_computed - Variable in class soot.JastAddJ.IntType
-
- getSootType_computed - Variable in class soot.JastAddJ.LongType
-
- getSootType_computed - Variable in class soot.JastAddJ.ShortType
-
- getSootType_computed - Variable in class soot.JastAddJ.TypeDecl
-
- getSootType_computed - Variable in class soot.JastAddJ.VoidType
-
- getSootType_value - Variable in class soot.JastAddJ.ArrayDecl
-
- getSootType_value - Variable in class soot.JastAddJ.BooleanType
-
- getSootType_value - Variable in class soot.JastAddJ.ByteType
-
- getSootType_value - Variable in class soot.JastAddJ.CharType
-
- getSootType_value - Variable in class soot.JastAddJ.DoubleType
-
- getSootType_value - Variable in class soot.JastAddJ.FloatType
-
- getSootType_value - Variable in class soot.JastAddJ.IntType
-
- getSootType_value - Variable in class soot.JastAddJ.LongType
-
- getSootType_value - Variable in class soot.JastAddJ.ShortType
-
- getSootType_value - Variable in class soot.JastAddJ.TypeDecl
-
- getSootType_value - Variable in class soot.JastAddJ.VoidType
-
- getSource() - Method in class soot.baf.PlaceholderInst
-
- getSource() - Method in class soot.JastAddJ.AssignAdditiveExpr
-
Retrieves the Source child.
- getSource() - Method in class soot.JastAddJ.AssignAndExpr
-
Retrieves the Source child.
- getSource() - Method in class soot.JastAddJ.AssignBitwiseExpr
-
Retrieves the Source child.
- getSource() - Method in class soot.JastAddJ.AssignDivExpr
-
Retrieves the Source child.
- getSource() - Method in class soot.JastAddJ.AssignExpr
-
Retrieves the Source child.
- getSource() - Method in class soot.JastAddJ.AssignLShiftExpr
-
Retrieves the Source child.
- getSource() - Method in class soot.JastAddJ.AssignMinusExpr
-
Retrieves the Source child.
- getSource() - Method in class soot.JastAddJ.AssignModExpr
-
Retrieves the Source child.
- getSource() - Method in class soot.JastAddJ.AssignMulExpr
-
Retrieves the Source child.
- getSource() - Method in class soot.JastAddJ.AssignMultiplicativeExpr
-
Retrieves the Source child.
- getSource() - Method in class soot.JastAddJ.AssignOrExpr
-
Retrieves the Source child.
- getSource() - Method in class soot.JastAddJ.AssignPlusExpr
-
Retrieves the Source child.
- getSource() - Method in class soot.JastAddJ.AssignRShiftExpr
-
Retrieves the Source child.
- getSource() - Method in class soot.JastAddJ.AssignShiftExpr
-
Retrieves the Source child.
- getSource() - Method in class soot.JastAddJ.AssignSimpleExpr
-
Retrieves the Source child.
- getSource() - Method in class soot.JastAddJ.AssignURShiftExpr
-
Retrieves the Source child.
- getSource() - Method in class soot.JastAddJ.AssignXorExpr
-
Retrieves the Source child.
- getSource() - Method in class soot.jimple.PlaceholderStmt
-
- getSource() - Method in class soot.jimple.toolkits.annotation.purity.PurityEdge
-
- getSource() - Method in class soot.SootMethod
-
- getSourceFile() - Method in class soot.tagkit.SourceFileTag
-
- getSourceFileOfClass(SootClass) - Static method in class soot.javaToJimple.Util
-
- getSourceForClass(String) - Method in class soot.SourceLocator
-
Returns the name of the class in which the (possibly inner) class className appears.
- getSourceNoTransform() - Method in class soot.JastAddJ.AssignAdditiveExpr
-
Retrieves the Source child.
- getSourceNoTransform() - Method in class soot.JastAddJ.AssignAndExpr
-
Retrieves the Source child.
- getSourceNoTransform() - Method in class soot.JastAddJ.AssignBitwiseExpr
-
Retrieves the Source child.
- getSourceNoTransform() - Method in class soot.JastAddJ.AssignDivExpr
-
Retrieves the Source child.
- getSourceNoTransform() - Method in class soot.JastAddJ.AssignExpr
-
Retrieves the Source child.
- getSourceNoTransform() - Method in class soot.JastAddJ.AssignLShiftExpr
-
Retrieves the Source child.
- getSourceNoTransform() - Method in class soot.JastAddJ.AssignMinusExpr
-
Retrieves the Source child.
- getSourceNoTransform() - Method in class soot.JastAddJ.AssignModExpr
-
Retrieves the Source child.
- getSourceNoTransform() - Method in class soot.JastAddJ.AssignMulExpr
-
Retrieves the Source child.
- getSourceNoTransform() - Method in class soot.JastAddJ.AssignMultiplicativeExpr
-
Retrieves the Source child.
- getSourceNoTransform() - Method in class soot.JastAddJ.AssignOrExpr
-
Retrieves the Source child.
- getSourceNoTransform() - Method in class soot.JastAddJ.AssignPlusExpr
-
Retrieves the Source child.
- getSourceNoTransform() - Method in class soot.JastAddJ.AssignRShiftExpr
-
Retrieves the Source child.
- getSourceNoTransform() - Method in class soot.JastAddJ.AssignShiftExpr
-
Retrieves the Source child.
- getSourceNoTransform() - Method in class soot.JastAddJ.AssignSimpleExpr
-
Retrieves the Source child.
- getSourceNoTransform() - Method in class soot.JastAddJ.AssignURShiftExpr
-
Retrieves the Source child.
- getSourceNoTransform() - Method in class soot.JastAddJ.AssignXorExpr
-
Retrieves the Source child.
- getSpecialinvoke() - Method in class soot.jimple.parser.node.ASpecialNonstaticInvoke
-
- getSpecialJoin() - Method in class soot.jimple.toolkits.thread.mhp.PegGraph
-
- getSpecs() - Method in class soot.tagkit.InnerClassAttribute
-
- getSrc() - Method in class soot.jimple.spark.ondemand.pautil.AssignEdge
-
- getSrc() - Method in class soot.jimple.toolkits.callgraph.Edge
-
- getStart() - Method in class beaver.Symbol
-
Returns a position in a source where this symbol starts.
- getStartLineNumber() - Method in class soot.tagkit.JimpleLineNumberTag
-
- getStartLineNumber() - Method in class soot.tagkit.SourceLineNumberTag
-
- GetStartNode() - Method in class soot.toolkits.graph.pdg.HashMutablePDG
- GetStartNode() - Method in interface soot.toolkits.graph.pdg.ProgramDependenceGraph
-
- getStartOffset() - Method in class soot.tagkit.PositionTag
-
- getStartPointsOf(SootMethod) - Method in class soot.jimple.toolkits.ide.icfg.AbstractJimpleBasedICFG
-
- getStartPointsOf(SootMethod) - Method in class soot.jimple.toolkits.ide.icfg.BackwardsInterproceduralCFG
-
- GetStartRegion() - Method in class soot.toolkits.graph.pdg.HashMutablePDG
- GetStartRegion() - Method in interface soot.toolkits.graph.pdg.ProgramDependenceGraph
-
- getStartStatements() - Method in class soot.jimple.toolkits.thread.mhp.StartJoinAnalysis
-
- getStartStatements() - Method in class soot.jimple.toolkits.thread.mhp.StartJoinFinder
-
- getStartStmtMethod() - Method in class soot.jimple.toolkits.thread.AbstractRuntimeThread
-
- getStartToAllocNodes() - Method in class soot.jimple.toolkits.thread.mhp.PegGraph
-
- getStartToAllocNodes() - Method in class soot.jimple.toolkits.thread.mhp.StartJoinAnalysis
-
- getStartToAllocNodes() - Method in class soot.jimple.toolkits.thread.mhp.StartJoinFinder
-
- getStartToBeginNodes() - Method in class soot.jimple.toolkits.thread.mhp.PegGraph
-
- getStartToContainingMethod() - Method in class soot.jimple.toolkits.thread.mhp.StartJoinFinder
-
- getStartToJoin() - Method in class soot.jimple.toolkits.thread.mhp.StartJoinAnalysis
-
- getStartToJoin() - Method in class soot.jimple.toolkits.thread.mhp.StartJoinFinder
-
- getStartToRunMethods() - Method in class soot.jimple.toolkits.thread.mhp.StartJoinAnalysis
-
- getStartToRunMethods() - Method in class soot.jimple.toolkits.thread.mhp.StartJoinFinder
-
- getStartToThread() - Method in class soot.jimple.toolkits.thread.mhp.PegGraph
-
- getState() - Method in class soot.Scene
-
- getStatement() - Method in class soot.jimple.parser.node.AFullMethodBody
-
- getStatements() - Method in class soot.dava.internal.AST.ASTStatementSequenceNode
-
- getStatic() - Method in class soot.jimple.parser.node.AStaticModifier
-
- getStaticargs() - Method in class soot.jimple.parser.node.ADynamicInvokeExpr
-
- getStaticFieldInits() - Method in class soot.javaToJimple.PolyglotMethodSource
-
- getStaticInitializerBlocks() - Method in class soot.javaToJimple.PolyglotMethodSource
-
- getStaticinvoke() - Method in class soot.jimple.parser.node.AStaticInvokeExpr
-
- getStaticSootFieldRef(FieldReference) - Method in class soot.dexpler.instructions.FieldInstruction
-
Return a static SootFieldRef for a dexlib FieldReference.
- getStaticSootMethodRef() - Method in class soot.dexpler.instructions.MethodInvocationInstruction
-
Return the static SootMethodRef for the invoked method.
- getStatus() - Method in exception soot.CompilationDeathException
-
- getStmt(int) - Method in class soot.JastAddJ.Block
-
Retrieves the element at index i
in the Stmt list..
- getStmt() - Method in class soot.JastAddJ.DoStmt
-
Retrieves the Stmt child.
- getStmt() - Method in class soot.JastAddJ.EnhancedForStmt
-
Retrieves the Stmt child.
- getStmt() - Method in class soot.JastAddJ.ForStmt
-
Retrieves the Stmt child.
- getStmt() - Method in class soot.JastAddJ.LabeledStmt
-
Retrieves the Stmt child.
- getStmt() - Method in class soot.JastAddJ.WhileStmt
-
Retrieves the Stmt child.
- getStmt() - Method in class soot.jimple.toolkits.pointer.InstanceKey
-
- getStmtAddress() - Method in class soot.jimple.internal.JRetStmt
-
- getStmtAddress() - Method in interface soot.jimple.RetStmt
-
- getStmtAddressBox() - Method in class soot.jimple.internal.JRetStmt
-
- getStmtAddressBox() - Method in interface soot.jimple.RetStmt
-
- getStmtForInstruction(Instruction) - Method in class soot.toDex.StmtVisitor
-
- getStmtList() - Method in class soot.JastAddJ.Block
-
Retrieves the Stmt list.
- getStmtListNoTransform() - Method in class soot.JastAddJ.Block
-
Retrieves the Stmt list.
- getStmtNoTransform() - Method in class soot.JastAddJ.DoStmt
-
Retrieves the Stmt child.
- getStmtNoTransform() - Method in class soot.JastAddJ.EnhancedForStmt
-
Retrieves the Stmt child.
- getStmtNoTransform() - Method in class soot.JastAddJ.ForStmt
-
Retrieves the Stmt child.
- getStmtNoTransform() - Method in class soot.JastAddJ.LabeledStmt
-
Retrieves the Stmt child.
- getStmtNoTransform() - Method in class soot.JastAddJ.WhileStmt
-
Retrieves the Stmt child.
- getStmts() - Method in class soot.JastAddJ.Block
-
Retrieves the Stmt list.
- getStmtsNoTransform() - Method in class soot.JastAddJ.Block
-
Retrieves the Stmt list.
- getStopUnitList() - Method in class soot.toolkits.graph.interaction.InteractionHandler
-
- getStoreResultLocal() - Method in class soot.dexpler.DexBody
-
- getStrictfp() - Method in class soot.jimple.parser.node.AStrictfpModifier
-
- getString() - Method in class soot.jimple.spark.pag.StringConstantNode
-
- getString(Map<String, String>, String) - Static method in class soot.PhaseOptions
-
This method returns the value of "name" in options or "" if "name" is not found.
- getString() - Method in class soot.util.NumberedString
-
- getStringConstant() - Method in class soot.jimple.parser.node.AClzzConstant
-
- getStringConstant() - Method in class soot.jimple.parser.node.ADynamicInvokeExpr
-
- getStringConstant() - Method in class soot.jimple.parser.node.AStringConstant
-
- getStringObject() - Method in class soot.jimple.toolkits.pointer.representations.Environment
-
- getStringValue() - Method in class soot.tagkit.StringConstantValueTag
-
- getStrongRegions() - Method in class soot.toolkits.graph.pdg.HashMutablePDG
- getStrongRegions() - Method in interface soot.toolkits.graph.pdg.ProgramDependenceGraph
-
- getSubBodyFromSingleSubBodyNode(ASTNode) - Method in class soot.dava.MethodCallFinder
-
- getSubclassesOf(SootClass) - Method in class soot.FastHierarchy
-
Gets the direct subclasses of a given class.
- getSubclassesOf(SootClass) - Method in class soot.Hierarchy
-
Returns a list of subclasses of c, excluding itself.
- getSubclassesOfIncluding(SootClass) - Method in class soot.Hierarchy
-
Returns a list of subclasses of c, including itself.
- getSubinterfacesOf(SootClass) - Method in class soot.Hierarchy
-
Returns a list of subinterfaces of sootClass, excluding itself.
- getSubinterfacesOfIncluding(SootClass) - Method in class soot.Hierarchy
-
Returns a list of subinterfaces of sootClass, including itself.
- getSubSignature() - Method in class soot.SootField
-
- getSubSignature() - Method in class soot.SootMethod
-
Returns the Soot subsignature of this method.
- getSubSignature(String, List<Type>, Type) - Static method in class soot.SootMethod
-
- getSubSignature() - Method in interface soot.SootMethodRef
-
- getSubSignature() - Method in class soot.SootMethodRefImpl
-
- getSubSigNumberer() - Method in class soot.Scene
-
- getSubstitutedTypeBound(int, TypeDecl) - Method in class soot.JastAddJ.TypeVariable
-
- getSubstitutedTypeBound_int_TypeDecl_values - Variable in class soot.JastAddJ.TypeVariable
-
- getSuccOf(E) - Method in class soot.PatchingChain
-
Returns the object immediately following point
.
- getSuccOf(Unit) - Method in class soot.toolkits.graph.Block
-
Returns the Unit occurring immediately after some other Unit in the block.
- getSuccOf(E) - Method in interface soot.util.Chain
-
Returns the object immediately following point
.
- getSuccOf(Object) - Method in class soot.util.EmptyChain
-
- getSuccOf(E) - Method in class soot.util.HashChain
-
- getSuccs() - Method in class soot.toolkits.graph.Block
-
Returns the List of Blocks that are successors to this block,
- getSuccsOf(AugmentedStmt) - Method in class soot.dava.internal.asg.AugmentedStmtGraph
-
- getSuccsOf(Stmt) - Method in class soot.dava.internal.asg.AugmentedStmtGraph
-
- getSuccsOf(SootMethod) - Method in class soot.jimple.toolkits.annotation.purity.DirectedCallGraph
-
You get a List of SootMethod.
- getSuccsOf(Unit) - Method in class soot.jimple.toolkits.ide.icfg.AbstractJimpleBasedICFG
-
- getSuccsOf(Unit) - Method in class soot.jimple.toolkits.ide.icfg.BackwardsInterproceduralCFG
-
- getSuccsOf(Object) - Method in class soot.jimple.toolkits.thread.mhp.pegcallgraph.PegCallGraph
-
- getSuccsOf(Object) - Method in class soot.jimple.toolkits.thread.mhp.PegGraph
-
- getSuccsOf(Block) - Method in class soot.toolkits.graph.BlockGraph
-
- getSuccsOf(N) - Method in interface soot.toolkits.graph.DirectedGraph
-
Returns a list of successors for the given node in the graph.
- getSuccsOf(DominatorNode<N>) - Method in class soot.toolkits.graph.DominatorTree
-
- getSuccsOf(DominatorNode<N>) - Method in class soot.toolkits.graph.DominatorTreeAdapter
-
- getSuccsOf(N) - Method in class soot.toolkits.graph.HashMutableDirectedGraph
-
- getSuccsOf(N) - Method in class soot.toolkits.graph.HashMutableEdgeLabelledDirectedGraph
-
- getSuccsOf(N) - Method in class soot.toolkits.graph.HashReversibleGraph
-
- getSuccsOf(N) - Method in class soot.toolkits.graph.InverseGraph
-
Returns a list of successors for the given node in the graph.
- getSuccsOf(Unit) - Method in class soot.toolkits.graph.UnitGraph
-
- getSuccsOfAsSet(N) - Method in class soot.toolkits.graph.HashMutableDirectedGraph
-
- getSummaryFor(SootMethod) - Method in class soot.jimple.toolkits.annotation.purity.AbstractInterproceduralAnalysis
-
Query the analysis result.
- getSuperclass() - Method in class soot.SootClass
-
WARNING: interfaces are subclasses of the java.lang.Object class! Returns the superclass of this class.
- getSuperClassAccess() - Method in class soot.JastAddJ.AnonymousDecl
-
Retrieves the (optional) SuperClassAccess child.
- getSuperClassAccess() - Method in class soot.JastAddJ.ArrayDecl
-
Retrieves the (optional) SuperClassAccess child.
- getSuperClassAccess() - Method in class soot.JastAddJ.BooleanType
-
Retrieves the (optional) SuperClassAccess child.
- getSuperClassAccess() - Method in class soot.JastAddJ.ByteType
-
Retrieves the (optional) SuperClassAccess child.
- getSuperClassAccess() - Method in class soot.JastAddJ.CharType
-
Retrieves the (optional) SuperClassAccess child.
- getSuperClassAccess() - Method in class soot.JastAddJ.ClassDecl
-
Retrieves the (optional) SuperClassAccess child.
- getSuperClassAccess() - Method in class soot.JastAddJ.ClassDeclSubstituted
-
Retrieves the (optional) SuperClassAccess child.
- getSuperClassAccess() - Method in class soot.JastAddJ.DoubleType
-
Retrieves the (optional) SuperClassAccess child.
- getSuperClassAccess() - Method in class soot.JastAddJ.EmptyType
-
Retrieves the (optional) SuperClassAccess child.
- getSuperClassAccess() - Method in class soot.JastAddJ.EnumDecl
-
Retrieves the (optional) SuperClassAccess child.
- getSuperClassAccess() - Method in class soot.JastAddJ.FloatingPointType
-
Retrieves the (optional) SuperClassAccess child.
- getSuperClassAccess() - Method in class soot.JastAddJ.FloatType
-
Retrieves the (optional) SuperClassAccess child.
- getSuperClassAccess() - Method in class soot.JastAddJ.GenericClassDecl
-
Retrieves the (optional) SuperClassAccess child.
- getSuperClassAccess() - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Retrieves the (optional) SuperClassAccess child.
- getSuperClassAccess() - Method in class soot.JastAddJ.IntegralType
-
Retrieves the (optional) SuperClassAccess child.
- getSuperClassAccess() - Method in class soot.JastAddJ.IntType
-
Retrieves the (optional) SuperClassAccess child.
- getSuperClassAccess() - Method in class soot.JastAddJ.LongType
-
Retrieves the (optional) SuperClassAccess child.
- getSuperClassAccess() - Method in class soot.JastAddJ.NumericType
-
Retrieves the (optional) SuperClassAccess child.
- getSuperClassAccess() - Method in class soot.JastAddJ.ParClassDecl
-
Retrieves the (optional) SuperClassAccess child.
- getSuperClassAccess() - Method in class soot.JastAddJ.PrimitiveType
-
Retrieves the (optional) SuperClassAccess child.
- getSuperClassAccess() - Method in class soot.JastAddJ.RawClassDecl
-
Retrieves the (optional) SuperClassAccess child.
- getSuperClassAccess() - Method in class soot.JastAddJ.ShortType
-
Retrieves the (optional) SuperClassAccess child.
- getSuperClassAccess() - Method in class soot.JastAddJ.UnknownType
-
Retrieves the (optional) SuperClassAccess child.
- getSuperClassAccessOpt() - Method in class soot.JastAddJ.AnonymousDecl
-
- getSuperClassAccessOpt() - Method in class soot.JastAddJ.ArrayDecl
-
- getSuperClassAccessOpt() - Method in class soot.JastAddJ.BooleanType
-
- getSuperClassAccessOpt() - Method in class soot.JastAddJ.ByteType
-
- getSuperClassAccessOpt() - Method in class soot.JastAddJ.CharType
-
- getSuperClassAccessOpt() - Method in class soot.JastAddJ.ClassDecl
-
- getSuperClassAccessOpt() - Method in class soot.JastAddJ.ClassDeclSubstituted
-
- getSuperClassAccessOpt() - Method in class soot.JastAddJ.DoubleType
-
- getSuperClassAccessOpt() - Method in class soot.JastAddJ.EmptyType
-
- getSuperClassAccessOpt() - Method in class soot.JastAddJ.EnumDecl
-
- getSuperClassAccessOpt() - Method in class soot.JastAddJ.FloatingPointType
-
- getSuperClassAccessOpt() - Method in class soot.JastAddJ.FloatType
-
- getSuperClassAccessOpt() - Method in class soot.JastAddJ.GenericClassDecl
-
- getSuperClassAccessOpt() - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
- getSuperClassAccessOpt() - Method in class soot.JastAddJ.IntegralType
-
- getSuperClassAccessOpt() - Method in class soot.JastAddJ.IntType
-
- getSuperClassAccessOpt() - Method in class soot.JastAddJ.LongType
-
- getSuperClassAccessOpt() - Method in class soot.JastAddJ.NumericType
-
- getSuperClassAccessOpt() - Method in class soot.JastAddJ.ParClassDecl
-
- getSuperClassAccessOpt() - Method in class soot.JastAddJ.PrimitiveType
-
- getSuperClassAccessOpt() - Method in class soot.JastAddJ.ShortType
-
- getSuperClassAccessOpt() - Method in class soot.JastAddJ.UnknownType
-
- getSuperClassAccessOpt_computed - Variable in class soot.JastAddJ.AnonymousDecl
-
- getSuperClassAccessOpt_computed - Variable in class soot.JastAddJ.EnumDecl
-
- getSuperClassAccessOpt_computed - Variable in class soot.JastAddJ.ParClassDecl
-
- getSuperClassAccessOpt_value - Variable in class soot.JastAddJ.AnonymousDecl
-
- getSuperClassAccessOpt_value - Variable in class soot.JastAddJ.EnumDecl
-
- getSuperClassAccessOpt_value - Variable in class soot.JastAddJ.ParClassDecl
-
- getSuperClassAccessOptChildPosition() - Method in class soot.JastAddJ.AnonymousDecl
-
Retrieves the child position of the optional child SuperClassAccess.
- getSuperClassAccessOptChildPosition() - Method in class soot.JastAddJ.EnumDecl
-
Retrieves the child position of the optional child SuperClassAccess.
- getSuperClassAccessOptChildPosition() - Method in class soot.JastAddJ.ParClassDecl
-
Retrieves the child position of the optional child SuperClassAccess.
- getSuperClassAccessOptChildPosition() - Method in class soot.JastAddJ.RawClassDecl
-
Retrieves the child position of the optional child SuperClassAccess.
- getSuperClassAccessOptNoTransform() - Method in class soot.JastAddJ.AnonymousDecl
-
Retrieves the optional node for child SuperClassAccess.
- getSuperClassAccessOptNoTransform() - Method in class soot.JastAddJ.ArrayDecl
-
Retrieves the optional node for child SuperClassAccess.
- getSuperClassAccessOptNoTransform() - Method in class soot.JastAddJ.BooleanType
-
Retrieves the optional node for child SuperClassAccess.
- getSuperClassAccessOptNoTransform() - Method in class soot.JastAddJ.ByteType
-
Retrieves the optional node for child SuperClassAccess.
- getSuperClassAccessOptNoTransform() - Method in class soot.JastAddJ.CharType
-
Retrieves the optional node for child SuperClassAccess.
- getSuperClassAccessOptNoTransform() - Method in class soot.JastAddJ.ClassDecl
-
Retrieves the optional node for child SuperClassAccess.
- getSuperClassAccessOptNoTransform() - Method in class soot.JastAddJ.ClassDeclSubstituted
-
Retrieves the optional node for child SuperClassAccess.
- getSuperClassAccessOptNoTransform() - Method in class soot.JastAddJ.DoubleType
-
Retrieves the optional node for child SuperClassAccess.
- getSuperClassAccessOptNoTransform() - Method in class soot.JastAddJ.EmptyType
-
Retrieves the optional node for child SuperClassAccess.
- getSuperClassAccessOptNoTransform() - Method in class soot.JastAddJ.EnumDecl
-
Retrieves the optional node for child SuperClassAccess.
- getSuperClassAccessOptNoTransform() - Method in class soot.JastAddJ.FloatingPointType
-
Retrieves the optional node for child SuperClassAccess.
- getSuperClassAccessOptNoTransform() - Method in class soot.JastAddJ.FloatType
-
Retrieves the optional node for child SuperClassAccess.
- getSuperClassAccessOptNoTransform() - Method in class soot.JastAddJ.GenericClassDecl
-
Retrieves the optional node for child SuperClassAccess.
- getSuperClassAccessOptNoTransform() - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Retrieves the optional node for child SuperClassAccess.
- getSuperClassAccessOptNoTransform() - Method in class soot.JastAddJ.IntegralType
-
Retrieves the optional node for child SuperClassAccess.
- getSuperClassAccessOptNoTransform() - Method in class soot.JastAddJ.IntType
-
Retrieves the optional node for child SuperClassAccess.
- getSuperClassAccessOptNoTransform() - Method in class soot.JastAddJ.LongType
-
Retrieves the optional node for child SuperClassAccess.
- getSuperClassAccessOptNoTransform() - Method in class soot.JastAddJ.NumericType
-
Retrieves the optional node for child SuperClassAccess.
- getSuperClassAccessOptNoTransform() - Method in class soot.JastAddJ.ParClassDecl
-
Retrieves the optional node for child SuperClassAccess.
- getSuperClassAccessOptNoTransform() - Method in class soot.JastAddJ.PrimitiveType
-
Retrieves the optional node for child SuperClassAccess.
- getSuperClassAccessOptNoTransform() - Method in class soot.JastAddJ.RawClassDecl
-
Retrieves the optional node for child SuperClassAccess.
- getSuperClassAccessOptNoTransform() - Method in class soot.JastAddJ.ShortType
-
Retrieves the optional node for child SuperClassAccess.
- getSuperClassAccessOptNoTransform() - Method in class soot.JastAddJ.UnknownType
-
Retrieves the optional node for child SuperClassAccess.
- getSuperclassesOf(SootClass) - Method in class soot.Hierarchy
-
Returns a list of direct superclasses of passed class in reverse order, starting with its parent.
- getSuperclassesOfIncluding(SootClass) - Method in class soot.Hierarchy
-
Returns a list of superclasses of sootClass
, including itself.
- getSuperclassUnsafe() - Method in class soot.SootClass
-
This method returns the superclass, or null if no superclass has been specified for this class.
- getSuperGraph() - Method in class soot.toolkits.graph.StronglyConnectedComponents
-
Deprecated.
- getSuperInterfaceId(int) - Method in class soot.JastAddJ.AnnotationDecl
-
Retrieves the element at index i
in the SuperInterfaceId list..
- getSuperInterfaceId(int) - Method in class soot.JastAddJ.GenericInterfaceDecl
-
Retrieves the element at index i
in the SuperInterfaceId list..
- getSuperInterfaceId(int) - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
Retrieves the element at index i
in the SuperInterfaceId list..
- getSuperInterfaceId(int) - Method in class soot.JastAddJ.InterfaceDecl
-
Retrieves the element at index i
in the SuperInterfaceId list..
- getSuperInterfaceId(int) - Method in class soot.JastAddJ.InterfaceDeclSubstituted
-
Retrieves the element at index i
in the SuperInterfaceId list..
- getSuperInterfaceId(int) - Method in class soot.JastAddJ.ParInterfaceDecl
-
Retrieves the element at index i
in the SuperInterfaceId list..
- getSuperInterfaceId(int) - Method in class soot.JastAddJ.RawInterfaceDecl
-
Retrieves the element at index i
in the SuperInterfaceId list..
- getSuperInterfaceIdList() - Method in class soot.JastAddJ.AnnotationDecl
-
- getSuperInterfaceIdList() - Method in class soot.JastAddJ.GenericInterfaceDecl
-
Retrieves the SuperInterfaceId list.
- getSuperInterfaceIdList() - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
Retrieves the SuperInterfaceId list.
- getSuperInterfaceIdList() - Method in class soot.JastAddJ.InterfaceDecl
-
Retrieves the SuperInterfaceId list.
- getSuperInterfaceIdList() - Method in class soot.JastAddJ.InterfaceDeclSubstituted
-
Retrieves the SuperInterfaceId list.
- getSuperInterfaceIdList() - Method in class soot.JastAddJ.ParInterfaceDecl
-
- getSuperInterfaceIdList_computed - Variable in class soot.JastAddJ.AnnotationDecl
-
- getSuperInterfaceIdList_computed - Variable in class soot.JastAddJ.ParInterfaceDecl
-
- getSuperInterfaceIdList_value - Variable in class soot.JastAddJ.AnnotationDecl
-
- getSuperInterfaceIdList_value - Variable in class soot.JastAddJ.ParInterfaceDecl
-
- getSuperInterfaceIdListChildPosition() - Method in class soot.JastAddJ.AnnotationDecl
-
Retrieves the child position of the SuperInterfaceId list.
- getSuperInterfaceIdListChildPosition() - Method in class soot.JastAddJ.ParInterfaceDecl
-
Retrieves the child position of the SuperInterfaceId list.
- getSuperInterfaceIdListChildPosition() - Method in class soot.JastAddJ.RawInterfaceDecl
-
Retrieves the child position of the SuperInterfaceId list.
- getSuperInterfaceIdListNoTransform() - Method in class soot.JastAddJ.AnnotationDecl
-
Retrieves the SuperInterfaceId list.
- getSuperInterfaceIdListNoTransform() - Method in class soot.JastAddJ.GenericInterfaceDecl
-
Retrieves the SuperInterfaceId list.
- getSuperInterfaceIdListNoTransform() - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
Retrieves the SuperInterfaceId list.
- getSuperInterfaceIdListNoTransform() - Method in class soot.JastAddJ.InterfaceDecl
-
Retrieves the SuperInterfaceId list.
- getSuperInterfaceIdListNoTransform() - Method in class soot.JastAddJ.InterfaceDeclSubstituted
-
Retrieves the SuperInterfaceId list.
- getSuperInterfaceIdListNoTransform() - Method in class soot.JastAddJ.ParInterfaceDecl
-
Retrieves the SuperInterfaceId list.
- getSuperInterfaceIdListNoTransform() - Method in class soot.JastAddJ.RawInterfaceDecl
-
Retrieves the SuperInterfaceId list.
- getSuperInterfaceIds() - Method in class soot.JastAddJ.AnnotationDecl
-
Retrieves the SuperInterfaceId list.
- getSuperInterfaceIds() - Method in class soot.JastAddJ.GenericInterfaceDecl
-
Retrieves the SuperInterfaceId list.
- getSuperInterfaceIds() - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
Retrieves the SuperInterfaceId list.
- getSuperInterfaceIds() - Method in class soot.JastAddJ.InterfaceDecl
-
Retrieves the SuperInterfaceId list.
- getSuperInterfaceIds() - Method in class soot.JastAddJ.InterfaceDeclSubstituted
-
Retrieves the SuperInterfaceId list.
- getSuperInterfaceIds() - Method in class soot.JastAddJ.ParInterfaceDecl
-
Retrieves the SuperInterfaceId list.
- getSuperInterfaceIds() - Method in class soot.JastAddJ.RawInterfaceDecl
-
Retrieves the SuperInterfaceId list.
- getSuperInterfaceIdsNoTransform() - Method in class soot.JastAddJ.AnnotationDecl
-
Retrieves the SuperInterfaceId list.
- getSuperInterfaceIdsNoTransform() - Method in class soot.JastAddJ.GenericInterfaceDecl
-
Retrieves the SuperInterfaceId list.
- getSuperInterfaceIdsNoTransform() - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
Retrieves the SuperInterfaceId list.
- getSuperInterfaceIdsNoTransform() - Method in class soot.JastAddJ.InterfaceDecl
-
Retrieves the SuperInterfaceId list.
- getSuperInterfaceIdsNoTransform() - Method in class soot.JastAddJ.InterfaceDeclSubstituted
-
Retrieves the SuperInterfaceId list.
- getSuperInterfaceIdsNoTransform() - Method in class soot.JastAddJ.ParInterfaceDecl
-
Retrieves the SuperInterfaceId list.
- getSuperInterfaceIdsNoTransform() - Method in class soot.JastAddJ.RawInterfaceDecl
-
Retrieves the SuperInterfaceId list.
- getSuperinterfacesOf(SootClass) - Method in class soot.Hierarchy
-
Returns a list of superinterfaces of c, excluding itself.
- getSuperinterfacesOfIncluding(SootClass) - Method in class soot.Hierarchy
-
Returns a list of superinterfaces of c, including itself.
- getSymbol() - Method in class soot.dava.internal.javaRep.DCmpExpr
-
- getSymbol() - Method in class soot.dava.internal.javaRep.DCmpgExpr
-
- getSymbol() - Method in class soot.dava.internal.javaRep.DCmplExpr
-
- getSymbol() - Method in class soot.grimp.internal.GAddExpr
-
- getSymbol() - Method in class soot.grimp.internal.GAndExpr
-
- getSymbol() - Method in class soot.grimp.internal.GCmpExpr
-
- getSymbol() - Method in class soot.grimp.internal.GCmpgExpr
-
- getSymbol() - Method in class soot.grimp.internal.GCmplExpr
-
- getSymbol() - Method in class soot.grimp.internal.GDivExpr
-
- getSymbol() - Method in class soot.grimp.internal.GEqExpr
-
- getSymbol() - Method in class soot.grimp.internal.GGeExpr
-
- getSymbol() - Method in class soot.grimp.internal.GGtExpr
-
- getSymbol() - Method in class soot.grimp.internal.GLeExpr
-
- getSymbol() - Method in class soot.grimp.internal.GLtExpr
-
- getSymbol() - Method in class soot.grimp.internal.GMulExpr
-
- getSymbol() - Method in class soot.grimp.internal.GNeExpr
-
- getSymbol() - Method in class soot.grimp.internal.GOrExpr
-
- getSymbol() - Method in class soot.grimp.internal.GRemExpr
-
- getSymbol() - Method in class soot.grimp.internal.GShlExpr
-
- getSymbol() - Method in class soot.grimp.internal.GShrExpr
-
- getSymbol() - Method in class soot.grimp.internal.GSubExpr
-
- getSymbol() - Method in class soot.grimp.internal.GUshrExpr
-
- getSymbol() - Method in class soot.grimp.internal.GXorExpr
-
- getSymbol() - Method in interface soot.jimple.BinopExpr
-
- getSymbol() - Method in class soot.jimple.internal.AbstractBinopExpr
-
Returns the unique symbol for an operator.
- getSymbol() - Method in class soot.jimple.internal.JAddExpr
-
- getSymbol() - Method in class soot.jimple.internal.JAndExpr
-
- getSymbol() - Method in class soot.jimple.internal.JCmpExpr
-
- getSymbol() - Method in class soot.jimple.internal.JCmpgExpr
-
- getSymbol() - Method in class soot.jimple.internal.JCmplExpr
-
- getSymbol() - Method in class soot.jimple.internal.JDivExpr
-
- getSymbol() - Method in class soot.jimple.internal.JEqExpr
-
- getSymbol() - Method in class soot.jimple.internal.JGeExpr
-
- getSymbol() - Method in class soot.jimple.internal.JGtExpr
-
- getSymbol() - Method in class soot.jimple.internal.JLeExpr
-
- getSymbol() - Method in class soot.jimple.internal.JLtExpr
-
- getSymbol() - Method in class soot.jimple.internal.JMulExpr
-
- getSymbol() - Method in class soot.jimple.internal.JNeExpr
-
- getSymbol() - Method in class soot.jimple.internal.JOrExpr
-
- getSymbol() - Method in class soot.jimple.internal.JRemExpr
-
- getSymbol() - Method in class soot.jimple.internal.JShlExpr
-
- getSymbol() - Method in class soot.jimple.internal.JShrExpr
-
- getSymbol() - Method in class soot.jimple.internal.JSubExpr
-
- getSymbol() - Method in class soot.jimple.internal.JUshrExpr
-
- getSymbol() - Method in class soot.jimple.internal.JXorExpr
-
- getSynch() - Method in class soot.jimple.toolkits.thread.mhp.PegGraph
-
- getSynchronized() - Method in class soot.jimple.parser.node.ASynchronizedModifier
-
- getTableswitch() - Method in class soot.jimple.parser.node.ATableswitchStatement
-
- getTag() - Method in class soot.dexpler.instructions.TaggedInstruction
-
- getTag(String) - Method in class soot.tagkit.AbstractHost
-
get the Tag object named aName
- getTag(String) - Method in interface soot.tagkit.Host
-
Returns the tag with the given name.
- getTagFor(String) - Method in class soot.tagkit.TagManager
-
Returns the Tag class with the given name.
- getTagNo() - Static method in class soot.jimple.toolkits.thread.mhp.Counter
-
- getTags() - Method in class soot.tagkit.AbstractHost
-
get the list of tags.
- getTags() - Method in interface soot.tagkit.Host
-
Gets a list of tags associated with the current object.
- getTail() - Method in class soot.toolkits.graph.Block
-
Returns the last unit in this block.
- getTails() - Method in class soot.dava.internal.asg.AugmentedStmtGraph
-
- getTails() - Method in class soot.jimple.toolkits.annotation.purity.DirectedCallGraph
-
You get a List of SootMethod.
- getTails() - Method in class soot.jimple.toolkits.thread.mhp.pegcallgraph.PegCallGraph
-
- getTails() - Method in class soot.jimple.toolkits.thread.mhp.PegChain
-
- getTails() - Method in class soot.jimple.toolkits.thread.mhp.PegGraph
-
- getTails() - Method in class soot.toolkits.graph.BlockGraph
-
- getTails() - Method in interface soot.toolkits.graph.DirectedGraph
-
Returns a list of exit points for this graph.
- getTails() - Method in class soot.toolkits.graph.DominatorTree
-
- getTails() - Method in class soot.toolkits.graph.DominatorTreeAdapter
-
- getTails() - Method in class soot.toolkits.graph.HashMutableDirectedGraph
-
- getTails() - Method in class soot.toolkits.graph.HashMutableEdgeLabelledDirectedGraph
-
- getTails() - Method in class soot.toolkits.graph.HashReversibleGraph
-
- getTails() - Method in class soot.toolkits.graph.InverseGraph
-
Returns a list of exit points for this graph.
- getTails() - Method in class soot.toolkits.graph.UnitGraph
-
- getTarget() - Method in class soot.baf.internal.AbstractBranchInst
-
- getTarget(int) - Method in class soot.baf.internal.BLookupSwitchInst
-
- getTarget(int) - Method in class soot.baf.internal.BTableSwitchInst
-
- getTarget(int) - Method in interface soot.baf.LookupSwitchInst
-
- getTarget(int) - Method in interface soot.baf.TableSwitchInst
-
- getTarget() - Method in interface soot.baf.TargetArgInst
-
- getTarget(DAbruptStmt) - Method in class soot.dava.toolkits.base.AST.traversals.ClosestAbruptTargetFinder
-
To be invoked by other analyses.
- getTarget(String) - Method in class soot.dava.toolkits.base.AST.traversals.LabelToNodeMapper
-
- getTarget() - Method in interface soot.jimple.GotoStmt
-
- getTarget() - Method in interface soot.jimple.IfStmt
-
- getTarget(int) - Method in class soot.jimple.internal.AbstractSwitchStmt
-
- getTarget() - Method in class soot.jimple.internal.JGotoStmt
-
- getTarget() - Method in class soot.jimple.internal.JIfStmt
-
- getTarget(int) - Method in interface soot.jimple.SwitchStmt
-
- getTarget() - Method in class soot.jimple.toolkits.annotation.purity.PurityEdge
-
- getTarget() - Method in class soot.toDex.instructions.InsnWithOffset
-
- getTargetBox() - Method in class soot.baf.internal.AbstractBranchInst
-
- getTargetBox(int) - Method in class soot.baf.internal.BLookupSwitchInst
-
- getTargetBox(int) - Method in class soot.baf.internal.BTableSwitchInst
-
- getTargetBox(int) - Method in interface soot.baf.LookupSwitchInst
-
- getTargetBox(int) - Method in interface soot.baf.TableSwitchInst
-
- getTargetBox() - Method in interface soot.baf.TargetArgInst
-
- getTargetBox() - Method in interface soot.jimple.GotoStmt
-
- getTargetBox() - Method in interface soot.jimple.IfStmt
-
- getTargetBox(int) - Method in class soot.jimple.internal.AbstractSwitchStmt
-
- getTargetBox() - Method in class soot.jimple.internal.JGotoStmt
-
- getTargetBox() - Method in class soot.jimple.internal.JIfStmt
-
- getTargetBox(int) - Method in interface soot.jimple.SwitchStmt
-
- getTargetCount() - Method in class soot.baf.internal.BLookupSwitchInst
-
- getTargetCount() - Method in class soot.baf.internal.BTableSwitchInst
-
- getTargetCount() - Method in interface soot.baf.LookupSwitchInst
-
- getTargetCount() - Method in class soot.jimple.internal.AbstractSwitchStmt
-
- getTargetCount() - Method in interface soot.jimple.LookupSwitchStmt
-
- getTargetInstruction(DexBody) - Method in class soot.dexpler.instructions.JumpInstruction
-
- getTargetKey() - Method in class soot.shimple.internal.SPiExpr
-
- getTargetKey() - Method in interface soot.shimple.PiExpr
-
- getTargets() - Method in class soot.baf.internal.BLookupSwitchInst
-
- getTargets() - Method in class soot.baf.internal.BTableSwitchInst
-
- getTargets() - Method in interface soot.baf.LookupSwitchInst
-
- getTargets() - Method in interface soot.baf.TableSwitchInst
-
- getTargets() - Method in class soot.jimple.internal.AbstractSwitchStmt
-
- getTargets() - Method in interface soot.jimple.SwitchStmt
-
- getTargetType(DexBody) - Method in class soot.dexpler.instructions.AputInstruction
-
- getTargetType(DexBody) - Method in class soot.dexpler.instructions.FieldInstruction
-
Return the target type for put instructions.
- getTargetType(DexBody) - Method in class soot.dexpler.instructions.IputInstruction
-
- getTargetType(DexBody) - Method in class soot.dexpler.instructions.SputInstruction
-
- getText() - Method in class soot.jimple.parser.node.Token
-
- getTgt() - Method in class soot.jimple.toolkits.callgraph.Edge
-
- getTheclass() - Method in class soot.jimple.parser.node.AClassFileType
-
- getThen() - Method in class soot.JastAddJ.IfStmt
-
Retrieves the Then child.
- getThenNoTransform() - Method in class soot.JastAddJ.IfStmt
-
Retrieves the Then child.
- getThis(Type) - Method in class soot.javaToJimple.AbstractJimpleBodyBuilder
-
- getThis(Type) - Method in class soot.javaToJimple.JimpleBodyBuilder
-
- getThis(Type, Body, HashMap, LocalGenerator) - Static method in class soot.javaToJimple.Util
-
- getThisGivenOuter(Type, HashMap, Body, LocalGenerator, Local) - Static method in class soot.javaToJimple.Util
-
- getThisLocal() - Method in class soot.Body
-
Return LHS of the first identity stmt assigning from \@this.
- getThisLocal() - Method in class soot.jimple.toolkits.infoflow.SimpleMethodInfoFlowAnalysis
-
- getThisLocal() - Method in class soot.jimple.toolkits.infoflow.SmartMethodInfoFlowAnalysis
-
- getThisLocal() - Method in class soot.jimple.toolkits.infoflow.SmartMethodLocalObjectsAnalysis
-
- getThisMap - Variable in class soot.javaToJimple.JimpleBodyBuilder
-
- getThisUnit() - Method in class soot.Body
-
Return unit containing the \@this-assignment
- getThreadAllocSites() - Method in class soot.jimple.toolkits.thread.mhp.PegGraph
-
- getThreadClassList() - Method in class soot.jimple.toolkits.thread.mhp.SynchObliviousMhpAnalysis
-
- getThreadNameToStart() - Method in class soot.jimple.toolkits.thread.mhp.PegGraph
-
- getThreadNo() - Static method in class soot.jimple.toolkits.thread.mhp.Counter
-
- getThreadObject() - Method in class soot.jimple.toolkits.pointer.representations.Environment
-
- getThreads() - Method in interface soot.jimple.toolkits.thread.mhp.MhpTester
-
- getThreads() - Method in class soot.jimple.toolkits.thread.mhp.SynchObliviousMhpAnalysis
-
- getThrow() - Method in class soot.jimple.parser.node.AThrowStatement
-
- getThrowables() - Method in class soot.toolkits.graph.ExceptionalBlockGraph.ExceptionDest
-
- getThrowables() - Method in interface soot.toolkits.graph.ExceptionalGraph.ExceptionDest
-
Returns the exceptions thrown to this destination.
- getThrowables() - Method in class soot.toolkits.graph.ExceptionalUnitGraph.ExceptionDest
-
- getThrownExceptions(Method) - Method in class soot.dexpler.DexMethod
-
- getThrows() - Method in class soot.jimple.parser.node.AThrowsClause
-
- getThrowsClause() - Method in class soot.jimple.parser.node.AMethodMember
-
- getTime() - Method in class soot.Timer
-
Returns the sum of the intervals start()-end() of the current timer.
- getTo() - Method in class soot.jimple.parser.node.ACatchClause
-
- getToken() - Method in class soot.jimple.parser.lexer.Lexer
-
- getToken() - Method in exception soot.jimple.parser.parser.ParserException
-
- getToLabel() - Method in class soot.jimple.parser.node.ACatchClause
-
- getTopLevelRegion() - Method in class soot.toolkits.graph.pdg.RegionAnalysis
-
- getTopNodes() - Method in class soot.shimple.toolkits.graph.ValueGraph
-
- getTotalNumofSamples() - Method in class soot.jimple.spark.geom.utils.Histogram
-
- getToType() - Method in class soot.baf.internal.BPrimitiveCastInst
-
- getToType() - Method in class soot.baf.internal.BSwapInst
-
- getToType() - Method in interface soot.baf.PrimitiveCastInst
-
- getToType() - Method in interface soot.baf.SwapInst
-
- getTransform(String) - Method in class soot.PackManager
-
- getTransformer() - Method in interface soot.plugins.SootPhasePlugin
-
Creates a new transformer instance (either SceneTransformer or BodyTransformer).
- getTransformer() - Method in class soot.Transform
-
- getTransient() - Method in class soot.jimple.parser.node.ATransientModifier
-
- getTrap() - Method in class soot.toolkits.graph.ExceptionalBlockGraph.ExceptionDest
-
- getTrap() - Method in interface soot.toolkits.graph.ExceptionalGraph.ExceptionDest
-
Returns the trap corresponding to this destination.
- getTrap() - Method in class soot.toolkits.graph.ExceptionalUnitGraph.ExceptionDest
-
- getTrappedUnitsOf(Body) - Static method in class soot.TrapManager
-
Returns a set of units which lie inside the range of any trap.
- getTraps() - Method in class soot.Body
-
Returns a backed view of the traps found in this Body.
- getTrapsAt(Unit, Body) - Static method in class soot.TrapManager
-
Returns the list of traps caught at Unit u in Body b.
- getTrimSuccsOf(Object) - Method in class soot.jimple.toolkits.thread.mhp.pegcallgraph.PegCallGraph
-
- getTrueComponents() - Method in class soot.toolkits.graph.StronglyConnectedComponentsFast
-
- getTrueExpr() - Method in class soot.JastAddJ.ConditionalExpr
-
Retrieves the TrueExpr child.
- getTrueExprNoTransform() - Method in class soot.JastAddJ.ConditionalExpr
-
Retrieves the TrueExpr child.
- getType() - Method in class soot.baf.internal.BafLocal
-
- getType() - Method in class soot.baf.internal.BPopInst
-
- getType() - Method in class soot.dava.internal.javaRep.DArrayInitExpr
-
- getType() - Method in class soot.dava.internal.javaRep.DCmpExpr
-
- getType() - Method in class soot.dava.internal.javaRep.DCmpgExpr
-
- getType() - Method in class soot.dava.internal.javaRep.DCmplExpr
-
- getType() - Method in class soot.dava.internal.javaRep.DNotExpr
-
- getType() - Method in class soot.dava.internal.javaRep.DShortcutIf
-
- getType() - Method in class soot.dava.internal.javaRep.DVariableDeclarationStmt
-
- getType() - Method in class soot.dexpler.DexType
-
- getType() - Method in class soot.dexpler.typing.UntypedConstant
-
- getType(String) - Static method in class soot.dexpler.Util
-
- getType() - Method in class soot.EquivalentValue
-
- getType() - Method in class soot.grimp.internal.GNewInvokeExpr
-
- getType() - Method in class soot.grimp.internal.GShlExpr
-
- getType() - Method in class soot.grimp.internal.GShrExpr
-
- getType() - Method in class soot.grimp.internal.GUshrExpr
-
- getType() - Method in interface soot.jimple.ArrayRef
-
- getType() - Method in interface soot.jimple.CastExpr
-
- getType() - Method in interface soot.jimple.CaughtExceptionRef
-
- getType() - Method in class soot.jimple.ClassConstant
-
- getType() - Method in class soot.jimple.DoubleConstant
-
- getType() - Method in class soot.jimple.FloatConstant
-
- getType() - Method in interface soot.jimple.InstanceOfExpr
-
- getType() - Method in class soot.jimple.IntConstant
-
- getType() - Method in class soot.jimple.internal.AbstractCastExpr
-
- getType() - Method in class soot.jimple.internal.AbstractFloatBinopExpr
-
- getType() - Method in class soot.jimple.internal.AbstractInstanceFieldRef
-
- getType() - Method in class soot.jimple.internal.AbstractInstanceOfExpr
-
- getType() - Method in class soot.jimple.internal.AbstractIntBinopExpr
-
- getType() - Method in class soot.jimple.internal.AbstractIntLongBinopExpr
-
- getType() - Method in class soot.jimple.internal.AbstractInvokeExpr
-
- getType() - Method in class soot.jimple.internal.AbstractLengthExpr
-
- getType() - Method in class soot.jimple.internal.AbstractNegExpr
-
- getType() - Method in class soot.jimple.internal.AbstractNewArrayExpr
-
- getType() - Method in class soot.jimple.internal.AbstractNewExpr
-
- getType() - Method in class soot.jimple.internal.AbstractNewMultiArrayExpr
-
- getType() - Method in class soot.jimple.internal.JArrayRef
-
- getType() - Method in class soot.jimple.internal.JCaughtExceptionRef
-
- getType() - Method in class soot.jimple.internal.JimpleLocal
-
Returns the type of this local.
- getType() - Method in class soot.jimple.internal.JShlExpr
-
- getType() - Method in class soot.jimple.internal.JShrExpr
-
- getType() - Method in class soot.jimple.internal.JUshrExpr
-
- getType() - Method in class soot.jimple.LongConstant
-
- getType() - Method in class soot.jimple.MethodHandle
-
- getType() - Method in class soot.jimple.MethodType
-
- getType() - Method in interface soot.jimple.NewArrayExpr
-
- getType() - Method in interface soot.jimple.NewExpr
-
- getType() - Method in interface soot.jimple.NewMultiArrayExpr
-
- getType() - Method in class soot.jimple.NullConstant
-
- getType() - Method in class soot.jimple.ParameterRef
-
Returns the type of this ParameterRef.
- getType() - Method in class soot.jimple.parser.node.AFieldMember
-
- getType() - Method in class soot.jimple.parser.node.AFieldSignature
-
- getType() - Method in class soot.jimple.parser.node.AIdentityStatement
-
- getType() - Method in class soot.jimple.parser.node.AMethodMember
-
- getType() - Method in class soot.jimple.parser.node.AMethodSignature
-
- getType() - Method in class soot.jimple.parser.node.AUnnamedMethodSignature
-
- getType() - Method in class soot.jimple.spark.geom.geomPA.IVarAbstraction
-
- getType() - Method in class soot.jimple.spark.pag.ArrayElement
-
- getType() - Method in class soot.jimple.spark.pag.Node
-
Returns the declared type of this node, null for unknown.
- getType() - Method in class soot.jimple.spark.pag.Parm
-
- getType() - Method in interface soot.jimple.spark.pag.SparkField
-
- getType() - Method in class soot.jimple.spark.sets.PointsToSetInternal
-
- getType() - Method in class soot.jimple.StaticFieldRef
-
- getType() - Method in interface soot.jimple.StaticInvokeExpr
-
- getType() - Method in class soot.jimple.StringConstant
-
- getType() - Method in class soot.jimple.ThisRef
-
- getType() - Method in class soot.jimple.toolkits.infoflow.AbstractDataSource
-
- getType() - Method in interface soot.jimple.toolkits.pointer.representations.AbstractObject
-
- getType() - Method in class soot.jimple.toolkits.pointer.representations.GeneralConstObject
-
- getType() - Method in class soot.jimple.toolkits.thread.synchronization.NewStaticLock
-
- getType(String) - Method in class soot.Scene
-
Returns the RefType with the given class name or primitive type.
- getType() - Method in class soot.shimple.internal.SPhiExpr
-
- getType() - Method in class soot.shimple.internal.SPiExpr
-
- getType() - Method in interface soot.shimple.PhiExpr
-
The type of the PhiExpr is usually the same as the type of its arguments.
- getType() - Method in class soot.shimple.toolkits.graph.ValueGraph.TypeValueWrapper
-
- getType() - Method in class soot.shimple.toolkits.scalar.SEvaluator.BottomConstant
-
- getType() - Method in class soot.shimple.toolkits.scalar.SEvaluator.TopConstant
-
- getType() - Method in class soot.SootClass
-
Returns the RefType corresponding to this class.
- getType() - Method in class soot.SootField
-
- getType() - Method in class soot.tagkit.AnnotationTag
-
- getType() - Method in class soot.toDex.Register
-
- getType() - Method in class soot.toDex.TemporaryRegisterLocal
-
- getType() - Method in class soot.toolkits.graph.pdg.PDGNode
-
- getType() - Method in interface soot.Value
-
Returns the Soot type of this Value.
- getTypeAccess() - Method in class soot.JastAddJ.AnnotationMethodDecl
-
Retrieves the TypeAccess child.
- getTypeAccess() - Method in class soot.JastAddJ.ArrayCreationExpr
-
Retrieves the TypeAccess child.
- getTypeAccess() - Method in class soot.JastAddJ.BridgeMethodDecl
-
Retrieves the TypeAccess child.
- getTypeAccess() - Method in class soot.JastAddJ.CastExpr
-
Retrieves the TypeAccess child.
- getTypeAccess(int) - Method in class soot.JastAddJ.CatchParameterDeclaration
-
Retrieves the element at index i
in the TypeAccess list..
- getTypeAccess() - Method in class soot.JastAddJ.DiamondAccess
-
Retrieves the TypeAccess child.
- getTypeAccess() - Method in class soot.JastAddJ.EnumConstant
-
- getTypeAccess() - Method in class soot.JastAddJ.FieldDecl
-
Retrieves the TypeAccess child.
- getTypeAccess() - Method in class soot.JastAddJ.FieldDeclaration
-
Retrieves the TypeAccess child.
- getTypeAccess() - Method in class soot.JastAddJ.FieldDeclarationSubstituted
-
Retrieves the TypeAccess child.
- getTypeAccess() - Method in class soot.JastAddJ.GenericMethodDecl
-
Retrieves the TypeAccess child.
- getTypeAccess() - Method in class soot.JastAddJ.InstanceOfExpr
-
Retrieves the TypeAccess child.
- getTypeAccess() - Method in class soot.JastAddJ.MethodDecl
-
Retrieves the TypeAccess child.
- getTypeAccess() - Method in class soot.JastAddJ.MethodDeclSubstituted
-
Retrieves the TypeAccess child.
- getTypeAccess() - Method in class soot.JastAddJ.ParameterDeclaration
-
Retrieves the TypeAccess child.
- getTypeAccess() - Method in class soot.JastAddJ.ParameterDeclarationSubstituted
-
Retrieves the TypeAccess child.
- getTypeAccess() - Method in class soot.JastAddJ.ParMethodDecl
-
Retrieves the TypeAccess child.
- getTypeAccess() - Method in class soot.JastAddJ.ParTypeAccess
-
Retrieves the TypeAccess child.
- getTypeAccess() - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Retrieves the TypeAccess child.
- getTypeAccess() - Method in class soot.JastAddJ.RawMethodDecl
-
Retrieves the TypeAccess child.
- getTypeAccess() - Method in class soot.JastAddJ.ResourceDeclaration
-
Retrieves the TypeAccess child.
- getTypeAccess() - Method in class soot.JastAddJ.VarDeclStmt
-
Retrieves the TypeAccess child.
- getTypeAccess() - Method in class soot.JastAddJ.VariableArityParameterDeclaration
-
Retrieves the TypeAccess child.
- getTypeAccess() - Method in class soot.JastAddJ.VariableArityParameterDeclarationSubstituted
-
Retrieves the TypeAccess child.
- getTypeAccess() - Method in class soot.JastAddJ.VariableDeclaration
-
Retrieves the TypeAccess child.
- getTypeAccess_computed - Variable in class soot.JastAddJ.EnumConstant
-
- getTypeAccess_value - Variable in class soot.JastAddJ.EnumConstant
-
- getTypeAccessChildPosition() - Method in class soot.JastAddJ.EnumConstant
-
Retrieves the child position of the optional child TypeAccess.
- getTypeAccessList() - Method in class soot.JastAddJ.CatchParameterDeclaration
-
Retrieves the TypeAccess list.
- getTypeAccessListNoTransform() - Method in class soot.JastAddJ.CatchParameterDeclaration
-
Retrieves the TypeAccess list.
- getTypeAccessNoTransform() - Method in class soot.JastAddJ.AnnotationMethodDecl
-
Retrieves the TypeAccess child.
- getTypeAccessNoTransform() - Method in class soot.JastAddJ.ArrayCreationExpr
-
Retrieves the TypeAccess child.
- getTypeAccessNoTransform() - Method in class soot.JastAddJ.BridgeMethodDecl
-
Retrieves the TypeAccess child.
- getTypeAccessNoTransform() - Method in class soot.JastAddJ.CastExpr
-
Retrieves the TypeAccess child.
- getTypeAccessNoTransform() - Method in class soot.JastAddJ.DiamondAccess
-
Retrieves the TypeAccess child.
- getTypeAccessNoTransform() - Method in class soot.JastAddJ.EnumConstant
-
Retrieves the TypeAccess child.
- getTypeAccessNoTransform() - Method in class soot.JastAddJ.FieldDecl
-
Retrieves the TypeAccess child.
- getTypeAccessNoTransform() - Method in class soot.JastAddJ.FieldDeclaration
-
Retrieves the TypeAccess child.
- getTypeAccessNoTransform() - Method in class soot.JastAddJ.FieldDeclarationSubstituted
-
Retrieves the TypeAccess child.
- getTypeAccessNoTransform() - Method in class soot.JastAddJ.GenericMethodDecl
-
Retrieves the TypeAccess child.
- getTypeAccessNoTransform() - Method in class soot.JastAddJ.InstanceOfExpr
-
Retrieves the TypeAccess child.
- getTypeAccessNoTransform() - Method in class soot.JastAddJ.MethodDecl
-
Retrieves the TypeAccess child.
- getTypeAccessNoTransform() - Method in class soot.JastAddJ.MethodDeclSubstituted
-
Retrieves the TypeAccess child.
- getTypeAccessNoTransform() - Method in class soot.JastAddJ.ParameterDeclaration
-
Retrieves the TypeAccess child.
- getTypeAccessNoTransform() - Method in class soot.JastAddJ.ParameterDeclarationSubstituted
-
Retrieves the TypeAccess child.
- getTypeAccessNoTransform() - Method in class soot.JastAddJ.ParMethodDecl
-
Retrieves the TypeAccess child.
- getTypeAccessNoTransform() - Method in class soot.JastAddJ.ParTypeAccess
-
Retrieves the TypeAccess child.
- getTypeAccessNoTransform() - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Retrieves the TypeAccess child.
- getTypeAccessNoTransform() - Method in class soot.JastAddJ.RawMethodDecl
-
Retrieves the TypeAccess child.
- getTypeAccessNoTransform() - Method in class soot.JastAddJ.ResourceDeclaration
-
Retrieves the TypeAccess child.
- getTypeAccessNoTransform() - Method in class soot.JastAddJ.VarDeclStmt
-
Retrieves the TypeAccess child.
- getTypeAccessNoTransform() - Method in class soot.JastAddJ.VariableArityParameterDeclaration
-
Retrieves the TypeAccess child.
- getTypeAccessNoTransform() - Method in class soot.JastAddJ.VariableArityParameterDeclarationSubstituted
-
Retrieves the TypeAccess child.
- getTypeAccessNoTransform() - Method in class soot.JastAddJ.VariableDeclaration
-
Retrieves the TypeAccess child.
- getTypeAccesss() - Method in class soot.JastAddJ.CatchParameterDeclaration
-
Retrieves the TypeAccess list.
- getTypeAccesssNoTransform() - Method in class soot.JastAddJ.CatchParameterDeclaration
-
Retrieves the TypeAccess list.
- getTypeArgument(int) - Method in class soot.JastAddJ.ParClassInstanceExpr
-
Retrieves the element at index i
in the TypeArgument list..
- getTypeArgument(int) - Method in class soot.JastAddJ.ParConstructorAccess
-
Retrieves the element at index i
in the TypeArgument list..
- getTypeArgument(int) - Method in class soot.JastAddJ.ParConstructorDecl
-
Retrieves the element at index i
in the TypeArgument list..
- getTypeArgument(int) - Method in class soot.JastAddJ.ParMethodAccess
-
Retrieves the element at index i
in the TypeArgument list..
- getTypeArgument(int) - Method in class soot.JastAddJ.ParMethodDecl
-
Retrieves the element at index i
in the TypeArgument list..
- getTypeArgument(int) - Method in class soot.JastAddJ.ParSuperConstructorAccess
-
Retrieves the element at index i
in the TypeArgument list..
- getTypeArgument(int) - Method in class soot.JastAddJ.ParTypeAccess
-
Retrieves the element at index i
in the TypeArgument list..
- getTypeArgument(int) - Method in class soot.JastAddJ.RawConstructorDecl
-
Retrieves the element at index i
in the TypeArgument list..
- getTypeArgument(int) - Method in class soot.JastAddJ.RawMethodDecl
-
Retrieves the element at index i
in the TypeArgument list..
- getTypeArgumentList() - Method in class soot.JastAddJ.ParClassInstanceExpr
-
Retrieves the TypeArgument list.
- getTypeArgumentList() - Method in class soot.JastAddJ.ParConstructorAccess
-
Retrieves the TypeArgument list.
- getTypeArgumentList() - Method in class soot.JastAddJ.ParConstructorDecl
-
Retrieves the TypeArgument list.
- getTypeArgumentList() - Method in class soot.JastAddJ.ParMethodAccess
-
Retrieves the TypeArgument list.
- getTypeArgumentList() - Method in class soot.JastAddJ.ParMethodDecl
-
Retrieves the TypeArgument list.
- getTypeArgumentList() - Method in class soot.JastAddJ.ParSuperConstructorAccess
-
Retrieves the TypeArgument list.
- getTypeArgumentList() - Method in class soot.JastAddJ.ParTypeAccess
-
Retrieves the TypeArgument list.
- getTypeArgumentList() - Method in class soot.JastAddJ.RawConstructorDecl
-
Retrieves the TypeArgument list.
- getTypeArgumentList() - Method in class soot.JastAddJ.RawMethodDecl
-
Retrieves the TypeArgument list.
- getTypeArgumentListNoTransform() - Method in class soot.JastAddJ.ParClassInstanceExpr
-
Retrieves the TypeArgument list.
- getTypeArgumentListNoTransform() - Method in class soot.JastAddJ.ParConstructorAccess
-
Retrieves the TypeArgument list.
- getTypeArgumentListNoTransform() - Method in class soot.JastAddJ.ParConstructorDecl
-
Retrieves the TypeArgument list.
- getTypeArgumentListNoTransform() - Method in class soot.JastAddJ.ParMethodAccess
-
Retrieves the TypeArgument list.
- getTypeArgumentListNoTransform() - Method in class soot.JastAddJ.ParMethodDecl
-
Retrieves the TypeArgument list.
- getTypeArgumentListNoTransform() - Method in class soot.JastAddJ.ParSuperConstructorAccess
-
Retrieves the TypeArgument list.
- getTypeArgumentListNoTransform() - Method in class soot.JastAddJ.ParTypeAccess
-
Retrieves the TypeArgument list.
- getTypeArgumentListNoTransform() - Method in class soot.JastAddJ.RawConstructorDecl
-
Retrieves the TypeArgument list.
- getTypeArgumentListNoTransform() - Method in class soot.JastAddJ.RawMethodDecl
-
Retrieves the TypeArgument list.
- getTypeArguments() - Method in class soot.JastAddJ.ParClassInstanceExpr
-
Retrieves the TypeArgument list.
- getTypeArguments() - Method in class soot.JastAddJ.ParConstructorAccess
-
Retrieves the TypeArgument list.
- getTypeArguments() - Method in class soot.JastAddJ.ParConstructorDecl
-
Retrieves the TypeArgument list.
- getTypeArguments() - Method in class soot.JastAddJ.ParMethodAccess
-
Retrieves the TypeArgument list.
- getTypeArguments() - Method in class soot.JastAddJ.ParMethodDecl
-
Retrieves the TypeArgument list.
- getTypeArguments() - Method in class soot.JastAddJ.ParSuperConstructorAccess
-
Retrieves the TypeArgument list.
- getTypeArguments() - Method in class soot.JastAddJ.ParTypeAccess
-
Retrieves the TypeArgument list.
- getTypeArguments() - Method in class soot.JastAddJ.RawConstructorDecl
-
Retrieves the TypeArgument list.
- getTypeArguments() - Method in class soot.JastAddJ.RawMethodDecl
-
Retrieves the TypeArgument list.
- getTypeArgumentsNoTransform() - Method in class soot.JastAddJ.ParClassInstanceExpr
-
Retrieves the TypeArgument list.
- getTypeArgumentsNoTransform() - Method in class soot.JastAddJ.ParConstructorAccess
-
Retrieves the TypeArgument list.
- getTypeArgumentsNoTransform() - Method in class soot.JastAddJ.ParConstructorDecl
-
Retrieves the TypeArgument list.
- getTypeArgumentsNoTransform() - Method in class soot.JastAddJ.ParMethodAccess
-
Retrieves the TypeArgument list.
- getTypeArgumentsNoTransform() - Method in class soot.JastAddJ.ParMethodDecl
-
Retrieves the TypeArgument list.
- getTypeArgumentsNoTransform() - Method in class soot.JastAddJ.ParSuperConstructorAccess
-
Retrieves the TypeArgument list.
- getTypeArgumentsNoTransform() - Method in class soot.JastAddJ.ParTypeAccess
-
Retrieves the TypeArgument list.
- getTypeArgumentsNoTransform() - Method in class soot.JastAddJ.RawConstructorDecl
-
Retrieves the TypeArgument list.
- getTypeArgumentsNoTransform() - Method in class soot.JastAddJ.RawMethodDecl
-
Retrieves the TypeArgument list.
- getTypeBound(int) - Method in class soot.JastAddJ.GLBType
-
Retrieves the element at index i
in the TypeBound list..
- getTypeBound(int) - Method in class soot.JastAddJ.LUBType
-
Retrieves the element at index i
in the TypeBound list..
- getTypeBound(int) - Method in class soot.JastAddJ.TypeVariable
-
Retrieves the element at index i
in the TypeBound list..
- getTypeBoundList() - Method in class soot.JastAddJ.GLBType
-
Retrieves the TypeBound list.
- getTypeBoundList() - Method in class soot.JastAddJ.LUBType
-
Retrieves the TypeBound list.
- getTypeBoundList() - Method in class soot.JastAddJ.TypeVariable
-
Retrieves the TypeBound list.
- getTypeBoundListNoTransform() - Method in class soot.JastAddJ.GLBType
-
Retrieves the TypeBound list.
- getTypeBoundListNoTransform() - Method in class soot.JastAddJ.LUBType
-
Retrieves the TypeBound list.
- getTypeBoundListNoTransform() - Method in class soot.JastAddJ.TypeVariable
-
Retrieves the TypeBound list.
- getTypeBounds() - Method in class soot.JastAddJ.GLBType
-
Retrieves the TypeBound list.
- getTypeBounds() - Method in class soot.JastAddJ.LUBType
-
Retrieves the TypeBound list.
- getTypeBounds() - Method in class soot.JastAddJ.TypeVariable
-
Retrieves the TypeBound list.
- getTypeBoundsNoTransform() - Method in class soot.JastAddJ.GLBType
-
Retrieves the TypeBound list.
- getTypeBoundsNoTransform() - Method in class soot.JastAddJ.LUBType
-
Retrieves the TypeBound list.
- getTypeBoundsNoTransform() - Method in class soot.JastAddJ.TypeVariable
-
Retrieves the TypeBound list.
- getTypeDecl(int) - Method in class soot.JastAddJ.AnnotatedCompilationUnit
-
Retrieves the element at index i
in the TypeDecl list..
- getTypeDecl() - Method in class soot.JastAddJ.BoundTypeAccess
-
Retrieves the value for the lexeme TypeDecl.
- getTypeDecl() - Method in class soot.JastAddJ.ClassInstanceExpr
-
Retrieves the (optional) TypeDecl child.
- getTypeDecl(int) - Method in class soot.JastAddJ.CompilationUnit
-
Retrieves the element at index i
in the TypeDecl list..
- getTypeDecl() - Method in class soot.JastAddJ.EnumInstanceExpr
-
Retrieves the (optional) TypeDecl child.
- getTypeDecl() - Method in class soot.JastAddJ.ParClassInstanceExpr
-
Retrieves the (optional) TypeDecl child.
- getTypeDecl(int) - Method in class soot.JastAddJ.PrimitiveCompilationUnit
-
Retrieves the element at index i
in the TypeDecl list..
- getTypeDecl(int) - Method in class soot.JastAddJ.WildcardsCompilationUnit
-
Retrieves the element at index i
in the TypeDecl list..
- getTypeDeclList() - Method in class soot.JastAddJ.AnnotatedCompilationUnit
-
Retrieves the TypeDecl list.
- getTypeDeclList() - Method in class soot.JastAddJ.CompilationUnit
-
Retrieves the TypeDecl list.
- getTypeDeclList() - Method in class soot.JastAddJ.PrimitiveCompilationUnit
-
Retrieves the TypeDecl list.
- getTypeDeclList() - Method in class soot.JastAddJ.WildcardsCompilationUnit
-
Retrieves the TypeDecl list.
- getTypeDeclListNoTransform() - Method in class soot.JastAddJ.AnnotatedCompilationUnit
-
Retrieves the TypeDecl list.
- getTypeDeclListNoTransform() - Method in class soot.JastAddJ.CompilationUnit
-
Retrieves the TypeDecl list.
- getTypeDeclListNoTransform() - Method in class soot.JastAddJ.PrimitiveCompilationUnit
-
Retrieves the TypeDecl list.
- getTypeDeclListNoTransform() - Method in class soot.JastAddJ.WildcardsCompilationUnit
-
Retrieves the TypeDecl list.
- getTypeDeclOpt() - Method in class soot.JastAddJ.ClassInstanceExpr
-
- getTypeDeclOpt() - Method in class soot.JastAddJ.EnumInstanceExpr
-
- getTypeDeclOpt() - Method in class soot.JastAddJ.ParClassInstanceExpr
-
- getTypeDeclOptNoTransform() - Method in class soot.JastAddJ.ClassInstanceExpr
-
Retrieves the optional node for child TypeDecl.
- getTypeDeclOptNoTransform() - Method in class soot.JastAddJ.EnumInstanceExpr
-
Retrieves the optional node for child TypeDecl.
- getTypeDeclOptNoTransform() - Method in class soot.JastAddJ.ParClassInstanceExpr
-
Retrieves the optional node for child TypeDecl.
- getTypeDecls() - Method in class soot.JastAddJ.AnnotatedCompilationUnit
-
Retrieves the TypeDecl list.
- getTypeDecls() - Method in class soot.JastAddJ.CompilationUnit
-
Retrieves the TypeDecl list.
- getTypeDecls() - Method in class soot.JastAddJ.PrimitiveCompilationUnit
-
Retrieves the TypeDecl list.
- getTypeDecls() - Method in class soot.JastAddJ.WildcardsCompilationUnit
-
Retrieves the TypeDecl list.
- getTypeDeclsNoTransform() - Method in class soot.JastAddJ.AnnotatedCompilationUnit
-
Retrieves the TypeDecl list.
- getTypeDeclsNoTransform() - Method in class soot.JastAddJ.CompilationUnit
-
Retrieves the TypeDecl list.
- getTypeDeclsNoTransform() - Method in class soot.JastAddJ.PrimitiveCompilationUnit
-
Retrieves the TypeDecl list.
- getTypeDeclsNoTransform() - Method in class soot.JastAddJ.WildcardsCompilationUnit
-
Retrieves the TypeDecl list.
- getTypeManager() - Method in class soot.jimple.spark.pag.PAG
-
- getTypeName() - Method in class soot.tagkit.AnnotationEnumElem
-
- getTypeNumberer() - Method in class soot.Scene
-
- getTypeParameter(int) - Method in class soot.JastAddJ.GenericClassDecl
-
Retrieves the element at index i
in the TypeParameter list..
- getTypeParameter(int) - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Retrieves the element at index i
in the TypeParameter list..
- getTypeParameter(int) - Method in class soot.JastAddJ.GenericConstructorDecl
-
Retrieves the element at index i
in the TypeParameter list..
- getTypeParameter(int) - Method in class soot.JastAddJ.GenericInterfaceDecl
-
Retrieves the element at index i
in the TypeParameter list..
- getTypeParameter(int) - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
Retrieves the element at index i
in the TypeParameter list..
- getTypeParameter(int) - Method in class soot.JastAddJ.GenericMethodDecl
-
Retrieves the element at index i
in the TypeParameter list..
- getTypeParameter(int) - Method in interface soot.JastAddJ.GenericTypeDecl
-
- getTypeParameter(int) - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Retrieves the element at index i
in the TypeParameter list..
- getTypeParameterList() - Method in class soot.JastAddJ.GenericClassDecl
-
Retrieves the TypeParameter list.
- getTypeParameterList() - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Retrieves the TypeParameter list.
- getTypeParameterList() - Method in class soot.JastAddJ.GenericConstructorDecl
-
Retrieves the TypeParameter list.
- getTypeParameterList() - Method in class soot.JastAddJ.GenericInterfaceDecl
-
Retrieves the TypeParameter list.
- getTypeParameterList() - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
Retrieves the TypeParameter list.
- getTypeParameterList() - Method in class soot.JastAddJ.GenericMethodDecl
-
Retrieves the TypeParameter list.
- getTypeParameterList() - Method in interface soot.JastAddJ.GenericTypeDecl
-
- getTypeParameterList() - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Retrieves the TypeParameter list.
- getTypeParameterListNoTransform() - Method in class soot.JastAddJ.GenericClassDecl
-
Retrieves the TypeParameter list.
- getTypeParameterListNoTransform() - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Retrieves the TypeParameter list.
- getTypeParameterListNoTransform() - Method in class soot.JastAddJ.GenericConstructorDecl
-
Retrieves the TypeParameter list.
- getTypeParameterListNoTransform() - Method in class soot.JastAddJ.GenericInterfaceDecl
-
Retrieves the TypeParameter list.
- getTypeParameterListNoTransform() - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
Retrieves the TypeParameter list.
- getTypeParameterListNoTransform() - Method in class soot.JastAddJ.GenericMethodDecl
-
Retrieves the TypeParameter list.
- getTypeParameterListNoTransform() - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Retrieves the TypeParameter list.
- getTypeParameters() - Method in class soot.JastAddJ.GenericClassDecl
-
Retrieves the TypeParameter list.
- getTypeParameters() - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Retrieves the TypeParameter list.
- getTypeParameters() - Method in class soot.JastAddJ.GenericConstructorDecl
-
Retrieves the TypeParameter list.
- getTypeParameters() - Method in class soot.JastAddJ.GenericInterfaceDecl
-
Retrieves the TypeParameter list.
- getTypeParameters() - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
Retrieves the TypeParameter list.
- getTypeParameters() - Method in class soot.JastAddJ.GenericMethodDecl
-
Retrieves the TypeParameter list.
- getTypeParameters() - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Retrieves the TypeParameter list.
- getTypeParametersNoTransform() - Method in class soot.JastAddJ.GenericClassDecl
-
Retrieves the TypeParameter list.
- getTypeParametersNoTransform() - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Retrieves the TypeParameter list.
- getTypeParametersNoTransform() - Method in class soot.JastAddJ.GenericConstructorDecl
-
Retrieves the TypeParameter list.
- getTypeParametersNoTransform() - Method in class soot.JastAddJ.GenericInterfaceDecl
-
Retrieves the TypeParameter list.
- getTypeParametersNoTransform() - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
Retrieves the TypeParameter list.
- getTypeParametersNoTransform() - Method in class soot.JastAddJ.GenericMethodDecl
-
Retrieves the TypeParameter list.
- getTypeParametersNoTransform() - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Retrieves the TypeParameter list.
- getTypes() - Method in class soot.jimple.toolkits.base.PartialConstructorFolder
-
- getTypeString() - Method in class soot.toDex.Register
-
- getTypeUnsafe(String) - Method in class soot.Scene
-
Returns a Type object representing the given type string.
- getTypeUnsafe(String, boolean) - Method in class soot.Scene
-
Returns a Type object representing the given type string.
- getUDChain(Object) - Method in class soot.dava.toolkits.base.AST.traversals.ASTUsesAndDefs
-
- getUncaught() - Method in class soot.toolkits.exceptions.ThrowableSet.Pair
-
- getUnder1Type() - Method in interface soot.baf.Dup1_x1Inst
-
- getUnder1Type() - Method in interface soot.baf.Dup1_x2Inst
-
- getUnder1Type() - Method in interface soot.baf.Dup2_x1Inst
-
- getUnder1Type() - Method in interface soot.baf.Dup2_x2Inst
-
- getUnder1Type() - Method in class soot.baf.internal.BDup1_x1Inst
-
- getUnder1Type() - Method in class soot.baf.internal.BDup1_x2Inst
-
- getUnder1Type() - Method in class soot.baf.internal.BDup2_x1Inst
-
- getUnder1Type() - Method in class soot.baf.internal.BDup2_x2Inst
-
- getUnder2Type() - Method in interface soot.baf.Dup1_x2Inst
-
- getUnder2Type() - Method in interface soot.baf.Dup2_x2Inst
-
- getUnder2Type() - Method in class soot.baf.internal.BDup1_x2Inst
-
- getUnder2Type() - Method in class soot.baf.internal.BDup2_x2Inst
-
- getUnderlyingArray() - Method in class soot.util.ArraySet
-
- getUnderTypes() - Method in interface soot.baf.DupInst
-
- getUnderTypes() - Method in class soot.baf.internal.BDup1_x1Inst
-
- getUnderTypes() - Method in class soot.baf.internal.BDup1_x2Inst
-
- getUnderTypes() - Method in class soot.baf.internal.BDup1Inst
-
- getUnderTypes() - Method in class soot.baf.internal.BDup2_x1Inst
-
- getUnderTypes() - Method in class soot.baf.internal.BDup2_x2Inst
-
- getUnderTypes() - Method in class soot.baf.internal.BDup2Inst
-
- getUnEscapedStringOf(String) - Static method in class soot.util.StringTools
-
Returns a String de-escaping the \\unnnn
representation for any escaped characters in the string.
- getUnexceptionalPredsOf(Block) - Method in class soot.toolkits.graph.ExceptionalBlockGraph
-
- getUnexceptionalPredsOf(N) - Method in interface soot.toolkits.graph.ExceptionalGraph
-
Returns a list of nodes which are predecessors of a given node when only unexceptional control flow is considered.
- getUnexceptionalPredsOf(Unit) - Method in class soot.toolkits.graph.ExceptionalUnitGraph
-
- getUnexceptionalSuccsOf(Block) - Method in class soot.toolkits.graph.ExceptionalBlockGraph
-
- getUnexceptionalSuccsOf(N) - Method in interface soot.toolkits.graph.ExceptionalGraph
-
Returns a list of nodes which are successors of a given node when only unexceptional control flow is considered.
- getUnexceptionalSuccsOf(Unit) - Method in class soot.toolkits.graph.ExceptionalUnitGraph
-
- getUnicodeStringFromChar(char) - Static method in class soot.util.StringTools
-
Returns a String containing the escaped \\unnnn
representation for ch
.
- getUnit() - Method in class soot.AbstractUnitBox
-
- getUnit() - Method in class soot.dexpler.instructions.DexlibAbstractInstruction
-
- getUnit() - Method in class soot.jimple.toolkits.thread.mhp.stmt.JPegStmt
-
- getUnit() - Method in class soot.toolkits.scalar.LocalUnitPair
-
- getUnit() - Method in class soot.toolkits.scalar.UnitValueBoxPair
-
- getUnit() - Method in class soot.toolkits.scalar.ValueUnitPair
-
- getUnit() - Method in interface soot.UnitBox
-
Returns the unit contained within this box.
- getUnit2RegionMap() - Method in class soot.toolkits.graph.pdg.RegionAnalysis
-
- getUnitBoxes() - Method in class soot.AbstractTrap
-
- getUnitBoxes() - Method in class soot.AbstractUnit
-
Returns a list of Boxes containing Units defined in this Unit; typically branch targets.
- getUnitBoxes() - Method in class soot.baf.internal.AbstractBranchInst
-
- getUnitBoxes() - Method in class soot.baf.internal.BLookupSwitchInst
-
- getUnitBoxes() - Method in class soot.baf.internal.BTableSwitchInst
-
- getUnitBoxes(boolean) - Method in class soot.Body
-
If branchTarget is true, returns the result of iterating through all branching Units in this body and querying them for
their UnitBoxes.
- getUnitBoxes() - Method in class soot.jimple.internal.AbstractSwitchStmt
-
- getUnitBoxes() - Method in class soot.jimple.internal.JAssignStmt
-
- getUnitBoxes() - Method in class soot.jimple.internal.JGotoStmt
-
- getUnitBoxes() - Method in class soot.jimple.internal.JIfStmt
-
- getUnitBoxes() - Method in class soot.shimple.internal.SPhiExpr
-
- getUnitBoxes() - Method in class soot.shimple.internal.SPiExpr
-
- getUnitBoxes() - Method in class soot.tagkit.CodeAttribute
-
Returns a list of unit boxes that have tags attached.
- getUnitBoxes() - Method in class soot.tagkit.GenericAttribute
-
- getUnitBoxes() - Method in interface soot.Trap
-
Returns the boxes for first, last and handler units.
- getUnitBoxes() - Method in interface soot.Unit
-
Returns a list of Boxes containing Units defined in this Unit; typically branch targets.
- getUnitBoxes() - Method in interface soot.UnitBoxOwner
-
- getUnitGraph() - Method in class soot.jimple.toolkits.thread.mhp.stmt.JPegStmt
-
- getUnitGraph() - Method in class soot.shimple.DefaultShimpleFactory
-
- getUnitGraph() - Method in interface soot.shimple.ShimpleFactory
-
- getUnitGraph() - Method in interface soot.toolkits.graph.pdg.IRegion
-
- getUnitGraph() - Method in class soot.toolkits.graph.pdg.PDGRegion
-
- getUnitGraph() - Method in class soot.toolkits.graph.pdg.Region
-
- getUnitNumberer() - Method in class soot.Scene
-
- getUnits() - Method in class soot.Body
-
Returns the Chain of Units that make up this body.
- getUnits() - Method in interface soot.toolkits.graph.pdg.IRegion
-
- getUnits(Unit, Unit) - Method in interface soot.toolkits.graph.pdg.IRegion
-
- getUnits() - Method in class soot.toolkits.graph.pdg.PDGRegion
-
- getUnits(Unit, Unit) - Method in class soot.toolkits.graph.pdg.PDGRegion
-
- getUnits() - Method in class soot.toolkits.graph.pdg.Region
-
- getUnits(Unit, Unit) - Method in class soot.toolkits.graph.pdg.Region
-
- getUnitsWithMonitor(UnitGraph) - Method in class soot.toolkits.exceptions.TrapTransformer
-
- getUnitToBlockMap(BlockGraph) - Method in class soot.shimple.internal.PhiNodeManager
-
Convenience function that maps units to blocks.
- getUnitToPegMap() - Method in class soot.jimple.toolkits.thread.mhp.PegGraph
-
- getUnitToPreds() - Method in class soot.jimple.toolkits.thread.mhp.PegGraph
-
- getUnitToSuccs() - Method in class soot.jimple.toolkits.thread.mhp.PegGraph
-
- getUnknown() - Method in class soot.jimple.parser.node.AUnknownJimpleType
-
- getUnop() - Method in class soot.jimple.parser.node.AUnopExpr
-
- getUnopExpr() - Method in class soot.jimple.parser.node.AUnopBoolExpr
-
- getUnopExpr() - Method in class soot.jimple.parser.node.AUnopExpression
-
- getUnreachableCodeEliminator() - Method in class soot.dexpler.DexBody
-
- getUnusedVariables() - Method in class soot.toolkits.scalar.SimpleLocalUses
-
Gets all variables that are not used in this body
- getUpdate() - Method in class soot.dava.internal.AST.ASTForLoopNode
-
- getUpdateStmt(int) - Method in class soot.JastAddJ.ForStmt
-
Retrieves the element at index i
in the UpdateStmt list..
- getUpdateStmtList() - Method in class soot.JastAddJ.ForStmt
-
Retrieves the UpdateStmt list.
- getUpdateStmtListNoTransform() - Method in class soot.JastAddJ.ForStmt
-
Retrieves the UpdateStmt list.
- getUpdateStmts() - Method in class soot.JastAddJ.ForStmt
-
Retrieves the UpdateStmt list.
- getUpdateStmtsNoTransform() - Method in class soot.JastAddJ.ForStmt
-
Retrieves the UpdateStmt list.
- getUsage() - Method in class soot.options.Options
-
- getUsageState() - Method in class soot.jimple.spark.geom.dataMgr.PtSensVisitor
-
The visitor contains valid information only when this function returns true.
- getUseAndDefBoxes() - Method in class soot.AbstractUnit
-
Returns a list of ValueBoxes, either used or defined in this Unit.
- getUseAndDefBoxes() - Method in class soot.Body
-
Returns a list of boxes corresponding to Values either used or defined in any unit of this Body.
- getUseAndDefBoxes() - Method in interface soot.Unit
-
Returns a list of Boxes containing any Value either used or defined in this Unit.
- getUseBoxes() - Method in class soot.AbstractUnit
-
Returns a list of Boxes containing Values used in this Unit.
- getUseBoxes() - Method in class soot.baf.internal.BafLocal
-
- getUseBoxes() - Method in class soot.baf.internal.BIdentityInst
-
- getUseBoxes() - Method in class soot.baf.internal.BIncInst
-
- getUseBoxes() - Method in class soot.baf.internal.BLoadInst
-
- getUseBoxes() - Method in class soot.Body
-
Returns the result of iterating through all Units in this body and querying them for ValueBoxes used.
- getUseBoxes() - Method in class soot.dava.internal.javaRep.DArrayInitExpr
-
- getUseBoxes() - Method in class soot.dava.internal.javaRep.DShortcutIf
-
- getUseBoxes() - Method in class soot.EquivalentValue
-
- getUseBoxes() - Method in class soot.jimple.Constant
-
- getUseBoxes() - Method in class soot.jimple.internal.AbstractBinopExpr
-
- getUseBoxes() - Method in class soot.jimple.internal.AbstractCastExpr
-
- getUseBoxes() - Method in class soot.jimple.internal.AbstractDefinitionStmt
-
- getUseBoxes() - Method in class soot.jimple.internal.AbstractInstanceFieldRef
-
- getUseBoxes() - Method in class soot.jimple.internal.AbstractInstanceInvokeExpr
-
- getUseBoxes() - Method in class soot.jimple.internal.AbstractInstanceOfExpr
-
- getUseBoxes() - Method in class soot.jimple.internal.AbstractInvokeExpr
-
- getUseBoxes() - Method in class soot.jimple.internal.AbstractNewArrayExpr
-
- getUseBoxes() - Method in class soot.jimple.internal.AbstractNewExpr
-
- getUseBoxes() - Method in class soot.jimple.internal.AbstractNewMultiArrayExpr
-
- getUseBoxes() - Method in class soot.jimple.internal.AbstractOpStmt
-
- getUseBoxes() - Method in class soot.jimple.internal.AbstractSwitchStmt
-
- getUseBoxes() - Method in class soot.jimple.internal.AbstractUnopExpr
-
- getUseBoxes() - Method in class soot.jimple.internal.JArrayRef
-
- getUseBoxes() - Method in class soot.jimple.internal.JCaughtExceptionRef
-
- getUseBoxes() - Method in class soot.jimple.internal.JIfStmt
-
- getUseBoxes() - Method in class soot.jimple.internal.JimpleLocal
-
- getUseBoxes() - Method in class soot.jimple.internal.JInvokeStmt
-
- getUseBoxes() - Method in class soot.jimple.internal.JRetStmt
-
- getUseBoxes() - Method in class soot.jimple.ParameterRef
-
- getUseBoxes() - Method in class soot.jimple.StaticFieldRef
-
- getUseBoxes() - Method in class soot.jimple.ThisRef
-
- getUseBoxes() - Method in class soot.jimple.toolkits.infoflow.AbstractDataSource
-
- getUseBoxes() - Method in class soot.jimple.toolkits.thread.synchronization.NewStaticLock
-
- getUseBoxes() - Method in class soot.shimple.internal.SPhiExpr
-
- getUseBoxes() - Method in class soot.shimple.internal.SPiExpr
-
- getUseBoxes() - Method in class soot.shimple.toolkits.graph.ValueGraph.TypeValueWrapper
-
- getUseBoxes() - Method in class soot.toDex.TemporaryRegisterLocal
-
- getUseBoxes() - Method in interface soot.Unit
-
Returns a list of Boxes containing Values used in this Unit.
- getUseBoxes() - Method in interface soot.Value
-
Returns a List of boxes corresponding to Values which are used by (ie contained within) this Value.
- getUseBoxesFromBlock(Block) - Static method in class soot.shimple.internal.PiNodeManager
-
- getUsedRegistersNums(RegisterRangeInstruction) - Method in class soot.dexpler.instructions.DexlibAbstractInstruction
-
Return the indices used in the given instruction.
- getUsedRegistersNums(FiveRegisterInstruction) - Method in class soot.dexpler.instructions.DexlibAbstractInstruction
-
Return the indices used in the given instruction.
- getUsedRegistersNums() - Method in class soot.dexpler.instructions.ExecuteInlineInstruction
-
Return the indices used in this instruction.
- getUsedRegistersNums() - Method in class soot.dexpler.instructions.MethodInvocationInstruction
-
Return the indices used in this instruction.
- getUsedVariables() - Method in class soot.toolkits.scalar.SimpleLocalUses
-
Gets all variables that are used in this body
- getUseList(ASTCondition) - Method in class soot.dava.toolkits.base.AST.traversals.AllVariableUses
-
- getUseList(ASTCondition) - Method in class soot.dava.toolkits.base.AST.traversals.ASTUsesAndDefs
-
- getUsesForField(SootField) - Method in class soot.dava.toolkits.base.AST.traversals.AllVariableUses
-
- getUsesForLocal(Local) - Method in class soot.dava.toolkits.base.AST.traversals.AllVariableUses
-
- getUsesOf(Local) - Method in class soot.dexpler.DexDefUseAnalysis
-
- getUsesOf(Local) - Method in class soot.shimple.toolkits.scalar.ShimpleLocalUses
-
Returns all the uses of the given Local as a list of UnitValueBoxPairs, each containing a Unit that uses the local and
the corresponding ValueBox containing the Local.
- getUsesOf(Unit) - Method in class soot.shimple.toolkits.scalar.ShimpleLocalUses
-
If a Local is defined in the Unit, returns all the uses of that Local as a list of UnitValueBoxPairs, each containing a
Unit that uses the local and the corresponding ValueBox containing the Local.
- getUsesOf(Unit) - Method in class soot.toolkits.scalar.CombinedDUAnalysis
-
- getUsesOf(Unit) - Method in interface soot.toolkits.scalar.LocalUses
-
Returns a list of the Units that use the Local that is defined by a given Unit.
- getUsesOf(Unit) - Method in class soot.toolkits.scalar.SimpleLocalUses
-
Uses for a Local defined at a given Unit are returned as a list of UnitValueBoxPairs each containing a Unit that use the
local and the Local itself wrapped in a ValueBox.
- getUshr() - Method in class soot.jimple.parser.node.AUshrBinop
-
- getVal(Object) - Method in class soot.javaToJimple.BiMap
-
- getValue() - Method in class soot.AbstractValueBox
-
- getValue() - Method in class soot.dava.internal.AST.ASTUnaryCondition
-
- getValue() - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.CPTuple
-
- getValue() - Method in class soot.dexpler.tags.DoubleOpTag
-
- getValue() - Method in class soot.dexpler.tags.FloatOpTag
-
- getValue() - Method in class soot.dexpler.tags.IntOpTag
-
- getValue() - Method in class soot.dexpler.tags.LongOpTag
-
- getValue() - Method in class soot.dexpler.tags.NumOpTag
-
- getValue() - Method in class soot.dexpler.tags.ObjectOpTag
-
- getValue() - Method in class soot.EquivalentValue
-
- getValue() - Method in class soot.JastAddJ.ConstCase
-
Retrieves the Value child.
- getValue() - Method in class soot.jimple.ClassConstant
-
- getValue() - Method in enum soot.jimple.MethodHandle.Kind
-
- getValue() - Method in class soot.jimple.spark.fieldrw.FieldRWTag
-
- getValue() - Method in class soot.jimple.spark.pag.NewInstanceNode
-
- getValue() - Method in class soot.jimple.toolkits.annotation.tags.ArrayCheckTag
-
Returns back the check information in binary form, which will be written into the class file.
- getValue() - Method in class soot.jimple.toolkits.annotation.tags.ArrayNullCheckTag
-
- getValue() - Method in class soot.jimple.toolkits.annotation.tags.NullCheckTag
-
- getValue() - Method in class soot.jimple.toolkits.pointer.CastCheckTag
-
- getValue() - Method in class soot.jimple.toolkits.pointer.DependenceGraph
-
- getValue() - Method in class soot.jimple.toolkits.pointer.DependenceTag
-
- getValue(int) - Method in class soot.shimple.internal.SPhiExpr
-
- getValue(Unit) - Method in class soot.shimple.internal.SPhiExpr
-
- getValue(Block) - Method in class soot.shimple.internal.SPhiExpr
-
- getValue() - Method in class soot.shimple.internal.SPiExpr
-
- getValue(int) - Method in interface soot.shimple.PhiExpr
-
Returns the value for the given index into the PhiExpr.
- getValue(Unit) - Method in interface soot.shimple.PhiExpr
-
Get the PhiExpr argument corresponding to the given control flow predecessor, returns null if not available.
- getValue(Block) - Method in interface soot.shimple.PhiExpr
-
Get the PhiExpr argument corresponding to the given control flow predecessor, returns null if not available.
- getValue() - Method in interface soot.shimple.PiExpr
-
- getValue() - Method in class soot.tagkit.AnnotationAnnotationElem
-
- getValue() - Method in class soot.tagkit.AnnotationBooleanElem
-
- getValue() - Method in class soot.tagkit.AnnotationDefaultTag
-
Returns the tag raw data.
- getValue() - Method in class soot.tagkit.AnnotationDoubleElem
-
- getValue() - Method in class soot.tagkit.AnnotationFloatElem
-
- getValue() - Method in class soot.tagkit.AnnotationIntElem
-
- getValue() - Method in class soot.tagkit.AnnotationLongElem
-
- getValue() - Method in class soot.tagkit.AnnotationStringElem
-
- getValue() - Method in class soot.tagkit.AnnotationTag
-
Returns the tag raw data.
- getValue() - Method in class soot.tagkit.BytecodeOffsetTag
-
Returns the offset in a four byte array.
- getValue() - Method in class soot.tagkit.CodeAttribute
-
Also only used as setValue().
- getValue() - Method in class soot.tagkit.ColorTag
-
- getValue() - Method in class soot.tagkit.ConstantValueTag
-
- getValue() - Method in class soot.tagkit.DebugTypeTag
-
Returns the tag raw data.
- getValue() - Method in class soot.tagkit.DeprecatedTag
-
Returns the tag raw data.
- getValue() - Method in class soot.tagkit.EnclosingMethodTag
-
Returns the tag raw data.
- getValue() - Method in class soot.tagkit.GenericAttribute
-
- getValue() - Method in class soot.tagkit.InnerClassAttribute
-
- getValue() - Method in class soot.tagkit.InnerClassTag
-
Returns the inner class name (only) encoded in UTF8.
- getValue() - Method in class soot.tagkit.JimpleLineNumberTag
-
- getValue() - Method in class soot.tagkit.KeyTag
-
- getValue() - Method in class soot.tagkit.LineNumberTag
-
- getValue() - Method in class soot.tagkit.LinkTag
-
Returns the tag raw data.
- getValue() - Method in class soot.tagkit.OuterClassTag
-
- getValue() - Method in class soot.tagkit.ParamNamesTag
-
Returns the tag raw data.
- getValue() - Method in class soot.tagkit.PositionTag
-
- getValue() - Method in class soot.tagkit.SignatureTag
-
Returns the tag raw data.
- getValue() - Method in class soot.tagkit.SourceFileTag
-
- getValue() - Method in class soot.tagkit.SourceLineNumberTag
-
- getValue() - Method in class soot.tagkit.SourceLnPosTag
-
- getValue() - Method in class soot.tagkit.StringTag
-
Returns the tag raw data.
- getValue() - Method in class soot.tagkit.SyntheticParamTag
-
Returns the tag raw data.
- getValue() - Method in class soot.tagkit.SyntheticTag
-
Returns the tag raw data.
- getValue() - Method in interface soot.tagkit.Tag
-
Returns the tag raw data.
- getValue() - Method in class soot.tagkit.ThrowCreatedByCompilerTag
-
Returns the tag raw data.
- getValue() - Method in class soot.tagkit.TryCatchTag
-
- getValue() - Method in class soot.tagkit.VisibilityAnnotationTag
-
Returns the tag raw data.
- getValue() - Method in class soot.tagkit.VisibilityParameterAnnotationTag
-
Returns the tag raw data.
- getValue() - Method in class soot.util.annotations.AnnotationElemSwitch.AnnotationElemResult
-
- getValue() - Method in interface soot.ValueBox
-
Returns the value contained in this box.
- getValueAt(int) - Method in class soot.tagkit.AnnotationArrayElem
-
- getValueBox() - Method in class soot.toolkits.scalar.UnitValueBoxPair
-
- getValueCollectionForOption(String) - Method in class soot.JastAddJ.Options
-
- getValueForOption(String) - Method in class soot.JastAddJ.Options
-
- getValueNoTransform() - Method in class soot.JastAddJ.ConstCase
-
Retrieves the Value child.
- getValues() - Method in class soot.shimple.internal.SPhiExpr
-
- getValues() - Method in interface soot.shimple.PhiExpr
-
Returns a list of the values used by this PhiExpr.
- getValues() - Method in class soot.tagkit.AnnotationArrayElem
-
- getValuesForArrayInit(Unit) - Method in class soot.toDex.DexArrayInitDetector
-
- getVar() - Method in class soot.jimple.toolkits.annotation.arraycheck.Array2ndDimensionSymbol
-
- getVariable() - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.CPTuple
-
- getVariable() - Method in class soot.jimple.parser.node.AAssignStatement
-
- getVariable() - Method in class soot.jimple.spark.pag.VarNode
-
Returns the underlying variable that this node represents.
- getVariableDecl(int) - Method in class soot.JastAddJ.FieldDecl
-
Retrieves the element at index i
in the VariableDecl list..
- getVariableDecl(int) - Method in class soot.JastAddJ.VarDeclStmt
-
Retrieves the element at index i
in the VariableDecl list..
- getVariableDeclaration() - Method in class soot.JastAddJ.EnhancedForStmt
-
Retrieves the VariableDeclaration child.
- getVariableDeclarationNoTransform() - Method in class soot.JastAddJ.EnhancedForStmt
-
Retrieves the VariableDeclaration child.
- getVariableDeclList() - Method in class soot.JastAddJ.FieldDecl
-
Retrieves the VariableDecl list.
- getVariableDeclList() - Method in class soot.JastAddJ.VarDeclStmt
-
Retrieves the VariableDecl list.
- getVariableDeclListNoTransform() - Method in class soot.JastAddJ.FieldDecl
-
Retrieves the VariableDecl list.
- getVariableDeclListNoTransform() - Method in class soot.JastAddJ.VarDeclStmt
-
Retrieves the VariableDecl list.
- getVariableDecls() - Method in class soot.JastAddJ.FieldDecl
-
Retrieves the VariableDecl list.
- getVariableDecls() - Method in class soot.JastAddJ.VarDeclStmt
-
Retrieves the VariableDecl list.
- getVariableDeclsNoTransform() - Method in class soot.JastAddJ.FieldDecl
-
Retrieves the VariableDecl list.
- getVariableDeclsNoTransform() - Method in class soot.JastAddJ.VarDeclStmt
-
Retrieves the VariableDecl list.
- getVarNodeNumberer() - Method in class soot.jimple.spark.pag.PAG
-
- getVarsAfterFall(Unit) - Method in class soot.jimple.toolkits.annotation.nullcheck.LocalRefVarsAnalysisWrapper
-
Deprecated.
- getVarsBefore(Unit) - Method in class soot.jimple.toolkits.annotation.nullcheck.LocalRefVarsAnalysisWrapper
-
Deprecated.
- getVarsDontNeedCheck(Unit) - Method in class soot.jimple.toolkits.annotation.nullcheck.LocalRefVarsAnalysisWrapper
-
Deprecated.
- getVarsNeedCheck(Unit) - Method in class soot.jimple.toolkits.annotation.nullcheck.LocalRefVarsAnalysisWrapper
-
Deprecated.
- getVirtCallSitesForReceiver(LocalVarNode) - Method in class soot.jimple.spark.ondemand.pautil.ContextSensitiveInfo
-
- getVirtualinvoke() - Method in class soot.jimple.parser.node.AVirtualNonstaticInvoke
-
- getVirtualSootMethodRef() - Method in class soot.dexpler.instructions.MethodInvocationInstruction
-
Return the virtual SootMethodRef for the invoked method.
- getVisibility(int) - Static method in class soot.dexpler.DexAnnotation
-
Converts Dexlib visibility to Jimple visibility.
- getVisibility() - Method in class soot.tagkit.VisibilityAnnotationTag
-
- getVisibilityAnnotations() - Method in class soot.tagkit.VisibilityParameterAnnotationTag
-
- getVisited() - Method in class soot.toolkits.graph.pdg.PDGNode
-
- getVoid() - Method in class soot.jimple.parser.node.AVoidType
-
- getVolatile() - Method in class soot.jimple.parser.node.AVolatileModifier
-
- getWaitingNodes() - Method in class soot.jimple.toolkits.thread.mhp.PegChain
-
- getWaitingNodes() - Method in class soot.jimple.toolkits.thread.mhp.PegGraph
-
- getWeakRegions() - Method in class soot.toolkits.graph.pdg.HashMutablePDG
- getWeakRegions() - Method in interface soot.toolkits.graph.pdg.ProgramDependenceGraph
-
- getWeight(String, String) - Static method in class soot.jbco.Main
-
- getWith() - Method in class soot.jimple.parser.node.ACatchClause
-
- getWithLabel() - Method in class soot.jimple.parser.node.ACatchClause
-
- getWordCount() - Method in class soot.baf.internal.BPopInst
-
- getWordCount() - Method in interface soot.baf.PopInst
-
- getWorklist() - Method in class soot.jimple.spark.geom.geomPA.GeomPointsTo
-
- getWrapped() - Method in class soot.jimple.spark.ondemand.WrappedPointsToSet
-
- getWrappedNode() - Method in class soot.jimple.spark.geom.geomPA.IVarAbstraction
-
Processing the wrapped SPARK node.
- getXor() - Method in class soot.jimple.parser.node.AXorBinop
-
- getZoneCount() - Method in class soot.jimple.toolkits.base.Zonation
-
- getZoneOf(Unit) - Method in class soot.jimple.toolkits.base.Zonation
-
- GExitMonitorStmt - Class in soot.grimp.internal
-
- GExitMonitorStmt(Value) - Constructor for class soot.grimp.internal.GExitMonitorStmt
-
- GGeExpr - Class in soot.grimp.internal
-
- GGeExpr(Value, Value) - Constructor for class soot.grimp.internal.GGeExpr
-
- GGtExpr - Class in soot.grimp.internal
-
- GGtExpr(Value, Value) - Constructor for class soot.grimp.internal.GGtExpr
-
- GIdentityStmt - Class in soot.grimp.internal
-
- GIdentityStmt(Value, Value) - Constructor for class soot.grimp.internal.GIdentityStmt
-
- GIfStmt - Class in soot.grimp.internal
-
- GIfStmt(Value, Unit) - Constructor for class soot.grimp.internal.GIfStmt
-
- GInstanceFieldRef - Class in soot.grimp.internal
-
- GInstanceFieldRef(Value, SootFieldRef) - Constructor for class soot.grimp.internal.GInstanceFieldRef
-
- GInstanceOfExpr - Class in soot.grimp.internal
-
- GInstanceOfExpr(Value, Type) - Constructor for class soot.grimp.internal.GInstanceOfExpr
-
- GInterfaceInvokeExpr - Class in soot.grimp.internal
-
- GInterfaceInvokeExpr(Value, SootMethodRef, List) - Constructor for class soot.grimp.internal.GInterfaceInvokeExpr
-
- GInvokeStmt - Class in soot.grimp.internal
-
- GInvokeStmt(Value) - Constructor for class soot.grimp.internal.GInvokeStmt
-
- glb(ArrayList) - Static method in class soot.JastAddJ.GLBTypeFactory
-
- GLBType - Class in soot.JastAddJ
-
- GLBType() - Constructor for class soot.JastAddJ.GLBType
-
- GLBType(Modifiers, String, List<BodyDecl>, List<Access>) - Constructor for class soot.JastAddJ.GLBType
-
- GLBType(Modifiers, Symbol, List<BodyDecl>, List<Access>) - Constructor for class soot.JastAddJ.GLBType
-
- GLBTypeFactory - Class in soot.JastAddJ
-
- GLBTypeFactory() - Constructor for class soot.JastAddJ.GLBTypeFactory
-
- GLeExpr - Class in soot.grimp.internal
-
- GLeExpr(Value, Value) - Constructor for class soot.grimp.internal.GLeExpr
-
- GLengthExpr - Class in soot.grimp.internal
-
- GLengthExpr(Value) - Constructor for class soot.grimp.internal.GLengthExpr
-
- Global() - Constructor for class soot.G.Global
-
- global_nodes_in_natives() - Method in class soot.options.PaddleOptions
-
Global Nodes in Simulated Natives --
Use global node to model variables in simulations of native
methods.
- GlobalNodeFactory - Class in soot.jimple.spark.builder
-
Factory for nodes not specific to a given method.
- GlobalNodeFactory(PAG) - Constructor for class soot.jimple.spark.builder.GlobalNodeFactory
-
- globals - Variable in class soot.jimple.toolkits.pointer.MethodRWSet
-
- GlobalValueNumberer - Interface in soot.shimple.toolkits.graph
-
- GlobalVarNode - Class in soot.jimple.spark.pag
-
Represents a simple variable node (Green) in the pointer assignment graph that is not associated with any particular
method invocation.
- globEscape - Variable in class soot.jimple.toolkits.annotation.purity.PurityGraph
-
- GLookupSwitchStmt - Class in soot.grimp.internal
-
- GLookupSwitchStmt(Value, List, List, Unit) - Constructor for class soot.grimp.internal.GLookupSwitchStmt
-
- GLtExpr - Class in soot.grimp.internal
-
- GLtExpr(Value, Value) - Constructor for class soot.grimp.internal.GLtExpr
-
- GMulExpr - Class in soot.grimp.internal
-
- GMulExpr(Value, Value) - Constructor for class soot.grimp.internal.GMulExpr
-
- GNeExpr - Class in soot.grimp.internal
-
- GNeExpr(Value, Value) - Constructor for class soot.grimp.internal.GNeExpr
-
- GNegExpr - Class in soot.grimp.internal
-
- GNegExpr(Value) - Constructor for class soot.grimp.internal.GNegExpr
-
- GNewArrayExpr - Class in soot.grimp.internal
-
- GNewArrayExpr(Type, Value) - Constructor for class soot.grimp.internal.GNewArrayExpr
-
- GNewInvokeExpr - Class in soot.grimp.internal
-
- GNewInvokeExpr(RefType, SootMethodRef, List) - Constructor for class soot.grimp.internal.GNewInvokeExpr
-
- GNewMultiArrayExpr - Class in soot.grimp.internal
-
- GNewMultiArrayExpr(ArrayType, List) - Constructor for class soot.grimp.internal.GNewMultiArrayExpr
-
- go() - Method in class soot.jimple.toolkits.callgraph.TopologicalOrderer
-
- gode - Variable in class soot.toolkits.graph.DominatorNode
-
- godeToDode - Variable in class soot.toolkits.graph.DominatorTree
-
"gode" is a node in the original graph, "dode" is a node in the dominator tree.
- GOrExpr - Class in soot.grimp.internal
-
- GOrExpr(Value, Value) - Constructor for class soot.grimp.internal.GOrExpr
-
- GOTO - Static variable in class soot.jimple.Jimple
-
- GotoInst - Interface in soot.baf
-
- GotoInstruction - Class in soot.dexpler.instructions
-
- GotoInstruction(Instruction, int) - Constructor for class soot.dexpler.instructions.GotoInstruction
-
- GotoInstrumenter - Class in soot.jbco.jimpleTransformations
-
Changes the sequence of statements in which they appear in methods, preserving the sequence they are executed using
goto
commands and labels
.
- GotoInstrumenter() - Constructor for class soot.jbco.jimpleTransformations.GotoInstrumenter
-
- GotoStmt - Interface in soot.jimple
-
- grabField(String) - Method in class soot.Scene
-
- grabMethod(String) - Method in class soot.Scene
-
- graph - Variable in class soot.toolkits.graph.DominatorTree
-
- graph - Variable in class soot.toolkits.graph.MHGDominatorsFinder
-
- graph - Variable in class soot.toolkits.graph.SimpleDominatorsFinder
-
- graph - Variable in class soot.toolkits.scalar.AbstractFlowAnalysis
-
The graph being analysed.
- graph - Variable in class soot.toolkits.scalar.ForwardFlowAnalysisExtended
-
The graph being analysed.
- GRAPH_ORIENT_LANDSCAPE - Static variable in interface soot.util.dot.DotGraphConstants
-
- GRAPH_ORIENT_PORTRAIT - Static variable in interface soot.util.dot.DotGraphConstants
-
- graphTimer - Variable in class soot.Timers
-
- graphtype - Static variable in class soot.jimple.toolkits.thread.mhp.PegToDotFile
-
- greaterThan(NumericConstant) - Method in class soot.jimple.DoubleConstant
-
- greaterThan(NumericConstant) - Method in class soot.jimple.FloatConstant
-
- greaterThan(NumericConstant) - Method in class soot.jimple.IntConstant
-
- greaterThan(NumericConstant) - Method in class soot.jimple.LongConstant
-
- greaterThan(NumericConstant) - Method in class soot.jimple.NumericConstant
-
- greaterThanOrEqual(NumericConstant) - Method in class soot.jimple.DoubleConstant
-
- greaterThanOrEqual(NumericConstant) - Method in class soot.jimple.FloatConstant
-
- greaterThanOrEqual(NumericConstant) - Method in class soot.jimple.IntConstant
-
- greaterThanOrEqual(NumericConstant) - Method in class soot.jimple.LongConstant
-
- greaterThanOrEqual(NumericConstant) - Method in class soot.jimple.NumericConstant
-
- greatestLowerBounds(ArrayList) - Static method in class soot.JastAddJ.GLBTypeFactory
-
Find the greatest lower bound(s).
- GREEN - Static variable in class soot.tagkit.ColorTag
-
- green() - Method in class soot.tagkit.KeyTag
-
- green() - Method in class soot.xml.ColorAttribute
-
- green() - Method in class soot.xml.Key
-
- GRemExpr - Class in soot.grimp.internal
-
- GRemExpr(Value, Value) - Constructor for class soot.grimp.internal.GRemExpr
-
- GReturnStmt - Class in soot.grimp.internal
-
- GReturnStmt(Value) - Constructor for class soot.grimp.internal.GReturnStmt
-
- Grimp - Class in soot.grimp
-
The Grimp class contains all the constructors for the components of the Grimp grammar for the Grimp body.
- Grimp(Singletons.Global) - Constructor for class soot.grimp.Grimp
-
- GRIMP_IR - Static variable in class soot.util.cfgcmd.CFGIntermediateRep
-
- grimpAggregationTimer - Variable in class soot.Timers
-
- GrimpBody - Class in soot.grimp
-
Implementation of the Body class for the Grimp IR.
- GrimpExprSwitch - Interface in soot.grimp
-
- GrimpValueSwitch - Interface in soot.grimp
-
- group - Variable in class soot.jimple.GroupIntPair
-
- groupCount() - Method in class soot.jimple.toolkits.thread.synchronization.CriticalSectionInterferenceGraph
-
- GroupIntPair - Class in soot.jimple
-
- GroupIntPair(Object, int) - Constructor for class soot.jimple.GroupIntPair
-
- groups() - Method in class soot.jimple.toolkits.thread.synchronization.CriticalSectionInterferenceGraph
-
- groupToColorCount - Variable in class soot.AbstractJasminClass
-
- GRValueBox - Class in soot.grimp.internal
-
- GRValueBox(Value) - Constructor for class soot.grimp.internal.GRValueBox
-
- GShlExpr - Class in soot.grimp.internal
-
- GShlExpr(Value, Value) - Constructor for class soot.grimp.internal.GShlExpr
-
- GShrExpr - Class in soot.grimp.internal
-
- GShrExpr(Value, Value) - Constructor for class soot.grimp.internal.GShrExpr
-
- GSpecialInvokeExpr - Class in soot.grimp.internal
-
- GSpecialInvokeExpr(Value, SootMethodRef, List) - Constructor for class soot.grimp.internal.GSpecialInvokeExpr
-
- GStaticInvokeExpr - Class in soot.grimp.internal
-
- GStaticInvokeExpr(SootMethodRef, List) - Constructor for class soot.grimp.internal.GStaticInvokeExpr
-
- GSubExpr - Class in soot.grimp.internal
-
- GSubExpr(Value, Value) - Constructor for class soot.grimp.internal.GSubExpr
-
- GT - Static variable in class soot.JastAddJ.JastAddJavaParser.Terminals
-
- GTableSwitchStmt - Class in soot.grimp.internal
-
- GTableSwitchStmt(Value, int, int, List, Unit) - Constructor for class soot.grimp.internal.GTableSwitchStmt
-
- GTEQ - Static variable in class soot.JastAddJ.JastAddJavaParser.Terminals
-
- GTExpr - Class in soot.JastAddJ
-
- GTExpr() - Constructor for class soot.JastAddJ.GTExpr
-
- GTExpr(Expr, Expr) - Constructor for class soot.JastAddJ.GTExpr
-
- GtExpr - Interface in soot.jimple
-
- GThrowStmt - Class in soot.grimp.internal
-
- GThrowStmt(Value) - Constructor for class soot.grimp.internal.GThrowStmt
-
- GTrap - Class in soot.grimp.internal
-
- GTrap(SootClass, Unit, Unit, Unit) - Constructor for class soot.grimp.internal.GTrap
-
- GuaranteedDefs - Class in soot.toolkits.scalar
-
Find all locals guaranteed to be defined at (just before) a given program point.
- GuaranteedDefs(UnitGraph) - Constructor for class soot.toolkits.scalar.GuaranteedDefs
-
- guards - Variable in class soot.jimple.toolkits.callgraph.OnFlyCallGraphBuilder.TraceBasedReflectionModel
-
- guards() - Method in class soot.options.CGOptions
-
Guarding strategy --
Describes how to guard the program from unsound assumptions.
- GUshrExpr - Class in soot.grimp.internal
-
- GUshrExpr(Value, Value) - Constructor for class soot.grimp.internal.GUshrExpr
-
- GVirtualInvokeExpr - Class in soot.grimp.internal
-
- GVirtualInvokeExpr(Value, SootMethodRef, List) - Constructor for class soot.grimp.internal.GVirtualInvokeExpr
-
- gvn - Variable in class soot.shimple.DefaultShimpleFactory
-
- GXorExpr - Class in soot.grimp.internal
-
- GXorExpr(Value, Value) - Constructor for class soot.grimp.internal.GXorExpr
-
- gzip() - Method in class soot.options.Options
-
- I1 - Variable in class soot.jimple.spark.geom.dataRep.SegmentNode
-
- I1 - Variable in class soot.jimple.spark.geom.dataRep.ShapeNode
-
- I2 - Variable in class soot.jimple.spark.geom.dataRep.SegmentNode
-
- I2 - Variable in class soot.jimple.spark.geom.dataRep.ShapeNode
-
- IAnnotationElemTypeSwitch - Interface in soot.tagkit
-
- ICFGDotVisualizer - Class in soot.jimple.toolkits.ide.icfg.dotexport
-
- ICFGDotVisualizer(String, Unit, InterproceduralCFG<Unit, SootMethod>) - Constructor for class soot.jimple.toolkits.ide.icfg.dotexport.ICFGDotVisualizer
-
This class will save your ICFG in DOT format by traversing the ICFG Depth-first!
- ICONSTANT_Methodref_info - Interface in soot.coffi
-
A CONSTANT_Methodref_info
or CONSTANT_InterfaceMethodref_info
.
- id - Variable in class beaver.Symbol
-
Numeric symbol ID.
- id() - Method in class soot.jimple.parser.lexer.Lexer.State
-
- id - Variable in class soot.jimple.spark.geom.dataRep.ContextVar
-
- id - Variable in class soot.jimple.spark.geom.geomPA.IVarAbstraction
-
- IDalvikTyper - Interface in soot.dexpler
-
- IDend - Variable in class soot.JastAddJ.AmbiguousAccess
-
- IDend - Variable in class soot.JastAddJ.CatchParameterDeclaration
-
- IDend - Variable in class soot.JastAddJ.ConstructorAccess
-
- IDend - Variable in class soot.JastAddJ.ConstructorDecl
-
- IDend - Variable in class soot.JastAddJ.FieldDeclaration
-
- IDend - Variable in class soot.JastAddJ.IdUse
-
- IDend - Variable in class soot.JastAddJ.MethodAccess
-
- IDend - Variable in class soot.JastAddJ.MethodDecl
-
- IDend - Variable in class soot.JastAddJ.Modifier
-
- IDend - Variable in class soot.JastAddJ.PackageOrTypeAccess
-
- IDend - Variable in class soot.JastAddJ.ParameterDeclaration
-
- IDend - Variable in class soot.JastAddJ.ParseName
-
- IDend - Variable in class soot.JastAddJ.SingleStaticImportDecl
-
- IDend - Variable in class soot.JastAddJ.SuperAccess
-
- IDend - Variable in class soot.JastAddJ.ThisAccess
-
- IDend - Variable in class soot.JastAddJ.TypeAccess
-
- IDend - Variable in class soot.JastAddJ.TypeDecl
-
- IDend - Variable in class soot.JastAddJ.VarAccess
-
- IDend - Variable in class soot.JastAddJ.VariableDecl
-
- IDend - Variable in class soot.JastAddJ.VariableDeclaration
-
- IDENTIFIER - Static variable in class soot.JastAddJ.JastAddJavaParser.Terminals
-
- identifier() - Method in class soot.JastAddJ.Signatures
-
- IdentifiersMetric - Class in soot.toolkits.astmetrics
-
- IdentifiersMetric(Node) - Constructor for class soot.toolkits.astmetrics.IdentifiersMetric
-
- IdentityCastEliminator - Class in soot.jimple.toolkits.scalar
-
Transformer that removes unnecessary identity casts such as
$i3 = (int) $i3
when $i3 is already of type "int".
- IdentityCastEliminator(Singletons.Global) - Constructor for class soot.jimple.toolkits.scalar.IdentityCastEliminator
-
- identityConversionTo(TypeDecl) - Method in class soot.JastAddJ.TypeDecl
-
- IdentityHashMultiMap<K,V> - Class in soot.util
-
An identity-based version of the MultiMap.
- IdentityHashMultiMap() - Constructor for class soot.util.IdentityHashMultiMap
-
- IdentityHashSet<E> - Class in soot.util
-
- IdentityHashSet() - Constructor for class soot.util.IdentityHashSet
-
Deprecated.
Creates a new, empty IdentityHashSet.
- IdentityHashSet(Collection<E>) - Constructor for class soot.util.IdentityHashSet
-
Deprecated.
Creates a new IdentityHashSet containing the same elements as the given collection.
- IdentityInst - Interface in soot.baf
-
- IdentityOperationEliminator - Class in soot.jimple.toolkits.scalar
-
Transformer that eliminates unnecessary logic operations such as
$z0 = a | 0
which can more easily be repesented as
$z0 = a
- IdentityOperationEliminator(Singletons.Global) - Constructor for class soot.jimple.toolkits.scalar.IdentityOperationEliminator
-
- IdentityPair<T,U> - Class in soot.toolkits.scalar
-
Just a pair of arbitrary objects.
- IdentityPair(T, U) - Constructor for class soot.toolkits.scalar.IdentityPair
-
- identityRef(IdentityRef) - Method in class soot.AbstractUnitPrinter
-
- identityRef(IdentityRef) - Method in class soot.BriefUnitPrinter
-
- identityRef(IdentityRef) - Method in class soot.dava.DavaUnitPrinter
-
- IdentityRef - Interface in soot.jimple
-
- identityRef(IdentityRef) - Method in class soot.LabeledUnitPrinter
-
- identityRef(IdentityRef) - Method in class soot.NormalUnitPrinter
-
- identityRef(IdentityRef) - Method in interface soot.UnitPrinter
-
- IdentityRefBox - Class in soot.jimple.internal
-
- IdentityRefBox(Value) - Constructor for class soot.jimple.internal.IdentityRefBox
-
- IdentityStatementsValidator - Enum in soot.jimple.validation
-
- IdentityStmt - Interface in soot.jimple
-
- IdentityUnit - Interface in soot
-
A unit that assigns to a variable from one of {parameters, this, caughtexception}.
- IdentityValidator - Enum in soot.jimple.validation
-
This validator checks whether each ParameterRef and ThisRef is used exactly once.
- IDstart - Variable in class soot.JastAddJ.AmbiguousAccess
-
- IDstart - Variable in class soot.JastAddJ.CatchParameterDeclaration
-
- IDstart - Variable in class soot.JastAddJ.ConstructorAccess
-
- IDstart - Variable in class soot.JastAddJ.ConstructorDecl
-
- IDstart - Variable in class soot.JastAddJ.FieldDeclaration
-
- IDstart - Variable in class soot.JastAddJ.IdUse
-
- IDstart - Variable in class soot.JastAddJ.MethodAccess
-
- IDstart - Variable in class soot.JastAddJ.MethodDecl
-
- IDstart - Variable in class soot.JastAddJ.Modifier
-
- IDstart - Variable in class soot.JastAddJ.PackageOrTypeAccess
-
- IDstart - Variable in class soot.JastAddJ.ParameterDeclaration
-
- IDstart - Variable in class soot.JastAddJ.ParseName
-
- IDstart - Variable in class soot.JastAddJ.SingleStaticImportDecl
-
- IDstart - Variable in class soot.JastAddJ.SuperAccess
-
- IDstart - Variable in class soot.JastAddJ.ThisAccess
-
- IDstart - Variable in class soot.JastAddJ.TypeAccess
-
- IDstart - Variable in class soot.JastAddJ.TypeDecl
-
- IDstart - Variable in class soot.JastAddJ.VarAccess
-
- IDstart - Variable in class soot.JastAddJ.VariableDecl
-
- IDstart - Variable in class soot.JastAddJ.VariableDeclaration
-
- IdUse - Class in soot.JastAddJ
-
- IdUse() - Constructor for class soot.JastAddJ.IdUse
-
- IdUse(String) - Constructor for class soot.JastAddJ.IdUse
-
- IdUse(Symbol) - Constructor for class soot.JastAddJ.IdUse
-
- IEncodingBroker - Class in soot.jimple.spark.geom.geomPA
-
An abstract class for hiding different encoding methods, e.g.
- IEncodingBroker() - Constructor for class soot.jimple.spark.geom.geomPA.IEncodingBroker
-
- ieToKind(InvokeExpr) - Static method in class soot.jimple.toolkits.callgraph.Edge
-
- IEvalFunction - Interface in soot.jimple.toolkits.typing.fast
-
- IF - Static variable in class soot.dava.toolkits.base.renamer.infoGatheringAnalysis
-
- IF - Static variable in class soot.JastAddJ.JastAddJavaParser.Terminals
-
- IF - Static variable in class soot.jimple.Jimple
-
- IFALIAS - Static variable in class soot.shimple.Shimple
-
- IfCmpEqInst - Interface in soot.baf
-
- IfCmpGeInst - Interface in soot.baf
-
- IfCmpGtInst - Interface in soot.baf
-
- IfCmpLeInst - Interface in soot.baf
-
- IfCmpLtInst - Interface in soot.baf
-
- IfCmpNeInst - Interface in soot.baf
-
- IFDSLiveVariables - Class in soot.jimple.toolkits.ide.exampleproblems
-
- IFDSLiveVariables(InterproceduralCFG<Unit, SootMethod>) - Constructor for class soot.jimple.toolkits.ide.exampleproblems.IFDSLiveVariables
-
- IFDSLocalInfoFlow - Class in soot.jimple.toolkits.ide.exampleproblems
-
- IFDSLocalInfoFlow(InterproceduralCFG<Unit, SootMethod>) - Constructor for class soot.jimple.toolkits.ide.exampleproblems.IFDSLocalInfoFlow
-
- IFDSPossibleTypes - Class in soot.jimple.toolkits.ide.exampleproblems
-
- IFDSPossibleTypes(InterproceduralCFG<Unit, SootMethod>) - Constructor for class soot.jimple.toolkits.ide.exampleproblems.IFDSPossibleTypes
-
- IFDSReachingDefinitions - Class in soot.jimple.toolkits.ide.exampleproblems
-
- IFDSReachingDefinitions(InterproceduralCFG<Unit, SootMethod>) - Constructor for class soot.jimple.toolkits.ide.exampleproblems.IFDSReachingDefinitions
-
- IFDSUninitializedVariables - Class in soot.jimple.toolkits.ide.exampleproblems
-
- IFDSUninitializedVariables(InterproceduralCFG<Unit, SootMethod>) - Constructor for class soot.jimple.toolkits.ide.exampleproblems.IFDSUninitializedVariables
-
- IfElseBreaker - Class in soot.dava.toolkits.base.AST.transformations
-
- IfElseBreaker() - Constructor for class soot.dava.toolkits.base.AST.transformations.IfElseBreaker
-
- IfElseSplitter - Class in soot.dava.toolkits.base.AST.transformations
-
- IfElseSplitter() - Constructor for class soot.dava.toolkits.base.AST.transformations.IfElseSplitter
-
- IfElseSplitter(boolean) - Constructor for class soot.dava.toolkits.base.AST.transformations.IfElseSplitter
-
- IfEqInst - Interface in soot.baf
-
- IfFinder - Class in soot.dava.toolkits.base.finders
-
- IfFinder(Singletons.Global) - Constructor for class soot.dava.toolkits.base.finders.IfFinder
-
- IfGeInst - Interface in soot.baf
-
- IfGtInst - Interface in soot.baf
-
- IFigureManager - Class in soot.jimple.spark.geom.geomPA
-
An interface to standardize the functionality of a figure manager.
- IFigureManager() - Constructor for class soot.jimple.spark.geom.geomPA.IFigureManager
-
- IfLeInst - Interface in soot.baf
-
- IfLtInst - Interface in soot.baf
-
- IfNeInst - Interface in soot.baf
-
- IfNonNullInst - Interface in soot.baf
-
- ifNotReachableReturnInputElseProcessBodyAndReturnTrue(ASTNode, DavaFlowSet) - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.UnreachableCodeFinder
-
- IfNullInst - Interface in soot.baf
-
- IfNullToTryCatch - Class in soot.jbco.bafTransformations
-
- IfNullToTryCatch() - Constructor for class soot.jbco.bafTransformations.IfNullToTryCatch
-
- ifStatement(DexBody) - Method in class soot.dexpler.instructions.ConditionalJumpInstruction
-
Return an if statement depending on the instruction.
- ifStatement(DexBody) - Method in class soot.dexpler.instructions.IfTestInstruction
-
- ifStatement(DexBody) - Method in class soot.dexpler.instructions.IfTestzInstruction
-
- IfStmt - Class in soot.JastAddJ
-
- IfStmt(Expr, Stmt) - Constructor for class soot.JastAddJ.IfStmt
-
- IfStmt(Expr, Stmt, Stmt) - Constructor for class soot.JastAddJ.IfStmt
-
- IfStmt() - Constructor for class soot.JastAddJ.IfStmt
-
- IfStmt(Expr, Stmt, Opt<Stmt>) - Constructor for class soot.JastAddJ.IfStmt
-
- IfStmt - Interface in soot.jimple
-
- IfTestInstruction - Class in soot.dexpler.instructions
-
- IfTestInstruction(Instruction, int) - Constructor for class soot.dexpler.instructions.IfTestInstruction
-
- IfTestzInstruction - Class in soot.dexpler.instructions
-
- IfTestzInstruction(Instruction, int) - Constructor for class soot.dexpler.instructions.IfTestzInstruction
-
- IgetInstruction - Class in soot.dexpler.instructions
-
- IgetInstruction(Instruction, int) - Constructor for class soot.dexpler.instructions.IgetInstruction
-
- ignore_classpath_errors() - Method in class soot.options.Options
-
- ignore_nullpointer_dereferences() - Method in class soot.options.JBTROptions
-
Ignore Nullpointer Dereferences --
Ignores virtual method calls on base objects that may only be
null.
- ignore_resolution_errors() - Method in class soot.options.Options
-
- ignore_resolving_levels() - Method in class soot.options.Options
-
- ignore_types() - Method in class soot.options.PaddleOptions
-
Ignore Types Entirely --
Make Paddle completely ignore declared types of variables.
- ignore_types() - Method in class soot.options.SparkOptions
-
Ignore Types Entirely --
Make Spark completely ignore declared types of variables.
- ignore_types_for_sccs() - Method in class soot.options.SparkOptions
-
Ignore Types For SCCs --
Ignore declared types when determining node equivalence for SCCs.
- ignoredTokens - Variable in class soot.jimple.parser.parser.Parser
-
- ignoreThisDataType(Type) - Method in class soot.jimple.toolkits.infoflow.SimpleMethodInfoFlowAnalysis
-
- ignoreThisDataType(Type) - Method in class soot.jimple.toolkits.infoflow.SmartMethodInfoFlowAnalysis
-
- ignoreTypes - Variable in class soot.jimple.spark.solver.SCCCollapser
-
- ignoreTypes - Variable in class soot.jimple.spark.solver.TopoSorter
-
- IHierarchy - Interface in soot.jimple.toolkits.typing.fast
-
- iie() - Method in class soot.jimple.toolkits.callgraph.InvokeCallSite
-
- iie() - Method in class soot.jimple.toolkits.callgraph.VirtualCallSite
-
- IInitialResolver - Interface in soot.javaToJimple
-
- IInitialResolver.Dependencies - Class in soot.javaToJimple
-
- IInteractionConstants - Interface in soot.toolkits.graph.interaction
-
- IInteractionController - Interface in soot.toolkits.graph.interaction
-
- IInteractionListener - Interface in soot.toolkits.graph.interaction
-
- IJbcoTransform - Interface in soot.jbco
-
- ILLEGAL_MONITOR_STATE_EXCEPTION - Variable in class soot.toolkits.exceptions.ThrowableSet.Manager
-
- IllegalLiteral - Class in soot.JastAddJ
-
Literal produced when the compiler tries to parse
a malformatted NumericLiteral.
- IllegalLiteral() - Constructor for class soot.JastAddJ.IllegalLiteral
-
- IllegalLiteral(String) - Constructor for class soot.JastAddJ.IllegalLiteral
-
- IllegalLiteral(Symbol) - Constructor for class soot.JastAddJ.IllegalLiteral
-
- Immediate - Interface in soot
-
A local or constant.
- ImmediateBox - Class in soot.jimple.internal
-
- ImmediateBox(Value) - Constructor for class soot.jimple.internal.ImmediateBox
-
- ImmutableStack<T> - Class in soot.jimple.spark.ondemand.genericutil
-
- implementedInterfaces() - Method in class soot.JastAddJ.ClassDecl
-
- implementedInterfaces() - Method in class soot.JastAddJ.GLBType
-
- implementedInterfaces() - Method in class soot.JastAddJ.InterfaceDecl
-
- implementedInterfaces() - Method in class soot.JastAddJ.LUBType
-
- implementedInterfaces() - Method in class soot.JastAddJ.TypeDecl
-
- implementedInterfaces_computed - Variable in class soot.JastAddJ.ClassDecl
-
- implementedInterfaces_computed - Variable in class soot.JastAddJ.InterfaceDecl
-
- implementedInterfaces_computed - Variable in class soot.JastAddJ.TypeDecl
-
- implementedInterfaces_value - Variable in class soot.JastAddJ.ClassDecl
-
- implementedInterfaces_value - Variable in class soot.JastAddJ.InterfaceDecl
-
- implementedInterfaces_value - Variable in class soot.JastAddJ.TypeDecl
-
- IMPLEMENTS - Static variable in class soot.JastAddJ.JastAddJavaParser.Terminals
-
- IMPLEMENTS - Static variable in class soot.jimple.Jimple
-
- implementsInterface(String) - Method in class soot.SootClass
-
Does this class directly implement the given interface? (see getInterfaceCount())
- implementsMethod(MethodDecl) - Method in class soot.JastAddJ.EnumConstant
-
- implicit() - Method in class soot.EntryPoints
-
Returns only the entry points invoked implicitly by the VM.
- implicit_entry() - Method in class soot.options.CGOptions
-
Implicit Entry Points --
Include methods called implicitly by the VM as entry points.
- IMPORT - Static variable in class soot.JastAddJ.JastAddJavaParser.Terminals
-
- ImportantTagAggregator - Class in soot.tagkit
-
A tag aggregator that associates a tag with the most important instruction that is tagged with it.
- ImportantTagAggregator() - Constructor for class soot.tagkit.ImportantTagAggregator
-
- importBodyContentsFrom(Body) - Method in class soot.Body
-
Copies the contents of the given Body into this one.
- ImportDecl - Class in soot.JastAddJ
-
- ImportDecl() - Constructor for class soot.JastAddJ.ImportDecl
-
- ImportDecl(Access) - Constructor for class soot.JastAddJ.ImportDecl
-
- importedFields(String) - Method in class soot.JastAddJ.CompilationUnit
-
- importedFields(String) - Method in class soot.JastAddJ.ImportDecl
-
- importedFields(String) - Method in class soot.JastAddJ.StaticImportDecl
-
- importedFields_String_values - Variable in class soot.JastAddJ.ImportDecl
-
- importedFields_String_values - Variable in class soot.JastAddJ.StaticImportDecl
-
- importedFieldsOnDemand(String) - Method in class soot.JastAddJ.CompilationUnit
-
- importedMethods(String) - Method in class soot.JastAddJ.CompilationUnit
-
- importedMethods(String) - Method in class soot.JastAddJ.ImportDecl
-
- importedMethods(String) - Method in class soot.JastAddJ.StaticImportDecl
-
- importedMethods_String_values - Variable in class soot.JastAddJ.ImportDecl
-
- importedMethods_String_values - Variable in class soot.JastAddJ.StaticImportDecl
-
- importedMethodsOnDemand(String) - Method in class soot.JastAddJ.CompilationUnit
-
- importedTypes(String) - Method in class soot.JastAddJ.CompilationUnit
-
- importedTypes(String) - Method in class soot.JastAddJ.ImportDecl
-
- importedTypes(String) - Method in class soot.JastAddJ.SingleTypeImportDecl
-
- importedTypes(String) - Method in class soot.JastAddJ.StaticImportDecl
-
- importedTypes(String) - Method in class soot.JastAddJ.TypeImportOnDemandDecl
-
- importedTypes_String_values - Variable in class soot.JastAddJ.ImportDecl
-
- importedTypes_String_values - Variable in class soot.JastAddJ.SingleTypeImportDecl
-
- importedTypes_String_values - Variable in class soot.JastAddJ.StaticImportDecl
-
- importedTypes_String_values - Variable in class soot.JastAddJ.TypeImportOnDemandDecl
-
- importedTypesOnDemand(String) - Method in class soot.JastAddJ.CompilationUnit
-
- in$Circle - Variable in class soot.JastAddJ.ASTNode
-
- in$Circle() - Method in class soot.JastAddJ.ASTNode
-
- in$Circle(boolean) - Method in class soot.JastAddJ.ASTNode
-
- IN_CIRCLE - Variable in class soot.JastAddJ.ASTNode$State
-
- inAAbstractModifier(AAbstractModifier) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAAbstractModifier(AAbstractModifier) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAAndBinop(AAndBinop) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAAndBinop(AAndBinop) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAAnnotationModifier(AAnnotationModifier) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAAnnotationModifier(AAnnotationModifier) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAArrayBrackets(AArrayBrackets) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAArrayBrackets(AArrayBrackets) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAArrayDescriptor(AArrayDescriptor) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAArrayDescriptor(AArrayDescriptor) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAArrayNewExpr(AArrayNewExpr) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAArrayNewExpr(AArrayNewExpr) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAArrayReference(AArrayReference) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAArrayReference(AArrayReference) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAAssignStatement(AAssignStatement) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAAssignStatement(AAssignStatement) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inABaseNonvoidType(ABaseNonvoidType) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inABaseNonvoidType(ABaseNonvoidType) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inABinopBoolExpr(ABinopBoolExpr) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inABinopBoolExpr(ABinopBoolExpr) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inABinopExpr(ABinopExpr) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inABinopExpr(ABinopExpr) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inABinopExpression(ABinopExpression) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inABinopExpression(ABinopExpression) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inABooleanBaseType(ABooleanBaseType) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inABooleanBaseType(ABooleanBaseType) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inABooleanBaseTypeNoName(ABooleanBaseTypeNoName) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inABooleanBaseTypeNoName(ABooleanBaseTypeNoName) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inABreakpointStatement(ABreakpointStatement) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inABreakpointStatement(ABreakpointStatement) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAByteBaseType(AByteBaseType) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAByteBaseType(AByteBaseType) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAByteBaseTypeNoName(AByteBaseTypeNoName) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAByteBaseTypeNoName(AByteBaseTypeNoName) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inACaseStmt(ACaseStmt) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inACaseStmt(ACaseStmt) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inACastExpression(ACastExpression) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inACastExpression(ACastExpression) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inACatchClause(ACatchClause) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inACatchClause(ACatchClause) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inACharBaseType(ACharBaseType) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inACharBaseType(ACharBaseType) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inACharBaseTypeNoName(ACharBaseTypeNoName) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inACharBaseTypeNoName(ACharBaseTypeNoName) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAClassFileType(AClassFileType) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAClassFileType(AClassFileType) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAClassNameBaseType(AClassNameBaseType) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAClassNameBaseType(AClassNameBaseType) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAClassNameMultiClassNameList(AClassNameMultiClassNameList) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAClassNameMultiClassNameList(AClassNameMultiClassNameList) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAClassNameSingleClassNameList(AClassNameSingleClassNameList) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAClassNameSingleClassNameList(AClassNameSingleClassNameList) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAClzzConstant(AClzzConstant) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAClzzConstant(AClzzConstant) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inACmpBinop(ACmpBinop) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inACmpBinop(ACmpBinop) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inACmpeqBinop(ACmpeqBinop) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inACmpeqBinop(ACmpeqBinop) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inACmpgBinop(ACmpgBinop) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inACmpgBinop(ACmpgBinop) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inACmpgeBinop(ACmpgeBinop) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inACmpgeBinop(ACmpgeBinop) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inACmpgtBinop(ACmpgtBinop) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inACmpgtBinop(ACmpgtBinop) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inACmplBinop(ACmplBinop) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inACmplBinop(ACmplBinop) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inACmpleBinop(ACmpleBinop) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inACmpleBinop(ACmpleBinop) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inACmpltBinop(ACmpltBinop) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inACmpltBinop(ACmpltBinop) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inACmpneBinop(ACmpneBinop) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inACmpneBinop(ACmpneBinop) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAConstantCaseLabel(AConstantCaseLabel) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAConstantCaseLabel(AConstantCaseLabel) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAConstantImmediate(AConstantImmediate) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAConstantImmediate(AConstantImmediate) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inADeclaration(ADeclaration) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inADeclaration(ADeclaration) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inADefaultCaseLabel(ADefaultCaseLabel) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inADefaultCaseLabel(ADefaultCaseLabel) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inADivBinop(ADivBinop) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inADivBinop(ADivBinop) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inADoubleBaseType(ADoubleBaseType) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inADoubleBaseType(ADoubleBaseType) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inADoubleBaseTypeNoName(ADoubleBaseTypeNoName) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inADoubleBaseTypeNoName(ADoubleBaseTypeNoName) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inADynamicInvokeExpr(ADynamicInvokeExpr) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inADynamicInvokeExpr(ADynamicInvokeExpr) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAEmptyMethodBody(AEmptyMethodBody) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAEmptyMethodBody(AEmptyMethodBody) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAEntermonitorStatement(AEntermonitorStatement) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAEntermonitorStatement(AEntermonitorStatement) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAEnumModifier(AEnumModifier) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAEnumModifier(AEnumModifier) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAExitmonitorStatement(AExitmonitorStatement) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAExitmonitorStatement(AExitmonitorStatement) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAExtendsClause(AExtendsClause) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAExtendsClause(AExtendsClause) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAFieldMember(AFieldMember) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAFieldMember(AFieldMember) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAFieldReference(AFieldReference) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAFieldReference(AFieldReference) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAFieldSignature(AFieldSignature) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAFieldSignature(AFieldSignature) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAFile(AFile) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAFile(AFile) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAFile(AFile) - Method in class soot.jimple.parser.Walker
-
- inAFileBody(AFileBody) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAFileBody(AFileBody) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAFinalModifier(AFinalModifier) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAFinalModifier(AFinalModifier) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAFixedArrayDescriptor(AFixedArrayDescriptor) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAFixedArrayDescriptor(AFixedArrayDescriptor) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAFloatBaseType(AFloatBaseType) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAFloatBaseType(AFloatBaseType) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAFloatBaseTypeNoName(AFloatBaseTypeNoName) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAFloatBaseTypeNoName(AFloatBaseTypeNoName) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAFloatConstant(AFloatConstant) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAFloatConstant(AFloatConstant) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAFullIdentClassName(AFullIdentClassName) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAFullIdentClassName(AFullIdentClassName) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAFullIdentNonvoidType(AFullIdentNonvoidType) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAFullIdentNonvoidType(AFullIdentNonvoidType) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAFullMethodBody(AFullMethodBody) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAFullMethodBody(AFullMethodBody) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAFullMethodBody(AFullMethodBody) - Method in class soot.jimple.parser.Walker
-
- inAGotoStatement(AGotoStatement) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAGotoStatement(AGotoStatement) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAGotoStmt(AGotoStmt) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAGotoStmt(AGotoStmt) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAIdentArrayRef(AIdentArrayRef) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAIdentArrayRef(AIdentArrayRef) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAIdentClassName(AIdentClassName) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAIdentClassName(AIdentClassName) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAIdentityNoTypeStatement(AIdentityNoTypeStatement) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAIdentityNoTypeStatement(AIdentityNoTypeStatement) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAIdentityStatement(AIdentityStatement) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAIdentityStatement(AIdentityStatement) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAIdentName(AIdentName) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAIdentName(AIdentName) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAIdentNonvoidType(AIdentNonvoidType) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAIdentNonvoidType(AIdentNonvoidType) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAIfStatement(AIfStatement) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAIfStatement(AIfStatement) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAImmediateExpression(AImmediateExpression) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAImmediateExpression(AImmediateExpression) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAImplementsClause(AImplementsClause) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAImplementsClause(AImplementsClause) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAInstanceofExpression(AInstanceofExpression) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAInstanceofExpression(AInstanceofExpression) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAIntBaseType(AIntBaseType) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAIntBaseType(AIntBaseType) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAIntBaseTypeNoName(AIntBaseTypeNoName) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAIntBaseTypeNoName(AIntBaseTypeNoName) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAIntegerConstant(AIntegerConstant) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAIntegerConstant(AIntegerConstant) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAInterfaceFileType(AInterfaceFileType) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAInterfaceFileType(AInterfaceFileType) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAInterfaceNonstaticInvoke(AInterfaceNonstaticInvoke) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAInterfaceNonstaticInvoke(AInterfaceNonstaticInvoke) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAInvokeExpression(AInvokeExpression) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAInvokeExpression(AInvokeExpression) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAInvokeStatement(AInvokeStatement) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAInvokeStatement(AInvokeStatement) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inALabelName(ALabelName) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inALabelName(ALabelName) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inALabelStatement(ALabelStatement) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inALabelStatement(ALabelStatement) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inALengthofUnop(ALengthofUnop) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inALengthofUnop(ALengthofUnop) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inALocalFieldRef(ALocalFieldRef) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inALocalFieldRef(ALocalFieldRef) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inALocalImmediate(ALocalImmediate) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inALocalImmediate(ALocalImmediate) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inALocalName(ALocalName) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inALocalName(ALocalName) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inALocalVariable(ALocalVariable) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inALocalVariable(ALocalVariable) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inALongBaseType(ALongBaseType) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inALongBaseType(ALongBaseType) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inALongBaseTypeNoName(ALongBaseTypeNoName) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inALongBaseTypeNoName(ALongBaseTypeNoName) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inALookupswitchStatement(ALookupswitchStatement) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inALookupswitchStatement(ALookupswitchStatement) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAMethodMember(AMethodMember) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAMethodMember(AMethodMember) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAMethodSignature(AMethodSignature) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAMethodSignature(AMethodSignature) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAMinusBinop(AMinusBinop) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAMinusBinop(AMinusBinop) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAModBinop(AModBinop) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAModBinop(AModBinop) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAMultBinop(AMultBinop) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAMultBinop(AMultBinop) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAMultiArgList(AMultiArgList) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAMultiArgList(AMultiArgList) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAMultiLocalNameList(AMultiLocalNameList) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAMultiLocalNameList(AMultiLocalNameList) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAMultiNameList(AMultiNameList) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAMultiNameList(AMultiNameList) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAMultiNewExpr(AMultiNewExpr) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAMultiNewExpr(AMultiNewExpr) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAMultiParameterList(AMultiParameterList) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAMultiParameterList(AMultiParameterList) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inANativeModifier(ANativeModifier) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inANativeModifier(ANativeModifier) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inANegUnop(ANegUnop) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inANegUnop(ANegUnop) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inANewExpression(ANewExpression) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inANewExpression(ANewExpression) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inANonstaticInvokeExpr(ANonstaticInvokeExpr) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inANonstaticInvokeExpr(ANonstaticInvokeExpr) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inANonvoidJimpleType(ANonvoidJimpleType) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inANonvoidJimpleType(ANonvoidJimpleType) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inANopStatement(ANopStatement) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inANopStatement(ANopStatement) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inANovoidType(ANovoidType) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inANovoidType(ANovoidType) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inANullBaseType(ANullBaseType) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inANullBaseType(ANullBaseType) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inANullBaseTypeNoName(ANullBaseTypeNoName) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inANullBaseTypeNoName(ANullBaseTypeNoName) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inANullConstant(ANullConstant) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inANullConstant(ANullConstant) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAOrBinop(AOrBinop) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAOrBinop(AOrBinop) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAParameter(AParameter) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAParameter(AParameter) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAPlusBinop(APlusBinop) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAPlusBinop(APlusBinop) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAPrivateModifier(APrivateModifier) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAPrivateModifier(APrivateModifier) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAProtectedModifier(AProtectedModifier) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAProtectedModifier(AProtectedModifier) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAPublicModifier(APublicModifier) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAPublicModifier(APublicModifier) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAQuotedArrayRef(AQuotedArrayRef) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAQuotedArrayRef(AQuotedArrayRef) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAQuotedClassName(AQuotedClassName) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAQuotedClassName(AQuotedClassName) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAQuotedName(AQuotedName) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAQuotedName(AQuotedName) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAQuotedNonvoidType(AQuotedNonvoidType) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAQuotedNonvoidType(AQuotedNonvoidType) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAReferenceExpression(AReferenceExpression) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAReferenceExpression(AReferenceExpression) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAReferenceVariable(AReferenceVariable) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAReferenceVariable(AReferenceVariable) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inARetStatement(ARetStatement) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inARetStatement(ARetStatement) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAReturnStatement(AReturnStatement) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAReturnStatement(AReturnStatement) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inArrayRef(ArrayRef) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- inArrayRef(ArrayRef) - Method in class soot.dava.toolkits.base.renamer.infoGatheringAnalysis
-
- inAShlBinop(AShlBinop) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAShlBinop(AShlBinop) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAShortBaseType(AShortBaseType) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAShortBaseType(AShortBaseType) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAShortBaseTypeNoName(AShortBaseTypeNoName) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAShortBaseTypeNoName(AShortBaseTypeNoName) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAShrBinop(AShrBinop) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAShrBinop(AShrBinop) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inASigFieldRef(ASigFieldRef) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inASigFieldRef(ASigFieldRef) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inASimpleNewExpr(ASimpleNewExpr) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inASimpleNewExpr(ASimpleNewExpr) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inASingleArgList(ASingleArgList) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inASingleArgList(ASingleArgList) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inASingleLocalNameList(ASingleLocalNameList) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inASingleLocalNameList(ASingleLocalNameList) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inASingleNameList(ASingleNameList) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inASingleNameList(ASingleNameList) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inASingleParameterList(ASingleParameterList) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inASingleParameterList(ASingleParameterList) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inASpecialNonstaticInvoke(ASpecialNonstaticInvoke) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inASpecialNonstaticInvoke(ASpecialNonstaticInvoke) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inASTAndCondition(ASTAndCondition) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- inAStaticInvokeExpr(AStaticInvokeExpr) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAStaticInvokeExpr(AStaticInvokeExpr) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAStaticModifier(AStaticModifier) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAStaticModifier(AStaticModifier) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inASTBinaryCondition(ASTBinaryCondition) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- inASTBinaryCondition(ASTBinaryCondition) - Method in class soot.dava.toolkits.base.renamer.infoGatheringAnalysis
-
- inASTDoWhileNode(ASTDoWhileNode) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- inASTDoWhileNode(ASTDoWhileNode) - Method in class soot.dava.toolkits.base.AST.transformations.CPApplication
-
- inASTDoWhileNode(ASTDoWhileNode) - Method in class soot.dava.toolkits.base.AST.transformations.DeInliningFinalFields
-
- inASTDoWhileNode(ASTDoWhileNode) - Method in class soot.dava.toolkits.base.AST.traversals.AllVariableUses
-
- inASTDoWhileNode(ASTDoWhileNode) - Method in class soot.dava.toolkits.base.AST.traversals.ASTParentNodeFinder
-
- inASTDoWhileNode(ASTDoWhileNode) - Method in class soot.dava.toolkits.base.AST.traversals.ASTUsesAndDefs
-
- inASTDoWhileNode(ASTDoWhileNode) - Method in class soot.dava.toolkits.base.AST.traversals.ClosestAbruptTargetFinder
-
- inASTDoWhileNode(ASTDoWhileNode) - Method in class soot.dava.toolkits.base.AST.traversals.LabelToNodeMapper
-
- inASTDoWhileNode(ASTDoWhileNode) - Method in class soot.dava.toolkits.base.renamer.infoGatheringAnalysis
-
- inASTForLoopNode(ASTForLoopNode) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- inASTForLoopNode(ASTForLoopNode) - Method in class soot.dava.toolkits.base.AST.transformations.CPApplication
-
- inASTForLoopNode(ASTForLoopNode) - Method in class soot.dava.toolkits.base.AST.transformations.DeInliningFinalFields
-
- inASTForLoopNode(ASTForLoopNode) - Method in class soot.dava.toolkits.base.AST.traversals.AllVariableUses
-
- inASTForLoopNode(ASTForLoopNode) - Method in class soot.dava.toolkits.base.AST.traversals.ASTParentNodeFinder
-
- inASTForLoopNode(ASTForLoopNode) - Method in class soot.dava.toolkits.base.AST.traversals.ASTUsesAndDefs
-
- inASTForLoopNode(ASTForLoopNode) - Method in class soot.dava.toolkits.base.AST.traversals.ClosestAbruptTargetFinder
-
- inASTForLoopNode(ASTForLoopNode) - Method in class soot.dava.toolkits.base.AST.traversals.LabelToNodeMapper
-
- inASTForLoopNode(ASTForLoopNode) - Method in class soot.dava.toolkits.base.renamer.infoGatheringAnalysis
-
- inASTIfElseNode(ASTIfElseNode) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- inASTIfElseNode(ASTIfElseNode) - Method in class soot.dava.toolkits.base.AST.transformations.CPApplication
-
- inASTIfElseNode(ASTIfElseNode) - Method in class soot.dava.toolkits.base.AST.transformations.DeInliningFinalFields
-
- inASTIfElseNode(ASTIfElseNode) - Method in class soot.dava.toolkits.base.AST.traversals.AllVariableUses
-
- inASTIfElseNode(ASTIfElseNode) - Method in class soot.dava.toolkits.base.AST.traversals.ASTParentNodeFinder
-
- inASTIfElseNode(ASTIfElseNode) - Method in class soot.dava.toolkits.base.AST.traversals.ASTUsesAndDefs
-
- inASTIfElseNode(ASTIfElseNode) - Method in class soot.dava.toolkits.base.AST.traversals.LabelToNodeMapper
-
- inASTIfElseNode(ASTIfElseNode) - Method in class soot.dava.toolkits.base.renamer.infoGatheringAnalysis
-
- inASTIfNode(ASTIfNode) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- inASTIfNode(ASTIfNode) - Method in class soot.dava.toolkits.base.AST.transformations.CPApplication
-
- inASTIfNode(ASTIfNode) - Method in class soot.dava.toolkits.base.AST.transformations.DeInliningFinalFields
-
- inASTIfNode(ASTIfNode) - Method in class soot.dava.toolkits.base.AST.traversals.AllVariableUses
-
- inASTIfNode(ASTIfNode) - Method in class soot.dava.toolkits.base.AST.traversals.ASTParentNodeFinder
-
- inASTIfNode(ASTIfNode) - Method in class soot.dava.toolkits.base.AST.traversals.ASTUsesAndDefs
-
- inASTIfNode(ASTIfNode) - Method in class soot.dava.toolkits.base.AST.traversals.LabelToNodeMapper
-
- inASTIfNode(ASTIfNode) - Method in class soot.dava.toolkits.base.renamer.infoGatheringAnalysis
-
- inASTLabeledBlockNode(ASTLabeledBlockNode) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- inASTLabeledBlockNode(ASTLabeledBlockNode) - Method in class soot.dava.toolkits.base.AST.traversals.ASTParentNodeFinder
-
- inASTLabeledBlockNode(ASTLabeledBlockNode) - Method in class soot.dava.toolkits.base.AST.traversals.LabelToNodeMapper
-
- inASTMethodNode(ASTMethodNode) - Method in class soot.dava.MethodCallFinder
-
- inASTMethodNode(ASTMethodNode) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- inASTMethodNode(ASTMethodNode) - Method in class soot.dava.toolkits.base.AST.transformations.DeInliningFinalFields
-
- inASTMethodNode(ASTMethodNode) - Method in class soot.dava.toolkits.base.AST.transformations.IfElseSplitter
-
- inASTMethodNode(ASTMethodNode) - Method in class soot.dava.toolkits.base.AST.transformations.ShortcutArrayInit
-
- inASTMethodNode(ASTMethodNode) - Method in class soot.dava.toolkits.base.AST.transformations.UselessAbruptStmtRemover
-
- inASTMethodNode(ASTMethodNode) - Method in class soot.dava.toolkits.base.AST.transformations.UselessLabeledBlockRemover
-
- inASTMethodNode(ASTMethodNode) - Method in class soot.dava.toolkits.base.AST.traversals.ASTParentNodeFinder
-
- inASTMethodNode(ASTMethodNode) - Method in class soot.dava.toolkits.base.AST.traversals.InitializationDeclarationShortcut
-
- inASTOrCondition(ASTOrCondition) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- inAStrictfpModifier(AStrictfpModifier) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAStrictfpModifier(AStrictfpModifier) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAStringConstant(AStringConstant) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAStringConstant(AStringConstant) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inASTStatementSequenceNode(ASTStatementSequenceNode) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- inASTStatementSequenceNode(ASTStatementSequenceNode) - Method in class soot.dava.toolkits.base.AST.transformations.CPApplication
-
- inASTStatementSequenceNode(ASTStatementSequenceNode) - Method in class soot.dava.toolkits.base.AST.transformations.DeInliningFinalFields
-
- inASTStatementSequenceNode(ASTStatementSequenceNode) - Method in class soot.dava.toolkits.base.AST.transformations.ShortcutArrayInit
-
- inASTStatementSequenceNode(ASTStatementSequenceNode) - Method in class soot.dava.toolkits.base.AST.transformations.ShortcutIfGenerator
-
- inASTStatementSequenceNode(ASTStatementSequenceNode) - Method in class soot.dava.toolkits.base.AST.transformations.SuperFirstStmtHandler
-
- inASTStatementSequenceNode(ASTStatementSequenceNode) - Method in class soot.dava.toolkits.base.AST.transformations.TypeCastingError
-
- inASTStatementSequenceNode(ASTStatementSequenceNode) - Method in class soot.dava.toolkits.base.AST.transformations.UnreachableCodeEliminator
-
- inASTStatementSequenceNode(ASTStatementSequenceNode) - Method in class soot.dava.toolkits.base.AST.traversals.AllVariableUses
-
- inASTStatementSequenceNode(ASTStatementSequenceNode) - Method in class soot.dava.toolkits.base.AST.traversals.ASTParentNodeFinder
-
- inASTStatementSequenceNode(ASTStatementSequenceNode) - Method in class soot.dava.toolkits.base.AST.traversals.ASTUsesAndDefs
-
- inASTStatementSequenceNode(ASTStatementSequenceNode) - Method in class soot.dava.toolkits.base.AST.traversals.CopyPropagation
-
- inASTSwitchNode(ASTSwitchNode) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- inASTSwitchNode(ASTSwitchNode) - Method in class soot.dava.toolkits.base.AST.transformations.CPApplication
-
- inASTSwitchNode(ASTSwitchNode) - Method in class soot.dava.toolkits.base.AST.transformations.DeInliningFinalFields
-
- inASTSwitchNode(ASTSwitchNode) - Method in class soot.dava.toolkits.base.AST.traversals.AllVariableUses
-
- inASTSwitchNode(ASTSwitchNode) - Method in class soot.dava.toolkits.base.AST.traversals.ASTParentNodeFinder
-
- inASTSwitchNode(ASTSwitchNode) - Method in class soot.dava.toolkits.base.AST.traversals.ASTUsesAndDefs
-
- inASTSwitchNode(ASTSwitchNode) - Method in class soot.dava.toolkits.base.AST.traversals.ClosestAbruptTargetFinder
-
- inASTSwitchNode(ASTSwitchNode) - Method in class soot.dava.toolkits.base.AST.traversals.LabelToNodeMapper
-
- inASTSwitchNode(ASTSwitchNode) - Method in class soot.dava.toolkits.base.renamer.infoGatheringAnalysis
-
- inASTSynchronizedBlockNode(ASTSynchronizedBlockNode) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- inASTSynchronizedBlockNode(ASTSynchronizedBlockNode) - Method in class soot.dava.toolkits.base.AST.transformations.DeInliningFinalFields
-
- inASTSynchronizedBlockNode(ASTSynchronizedBlockNode) - Method in class soot.dava.toolkits.base.AST.traversals.AllVariableUses
-
- inASTSynchronizedBlockNode(ASTSynchronizedBlockNode) - Method in class soot.dava.toolkits.base.AST.traversals.ASTParentNodeFinder
-
- inASTSynchronizedBlockNode(ASTSynchronizedBlockNode) - Method in class soot.dava.toolkits.base.AST.traversals.ASTUsesAndDefs
-
- inASTSynchronizedBlockNode(ASTSynchronizedBlockNode) - Method in class soot.dava.toolkits.base.AST.traversals.LabelToNodeMapper
-
- inASTTryNode(ASTTryNode) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- inASTTryNode(ASTTryNode) - Method in class soot.dava.toolkits.base.AST.traversals.ASTParentNodeFinder
-
- inASTTryNode(ASTTryNode) - Method in class soot.dava.toolkits.base.AST.traversals.LabelToNodeMapper
-
- inASTTryNode(ASTTryNode) - Method in class soot.dava.toolkits.base.renamer.infoGatheringAnalysis
-
- inASTUnaryCondition(ASTUnaryCondition) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- inASTUnaryCondition(ASTUnaryCondition) - Method in class soot.dava.toolkits.base.renamer.infoGatheringAnalysis
-
- inASTUnconditionalLoopNode(ASTUnconditionalLoopNode) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- inASTUnconditionalLoopNode(ASTUnconditionalLoopNode) - Method in class soot.dava.toolkits.base.AST.traversals.ASTParentNodeFinder
-
- inASTUnconditionalLoopNode(ASTUnconditionalLoopNode) - Method in class soot.dava.toolkits.base.AST.traversals.ClosestAbruptTargetFinder
-
- inASTUnconditionalLoopNode(ASTUnconditionalLoopNode) - Method in class soot.dava.toolkits.base.AST.traversals.LabelToNodeMapper
-
- inASTWhileNode(ASTWhileNode) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- inASTWhileNode(ASTWhileNode) - Method in class soot.dava.toolkits.base.AST.transformations.CPApplication
-
- inASTWhileNode(ASTWhileNode) - Method in class soot.dava.toolkits.base.AST.transformations.DeInliningFinalFields
-
- inASTWhileNode(ASTWhileNode) - Method in class soot.dava.toolkits.base.AST.traversals.AllVariableUses
-
- inASTWhileNode(ASTWhileNode) - Method in class soot.dava.toolkits.base.AST.traversals.ASTParentNodeFinder
-
- inASTWhileNode(ASTWhileNode) - Method in class soot.dava.toolkits.base.AST.traversals.ASTUsesAndDefs
-
- inASTWhileNode(ASTWhileNode) - Method in class soot.dava.toolkits.base.AST.traversals.ClosestAbruptTargetFinder
-
Following methods add a new node to the end of the nodeStack arrayList Since that node becomes the closest target of an
implicit break or continue
- inASTWhileNode(ASTWhileNode) - Method in class soot.dava.toolkits.base.AST.traversals.LabelToNodeMapper
-
- inASTWhileNode(ASTWhileNode) - Method in class soot.dava.toolkits.base.renamer.infoGatheringAnalysis
-
- inASynchronizedModifier(ASynchronizedModifier) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inASynchronizedModifier(ASynchronizedModifier) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inATableswitchStatement(ATableswitchStatement) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inATableswitchStatement(ATableswitchStatement) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAThrowsClause(AThrowsClause) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAThrowsClause(AThrowsClause) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAThrowStatement(AThrowStatement) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAThrowStatement(AThrowStatement) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inATransientModifier(ATransientModifier) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inATransientModifier(ATransientModifier) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAUnknownJimpleType(AUnknownJimpleType) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAUnknownJimpleType(AUnknownJimpleType) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAUnnamedMethodSignature(AUnnamedMethodSignature) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAUnnamedMethodSignature(AUnnamedMethodSignature) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAUnopBoolExpr(AUnopBoolExpr) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAUnopBoolExpr(AUnopBoolExpr) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAUnopExpr(AUnopExpr) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAUnopExpr(AUnopExpr) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAUnopExpression(AUnopExpression) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAUnopExpression(AUnopExpression) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAUshrBinop(AUshrBinop) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAUshrBinop(AUshrBinop) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAVirtualNonstaticInvoke(AVirtualNonstaticInvoke) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAVirtualNonstaticInvoke(AVirtualNonstaticInvoke) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAVoidType(AVoidType) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAVoidType(AVoidType) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAVolatileModifier(AVolatileModifier) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAVolatileModifier(AVolatileModifier) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inAXorBinop(AXorBinop) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inAXorBinop(AXorBinop) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inBinopExpr(BinopExpr) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- inCastExpr(CastExpr) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- incIndent() - Method in class soot.AbstractUnitPrinter
-
- incIndent() - Method in interface soot.UnitPrinter
-
- IncInst - Interface in soot.baf
-
- incJimpleLnNum() - Method in class soot.Printer
-
- include() - Method in class soot.options.Options
-
- include_all() - Method in class soot.options.Options
-
- includePhantomCallees - Variable in class soot.jimple.toolkits.ide.icfg.JimpleBasedInterproceduralCFG
-
- includeReflectiveCalls - Variable in class soot.jimple.toolkits.ide.icfg.JimpleBasedInterproceduralCFG
-
- includesInnerFields() - Method in class soot.jimple.toolkits.infoflow.InfoFlowAnalysis
-
- includesPrimitiveInfoFlow() - Method in class soot.jimple.toolkits.infoflow.InfoFlowAnalysis
-
- inclusionTest(ShapeNode) - Method in class soot.jimple.spark.geom.dataRep.ShapeNode
-
Test if the invoked figure contains the passed in figure
- IncomingEdgeHandler() - Constructor for class soot.jimple.spark.ondemand.DemandCSPointsTo.IncomingEdgeHandler
-
- increaseDepth() - Method in class soot.jimple.toolkits.thread.mhp.MonitorDepth
-
- increaseRegCount(int) - Method in class soot.toDex.RegisterAllocator
-
- incRefCount() - Method in class soot.jimple.spark.sets.PointsToBitVector
-
- incRefCount() - Method in class soot.jimple.spark.sets.SharedListSet.ListNode
-
- incrementalBuildFinished() - Method in class soot.Scene
-
- IncrementalTypesHeuristic - Class in soot.jimple.spark.ondemand
-
- IncrementalTypesHeuristic(TypeManager) - Constructor for class soot.jimple.spark.ondemand.IncrementalTypesHeuristic
-
- incrementNodesTraversed() - Method in class soot.jimple.spark.ondemand.DemandCSPointsTo
-
- inDeclaringClass() - Method in class soot.JastAddJ.VarAccess
-
- inDefinitionStmt(DefinitionStmt) - Method in class soot.dava.StaticDefinitionFinder
-
- inDefinitionStmt(DefinitionStmt) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- inDefinitionStmt(DefinitionStmt) - Method in class soot.dava.toolkits.base.AST.traversals.AllDefinitionsFinder
-
- inDefinitionStmt(DefinitionStmt) - Method in class soot.dava.toolkits.base.AST.traversals.ASTParentNodeFinder
-
- inDefinitionStmt(DefinitionStmt) - Method in class soot.dava.toolkits.base.AST.traversals.InitializationDeclarationShortcut
-
- inDefinitionStmt(DefinitionStmt) - Method in class soot.dava.toolkits.base.renamer.infoGatheringAnalysis
-
- indeg_cg - Variable in class soot.jimple.spark.geom.geomPA.GeomPointsTo
-
- indent - Variable in class soot.AbstractUnitPrinter
-
- indent() - Method in class soot.JastAddJ.ASTNode
-
- indent() - Method in class soot.sootify.TemplatePrinter
-
- index - Variable in class soot.toolkits.graph.StronglyConnectedComponentsFast
-
- INDEX_OUT_OF_BOUNDS_EXCEPTION - Variable in class soot.toolkits.exceptions.ThrowableSet.Manager
-
- indexBox - Variable in class soot.jimple.internal.JArrayRef
-
- indexFor(Ref) - Method in class soot.jimple.toolkits.thread.synchronization.LockableReferenceAnalysis
-
- indexForNode - Variable in class soot.toolkits.graph.StronglyConnectedComponentsFast
-
- indexOf(T) - Method in class soot.jimple.spark.ondemand.genericutil.Stack
-
returns first index
- indexOf(Object) - Method in class soot.jimple.toolkits.thread.mhp.findobject.MultiRunStatementsFinder
-
- indexOf(N) - Method in class soot.toolkits.graph.MHGDominatorsFinder
-
- indexOfLocal(Value) - Method in class soot.shimple.internal.ShimpleBodyBuilder
-
Convenient function that maps new Locals to the originating Local, and finds the appropriate array index into the naming
structures.
- indexToNode - Variable in class soot.toolkits.graph.MHGDominatorsFinder
-
- IndirectIfJumpsToCaughtGotos - Class in soot.jbco.bafTransformations
-
- IndirectIfJumpsToCaughtGotos() - Constructor for class soot.jbco.bafTransformations.IndirectIfJumpsToCaughtGotos
-
- inDVariableDeclarationStmt(DVariableDeclarationStmt) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- inDVariableDeclarationStmt(DVariableDeclarationStmt) - Method in class soot.dava.toolkits.base.AST.traversals.ASTParentNodeFinder
-
- inExplicitConstructorInvocation() - Method in class soot.JastAddJ.Access
-
- inExplicitConstructorInvocation() - Method in class soot.JastAddJ.ClassInstanceExpr
-
- inExplicitConstructorInvocation() - Method in class soot.JastAddJ.MethodAccess
-
- inExplicitConstructorInvocation() - Method in class soot.JastAddJ.SuperAccess
-
- inExplicitConstructorInvocation() - Method in class soot.JastAddJ.ThisAccess
-
- inExplicitConstructorInvocation() - Method in class soot.JastAddJ.TypeDecl
-
- inExplicitConstructorInvocation() - Method in class soot.JastAddJ.VarAccess
-
- inExplicitConstructorInvocation_computed - Variable in class soot.JastAddJ.TypeDecl
-
- inExplicitConstructorInvocation_value - Variable in class soot.JastAddJ.TypeDecl
-
- inExpr(Expr) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- inExprOrRefValueBox(ValueBox) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- inExprOrRefValueBox(ValueBox) - Method in class soot.dava.toolkits.base.AST.transformations.NewStringBufferSimplification
-
- inExtendsOrImplements() - Method in class soot.JastAddJ.Expr
-
- inferTypes() - Method in class soot.jimple.toolkits.typing.fast.TypeResolver
-
- info() - Method in class soot.toolkits.graph.interaction.FlowInfo
-
- info(I) - Method in class soot.toolkits.graph.interaction.FlowInfo
-
- info() - Method in class soot.toolkits.graph.interaction.InteractionEvent
-
- info() - Method in class soot.xml.LinkAttribute
-
- info() - Method in class soot.xml.StringAttribute
-
- InfoFlowAnalysis - Class in soot.jimple.toolkits.infoflow
-
- InfoFlowAnalysis(boolean, boolean) - Constructor for class soot.jimple.toolkits.infoflow.InfoFlowAnalysis
-
- InfoFlowAnalysis(boolean, boolean, boolean) - Constructor for class soot.jimple.toolkits.infoflow.InfoFlowAnalysis
-
- infoGatheringAnalysis - Class in soot.dava.toolkits.base.renamer
-
- infoGatheringAnalysis(DavaBody) - Constructor for class soot.dava.toolkits.base.renamer.infoGatheringAnalysis
-
- inhModifiedInScope(Variable) - Method in class soot.JastAddJ.ParameterDeclaration
-
- inInstanceFieldRef(InstanceFieldRef) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- inInstanceFieldRef(InstanceFieldRef) - Method in class soot.dava.toolkits.base.renamer.infoGatheringAnalysis
-
- inInstanceInvokeExpr(InstanceInvokeExpr) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- inInstanceOfExpr(InstanceOfExpr) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- inInvokeExpr(InvokeExpr) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- inInvokeStmt(InvokeStmt) - Method in class soot.dava.MethodCallFinder
-
- inInvokeStmt(InvokeStmt) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- inInvokeStmt(InvokeStmt) - Method in class soot.dava.toolkits.base.AST.traversals.ASTParentNodeFinder
-
- init() - Method in class soot.dava.toolkits.base.AST.traversals.AllVariableUses
-
- init() - Method in class soot.jimple.spark.geom.geomPA.OfflineProcessor
-
Call it before running the optimizations.
- init() - Method in class soot.util.UnitMap
-
allows one-time initialization before any mapping.
- init$Children() - Method in class soot.JastAddJ.AbstractDot
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.AbstractWildcard
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.AbstractWildcardType
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.Access
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.AddExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.AdditiveExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.AmbiguousAccess
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.AndBitwiseExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.AndLogicalExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.AnnotatedCompilationUnit
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.Annotation
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.AnnotationDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.AnnotationMethodDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.AnonymousDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ArithmeticExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ArrayAccess
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ArrayCreationExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ArrayDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ArrayInit
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ArrayTypeAccess
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ArrayTypeWithSizeAccess
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.AssertStmt
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.AssignAdditiveExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.AssignAndExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.AssignBitwiseExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.AssignDivExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.AssignExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.AssignLShiftExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.AssignMinusExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.AssignModExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.AssignMulExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.AssignMultiplicativeExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.AssignOrExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.AssignPlusExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.AssignRShiftExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.AssignShiftExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.AssignSimpleExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.AssignURShiftExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.AssignXorExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ASTNode
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.BasicCatch
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.Binary
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.BitNotExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.BitwiseExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.Block
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.BodyDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.BodyDeclList
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.BooleanLiteral
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.BooleanType
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.BoundFieldAccess
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.BoundMethodAccess
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.BoundTypeAccess
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.BranchTargetStmt
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.BreakStmt
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.BridgeMethodDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.BytecodeTypeAccess
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ByteType
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.Case
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.CastExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.CatchClause
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.CatchParameterDeclaration
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.CharacterLiteral
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.CharType
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ClassAccess
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ClassDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ClassDeclSubstituted
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ClassInstanceExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.CompilationUnit
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ConditionalExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ConstCase
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ConstructorAccess
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ConstructorDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ContinueStmt
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.DefaultCase
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.DiamondAccess
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.Dims
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.DivExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.DoStmt
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.Dot
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.DoubleLiteral
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.DoubleType
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ElementAnnotationValue
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ElementArrayValue
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ElementConstantValue
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ElementValue
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ElementValuePair
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.EmptyStmt
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.EmptyType
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.EnhancedForStmt
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.EnumConstant
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.EnumDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.EnumInstanceExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.EQExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.EqualityExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.Expr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ExprStmt
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.FieldDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.FieldDeclaration
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.FieldDeclarationSubstituted
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.FloatingPointLiteral
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.FloatingPointType
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.FloatType
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ForStmt
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.GEExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.GenericClassDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.GenericConstructorDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.GenericInterfaceDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.GenericMethodDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.GLBType
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.GTExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.IdUse
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.IfStmt
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.IllegalLiteral
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ImportDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.InstanceInitializer
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.InstanceOfExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.IntegerLiteral
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.IntegralType
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.InterfaceDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.InterfaceDeclSubstituted
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.IntType
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.LabeledStmt
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.LEExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.List
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.Literal
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.LocalClassDeclStmt
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.LogicalExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.LogNotExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.LongLiteral
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.LongType
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.LShiftExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.LTExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.LUBType
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.MemberClassDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.MemberDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.MemberInterfaceDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.MemberTypeDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.MethodAccess
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.MethodDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.MethodDeclSubstituted
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.MinusExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ModExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.Modifier
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.Modifiers
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.MulExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.MultiCatch
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.MultiplicativeExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.NEExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.NullLiteral
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.NullType
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.NumericLiteral
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.NumericType
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.Opt
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.OrBitwiseExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.OrLogicalExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.PackageAccess
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.PackageOrTypeAccess
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ParameterDeclaration
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ParameterDeclarationSubstituted
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ParClassDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ParClassInstanceExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ParConstructorAccess
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ParConstructorDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ParExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ParInterfaceDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ParMethodAccess
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ParMethodDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ParseName
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ParSuperConstructorAccess
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ParTypeAccess
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.PlusExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.PostDecExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.PostfixExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.PostIncExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.PreDecExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.PreIncExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.PrimaryExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.PrimitiveCompilationUnit
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.PrimitiveType
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.PrimitiveTypeAccess
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.Program
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.RawClassDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.RawConstructorDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.RawInterfaceDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.RawMethodDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ReferenceType
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.RelationalExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ResourceDeclaration
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ResourceModifiers
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ReturnStmt
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.RShiftExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ShiftExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ShortType
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.SingleStaticImportDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.SingleTypeImportDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.StaticImportDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.StaticImportOnDemandDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.StaticInitializer
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.Stmt
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.StringLiteral
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.SubExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.SuperAccess
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.SuperConstructorAccess
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.SwitchStmt
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.SynchronizedStmt
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ThisAccess
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.ThrowStmt
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.TryStmt
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.TryWithResources
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.TypeAccess
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.TypeDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.TypeImportOnDemandDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.TypeVariable
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.Unary
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.UnknownType
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.URShiftExpr
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.VarAccess
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.VarDeclStmt
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.VariableArityParameterDeclaration
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.VariableArityParameterDeclarationSubstituted
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.VariableDecl
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.VariableDeclaration
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.VoidType
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.WhileStmt
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.Wildcard
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.WildcardExtends
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.WildcardExtendsType
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.WildcardsCompilationUnit
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.WildcardSuper
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.WildcardSuperType
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.WildcardType
-
Initializes the child array to the correct size.
- init$Children() - Method in class soot.JastAddJ.XorBitwiseExpr
-
Initializes the child array to the correct size.
- InitAnalysis - Class in soot.toolkits.scalar
-
An analysis to check whether or not local variables have been initialised.
- InitAnalysis(UnitGraph) - Constructor for class soot.toolkits.scalar.InitAnalysis
-
- initBytecodeReader(BytecodeReader) - Method in class soot.JastAddJ.Program
-
- initExtInfo(String, List<String>) - Method in class soot.javaToJimple.JavaToJimple
-
sets up the info needed to invoke polyglot
- initFlowGraph(GeomPointsTo) - Method in class soot.jimple.spark.geom.geomE.FullSensitiveNodeGenerator
-
- initFlowGraph(GeomPointsTo) - Method in class soot.jimple.spark.geom.geomPA.IEncodingBroker
-
Build the initial encoding of the pointer assignments and points-to facts.
- initFlowGraph(GeomPointsTo) - Method in class soot.jimple.spark.geom.heapinsE.HeapInsNodeGenerator
-
- initFlowGraph(GeomPointsTo) - Method in class soot.jimple.spark.geom.ptinsE.PtInsNodeGenerator
-
- initForMethod(SootMethod) - Method in class soot.jimple.toolkits.ide.icfg.OnTheFlyJimpleBasedICFG
-
- INITIAL - Static variable in class soot.jimple.parser.lexer.Lexer.State
-
- InitializationDeclarationShortcut - Class in soot.dava.toolkits.base.AST.traversals
-
- InitializationDeclarationShortcut(AugmentedStmt) - Constructor for class soot.dava.toolkits.base.AST.traversals.InitializationDeclarationShortcut
-
- InitializationDeclarationShortcut(boolean, AugmentedStmt) - Constructor for class soot.dava.toolkits.base.AST.traversals.InitializationDeclarationShortcut
-
- initializationStuff(String) - Method in class soot.jimple.toolkits.pointer.FieldRWTagger
-
- initializationStuff(String) - Method in class soot.jimple.toolkits.pointer.SideEffectTagger
-
- initialize() - Method in class soot.dava.toolkits.base.AST.transformations.SuperFirstStmtHandler
-
- initialize() - Method in class soot.dexpler.DexDefUseAnalysis
-
- initialize() - Method in class soot.dexpler.DexlibWrapper
-
- initialize(int) - Method in class soot.jimple.spark.geom.geomPA.FIFO_Worklist
-
- initialize(int) - Method in interface soot.jimple.spark.geom.geomPA.IWorklist
-
Some worklist may need the initial capacity.
- initialize(int) - Method in class soot.jimple.spark.geom.geomPA.PQ_Worklist
-
- initialize(ThrowAnalysis, boolean) - Method in class soot.toolkits.graph.ExceptionalUnitGraph
-
Performs the real work of constructing an ExceptionalUnitGraph
, factored out of the constructors so that
subclasses have the option to delay creating the graph's edges until after they have performed some subclass-specific
initialization.
- initializeDexFile(File) - Method in class soot.dexpler.DexResolver
-
Initializes the dex wrapper for the given dex file
- initializeHierarchy(Chain<SootClass>) - Method in class soot.Hierarchy
-
Initializes the hierarchy given a chain of all classes that shall be included in the hierarchy
- initializeProgram() - Method in class soot.SootResolver
-
- initializeQuotableLocals() - Method in class soot.AbstractUnitPrinter
-
- initializeRefType(String) - Method in class soot.SootClass
-
Makes sure that there is a RefType pointing to this SootClass.
- initializeUnitToOwner() - Method in class soot.jimple.toolkits.ide.icfg.JimpleBasedInterproceduralCFG
-
- initializeUnitToOwner(SootMethod) - Method in class soot.jimple.toolkits.ide.icfg.JimpleBasedInterproceduralCFG
-
- InitialResolver - Class in soot.javaToJimple
-
- InitialResolver(Singletons.Global) - Constructor for class soot.javaToJimple.InitialResolver
-
- initialSeeds() - Method in class soot.jimple.toolkits.ide.exampleproblems.IFDSLiveVariables
-
- initialSeeds() - Method in class soot.jimple.toolkits.ide.exampleproblems.IFDSLocalInfoFlow
-
- initialSeeds() - Method in class soot.jimple.toolkits.ide.exampleproblems.IFDSPossibleTypes
-
- initialSeeds() - Method in class soot.jimple.toolkits.ide.exampleproblems.IFDSReachingDefinitions
-
- initialSeeds() - Method in class soot.jimple.toolkits.ide.exampleproblems.IFDSUninitializedVariables
-
- initiateIncrementalBuild() - Method in class soot.Scene
-
- initJavaParser(JavaParser) - Method in class soot.JastAddJ.Program
-
- initOptions() - Method in class soot.JastAddJ.Frontend
-
- initOptions() - Method in class soot.JastAddJ.Options
-
- initPartition() - Method in class soot.shimple.toolkits.graph.SimpleGlobalValueNumberer
-
- initPaths() - Method in class soot.JastAddJ.Program
-
- inits() - Method in class soot.EntryPoints
-
Returns a list of all constructors taking no arguments.
- injectPts() - Method in class soot.jimple.spark.geom.geomE.FullSensitiveNode
-
We transfer the SPARK results to current pointer if this pointer is not involved in the geometric analysis.
- injectPts() - Method in class soot.jimple.spark.geom.geomPA.DummyNode
-
- injectPts() - Method in class soot.jimple.spark.geom.geomPA.IVarAbstraction
-
- injectPts() - Method in class soot.jimple.spark.geom.heapinsE.HeapInsNode
-
- injectPts() - Method in class soot.jimple.spark.geom.ptinsE.PtInsNode
-
Deprecated.
- inLibrary(String) - Static method in class soot.jimple.spark.ondemand.pautil.SootUtil
-
- inLibrary(RefType) - Static method in class soot.jimple.spark.ondemand.pautil.SootUtil
-
- inline(SootMethod) - Method in class soot.dava.DavaStaticBlockCleaner
-
- inline(ArrayList) - Static method in class soot.jimple.toolkits.thread.mhp.MethodInliner
-
- InlinerSafetyManager - Class in soot.jimple.toolkits.invoke
-
Methods for checking safety requirements for inlining.
- InlinerSafetyManager() - Constructor for class soot.jimple.toolkits.invoke.InlinerSafetyManager
-
- inlineSite(SootMethod, Stmt, SootMethod) - Static method in class soot.jimple.toolkits.invoke.SiteInliner
-
Inlines the method inlinee
into the container
at the point toInline
.
- inlineSite(SootMethod, Stmt, SootMethod, Map) - Static method in class soot.jimple.toolkits.invoke.SiteInliner
-
Inlines the given site.
- inlineSites(List) - Static method in class soot.jimple.toolkits.invoke.SiteInliner
-
- inlineSites(List, Map) - Static method in class soot.jimple.toolkits.invoke.SiteInliner
-
Iterates over a list of sites, inlining them in order.
- innerChain - Variable in class soot.PatchingChain
-
- InnerClassAttribute - Class in soot.tagkit
-
Represents an inner class attribute which can be attached to implementations of Host.
- InnerClassAttribute() - Constructor for class soot.tagkit.InnerClassAttribute
-
- InnerClassAttribute(ArrayList<InnerClassTag>) - Constructor for class soot.tagkit.InnerClassAttribute
-
- innerClasses() - Method in class soot.JastAddJ.Attributes.TypeAttributes
-
- innerClassesAttributeEntries() - Method in class soot.JastAddJ.TypeDecl
-
- innerClassesAttributeEntries_computed - Variable in class soot.JastAddJ.TypeDecl
-
- innerClassesAttributeEntries_value - Variable in class soot.JastAddJ.TypeDecl
-
- InnerClassInfo - Class in soot.javaToJimple
-
- InnerClassInfo(SootClass, String, int) - Constructor for class soot.javaToJimple.InnerClassInfo
-
- InnerClassInfoFinder - Class in soot.javaToJimple
-
- InnerClassInfoFinder() - Constructor for class soot.javaToJimple.InnerClassInfoFinder
-
- InnerClassTag - Class in soot.tagkit
-
- InnerClassTag(String, String, String, int) - Constructor for class soot.tagkit.InnerClassTag
-
- InnerClassTagAggregator - Class in soot.tagkit
-
The aggregator for LineNumberTable attribute.
- InnerClassTagAggregator(Singletons.Global) - Constructor for class soot.tagkit.InnerClassTagAggregator
-
- innerIterator - Variable in class soot.PatchingChain.PatchingIterator
-
- inners() - Method in class soot.javaToJimple.MethodFinalsChecker
-
- InnerTypesIncrementalHeuristic - Class in soot.jimple.spark.ondemand
-
- InnerTypesIncrementalHeuristic(TypeManager, int) - Constructor for class soot.jimple.spark.ondemand.InnerTypesIncrementalHeuristic
-
- inNewArrayExpr(NewArrayExpr) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- inNewMultiArrayExpr(NewMultiArrayExpr) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- inputStream() - Method in class soot.FoundFile
-
- inRef(Ref) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- inReturnStmt(ReturnStmt) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- inReturnStmt(ReturnStmt) - Method in class soot.dava.toolkits.base.AST.traversals.ASTParentNodeFinder
-
- inSameInitializer() - Method in class soot.JastAddJ.VarAccess
-
- inSameSCC(SootMethod, SootMethod) - Method in class soot.jimple.spark.ondemand.pautil.OTFMethodSCCManager
-
- insert(Symbol, Symbol) - Method in class beaver.Parser.TokenStream
-
Insert two tokens at the beginning of a stream.
- insert(long, long) - Method in class soot.jimple.spark.geom.dataMgr.ContextsCollector
-
- insert_AbruptStmt(DAbruptStmt) - Method in class soot.dava.internal.SET.SETStatementSequenceNode
-
- insert_ChildBefore(SETNode, SETNode, IterableSet) - Method in class soot.dava.internal.SET.SETNode
-
- insert_null_checks() - Method in class soot.options.SIOptions
-
Insert Null Checks
Insert, before the inlined body of the target method, a check
that throws a NullPointerException if the receiver object is
null.
- insert_null_checks() - Method in class soot.options.SMBOptions
-
Insert Null Checks
Insert a check that, before invoking the static copy of the
target method, throws a NullPointerException if the receiver
object is null.
- insert_redundant_casts() - Method in class soot.options.SIOptions
-
Insert Redundant Casts
Insert extra casts for the Java bytecode verifier.
- insert_redundant_casts() - Method in class soot.options.SMBOptions
-
Insert Redundant Casts
Insert extra casts for the Java bytecode verifier.
- insertAfter(Transform, String) - Method in class soot.Pack
-
- insertAfter(E, E) - Method in class soot.PatchingChain
-
Inserts toInsert
in the Chain after point
.
- insertAfter(List<E>, E) - Method in class soot.PatchingChain
-
Inserts toInsert
in the Chain after point
.
- insertAfter(Chain<E>, E) - Method in class soot.PatchingChain
-
- insertAfter(Collection<? extends E>, E) - Method in class soot.PatchingChain
-
- insertAfter(Transform, String) - Method in class soot.RadioScenePack
-
- insertAfter(Unit, Unit) - Method in class soot.shimple.internal.SPatchingChain
-
- insertAfter(List<Unit>, Unit) - Method in class soot.shimple.internal.SPatchingChain
-
- insertAfter(Unit, Unit) - Method in class soot.toolkits.graph.Block
-
Inserts a Unit after some other Unit in the Block.
- insertAfter(List<E>, E) - Method in interface soot.util.Chain
-
Inserts toInsert
in the Chain after point
.
- insertAfter(E, E) - Method in interface soot.util.Chain
-
Inserts toInsert
in the Chain after point
.
- insertAfter(Collection<? extends E>, E) - Method in interface soot.util.Chain
-
Inserts toInsert
in the Chain after point
.
- insertAfter(Chain<E>, E) - Method in interface soot.util.Chain
-
Inserts toInsert
in the Chain after point
.
- insertAfter(List, Object) - Method in class soot.util.EmptyChain
-
- insertAfter(Object, Object) - Method in class soot.util.EmptyChain
-
- insertAfter(Chain, Object) - Method in class soot.util.EmptyChain
-
- insertAfter(Collection, Object) - Method in class soot.util.EmptyChain
-
- insertAfter(E, E) - Method in class soot.util.HashChain
-
- insertAfter(Collection<? extends E>, E) - Method in class soot.util.HashChain
-
- insertAfter(List<E>, E) - Method in class soot.util.HashChain
-
- insertAfter(Chain<E>, E) - Method in class soot.util.HashChain
-
- insertAfter(X) - Method in class soot.util.HashChain.Link
-
- insertBefore(Transform, String) - Method in class soot.Pack
-
- insertBefore(List<E>, E) - Method in class soot.PatchingChain
-
Inserts toInsert
in the Chain before point
.
- insertBefore(Chain<E>, E) - Method in class soot.PatchingChain
-
Inserts toInsert
in the Chain before point
.
- insertBefore(E, E) - Method in class soot.PatchingChain
-
Inserts toInsert
in the Chain before point
.
- insertBefore(Collection<? extends E>, E) - Method in class soot.PatchingChain
-
- insertBefore(Transform, String) - Method in class soot.RadioScenePack
-
- insertBefore(List<Unit>, Unit) - Method in class soot.shimple.internal.SPatchingChain
-
- insertBefore(Unit, Unit) - Method in class soot.shimple.internal.SPatchingChain
-
- insertBefore(Unit, Unit) - Method in class soot.toolkits.graph.Block
-
Inserts a Unit before some other Unit in this block.
- insertBefore(List<E>, E) - Method in interface soot.util.Chain
-
Inserts toInsert
in the Chain before point
.
- insertBefore(E, E) - Method in interface soot.util.Chain
-
Inserts toInsert
in the Chain before point
.
- insertBefore(Collection<? extends E>, E) - Method in interface soot.util.Chain
-
Inserts toInsert
in the Chain before point
.
- insertBefore(Chain<E>, E) - Method in interface soot.util.Chain
-
Inserts toInsert
in the Chain before point
.
- insertBefore(List, Object) - Method in class soot.util.EmptyChain
-
- insertBefore(Object, Object) - Method in class soot.util.EmptyChain
-
- insertBefore(Chain, Object) - Method in class soot.util.EmptyChain
-
- insertBefore(Collection, Object) - Method in class soot.util.EmptyChain
-
- insertBefore(E, E) - Method in class soot.util.HashChain
-
- insertBefore(Collection<? extends E>, E) - Method in class soot.util.HashChain
-
- insertBefore(List<E>, E) - Method in class soot.util.HashChain
-
- insertBefore(Chain<E>, E) - Method in class soot.util.HashChain
-
- insertBefore(X) - Method in class soot.util.HashChain.Link
-
- insertBeforeNoRedirect(E, E) - Method in class soot.PatchingChain
-
Inserts toInsert
in the Chain before point
WITHOUT redirecting jumps.
- insertChild(ASTNode, int) - Method in class soot.JastAddJ.ASTNode
-
- insertChild(ASTNode, int) - Method in class soot.JastAddJ.List
-
- insertElement(String) - Method in class soot.xml.XMLNode
-
- insertElement(String, String) - Method in class soot.xml.XMLNode
-
- insertElement(String, String, String[]) - Method in class soot.xml.XMLNode
-
- insertElement(String, String[], String[]) - Method in class soot.xml.XMLNode
-
- insertElement(String, String, String, String) - Method in class soot.xml.XMLNode
-
- insertElement(String, String, String[], String[]) - Method in class soot.xml.XMLNode
-
- insertIdentityStmts() - Method in class soot.jimple.JimpleBody
-
Inserts usual statements for handling this & parameters into body.
- insertIdentityStmts(SootClass) - Method in class soot.jimple.JimpleBody
-
Inserts usual statements for handling this & parameters into body.
- insertOnEdge(Unit, Unit, Unit) - Method in class soot.UnitPatchingChain
-
Inserts instrumentation in a manner such that the resulting control flow graph (CFG) of the program will contain
toInsert
on an edge that is defined by point_source
and point_target
.
- insertOnEdge(Collection<? extends Unit>, Unit, Unit) - Method in class soot.UnitPatchingChain
-
Inserts instrumentation in a manner such that the resulting control flow graph (CFG) of the program will contain
toInsert
on an edge that is defined by point_source
and point_target
.
- insertOnEdge(List<Unit>, Unit, Unit) - Method in class soot.UnitPatchingChain
-
Inserts instrumentation in a manner such that the resulting control flow graph (CFG) of the program will contain
toInsert
on an edge that is defined by point_source
and point_target
.
- insertOnEdge(Chain<Unit>, Unit, Unit) - Method in class soot.UnitPatchingChain
-
Inserts instrumentation in a manner such that the resulting control flow graph (CFG) of the program will contain
toInsert
on an edge that is defined by point_source
and point_target
.
- insertPiNodes(Local, Block) - Method in class soot.shimple.internal.PiNodeManager
-
- insertTrivialPhiNodes() - Method in class soot.shimple.internal.PhiNodeManager
-
Phi node Insertion Algorithm from Cytron et al 91, P24-5,
- insertTrivialPiNodes() - Method in class soot.shimple.internal.PiNodeManager
-
- insideLoop() - Method in class soot.JastAddJ.BreakStmt
-
- insideLoop() - Method in class soot.JastAddJ.ContinueStmt
-
- insideSwitch() - Method in class soot.JastAddJ.BreakStmt
-
- Insn - Interface in soot.toDex.instructions
-
Interface for the dalvik instruction formats.
- Insn10t - Class in soot.toDex.instructions
-
The "10t" instruction format: It needs one 16-bit code unit, does not have any registers and is used for jump targets
(hence the "t").
It is used by the "goto" opcode for jumps to offsets up to 8 bits away.
- Insn10t(Opcode) - Constructor for class soot.toDex.instructions.Insn10t
-
- Insn10x - Class in soot.toDex.instructions
-
The "10x" instruction format: It needs one 16-bit code unit, does not have any registers and is used for general purposes
(hence the "x").
It is used by the opcodes "nop" and "return-void".
- Insn10x(Opcode) - Constructor for class soot.toDex.instructions.Insn10x
-
- Insn11n - Class in soot.toDex.instructions
-
The "11n" instruction format: It needs one 16-bit code unit, has one register and is used for a 4-bit literal (hence the
"n" for "nibble").
It is used by the opcode "const/4".
- Insn11n(Opcode, Register, byte) - Constructor for class soot.toDex.instructions.Insn11n
-
- Insn11x - Class in soot.toDex.instructions
-
The "11x" instruction format: It needs one 16-bit code unit, has one register and is used for general purposes (hence the
"x").
It is used e.g.
- Insn11x(Opcode, Register) - Constructor for class soot.toDex.instructions.Insn11x
-
- Insn12x - Class in soot.toDex.instructions
-
The "12x" instruction format: It needs one 16-bit code unit, has two registers and is used for general purposes (hence the
"x").
It is used e.g.
- Insn12x(Opcode, Register, Register) - Constructor for class soot.toDex.instructions.Insn12x
-
- Insn20t - Class in soot.toDex.instructions
-
The "20t" instruction format: It needs two 16-bit code units, does not have any registers and is used for jump targets
(hence the "t").
It is used by the "goto/16" opcode for jumps to a 16-bit wide offset.
- Insn20t(Opcode) - Constructor for class soot.toDex.instructions.Insn20t
-
- Insn21c - Class in soot.toDex.instructions
-
The "21c" instruction format: It needs two 16-bit code units, has one register and is used for class/string/type items
(hence the "c" for "constant pool").
It is used e.g.
- Insn21c(Opcode, Register, Reference) - Constructor for class soot.toDex.instructions.Insn21c
-
- Insn21s - Class in soot.toDex.instructions
-
The "21s" instruction format: It needs two 16-bit code units, has one register and is used for a 16-bit literal (hence the
"s" for "short").
It is used by the opcodes "const/16" and "const-wide/16".
- Insn21s(Opcode, Register, short) - Constructor for class soot.toDex.instructions.Insn21s
-
- Insn21t - Class in soot.toDex.instructions
-
The "21t" instruction format: It needs two 16-bit code units, has one register and is used for jump targets (hence the
"t").
It is used e.g.
- Insn21t(Opcode, Register) - Constructor for class soot.toDex.instructions.Insn21t
-
- Insn22b - Class in soot.toDex.instructions
-
The "22b" instruction format: It needs two 16-bit code units, has two registers and is used for a 8-bit literal (hence the
"b" for "byte").
It is used by the "/lit8" opcodes for binary operations.
- Insn22b(Opcode, Register, Register, byte) - Constructor for class soot.toDex.instructions.Insn22b
-
- Insn22c - Class in soot.toDex.instructions
-
The "22c" instruction format: It needs two 16-bit code units, has two registers and is used for class/type items (hence
the "c" for "constant pool").
It is used e.g.
- Insn22c(Opcode, Register, Register, Reference) - Constructor for class soot.toDex.instructions.Insn22c
-
- Insn22s - Class in soot.toDex.instructions
-
The "22s" instruction format: It needs two 16-bit code units, has two registers and is used for a 16-bit literal (hence
the "s" for "short").
It is used by the "/lit16" opcodes for binary operations.
- Insn22s(Opcode, Register, Register, short) - Constructor for class soot.toDex.instructions.Insn22s
-
- Insn22t - Class in soot.toDex.instructions
-
The "22t" instruction format: It needs two 16-bit code units, has two registers and is used for jump targets (hence the
"t").
It is used e.g.
- Insn22t(Opcode, Register, Register) - Constructor for class soot.toDex.instructions.Insn22t
-
- Insn22x - Class in soot.toDex.instructions
-
The "22x" instruction format: It needs two 16-bit code units, has two registers and is used for general purposes (hence
the "x").
It is used by the opcodes "move/from16", "move-wide/from16" and "move-object/from16".
- Insn22x(Opcode, Register, Register) - Constructor for class soot.toDex.instructions.Insn22x
-
- Insn23x - Class in soot.toDex.instructions
-
The "23x" instruction format: It needs two 16-bit code units, has three registers and is used for general purposes (hence
the "x").
It is used e.g.
- Insn23x(Opcode, Register, Register, Register) - Constructor for class soot.toDex.instructions.Insn23x
-
- Insn30t - Class in soot.toDex.instructions
-
The "30t" instruction format: It needs three 16-bit code units, does not have any registers and is used for jump targets
(hence the "t").
It is used by the "goto/32" opcode for jumps to a 32-bit wide offset.
- Insn30t(Opcode) - Constructor for class soot.toDex.instructions.Insn30t
-
- Insn31i - Class in soot.toDex.instructions
-
The "31i" instruction format: It needs three 16-bit code units, has one register and is used for a 32-bit literal (hence
the "i" for "integer").
It is used by the opcodes "const" and "const-wide/32".
- Insn31i(Opcode, Register, int) - Constructor for class soot.toDex.instructions.Insn31i
-
- Insn31t - Class in soot.toDex.instructions
-
The "31t" instruction format: It needs three 16-bit code units, has one register and is used for jump targets (hence the
"t").
It is used e.g.
- Insn31t(Opcode, Register) - Constructor for class soot.toDex.instructions.Insn31t
-
- Insn32x - Class in soot.toDex.instructions
-
The "32x" instruction format: It needs three 16-bit code units, has two registers and is used for general purposes (hence
the "x").
It is used by the opcodes "move/16", "move-wide/16" and "move-object/16".
- Insn32x(Opcode, Register, Register) - Constructor for class soot.toDex.instructions.Insn32x
-
- Insn35c - Class in soot.toDex.instructions
-
The "35c" instruction format: It needs three 16-bit code units, has five registers and is used for method/type items
(hence the "c" for "constant pool").
It is used by the "filled-new-array" opcode and the various "invoke-" opcodes.
IMPLEMENTATION NOTE: the wide args for "35c" must be explicitly stated - internally, such args are implicitly represented
by e.g.
- Insn35c(Opcode, int, Register, Register, Register, Register, Register, Reference) - Constructor for class soot.toDex.instructions.Insn35c
-
- Insn3rc - Class in soot.toDex.instructions
-
The "3rc" instruction format: It needs three 16-bit code units, has a whole range of registers (hence the "r" for
"ranged") and is used for method/type items (hence the "c" for "constant pool").
It is used by the "filled-new-array/range" opcode and the various ranged "invoke-" opcodes.
- Insn3rc(Opcode, List<Register>, short, Reference) - Constructor for class soot.toDex.instructions.Insn3rc
-
- Insn51l - Class in soot.toDex.instructions
-
The "51l" instruction format: It needs five 16-bit code units, has one register and is used for a 64-bit literal (hence
the "l" for "long").
It is used by the opcode "const-wide".
- Insn51l(Opcode, Register, long) - Constructor for class soot.toDex.instructions.Insn51l
-
- InsnWithOffset - Class in soot.toDex.instructions
-
An abstract implementation for instructions that have a jump label.
- InsnWithOffset(Opcode) - Constructor for class soot.toDex.instructions.InsnWithOffset
-
- Inst - Interface in soot.baf
-
- InstanceCastInst - Interface in soot.baf
-
- InstanceFieldRef - Interface in soot.jimple
-
- InstanceInitializer - Class in soot.JastAddJ
-
- InstanceInitializer() - Constructor for class soot.JastAddJ.InstanceInitializer
-
- InstanceInitializer(Block) - Constructor for class soot.JastAddJ.InstanceInitializer
-
- InstanceInvokeEdgesPred - Class in soot.jimple.toolkits.callgraph
-
A predicate that accepts edges that are the result of an explicit instance invoke.
- InstanceInvokeEdgesPred() - Constructor for class soot.jimple.toolkits.callgraph.InstanceInvokeEdgesPred
-
- InstanceInvokeExpr - Interface in soot.jimple
-
- InstanceKey - Class in soot.jimple.toolkits.pointer
-
An instance key is a static representative of a runtime object.
- InstanceKey(Local, Stmt, SootMethod, LocalMustAliasAnalysis, LocalMustNotAliasAnalysis) - Constructor for class soot.jimple.toolkits.pointer.InstanceKey
-
Creates a new instance key representing the value stored in local, just before stmt.
- instanceKeyString(Local, Stmt) - Method in class soot.jimple.toolkits.pointer.LocalMustAliasAnalysis
-
Returns a string (natural number) representation of the instance key associated with l at statement s or
null
if there is no such key associated.
- instanceKeyString(Local, Stmt) - Method in class soot.jimple.toolkits.pointer.StrongLocalMustAliasAnalysis
-
Returns a string (natural number) representation of the instance key associated with l at statement s or
null
if there is no such key associated.
- instanceOf(TypeDecl) - Method in class soot.JastAddJ.ArrayDecl
-
- instanceOf(TypeDecl) - Method in class soot.JastAddJ.ClassDecl
-
- instanceOf(TypeDecl) - Method in class soot.JastAddJ.ClassDeclSubstituted
-
- instanceOf(TypeDecl) - Method in class soot.JastAddJ.GenericClassDecl
-
- instanceOf(TypeDecl) - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
- instanceOf(TypeDecl) - Method in class soot.JastAddJ.GenericInterfaceDecl
-
- instanceOf(TypeDecl) - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
- instanceOf(TypeDecl) - Method in class soot.JastAddJ.InterfaceDecl
-
- instanceOf(TypeDecl) - Method in class soot.JastAddJ.InterfaceDeclSubstituted
-
- INSTANCEOF - Static variable in class soot.JastAddJ.JastAddJavaParser.Terminals
-
- instanceOf(TypeDecl) - Method in class soot.JastAddJ.NullType
-
- instanceOf(TypeDecl) - Method in class soot.JastAddJ.ParClassDecl
-
- instanceOf(TypeDecl) - Method in class soot.JastAddJ.ParInterfaceDecl
-
- instanceOf(TypeDecl) - Method in class soot.JastAddJ.PrimitiveType
-
- instanceOf(TypeDecl) - Method in class soot.JastAddJ.RawClassDecl
-
- instanceOf(TypeDecl) - Method in class soot.JastAddJ.RawInterfaceDecl
-
- instanceOf(TypeDecl) - Method in class soot.JastAddJ.TypeDecl
-
- instanceOf(TypeDecl) - Method in class soot.JastAddJ.TypeVariable
-
- instanceOf(TypeDecl) - Method in class soot.JastAddJ.UnknownType
-
- instanceOf(TypeDecl) - Method in class soot.JastAddJ.VoidType
-
- instanceOf(TypeDecl) - Method in class soot.JastAddJ.WildcardExtendsType
-
- instanceOf(TypeDecl) - Method in class soot.JastAddJ.WildcardSuperType
-
- instanceOf(TypeDecl) - Method in class soot.JastAddJ.WildcardType
-
- INSTANCEOF - Static variable in class soot.jimple.Jimple
-
- instanceOf_TypeDecl_values - Variable in class soot.JastAddJ.ArrayDecl
-
- instanceOf_TypeDecl_values - Variable in class soot.JastAddJ.ClassDecl
-
- instanceOf_TypeDecl_values - Variable in class soot.JastAddJ.ClassDeclSubstituted
-
- instanceOf_TypeDecl_values - Variable in class soot.JastAddJ.GenericClassDecl
-
- instanceOf_TypeDecl_values - Variable in class soot.JastAddJ.GenericClassDeclSubstituted
-
- instanceOf_TypeDecl_values - Variable in class soot.JastAddJ.GenericInterfaceDecl
-
- instanceOf_TypeDecl_values - Variable in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
- instanceOf_TypeDecl_values - Variable in class soot.JastAddJ.InterfaceDecl
-
- instanceOf_TypeDecl_values - Variable in class soot.JastAddJ.InterfaceDeclSubstituted
-
- instanceOf_TypeDecl_values - Variable in class soot.JastAddJ.NullType
-
- instanceOf_TypeDecl_values - Variable in class soot.JastAddJ.ParClassDecl
-
- instanceOf_TypeDecl_values - Variable in class soot.JastAddJ.ParInterfaceDecl
-
- instanceOf_TypeDecl_values - Variable in class soot.JastAddJ.PrimitiveType
-
- instanceOf_TypeDecl_values - Variable in class soot.JastAddJ.RawClassDecl
-
- instanceOf_TypeDecl_values - Variable in class soot.JastAddJ.RawInterfaceDecl
-
- instanceOf_TypeDecl_values - Variable in class soot.JastAddJ.TypeDecl
-
- instanceOf_TypeDecl_values - Variable in class soot.JastAddJ.TypeVariable
-
- instanceOf_TypeDecl_values - Variable in class soot.JastAddJ.UnknownType
-
- instanceOf_TypeDecl_values - Variable in class soot.JastAddJ.VoidType
-
- instanceOf_TypeDecl_values - Variable in class soot.JastAddJ.WildcardExtendsType
-
- instanceOf_TypeDecl_values - Variable in class soot.JastAddJ.WildcardSuperType
-
- instanceOf_TypeDecl_values - Variable in class soot.JastAddJ.WildcardType
-
- InstanceOfExpr - Class in soot.JastAddJ
-
- InstanceOfExpr() - Constructor for class soot.JastAddJ.InstanceOfExpr
-
- InstanceOfExpr(Expr, Access) - Constructor for class soot.JastAddJ.InstanceOfExpr
-
- InstanceOfExpr - Interface in soot.jimple
-
- InstanceOfInst - Interface in soot.baf
-
- InstanceOfInstruction - Class in soot.dexpler.instructions
-
- InstanceOfInstruction(Instruction, int) - Constructor for class soot.dexpler.instructions.InstanceOfInstruction
-
- instantiate(String) - Method in class soot.jimple.paddle.PaddleHook
-
- INSTANTIATION_ERROR - Variable in class soot.toolkits.exceptions.ThrowableSet.Manager
-
- inStart(Start) - Method in class soot.jimple.parser.analysis.DepthFirstAdapter
-
- inStart(Start) - Method in class soot.jimple.parser.analysis.ReversedDepthFirstAdapter
-
- inStaticContext() - Method in class soot.JastAddJ.Expr
-
- inStaticContext() - Method in class soot.JastAddJ.TypeDecl
-
- inStaticContext_computed - Variable in class soot.JastAddJ.TypeDecl
-
- inStaticContext_value - Variable in class soot.JastAddJ.TypeDecl
-
- inStaticFieldRef(StaticFieldRef) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- inStaticFieldRef(StaticFieldRef) - Method in class soot.dava.toolkits.base.renamer.infoGatheringAnalysis
-
- inStaticMethod(boolean) - Method in class soot.javaToJimple.AnonClassInitMethodSource
-
- inStaticMethod() - Method in class soot.javaToJimple.AnonClassInitMethodSource
-
- inStaticMethod() - Method in class soot.javaToJimple.AnonLocalClassInfo
-
- inStaticMethod(boolean) - Method in class soot.javaToJimple.AnonLocalClassInfo
-
- inStmt(Stmt) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- inStmt(Stmt) - Method in class soot.dava.toolkits.base.AST.traversals.ASTParentNodeFinder
-
- inStmt(Stmt) - Method in class soot.dava.toolkits.base.AST.traversals.ClosestAbruptTargetFinder
-
- instruction - Variable in class soot.dexpler.instructions.DexlibAbstractInstruction
-
- instructionAtAddress - Variable in class soot.dexpler.DexBody
-
- instructionAtAddress(int) - Method in class soot.dexpler.DexBody
-
Return the instruction that is present at the byte code address.
- InstructionFactory - Class in soot.dexpler.instructions
-
Factory that returns an appropriate Instruction instances for given dexlib instructions and opcodes.
- InstructionFactory() - Constructor for class soot.dexpler.instructions.InstructionFactory
-
- instructions - Variable in class soot.coffi.method_info
-
List of Instructions constructed when the method is parsed.
- instructions - Variable in class soot.dexpler.DexBody
-
- instructionsAfter(DexlibAbstractInstruction) - Method in class soot.dexpler.DexBody
-
Return the instructions that appear (lexically) after the given instruction.
- instructionsBefore(DexlibAbstractInstruction) - Method in class soot.dexpler.DexBody
-
Return the instructions that appear (lexically) before the given instruction.
- instructionsToRetype - Variable in class soot.dexpler.DexBody
-
- InstSwitch - Interface in soot.baf
-
- inSynchronizedBlock() - Method in class soot.JastAddJ.BreakStmt
-
- inSynchronizedBlock() - Method in class soot.JastAddJ.ContinueStmt
-
- inSynchronizedBlock() - Method in class soot.JastAddJ.ReturnStmt
-
- inSynchronizedBlock_computed - Variable in class soot.JastAddJ.BreakStmt
-
- inSynchronizedBlock_computed - Variable in class soot.JastAddJ.ContinueStmt
-
- inSynchronizedBlock_computed - Variable in class soot.JastAddJ.ReturnStmt
-
- inSynchronizedBlock_value - Variable in class soot.JastAddJ.BreakStmt
-
- inSynchronizedBlock_value - Variable in class soot.JastAddJ.ContinueStmt
-
- inSynchronizedBlock_value - Variable in class soot.JastAddJ.ReturnStmt
-
- INT - Static variable in class soot.JastAddJ.JastAddJavaParser.Terminals
-
- INT - Static variable in class soot.jimple.Jimple
-
- INT - Variable in class soot.jimple.toolkits.typing.ClassHierarchy
-
- INT - Variable in class soot.jimple.toolkits.typing.integer.ClassHierarchy
-
- int2func - Variable in class soot.jimple.spark.geom.geomPA.GeomPointsTo
-
- IntConstant - Class in soot.jimple
-
- IntConstant(int) - Constructor for class soot.jimple.IntConstant
-
- Integer127Type - Class in soot.jimple.toolkits.typing.fast
-
- Integer127Type(Singletons.Global) - Constructor for class soot.jimple.toolkits.typing.fast.Integer127Type
-
- Integer1Type - Class in soot.jimple.toolkits.typing.fast
-
- Integer1Type(Singletons.Global) - Constructor for class soot.jimple.toolkits.typing.fast.Integer1Type
-
- Integer32767Type - Class in soot.jimple.toolkits.typing.fast
-
- Integer32767Type(Singletons.Global) - Constructor for class soot.jimple.toolkits.typing.fast.Integer32767Type
-
- IntegerConstantValueTag - Class in soot.tagkit
-
- IntegerConstantValueTag(int) - Constructor for class soot.tagkit.IntegerConstantValueTag
-
- IntegerLiteral - Class in soot.JastAddJ
-
Default Java integer literal.
- IntegerLiteral(int) - Constructor for class soot.JastAddJ.IntegerLiteral
-
- IntegerLiteral() - Constructor for class soot.JastAddJ.IntegerLiteral
-
- IntegerLiteral(String) - Constructor for class soot.JastAddJ.IntegerLiteral
-
- IntegerLiteral(Symbol) - Constructor for class soot.JastAddJ.IntegerLiteral
-
- IntegerNumberer - Class in soot.util
-
A numberer that associates each number with the corresponding Long object.
- IntegerNumberer() - Constructor for class soot.util.IntegerNumberer
-
- IntegerType - Interface in soot
-
Soot interface implemented by all classes representing integer types [boolean, byte, short, char, and int].
- IntegralType - Class in soot.JastAddJ
-
- IntegralType() - Constructor for class soot.JastAddJ.IntegralType
-
- IntegralType(Modifiers, String, Opt<Access>, List<BodyDecl>) - Constructor for class soot.JastAddJ.IntegralType
-
- IntegralType(Modifiers, Symbol, Opt<Access>, List<BodyDecl>) - Constructor for class soot.JastAddJ.IntegralType
-
- InteractionEvent - Class in soot.toolkits.graph.interaction
-
- InteractionEvent(int) - Constructor for class soot.toolkits.graph.interaction.InteractionEvent
-
- InteractionEvent(int, Object) - Constructor for class soot.toolkits.graph.interaction.InteractionEvent
-
- InteractionHandler - Class in soot.toolkits.graph.interaction
-
- InteractionHandler(Singletons.Global) - Constructor for class soot.toolkits.graph.interaction.InteractionHandler
-
- interactive_mode() - Method in class soot.options.Options
-
- interCallEdges - Variable in class soot.jimple.spark.geom.dataRep.PlainConstraint
-
If this constraint represents a parameter passing or function return, the corresponding call edge is identified here
- INTERFACE - Static variable in class soot.JastAddJ.JastAddJavaParser.Terminals
-
- INTERFACE - Static variable in class soot.jimple.Jimple
-
- INTERFACE - Static variable in class soot.Kind
-
Due to explicit invokeinterface instruction.
- INTERFACE - Static variable in class soot.Modifier
-
- Interface_Astore - Interface in soot.coffi
-
- Interface_OneIntArg - Interface in soot.coffi
-
- InterfaceDecl - Class in soot.JastAddJ
-
- InterfaceDecl() - Constructor for class soot.JastAddJ.InterfaceDecl
-
- InterfaceDecl(Modifiers, String, List<Access>, List<BodyDecl>) - Constructor for class soot.JastAddJ.InterfaceDecl
-
- InterfaceDecl(Modifiers, Symbol, List<Access>, List<BodyDecl>) - Constructor for class soot.JastAddJ.InterfaceDecl
-
- InterfaceDeclSubstituted - Class in soot.JastAddJ
-
- InterfaceDeclSubstituted() - Constructor for class soot.JastAddJ.InterfaceDeclSubstituted
-
- InterfaceDeclSubstituted(Modifiers, String, List<Access>, TypeDecl) - Constructor for class soot.JastAddJ.InterfaceDeclSubstituted
-
- InterfaceDeclSubstituted(Modifiers, Symbol, List<Access>, TypeDecl) - Constructor for class soot.JastAddJ.InterfaceDeclSubstituted
-
- INTERFACEINVOKE - Static variable in class soot.jimple.Jimple
-
- InterfaceInvokeExpr - Interface in soot.jimple
-
- InterfaceInvokeInst - Interface in soot.baf
-
- interfaces - Variable in class soot.coffi.ClassFile
-
Array of constant pool indices of Class constants describing each interace implemented by this class, as given in the
source for this class.
- interfaces - Variable in class soot.SootClass
-
- interfaces_count - Variable in class soot.coffi.ClassFile
-
Count of interfaces implemented.
- interfacesIterator() - Method in class soot.JastAddJ.ClassDecl
-
- interfacesMethodsIterator() - Method in class soot.JastAddJ.ClassDecl
-
- interfacesMethodsSignature(String) - Method in class soot.JastAddJ.ClassDecl
-
- interfacesMethodsSignatureMap() - Method in class soot.JastAddJ.ClassDecl
-
- interfacesMethodsSignatureMap_computed - Variable in class soot.JastAddJ.ClassDecl
-
- interfacesMethodsSignatureMap_value - Variable in class soot.JastAddJ.ClassDecl
-
- interfaceToAllImplementers - Variable in class soot.FastHierarchy
-
This map gives, for an interface, all concrete classes that implement that interface and all its subinterfaces, but NOT
their subclasses.
- interfaceToAllSubinterfaces - Variable in class soot.FastHierarchy
-
This map is a transitive closure of interfaceToSubinterfaces, and each set contains its superinterface itself.
- interfaceToDirImplementers - Variable in class soot.Hierarchy
-
- interfaceToDirSubinterfaces - Variable in class soot.Hierarchy
-
- interfaceToDirSuperinterfaces - Variable in class soot.Hierarchy
-
- interfaceToImplementers - Variable in class soot.FastHierarchy
-
This map holds all key,value pairs such that value is a class (NOT an interface) and key is in value.getInterfaces().
- interfaceToSubinterfaces - Variable in class soot.FastHierarchy
-
This map holds all key,value pairs such that value is an interface and key is in value.getInterfaces().
- interfaceToSubinterfaces - Variable in class soot.Hierarchy
-
- interfaceToSuperinterfaces - Variable in class soot.Hierarchy
-
- IntermediateAppClasses - Static variable in class soot.jbco.Main
-
- internalApply(Body) - Method in class soot.BodyPack
-
- internalApply(Body) - Method in class soot.JavaToJimpleBodyPack
-
- internalApply() - Method in class soot.jimple.toolkits.callgraph.CallGraphPack
-
- internalApply(Body) - Method in class soot.JimpleBodyPack
-
- internalApply() - Method in class soot.Pack
-
- internalApply(Body) - Method in class soot.Pack
-
- internalApply() - Method in class soot.RadioScenePack
-
- internalApply() - Method in class soot.ScenePack
-
- internalDataMatchesTo(Object) - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.DavaFlowSet
-
- internalMakeCallGraph() - Method in class soot.Scene
-
SOOT USERS: DO NOT CALL THIS METHOD!
- internalParamStatus(PurityNode) - Method in class soot.jimple.toolkits.annotation.purity.PurityGraph
-
- internalPassEdges(Set, Set<PurityNode>, boolean) - Method in class soot.jimple.toolkits.annotation.purity.PurityGraph
-
- internalPassNode(PurityNode, Set<PurityNode>, boolean) - Method in class soot.jimple.toolkits.annotation.purity.PurityGraph
-
- internalPassNodes(Set, Set<PurityNode>, boolean) - Method in class soot.jimple.toolkits.annotation.purity.PurityGraph
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.asm.CastAndReturnInliner
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.baf.toolkits.base.LoadStoreOptimizer
-
The method that drives the optimizations.
- internalTransform(Body, String, Map<String, String>) - Method in class soot.baf.toolkits.base.PeepholeOptimizer
-
The method that drives the optimizations.
- internalTransform(Body, String, Map<String, String>) - Method in class soot.baf.toolkits.base.StoreChainOptimizer
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.BodyTransformer
-
This method is called to perform the transformation itself.
- internalTransform(Body, String, Map<String, String>) - Method in class soot.dexpler.DexArrayInitReducer
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.dexpler.DexIfTransformer
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.dexpler.DexJumpChainShortener
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.dexpler.DexNullArrayRefTransformer
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.dexpler.DexNullInstanceofTransformer
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.dexpler.DexNullThrowTransformer
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.dexpler.DexNullTransformer
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.dexpler.DexNumTransformer
-
- internalTransform(Body, String, Map) - Method in class soot.dexpler.DexRefsChecker
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.dexpler.DexReturnInliner
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.dexpler.DexReturnPacker
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.dexpler.DexReturnValuePropagator
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.dexpler.DexTrapStackFixer
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.dexpler.TrapMinimizer
-
- internalTransform(Body, String, Map) - Method in class soot.grimp.toolkits.base.ConstructorFolder
-
This method change all new Obj/(args) pairs to new Obj(args) idioms.
- internalTransform(Body, String, Map) - Method in class soot.javaToJimple.toolkits.CondTransformer
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jbco.bafTransformations.AddJSRs
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jbco.bafTransformations.BAFCounter
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jbco.bafTransformations.BafLineNumberer
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jbco.bafTransformations.BAFPrintout
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jbco.bafTransformations.ConstructorConfuser
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jbco.bafTransformations.Counter
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jbco.bafTransformations.FindDuplicateSequences
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jbco.bafTransformations.FixUndefinedLocals
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jbco.bafTransformations.IfNullToTryCatch
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jbco.bafTransformations.IndirectIfJumpsToCaughtGotos
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jbco.bafTransformations.Jimple2BafLocalBuilder
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jbco.bafTransformations.LocalsToBitField
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jbco.bafTransformations.MoveLoadsAboveIfs
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jbco.bafTransformations.RemoveRedundantPushStores
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jbco.bafTransformations.TryCatchCombiner
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jbco.bafTransformations.UpdateConstantsToFields
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jbco.bafTransformations.WrapSwitchesInTrys
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jbco.jimpleTransformations.AddSwitches
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jbco.jimpleTransformations.ArithmeticTransformer
-
- internalTransform(String, Map<String, String>) - Method in class soot.jbco.jimpleTransformations.BuildIntermediateAppClasses
-
- internalTransform(String, Map<String, String>) - Method in class soot.jbco.jimpleTransformations.ClassRenamer
-
- internalTransform(String, Map<String, String>) - Method in class soot.jbco.jimpleTransformations.CollectConstants
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jbco.jimpleTransformations.CollectJimpleLocals
-
- internalTransform(String, Map<String, String>) - Method in class soot.jbco.jimpleTransformations.FieldRenamer
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jbco.jimpleTransformations.GotoInstrumenter
-
- internalTransform(String, Map<String, String>) - Method in class soot.jbco.jimpleTransformations.LibraryMethodWrappersBuilder
-
- internalTransform(String, Map<String, String>) - Method in class soot.jbco.jimpleTransformations.MethodRenamer
-
- internalTransform(String, Map<String, String>) - Method in class soot.jimple.paddle.PaddleHook
-
- internalTransform(Body, String, Map) - Method in class soot.jimple.spark.fieldrw.FieldTagAggregator
-
- internalTransform(Body, String, Map) - Method in class soot.jimple.spark.fieldrw.FieldTagger
-
- internalTransform(String, Map) - Method in class soot.jimple.spark.ondemand.pautil.DumpNumAppReachableMethods
-
- internalTransform(String, Map<String, String>) - Method in class soot.jimple.spark.SparkTransformer
-
- internalTransform(Body, String, Map) - Method in class soot.jimple.toolkits.annotation.arraycheck.ArrayBoundsChecker
-
- internalTransform(SootClass) - Method in class soot.jimple.toolkits.annotation.arraycheck.ClassFieldAnalysis
-
- internalTransform(String, Map<String, String>) - Method in class soot.jimple.toolkits.annotation.arraycheck.RectangularArrayFinder
-
- internalTransform(Body, String, Map) - Method in class soot.jimple.toolkits.annotation.AvailExprTagger
-
- internalTransform(String, Map) - Method in class soot.jimple.toolkits.annotation.callgraph.CallGraphGrapher
-
- internalTransform(Body, String, Map) - Method in class soot.jimple.toolkits.annotation.callgraph.CallGraphTagger
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jimple.toolkits.annotation.defs.ReachingDefsTagger
-
- internalTransform(Body, String, Map) - Method in class soot.jimple.toolkits.annotation.DominatorsTagger
-
- internalTransform(String, Map) - Method in class soot.jimple.toolkits.annotation.fields.UnreachableFieldsTagger
-
- internalTransform(String, Map) - Method in class soot.jimple.toolkits.annotation.LineNumberAdder
-
- internalTransform(Body, String, Map) - Method in class soot.jimple.toolkits.annotation.liveness.LiveVarsTagger
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jimple.toolkits.annotation.logic.LoopFinder
-
- internalTransform(Body, String, Map) - Method in class soot.jimple.toolkits.annotation.logic.LoopInvariantFinder
-
this one uses the side effect tester
- internalTransform(String, Map) - Method in class soot.jimple.toolkits.annotation.methods.UnreachableMethodsTagger
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jimple.toolkits.annotation.nullcheck.NullCheckEliminator
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jimple.toolkits.annotation.nullcheck.NullPointerChecker
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jimple.toolkits.annotation.nullcheck.NullPointerColorer
-
- internalTransform(Body, String, Map) - Method in class soot.jimple.toolkits.annotation.parity.ParityTagger
-
- internalTransform(Body, String, Map) - Method in class soot.jimple.toolkits.annotation.profiling.ProfilingGenerator
-
- internalTransform(String, Map<String, String>) - Method in class soot.jimple.toolkits.annotation.purity.PurityAnalysis
-
- internalTransform(String, Map) - Method in class soot.jimple.toolkits.annotation.qualifiers.TightestQualifiersTagger
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jimple.toolkits.base.Aggregator
-
Traverse the statements in the given body, looking for aggregation possibilities; that is, given a def d and a use u, d
has no other uses, u has no other defs, collapse d and u.
- internalTransform(Body, String, Map) - Method in class soot.jimple.toolkits.base.ExceptionChecker
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jimple.toolkits.base.JimpleConstructorFolder
-
This method pushes all newExpr down to be the stmt directly before every invoke of the init
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jimple.toolkits.base.PartialConstructorFolder
-
This method pushes all newExpr down to be the stmt directly before every invoke of the init only if they are in the
types list
- internalTransform(String, Map<String, String>) - Method in class soot.jimple.toolkits.base.RenameDuplicatedClasses
-
- internalTransform(Body, String, Map) - Method in class soot.jimple.toolkits.base.ThisInliner
-
- internalTransform(String, Map<String, String>) - Method in class soot.jimple.toolkits.callgraph.CHATransformer
-
- internalTransform(Body, String, Map) - Method in class soot.jimple.toolkits.callgraph.ClinitElimTransformer
-
- internalTransform(Body, String, Map) - Method in class soot.jimple.toolkits.callgraph.UnreachableMethodTransformer
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jimple.toolkits.graph.CriticalEdgeRemover
-
performs critical edge-removing.
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jimple.toolkits.graph.LoopConditionUnroller
-
unrolls conditions.
- internalTransform(String, Map) - Method in class soot.jimple.toolkits.invoke.StaticInliner
-
- internalTransform(String, Map) - Method in class soot.jimple.toolkits.invoke.StaticMethodBinder
-
- internalTransform(Body, String, Map) - Method in class soot.jimple.toolkits.pointer.CastCheckEliminatorDumper
-
- internalTransform(Body, String, Map) - Method in class soot.jimple.toolkits.pointer.FieldRWTagger
-
- internalTransform(Body, String, Map) - Method in class soot.jimple.toolkits.pointer.ParameterAliasTagger
-
- internalTransform(Body, String, Map) - Method in class soot.jimple.toolkits.pointer.SideEffectTagger
-
- internalTransform(String, Map<String, String>) - Method in class soot.jimple.toolkits.reflection.ConstantInvokeMethodBaseTransformer
-
- internalTransform(String, Map) - Method in class soot.jimple.toolkits.reflection.ReflectiveCallsInliner
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jimple.toolkits.scalar.CommonSubexpressionEliminator
-
Common subexpression eliminator.
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jimple.toolkits.scalar.ConditionalBranchFolder
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jimple.toolkits.scalar.ConstantCastEliminator
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jimple.toolkits.scalar.ConstantPropagatorAndFolder
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jimple.toolkits.scalar.CopyPropagator
-
Cascaded copy propagator.
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jimple.toolkits.scalar.DeadAssignmentEliminator
-
Eliminates dead code in a linear fashion.
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jimple.toolkits.scalar.EmptySwitchEliminator
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jimple.toolkits.scalar.FieldStaticnessCorrector
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jimple.toolkits.scalar.IdentityCastEliminator
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jimple.toolkits.scalar.IdentityOperationEliminator
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jimple.toolkits.scalar.LocalNameStandardizer
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jimple.toolkits.scalar.MethodStaticnessCorrector
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jimple.toolkits.scalar.NopEliminator
-
Removes
NopStmt
s from the passed body .
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jimple.toolkits.scalar.pre.BusyCodeMotion
-
performs the busy code motion.
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jimple.toolkits.scalar.pre.LazyCodeMotion
-
performs the lazy code motion.
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jimple.toolkits.scalar.UnconditionalBranchFolder
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jimple.toolkits.scalar.UnreachableCodeEliminator
-
- internalTransform(String, Map) - Method in class soot.jimple.toolkits.thread.mhp.MhpTransformer
-
- internalTransform(Body, String, Map) - Method in class soot.jimple.toolkits.thread.synchronization.LockAllocationBodyTransformer
-
- internalTransform(Body, FlowSet, List<CriticalSectionGroup>, boolean[]) - Method in class soot.jimple.toolkits.thread.synchronization.LockAllocationBodyTransformer
-
- internalTransform(String, Map<String, String>) - Method in class soot.jimple.toolkits.thread.synchronization.LockAllocator
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.jimple.toolkits.typing.TypeAssigner
-
Assign types to local variables.
- internalTransform(String, Map<String, String>) - Method in class soot.SceneTransformer
-
Performs the transformation on the Scene, under the given phaseName and with the given Options.
- internalTransform(String, Map) - Method in class soot.shimple.ShimpleTransformer
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.shimple.toolkits.scalar.SConstantPropagatorAndFolder
-
- internalTransform(String, Map<String, String>) - Method in class soot.tagkit.InnerClassTagAggregator
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.tagkit.TagAggregator
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.toDex.FastDexTrapTightener
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.toDex.SynchronizedMethodTransformer
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.toDex.TrapSplitter
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.toolkits.exceptions.DuplicateCatchAllTrapRemover
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.toolkits.exceptions.TrapTightener
-
- internalTransform(String, Map<String, String>) - Method in class soot.toolkits.scalar.ConstantInitializerToTagTransformer
-
- internalTransform(String, Map<String, String>) - Method in class soot.toolkits.scalar.ConstantValueToInitializerTransformer
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.toolkits.scalar.LocalPacker
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.toolkits.scalar.LocalSplitter
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.toolkits.scalar.UnusedLocalEliminator
-
- internalTransform(String, Map<String, String>) - Method in class soot.tools.BadFields
-
- internalTransform(Body, String, Map<String, String>) - Method in class soot.tools.CFGViewer
-
- internClass(ClassDef) - Method in class soot.toDex.MultiDexBuilder
-
- interpretGraph(WeightedDirectedSparseGraph, ArrayRef, Stmt, IntContainer) - Method in class soot.jimple.toolkits.annotation.arraycheck.ArrayBoundsChecker
-
- interproc() - Static method in class soot.dexpler.DalvikThrowAnalysis
-
- interproc() - Static method in class soot.toolkits.exceptions.UnitThrowAnalysis
-
- InterProceduralAnalyses - Class in soot.dava.toolkits.base.AST.interProcedural
-
- InterProceduralAnalyses() - Constructor for class soot.dava.toolkits.base.AST.interProcedural.InterProceduralAnalyses
-
- interproceduralAnalysis - Static variable in class soot.dexpler.DalvikThrowAnalysis
-
- interproceduralAnalysis - Static variable in class soot.toolkits.exceptions.UnitThrowAnalysis
-
- interproceduralDalvikThrowAnalysis - Variable in class soot.G
-
- interproceduralDalvikThrowAnalysis() - Method in class soot.G
-
- interProcSource - Variable in class soot.jimple.spark.pag.VarNode
-
- interProcTarget - Variable in class soot.jimple.spark.pag.VarNode
-
- intersect(ContextVar) - Method in class soot.jimple.spark.geom.dataRep.CallsiteContextVar
-
- intersect(ContextVar) - Method in class soot.jimple.spark.geom.dataRep.ContextVar
-
Two context sensitive variables have intersected contexts.
- intersect(ContextVar) - Method in class soot.jimple.spark.geom.dataRep.IntervalContextVar
-
- intersect(SegmentNode) - Method in class soot.jimple.spark.geom.dataRep.RectangleNode
-
- intersect(SegmentNode) - Method in class soot.jimple.spark.geom.dataRep.SegmentNode
-
Testing if two figures are intersected.
- intersect(SimpleInterval) - Method in class soot.jimple.spark.geom.dataRep.SimpleInterval
-
- intersecting(Set<T>, Set<T>) - Static method in class soot.jimple.spark.ondemand.genericutil.Util
-
checks if two sets have a non-empty intersection
- intersection(FlowSet, FlowSet) - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.CPFlowSet
-
- intersection(FlowSet<T>, FlowSet<T>) - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.DavaFlowSet
-
Notice that the intersection method only merges the elements of the flow set DavaFlowSet also contains information
regarding abrupt control flow This should also be merged using the copyInternalDataFrom method
- intersection(FlowSet, FlowSet) - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.UnreachableCodeFinder.UnreachableCodeFlowSet
-
- intersection(HybridPointsToSet, HybridPointsToSet, PAG) - Static method in class soot.jimple.spark.sets.HybridPointsToSet
-
- intersection(MethodRWSet) - Method in class soot.jimple.toolkits.pointer.CodeBlockRWSet
-
- intersection(FlowSet<T>, FlowSet<T>) - Method in class soot.jimple.toolkits.scalar.ToppedSet
-
- intersection(MonitorSet, MonitorSet) - Method in class soot.jimple.toolkits.thread.mhp.MonitorSet
-
Returns the union (join) of this MonitorSet and other
, putting result into dest
.
- intersection(FlowSet<T>) - Method in class soot.toolkits.scalar.AbstractFlowSet
-
- intersection(FlowSet<T>, FlowSet<T>) - Method in class soot.toolkits.scalar.AbstractFlowSet
-
- intersection(FlowSet<T>, FlowSet<T>) - Method in class soot.toolkits.scalar.ArrayPackedSet
-
- intersection(FlowSet<T>, FlowSet<T>) - Method in class soot.toolkits.scalar.ArraySparseSet
-
- intersection(FlowSet<T>) - Method in interface soot.toolkits.scalar.FlowSet
-
Returns the intersection (meet) of this FlowSet and other
, putting result into this
.
- intersection(FlowSet<T>, FlowSet<T>) - Method in interface soot.toolkits.scalar.FlowSet
-
Returns the intersection (meet) of this FlowSet and other
, putting result into dest
.
- intersection(IterableSet<T>) - Method in class soot.util.IterableSet
-
- intersects(ArraySet<T>) - Method in class soot.jimple.spark.ondemand.genericutil.ArraySet
-
- intersects(BitVector) - Method in class soot.util.BitVector
-
Returns true if the both the current and the specified bitvectors have at least one bit set in common.
- intersects(IterableSet<T>) - Method in class soot.util.IterableSet
-
- Interval() - Constructor for class soot.FastHierarchy.Interval
-
- IntervalContextVar - Class in soot.jimple.spark.geom.dataRep
-
A particular class to encode contexts in interval manner.
- IntervalContextVar() - Constructor for class soot.jimple.spark.geom.dataRep.IntervalContextVar
-
- IntervalContextVar(long, long, Node) - Constructor for class soot.jimple.spark.geom.dataRep.IntervalContextVar
-
- IntervalContextVar(IntervalContextVar) - Constructor for class soot.jimple.spark.geom.dataRep.IntervalContextVar
-
- inThrowStmt(ThrowStmt) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- inThrowStmt(ThrowStmt) - Method in class soot.dava.toolkits.base.AST.traversals.ASTParentNodeFinder
-
- IntOpTag - Class in soot.dexpler.tags
-
- IntOpTag() - Constructor for class soot.dexpler.tags.IntOpTag
-
- introducedTypes() - Method in class soot.dexpler.instructions.CheckCastInstruction
-
- introducedTypes() - Method in class soot.dexpler.instructions.ConstClassInstruction
-
- introducedTypes() - Method in class soot.dexpler.instructions.DexlibAbstractInstruction
-
Return the types that are be introduced by this instruction.
- introducedTypes() - Method in class soot.dexpler.instructions.FieldInstruction
-
- introducedTypes() - Method in class soot.dexpler.instructions.FilledArrayInstruction
-
- introducedTypes() - Method in class soot.dexpler.instructions.InstanceOfInstruction
-
- introducedTypes() - Method in class soot.dexpler.instructions.MethodInvocationInstruction
-
- introducedTypes() - Method in class soot.dexpler.instructions.NewArrayInstruction
-
- introducedTypes() - Method in class soot.dexpler.instructions.NewInstanceInstruction
-
- intSwitch(int, int, int) - Method in class soot.dava.toolkits.base.AST.transformations.SimplifyConditions
-
- IntType - Class in soot
-
Soot representation of the Java built-in type 'int'.
- IntType(Singletons.Global) - Constructor for class soot.IntType
-
- IntType - Class in soot.JastAddJ
-
- IntType() - Constructor for class soot.JastAddJ.IntType
-
- IntType(Modifiers, String, Opt<Access>, List<BodyDecl>) - Constructor for class soot.JastAddJ.IntType
-
- IntType(Modifiers, Symbol, Opt<Access>, List<BodyDecl>) - Constructor for class soot.JastAddJ.IntType
-
- intValue - Variable in class soot.jimple.spark.sets.PointsToSetInternal.P2SetVisitorInt
-
- inType(Type) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- inUnopExpr(UnopExpr) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- Inv(TypeDecl, ArrayList) - Static method in class soot.JastAddJ.LUBType
-
relevant invocations of G, Inv(G)
Inv(G) = {V | 1 <= i <= k, V in ST(Ui), V = G<...>}
- INVALID - Static variable in class soot.Kind
-
- invalidate(Body) - Method in class soot.toolkits.scalar.SmartLocalDefsPool
-
- invalidateClassPath() - Method in class soot.SourceLocator
-
- invalidateId(int) - Method in class soot.jimple.toolkits.typing.TypeResolverBV
-
Deprecated.
- InvalidDalvikBytecodeException - Exception in soot.dexpler
-
- InvalidDalvikBytecodeException(String) - Constructor for exception soot.dexpler.InvalidDalvikBytecodeException
-
- invalidIds() - Method in class soot.jimple.toolkits.typing.TypeResolverBV
-
Deprecated.
- invalidInstanceKeys - Variable in class soot.jimple.toolkits.pointer.StrongLocalMustAliasAnalysis
-
- inValue(Value) - Method in class soot.dava.toolkits.base.AST.analysis.DepthFirstAdapter
-
- InverseGraph<N> - Class in soot.toolkits.graph
-
An inverted graph of a directed graph.
- InverseGraph(DirectedGraph<N>) - Constructor for class soot.toolkits.graph.InverseGraph
-
- invocation - Variable in class soot.dexpler.instructions.MethodInvocationInstruction
-
- INVOKE_FINALIZE - Static variable in class soot.Kind
-
Implicit call to finalize() from java.lang.ref.Finalizer.invokeFinalizeMethod().
- InvokeArgumentValidator - Enum in soot.jimple.validation
-
A basic validator that checks whether the length of the invoke statement's argument list matches the length of the target
methods's parameter type list.
- InvokeCallSite - Class in soot.jimple.toolkits.callgraph
-
- InvokeCallSite(Stmt, SootMethod, InstanceInvokeExpr, Local) - Constructor for class soot.jimple.toolkits.callgraph.InvokeCallSite
-
- InvokeCallSite(Stmt, SootMethod, InstanceInvokeExpr, Local, Local, int) - Constructor for class soot.jimple.toolkits.callgraph.InvokeCallSite
-
- InvokeCallSite(Stmt, SootMethod, InstanceInvokeExpr, Local, ConstantArrayAnalysis.ArrayTypes, int) - Constructor for class soot.jimple.toolkits.callgraph.InvokeCallSite
-
- InvokeCustomInstruction - Class in soot.dexpler.instructions
-
- InvokeCustomInstruction(Instruction, int) - Constructor for class soot.dexpler.instructions.InvokeCustomInstruction
-
- INVOKEDYNAMIC_DUMMY_CLASS_NAME - Static variable in class soot.SootClass
-
- InvokeExpr - Interface in soot.jimple
-
Represents method invocation expression.
- InvokeExprBox - Class in soot.jimple.internal
-
- InvokeExprBox(Value) - Constructor for class soot.jimple.internal.InvokeExprBox
-
- InvokeInterfaceInstruction - Class in soot.dexpler.instructions
-
- InvokeInterfaceInstruction(Instruction, int) - Constructor for class soot.dexpler.instructions.InvokeInterfaceInstruction
-
- InvokePolymorphicInstruction - Class in soot.dexpler.instructions
-
- InvokePolymorphicInstruction(Instruction, int) - Constructor for class soot.dexpler.instructions.InvokePolymorphicInstruction
-
- invokeReduceAction(int, int) - Method in class beaver.Parser
-
Invoke actual reduce action routine.
- invokeReduceAction(int, int) - Method in class soot.JastAddJ.JastAddJavaParser
-
- InvokeSpecialInstruction - Class in soot.dexpler.instructions
-
- InvokeSpecialInstruction(Instruction, int) - Constructor for class soot.dexpler.instructions.InvokeSpecialInstruction
-
- InvokeStaticInstruction - Class in soot.dexpler.instructions
-
- InvokeStaticInstruction(Instruction, int) - Constructor for class soot.dexpler.instructions.InvokeStaticInstruction
-
- InvokeStmt - Interface in soot.jimple
-
- invokesVariableArityAsArray() - Method in class soot.JastAddJ.ClassInstanceExpr
-
- invokesVariableArityAsArray() - Method in class soot.JastAddJ.ConstructorAccess
-
- invokesVariableArityAsArray() - Method in class soot.JastAddJ.MethodAccess
-
- InvokeValidator - Enum in soot.jimple.validation
-
- InvokeVirtualInstruction - Class in soot.dexpler.instructions
-
- InvokeVirtualInstruction(Instruction, int) - Constructor for class soot.dexpler.instructions.InvokeVirtualInstruction
-
- involvesTypeParameters() - Method in class soot.JastAddJ.ArrayDecl
-
- involvesTypeParameters() - Method in class soot.JastAddJ.ParClassDecl
-
- involvesTypeParameters() - Method in class soot.JastAddJ.ParInterfaceDecl
-
- involvesTypeParameters() - Method in class soot.JastAddJ.TypeDecl
-
- involvesTypeParameters() - Method in class soot.JastAddJ.TypeVariable
-
- involvesTypeParameters() - Method in class soot.JastAddJ.WildcardExtendsType
-
- involvesTypeParameters() - Method in class soot.JastAddJ.WildcardSuperType
-
- involvesTypeParameters_computed - Variable in class soot.JastAddJ.ArrayDecl
-
- involvesTypeParameters_computed - Variable in class soot.JastAddJ.ParClassDecl
-
- involvesTypeParameters_computed - Variable in class soot.JastAddJ.ParInterfaceDecl
-
- involvesTypeParameters_computed - Variable in class soot.JastAddJ.TypeDecl
-
- involvesTypeParameters_computed - Variable in class soot.JastAddJ.TypeVariable
-
- involvesTypeParameters_computed - Variable in class soot.JastAddJ.WildcardExtendsType
-
- involvesTypeParameters_computed - Variable in class soot.JastAddJ.WildcardSuperType
-
- involvesTypeParameters_initialized - Variable in class soot.JastAddJ.ArrayDecl
-
- involvesTypeParameters_initialized - Variable in class soot.JastAddJ.ParClassDecl
-
- involvesTypeParameters_initialized - Variable in class soot.JastAddJ.ParInterfaceDecl
-
- involvesTypeParameters_initialized - Variable in class soot.JastAddJ.TypeDecl
-
- involvesTypeParameters_initialized - Variable in class soot.JastAddJ.TypeVariable
-
- involvesTypeParameters_initialized - Variable in class soot.JastAddJ.WildcardExtendsType
-
- involvesTypeParameters_initialized - Variable in class soot.JastAddJ.WildcardSuperType
-
- involvesTypeParameters_value - Variable in class soot.JastAddJ.ArrayDecl
-
- involvesTypeParameters_value - Variable in class soot.JastAddJ.ParClassDecl
-
- involvesTypeParameters_value - Variable in class soot.JastAddJ.ParInterfaceDecl
-
- involvesTypeParameters_value - Variable in class soot.JastAddJ.TypeDecl
-
- involvesTypeParameters_value - Variable in class soot.JastAddJ.TypeVariable
-
- involvesTypeParameters_value - Variable in class soot.JastAddJ.WildcardExtendsType
-
- involvesTypeParameters_value - Variable in class soot.JastAddJ.WildcardSuperType
-
- involvesTypeParameters_visited - Variable in class soot.JastAddJ.ArrayDecl
-
- involvesTypeParameters_visited - Variable in class soot.JastAddJ.ParClassDecl
-
- involvesTypeParameters_visited - Variable in class soot.JastAddJ.ParInterfaceDecl
-
- involvesTypeParameters_visited - Variable in class soot.JastAddJ.TypeDecl
-
- involvesTypeParameters_visited - Variable in class soot.JastAddJ.TypeVariable
-
- involvesTypeParameters_visited - Variable in class soot.JastAddJ.WildcardExtendsType
-
- involvesTypeParameters_visited - Variable in class soot.JastAddJ.WildcardSuperType
-
- IPaddleTransformer - Class in soot.jimple.paddle
-
Soot interface to the PaddleTransformer.
- IPaddleTransformer() - Constructor for class soot.jimple.paddle.IPaddleTransformer
-
- IputInstruction - Class in soot.dexpler.instructions
-
- IputInstruction(Instruction, int) - Constructor for class soot.dexpler.instructions.IputInstruction
-
- IRegion - Interface in soot.toolkits.graph.pdg
-
This interface represents a region of control dependence in the control flow graph.
- is - Variable in class soot.JastAddJ.PathPart
-
- is$Final - Variable in class soot.JastAddJ.ASTNode
-
- is$Final() - Method in class soot.JastAddJ.ASTNode
-
- is$Final(boolean) - Method in class soot.JastAddJ.ASTNode
-
- is_Break() - Method in class soot.dava.internal.javaRep.DAbruptStmt
-
- is_Continue() - Method in class soot.dava.internal.javaRep.DAbruptStmt
-
- is_new - Variable in class soot.jimple.spark.geom.dataRep.SegmentNode
-
- is_new - Variable in class soot.jimple.spark.geom.dataRep.ShapeNode
-
- is_obsoleted - Variable in class soot.jimple.spark.geom.dataRep.CgEdge
-
- is_StrictSupersetOf(SETNode) - Method in class soot.dava.internal.SET.SETNode
-
- is_SupersetOf(SETNode) - Method in class soot.dava.internal.SET.SETNode
-
- isAbstract() - Method in class soot.JastAddJ.EnumDecl
-
- isAbstract() - Method in class soot.JastAddJ.InterfaceDecl
-
- isAbstract() - Method in class soot.JastAddJ.MethodDecl
-
- isAbstract() - Method in class soot.JastAddJ.Modifiers
-
- isAbstract() - Method in class soot.JastAddJ.TypeDecl
-
- isAbstract(int) - Static method in class soot.Modifier
-
- isAbstract() - Method in class soot.SootClass
-
Convenience method returning true if this class is abstract.
- isAbstract() - Method in class soot.SootMethod
-
Convenience method returning true if this method is abstract.
- isAbstract_computed - Variable in class soot.JastAddJ.Modifiers
-
- isAbstract_value - Variable in class soot.JastAddJ.Modifiers
-
- isAccessible(SootMethod) - Method in interface soot.jimple.spark.internal.ClientAccessibilityOracle
-
Determines whether the method is accessible for a potential library user.
- isAccessible(SootField) - Method in interface soot.jimple.spark.internal.ClientAccessibilityOracle
-
Determines whether the field is accessible for a potential library user.
- isAccessible(SootMethod) - Method in class soot.jimple.spark.internal.CompleteAccessibility
-
- isAccessible(SootField) - Method in class soot.jimple.spark.internal.CompleteAccessibility
-
- isAccessible(SootMethod) - Method in class soot.jimple.spark.internal.PublicAndProtectedAccessibility
-
- isAccessible(SootField) - Method in class soot.jimple.spark.internal.PublicAndProtectedAccessibility
-
- isAccessLegal(SootMethod, ClassMember) - Static method in class soot.jimple.toolkits.invoke.AccessManager
-
Returns true iff target is legally accessible from container.
- isAccessLegal(SootMethod, SootClass) - Static method in class soot.jimple.toolkits.invoke.AccessManager
-
Returns true if an access to target
is legal from code in container
.
- isAccessLegal(SootMethod, Stmt) - Static method in class soot.jimple.toolkits.invoke.AccessManager
-
Returns true if the statement stmt
contains an illegal access to a field or method, assuming the statement
is in method container
- isAConstantValue(Value) - Static method in class soot.dava.toolkits.base.AST.structuredAnalysis.CPHelper
-
- isActive - Variable in class soot.jimple.spark.geom.dataRep.PlainConstraint
-
To indicate if this constraint will be evaluated or not
- isAlias(IVarAbstraction, IVarAbstraction) - Method in class soot.jimple.spark.geom.geomPA.GeomQueries
-
Test if two pointers given in geomPTA form are an alias under any contexts.
- isAlias(Local, Local) - Method in class soot.jimple.spark.geom.geomPA.GeomQueries
-
Decide if under any contexts, pointers @param l1 and @param l2 can be an alias.
- isAliasCI(Local, Local) - Method in class soot.jimple.spark.geom.geomPA.GeomQueries
-
Are the two pointers an alias with context insensitive points-to information?
- isAllowedInFinalCode() - Method in class soot.ArrayType
-
- isAllowedInFinalCode() - Method in class soot.jimple.toolkits.typing.fast.Integer127Type
-
- isAllowedInFinalCode() - Method in class soot.jimple.toolkits.typing.fast.Integer1Type
-
- isAllowedInFinalCode() - Method in class soot.jimple.toolkits.typing.fast.Integer32767Type
-
- isAllowedInFinalCode() - Method in class soot.PrimType
-
- isAllowedInFinalCode() - Method in class soot.RefType
-
- isAllowedInFinalCode() - Method in class soot.Type
-
Returns true
if this type is allowed to appear in final (clean) Jimple code.
- isAllowedInFinalCode() - Method in class soot.VoidType
-
- isAllShared(boolean) - Method in class soot.jimple.toolkits.infoflow.CallLocalityContext
-
- isAlwaysNonNull(Value) - Method in class soot.jimple.toolkits.annotation.nullcheck.BranchedRefVarsAnalysis
-
Deprecated.
- isAlwaysNonNull(Value) - Method in class soot.jimple.toolkits.annotation.nullcheck.NullnessAnalysis
-
This can be overwritten by sublasses to mark a certain value as constantly non-null.
- isAlwaysNonNull(Value) - Method in class soot.jimple.toolkits.annotation.nullcheck.NullnessAssumptionAnalysis
-
This can be overridden by sublasses to mark a certain value as constantly non-null.
- isAlwaysNonNullBefore(Unit, Immediate) - Method in class soot.jimple.toolkits.annotation.nullcheck.NullnessAnalysis
-
Returns true
if the analysis could determine that i is always non-null before the statement s.
- isAlwaysNullBefore(Unit, Immediate) - Method in class soot.jimple.toolkits.annotation.nullcheck.NullnessAnalysis
-
Returns true
if the analysis could determine that i is always null before the statement s.
- isAnnotation(int) - Static method in class soot.Modifier
-
- isAnnotationDecl() - Method in class soot.JastAddJ.AnnotationDecl
-
- isAnnotationDecl() - Method in class soot.JastAddJ.TypeDecl
-
- isAnon() - Method in class soot.tagkit.OuterClassTag
-
- isAnonInCCall(ClassType) - Method in class soot.javaToJimple.InitialResolver
-
- isAnonymous() - Method in class soot.JastAddJ.TypeDecl
-
- isAnonymous_computed - Variable in class soot.JastAddJ.TypeDecl
-
- isAnonymous_value - Variable in class soot.JastAddJ.TypeDecl
-
- isAnonymousDecl() - Method in class soot.JastAddJ.DiamondAccess
-
- isAnonymousInNonStaticContext() - Method in class soot.JastAddJ.TypeDecl
-
- isAnyHeuristicSet(Local) - Method in class soot.dava.toolkits.base.renamer.heuristicSet
-
- isAnyHeuristicSet() - Method in class soot.dava.toolkits.base.renamer.heuristicTuple
-
- isApk(String) - Static method in class soot.Scene
-
- isApplicationClass() - Method in class soot.SootClass
-
Convenience method returning true if this class is an application class.
- isArrayAccess() - Method in class soot.JastAddJ.AbstractDot
-
- isArrayAccess() - Method in class soot.JastAddJ.ArrayAccess
-
- isArrayAccess() - Method in class soot.JastAddJ.Expr
-
- isArrayDecl() - Method in class soot.JastAddJ.ArrayDecl
-
- isArrayDecl() - Method in class soot.JastAddJ.TypeDecl
-
- isAssumedNonNullBefore(Unit, Immediate) - Method in class soot.jimple.toolkits.annotation.nullcheck.NullnessAssumptionAnalysis
-
Returns true
if the analysis could determine that i is always treated as non-null after and including the
statement s.
- isAssumedNullBefore(Unit, Immediate) - Method in class soot.jimple.toolkits.annotation.nullcheck.NullnessAssumptionAnalysis
-
Returns true
if the analysis could determine that i is always treated as null after and including the
statement s.
- isAsyncTask() - Method in class soot.Kind
-
- isBafIf(Unit) - Static method in class soot.jbco.util.BodyBuilder
-
- isBasicValidator() - Method in enum soot.jimple.validation.FieldRefValidator
-
- isBasicValidator() - Method in enum soot.jimple.validation.IdentityStatementsValidator
-
- isBasicValidator() - Method in enum soot.jimple.validation.IdentityValidator
-
- isBasicValidator() - Method in enum soot.jimple.validation.InvokeArgumentValidator
-
- isBasicValidator() - Method in enum soot.jimple.validation.InvokeValidator
-
- isBasicValidator() - Method in enum soot.jimple.validation.JimpleTrapValidator
-
- isBasicValidator() - Method in enum soot.jimple.validation.MethodValidator
-
- isBasicValidator() - Method in enum soot.jimple.validation.NewValidator
-
- isBasicValidator() - Method in enum soot.jimple.validation.ReturnStatementsValidator
-
- isBasicValidator() - Method in enum soot.jimple.validation.TypesValidator
-
- isBasicValidator() - Method in interface soot.validation.BodyValidator
-
Basic validators run essential checks and are run always if validate is called.
If this method returns false and the caller of the validator respects this property,
the checks will only be run if the debug or validation option is activated.
- isBasicValidator() - Method in enum soot.validation.CheckEscapingValidator
-
- isBasicValidator() - Method in enum soot.validation.CheckInitValidator
-
- isBasicValidator() - Method in enum soot.validation.CheckTypesValidator
-
- isBasicValidator() - Method in enum soot.validation.CheckVoidLocalesValidator
-
- isBasicValidator() - Method in enum soot.validation.ClassFlagsValidator
-
- isBasicValidator() - Method in interface soot.validation.ClassValidator
-
Basic validators run essential checks and are run always if validate is called.
If this method returns false and the caller of the validator respects this property,
the checks will only be run if the debug or validation option is activated.
- isBasicValidator() - Method in enum soot.validation.LocalsValidator
-
- isBasicValidator() - Method in enum soot.validation.MethodDeclarationValidator
-
- isBasicValidator() - Method in enum soot.validation.OuterClassValidator
-
- isBasicValidator() - Method in enum soot.validation.TrapsValidator
-
- isBasicValidator() - Method in enum soot.validation.UnitBoxesValidator
-
- isBasicValidator() - Method in enum soot.validation.UsesValidator
-
- isBasicValidator() - Method in enum soot.validation.ValueBoxesValidator
-
- isBefore() - Method in class soot.toolkits.graph.interaction.FlowInfo
-
- isBinary() - Method in class soot.JastAddJ.NumericLiteral
-
- isBlank() - Method in class soot.JastAddJ.CatchParameterDeclaration
-
- isBlank() - Method in class soot.JastAddJ.FieldDeclaration
-
- isBlank() - Method in class soot.JastAddJ.ParameterDeclaration
-
- isBlank() - Method in interface soot.JastAddJ.Variable
-
- isBlank() - Method in class soot.JastAddJ.VariableDeclaration
-
- isBlankFinal() - Method in class soot.JastAddJ.VariableDeclaration
-
- isBoolean() - Method in class soot.JastAddJ.BooleanType
-
- isBoolean() - Method in class soot.JastAddJ.FieldDescriptor
-
- isBoolean() - Method in class soot.JastAddJ.ReferenceType
-
- isBoolean() - Method in class soot.JastAddJ.TypeDecl
-
- isBoolean() - Method in class soot.JastAddJ.TypeDescriptor
-
- isBoolean() - Method in class soot.JastAddJ.UnknownType
-
- isBooleanConstant(Value) - Method in class soot.dava.toolkits.base.AST.transformations.EliminateConditions
-
- isBooleanConstant(Value) - Method in class soot.dava.toolkits.base.AST.transformations.SimplifyConditions
-
- isBranchTarget() - Method in class soot.AbstractUnitBox
-
- isBranchTarget(Unit, Unit) - Method in class soot.jimple.toolkits.ide.icfg.AbstractJimpleBasedICFG
-
- isBranchTarget(Unit, Unit) - Method in class soot.jimple.toolkits.ide.icfg.BackwardsInterproceduralCFG
-
- isBranchTarget() - Method in class soot.shimple.internal.SValueUnitPair
-
- isBranchTarget() - Method in class soot.toolkits.scalar.ValueUnitPair
-
- isBranchTarget() - Method in interface soot.UnitBox
-
Returns true if the UnitBox is holding a Unit that is the target of a branch (ie a Unit at the beginning of a CFG
block).
- isBrief - Static variable in class soot.jimple.toolkits.thread.mhp.PegCallGraphToDot
-
- isBrief - Static variable in class soot.jimple.toolkits.thread.mhp.PegToDotFile
-
- isByte() - Method in class soot.JastAddJ.ByteType
-
- isByte() - Method in class soot.JastAddJ.TypeDecl
-
- isByteCodeClassName(String) - Static method in class soot.dexpler.Util
-
Check if passed class name is a byte code classname.
- isCallEdge() - Method in class soot.jimple.spark.ondemand.pautil.AssignEdge
-
- isCallStmt(Unit) - Method in class soot.jimple.toolkits.ide.icfg.AbstractJimpleBasedICFG
-
- isCallStmt(Unit) - Method in class soot.jimple.toolkits.ide.icfg.BackwardsInterproceduralCFG
-
- isCatchParam() - Method in class soot.JastAddJ.ParameterDeclaration
-
- isCgReset() - Method in class soot.toolkits.graph.interaction.InteractionHandler
-
- isChar() - Method in class soot.JastAddJ.CharType
-
- isChar() - Method in class soot.JastAddJ.TypeDecl
-
- isCheckedException() - Method in class soot.JastAddJ.TypeDecl
-
Unfortunately the concept of checked vs.
- isCheckedException_computed - Variable in class soot.JastAddJ.TypeDecl
-
- isCheckedException_value - Variable in class soot.JastAddJ.TypeDecl
-
- isCheckLower() - Method in class soot.jimple.toolkits.annotation.tags.ArrayCheckTag
-
Needs lower bound check?
- isCheckUpper() - Method in class soot.jimple.toolkits.annotation.tags.ArrayCheckTag
-
Needs upper bound check?
- isCircular() - Method in class soot.JastAddJ.AnonymousDecl
-
- isCircular() - Method in class soot.JastAddJ.ClassDecl
-
- isCircular() - Method in class soot.JastAddJ.InterfaceDecl
-
- isCircular() - Method in class soot.JastAddJ.TypeDecl
-
- isCircular_computed - Variable in class soot.JastAddJ.AnonymousDecl
-
- isCircular_computed - Variable in class soot.JastAddJ.ClassDecl
-
- isCircular_computed - Variable in class soot.JastAddJ.InterfaceDecl
-
- isCircular_computed - Variable in class soot.JastAddJ.TypeDecl
-
- isCircular_initialized - Variable in class soot.JastAddJ.AnonymousDecl
-
- isCircular_initialized - Variable in class soot.JastAddJ.ClassDecl
-
- isCircular_initialized - Variable in class soot.JastAddJ.InterfaceDecl
-
- isCircular_initialized - Variable in class soot.JastAddJ.TypeDecl
-
- isCircular_value - Variable in class soot.JastAddJ.AnonymousDecl
-
- isCircular_value - Variable in class soot.JastAddJ.ClassDecl
-
- isCircular_value - Variable in class soot.JastAddJ.InterfaceDecl
-
- isCircular_value - Variable in class soot.JastAddJ.TypeDecl
-
- isCircular_visited - Variable in class soot.JastAddJ.AnonymousDecl
-
- isCircular_visited - Variable in class soot.JastAddJ.ClassDecl
-
- isCircular_visited - Variable in class soot.JastAddJ.InterfaceDecl
-
- isCircular_visited - Variable in class soot.JastAddJ.TypeDecl
-
- isClassAccess() - Method in class soot.JastAddJ.AbstractDot
-
- isClassAccess() - Method in class soot.JastAddJ.ClassAccess
-
- isClassAccess() - Method in class soot.JastAddJ.Expr
-
- isClassDecl() - Method in class soot.JastAddJ.ClassDecl
-
- isClassDecl() - Method in class soot.JastAddJ.TypeDecl
-
- isClassDirectSubclassOf(SootClass, SootClass) - Method in class soot.Hierarchy
-
Returns true if child is a direct subclass of possibleParent.
- isClassLoaded(SootClass) - Method in class soot.jimple.toolkits.scalar.AbstractStaticnessCorrector
-
- isClassSubclassOf(SootClass, SootClass) - Method in class soot.Hierarchy
-
Returns true if child is a subclass of possibleParent.
- isClassSubclassOfIncluding(SootClass, SootClass) - Method in class soot.Hierarchy
-
Returns true if child is, or is a subclass of, possibleParent.
- isClassSuperclassOf(SootClass, SootClass) - Method in class soot.Hierarchy
-
Returns true if child is a superclass of possibleParent.
- isClassSuperclassOfIncluding(SootClass, SootClass) - Method in class soot.Hierarchy
-
Returns true if parent is, or is a superclass of, possibleChild.
- isClassVariable() - Method in class soot.JastAddJ.CatchParameterDeclaration
-
- isClassVariable() - Method in class soot.JastAddJ.FieldDeclaration
-
- isClassVariable() - Method in class soot.JastAddJ.ParameterDeclaration
-
- isClassVariable() - Method in interface soot.JastAddJ.Variable
-
- isClassVariable() - Method in class soot.JastAddJ.VariableDeclaration
-
- isClinit() - Method in class soot.jimple.toolkits.callgraph.Edge
-
Returns true if the call is to static initializer.
- isClinit() - Method in class soot.Kind
-
Returns true if the call is to static initializer.
- isConcrete() - Method in class soot.SootClass
-
Returns true if this class is not an interface and not abstract.
- isConcrete() - Method in class soot.SootMethod
-
Returns true if this method is not phantom, abstract or native, i.e.
- isConditionallyPure() - Method in class soot.jimple.toolkits.thread.EncapsulatedMethodAnalysis
-
- isConstant() - Method in class soot.JastAddJ.AbstractDot
-
- isConstant() - Method in class soot.JastAddJ.Binary
-
- isConstant() - Method in class soot.JastAddJ.BitNotExpr
-
- isConstant() - Method in class soot.JastAddJ.CastExpr
-
- isConstant() - Method in class soot.JastAddJ.ConditionalExpr
-
- isConstant() - Method in class soot.JastAddJ.DivExpr
-
- isConstant() - Method in class soot.JastAddJ.Expr
-
- isConstant() - Method in class soot.JastAddJ.FieldDeclaration
-
- isConstant() - Method in class soot.JastAddJ.InstanceOfExpr
-
- isConstant() - Method in class soot.JastAddJ.Literal
-
- isConstant() - Method in class soot.JastAddJ.LogNotExpr
-
- isConstant() - Method in class soot.JastAddJ.MemberDecl
-
- isConstant() - Method in class soot.JastAddJ.MinusExpr
-
- isConstant() - Method in class soot.JastAddJ.ModExpr
-
- isConstant() - Method in class soot.JastAddJ.NullLiteral
-
- isConstant() - Method in class soot.JastAddJ.ParExpr
-
- isConstant() - Method in class soot.JastAddJ.PlusExpr
-
- isConstant() - Method in class soot.JastAddJ.VarAccess
-
- isConstant_computed - Variable in class soot.JastAddJ.Binary
-
- isConstant_computed - Variable in class soot.JastAddJ.ConditionalExpr
-
- isConstant_computed - Variable in class soot.JastAddJ.DivExpr
-
- isConstant_computed - Variable in class soot.JastAddJ.ModExpr
-
- isConstant_computed - Variable in class soot.JastAddJ.VarAccess
-
- isConstant_initialized - Variable in class soot.JastAddJ.Binary
-
- isConstant_initialized - Variable in class soot.JastAddJ.DivExpr
-
- isConstant_initialized - Variable in class soot.JastAddJ.ModExpr
-
- isConstant_initialized - Variable in class soot.JastAddJ.VarAccess
-
- isConstant_value - Variable in class soot.JastAddJ.Binary
-
- isConstant_value - Variable in class soot.JastAddJ.ConditionalExpr
-
- isConstant_value - Variable in class soot.JastAddJ.DivExpr
-
- isConstant_value - Variable in class soot.JastAddJ.ModExpr
-
- isConstant_value - Variable in class soot.JastAddJ.VarAccess
-
- isConstant_visited - Variable in class soot.JastAddJ.Binary
-
- isConstant_visited - Variable in class soot.JastAddJ.DivExpr
-
- isConstant_visited - Variable in class soot.JastAddJ.ModExpr
-
- isConstant_visited - Variable in class soot.JastAddJ.VarAccess
-
- isConstantBefore(Stmt, Local) - Method in class soot.jimple.toolkits.callgraph.ConstantArrayAnalysis
-
- isConstructor(int) - Static method in class soot.Modifier
-
- isConstructor() - Method in class soot.SootMethod
-
- isConstructorParameter() - Method in class soot.JastAddJ.CatchParameterDeclaration
-
- isConstructorParameter() - Method in class soot.JastAddJ.FieldDeclaration
-
- isConstructorParameter() - Method in class soot.JastAddJ.ParameterDeclaration
-
- isConstructorParameter() - Method in interface soot.JastAddJ.Variable
-
- isConstructorParameter() - Method in class soot.JastAddJ.VariableDeclaration
-
- isConstructReachable(Object) - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.UnreachableCodeFinder
-
- isContextSensitive() - Method in class soot.jimple.spark.ondemand.LazyContextSensitivePointsToSet
-
- isCopyStmt(Stmt) - Method in class soot.dava.toolkits.base.AST.traversals.CopyPropagation
-
- isDAafter(Variable) - Method in class soot.JastAddJ.AbstractDot
-
- isDAafter(Variable) - Method in class soot.JastAddJ.AndLogicalExpr
-
- isDAafter(Variable) - Method in class soot.JastAddJ.ArrayAccess
-
- isDAafter(Variable) - Method in class soot.JastAddJ.ArrayCreationExpr
-
- isDAafter(Variable) - Method in class soot.JastAddJ.ArrayInit
-
- isDAafter(Variable) - Method in class soot.JastAddJ.ArrayTypeAccess
-
- isDAafter(Variable) - Method in class soot.JastAddJ.ArrayTypeWithSizeAccess
-
- isDAafter(Variable) - Method in class soot.JastAddJ.AssertStmt
-
- isDAafter(Variable) - Method in class soot.JastAddJ.AssignExpr
-
- isDAafter(Variable) - Method in class soot.JastAddJ.Binary
-
- isDAafter(Variable) - Method in class soot.JastAddJ.Block
-
- isDAafter(Variable) - Method in class soot.JastAddJ.BodyDecl
-
- isDAafter(Variable) - Method in class soot.JastAddJ.BreakStmt
-
- isDAafter(Variable) - Method in class soot.JastAddJ.Case
-
- isDAafter(Variable) - Method in class soot.JastAddJ.CastExpr
-
- isDAafter(Variable) - Method in class soot.JastAddJ.ClassInstanceExpr
-
- isDAafter(Variable) - Method in class soot.JastAddJ.ConditionalExpr
-
- isDAafter(Variable) - Method in class soot.JastAddJ.ConstructorAccess
-
- isDAafter(Variable) - Method in class soot.JastAddJ.ConstructorDecl
-
- isDAafter(Variable) - Method in class soot.JastAddJ.ContinueStmt
-
- isDAafter(Variable) - Method in class soot.JastAddJ.DoStmt
-
- isDAafter(Variable) - Method in class soot.JastAddJ.EmptyStmt
-
- isDAafter(Variable) - Method in class soot.JastAddJ.EnhancedForStmt
-
- isDAafter(Variable) - Method in class soot.JastAddJ.Expr
-
- isDAafter(Variable) - Method in class soot.JastAddJ.ExprStmt
-
- isDAafter(Variable) - Method in class soot.JastAddJ.FieldDeclaration
-
- isDAafter(Variable) - Method in class soot.JastAddJ.ForStmt
-
- isDAafter(Variable) - Method in class soot.JastAddJ.IfStmt
-
- isDAafter(Variable) - Method in class soot.JastAddJ.InstanceInitializer
-
- isDAafter(Variable) - Method in class soot.JastAddJ.InstanceOfExpr
-
- isDAafter(Variable) - Method in class soot.JastAddJ.LabeledStmt
-
- isDAafter(Variable) - Method in class soot.JastAddJ.LocalClassDeclStmt
-
- isDAafter(Variable) - Method in class soot.JastAddJ.LogNotExpr
-
- isDAafter(Variable) - Method in class soot.JastAddJ.MethodAccess
-
- isDAafter(Variable) - Method in class soot.JastAddJ.OrLogicalExpr
-
- isDAafter(Variable) - Method in class soot.JastAddJ.ParExpr
-
- isDAafter(Variable) - Method in class soot.JastAddJ.ReturnStmt
-
- isDAafter(Variable) - Method in class soot.JastAddJ.StaticInitializer
-
- isDAafter(Variable) - Method in class soot.JastAddJ.Stmt
-
- isDAafter(Variable) - Method in class soot.JastAddJ.SuperConstructorAccess
-
- isDAafter(Variable) - Method in class soot.JastAddJ.SwitchStmt
-
- isDAafter(Variable) - Method in class soot.JastAddJ.SynchronizedStmt
-
- isDAafter(Variable) - Method in class soot.JastAddJ.ThrowStmt
-
- isDAafter(Variable) - Method in class soot.JastAddJ.TryStmt
-
- isDAafter(Variable) - Method in class soot.JastAddJ.TryWithResources
-
- isDAafter(Variable) - Method in class soot.JastAddJ.Unary
-
- isDAafter(Variable) - Method in class soot.JastAddJ.VarAccess
-
- isDAafter(Variable) - Method in class soot.JastAddJ.VariableDeclaration
-
- isDAafter(Variable) - Method in class soot.JastAddJ.WhileStmt
-
- isDAafter_Variable_values - Variable in class soot.JastAddJ.AbstractDot
-
- isDAafter_Variable_values - Variable in class soot.JastAddJ.AndLogicalExpr
-
- isDAafter_Variable_values - Variable in class soot.JastAddJ.AssertStmt
-
- isDAafter_Variable_values - Variable in class soot.JastAddJ.Binary
-
- isDAafter_Variable_values - Variable in class soot.JastAddJ.Block
-
- isDAafter_Variable_values - Variable in class soot.JastAddJ.BodyDecl
-
- isDAafter_Variable_values - Variable in class soot.JastAddJ.BreakStmt
-
- isDAafter_Variable_values - Variable in class soot.JastAddJ.Case
-
- isDAafter_Variable_values - Variable in class soot.JastAddJ.ConstructorDecl
-
- isDAafter_Variable_values - Variable in class soot.JastAddJ.ContinueStmt
-
- isDAafter_Variable_values - Variable in class soot.JastAddJ.DoStmt
-
- isDAafter_Variable_values - Variable in class soot.JastAddJ.EmptyStmt
-
- isDAafter_Variable_values - Variable in class soot.JastAddJ.EnhancedForStmt
-
- isDAafter_Variable_values - Variable in class soot.JastAddJ.ExprStmt
-
- isDAafter_Variable_values - Variable in class soot.JastAddJ.FieldDeclaration
-
- isDAafter_Variable_values - Variable in class soot.JastAddJ.ForStmt
-
- isDAafter_Variable_values - Variable in class soot.JastAddJ.IfStmt
-
- isDAafter_Variable_values - Variable in class soot.JastAddJ.InstanceInitializer
-
- isDAafter_Variable_values - Variable in class soot.JastAddJ.LabeledStmt
-
- isDAafter_Variable_values - Variable in class soot.JastAddJ.LocalClassDeclStmt
-
- isDAafter_Variable_values - Variable in class soot.JastAddJ.OrLogicalExpr
-
- isDAafter_Variable_values - Variable in class soot.JastAddJ.ReturnStmt
-
- isDAafter_Variable_values - Variable in class soot.JastAddJ.StaticInitializer
-
- isDAafter_Variable_values - Variable in class soot.JastAddJ.Stmt
-
- isDAafter_Variable_values - Variable in class soot.JastAddJ.SwitchStmt
-
- isDAafter_Variable_values - Variable in class soot.JastAddJ.SynchronizedStmt
-
- isDAafter_Variable_values - Variable in class soot.JastAddJ.ThrowStmt
-
- isDAafter_Variable_values - Variable in class soot.JastAddJ.TryStmt
-
- isDAafter_Variable_values - Variable in class soot.JastAddJ.TryWithResources
-
- isDAafter_Variable_values - Variable in class soot.JastAddJ.VarAccess
-
- isDAafter_Variable_values - Variable in class soot.JastAddJ.VariableDeclaration
-
- isDAafter_Variable_values - Variable in class soot.JastAddJ.WhileStmt
-
- isDAafterCreation(Variable) - Method in class soot.JastAddJ.ArrayCreationExpr
-
- isDAafterFalse(Variable) - Method in class soot.JastAddJ.AbstractDot
-
- isDAafterFalse(Variable) - Method in class soot.JastAddJ.AndLogicalExpr
-
- isDAafterFalse(Variable) - Method in class soot.JastAddJ.AssignExpr
-
- isDAafterFalse(Variable) - Method in class soot.JastAddJ.Binary
-
- isDAafterFalse(Variable) - Method in class soot.JastAddJ.ConditionalExpr
-
- isDAafterFalse(Variable) - Method in class soot.JastAddJ.Expr
-
- isDAafterFalse(Variable) - Method in class soot.JastAddJ.InstanceOfExpr
-
- isDAafterFalse(Variable) - Method in class soot.JastAddJ.LogNotExpr
-
- isDAafterFalse(Variable) - Method in class soot.JastAddJ.MethodAccess
-
- isDAafterFalse(Variable) - Method in class soot.JastAddJ.OrLogicalExpr
-
- isDAafterFalse(Variable) - Method in class soot.JastAddJ.ParExpr
-
- isDAafterFalse_Variable_values - Variable in class soot.JastAddJ.AndLogicalExpr
-
- isDAafterFalse_Variable_values - Variable in class soot.JastAddJ.Binary
-
- isDAafterFalse_Variable_values - Variable in class soot.JastAddJ.OrLogicalExpr
-
- isDAafterFinally(Variable) - Method in interface soot.JastAddJ.FinallyHost
-
- isDAafterFinally(Variable) - Method in class soot.JastAddJ.SynchronizedStmt
-
- isDAafterFinally(Variable) - Method in class soot.JastAddJ.TryStmt
-
- isDAafterInitialization(Variable) - Method in class soot.JastAddJ.ForStmt
-
- isDAafterInstance(Variable) - Method in class soot.JastAddJ.ClassInstanceExpr
-
- isDAafterInstance_Variable_values - Variable in class soot.JastAddJ.ClassInstanceExpr
-
- isDAafterReachedFinallyBlocks(Variable) - Method in class soot.JastAddJ.BreakStmt
-
- isDAafterReachedFinallyBlocks(Variable) - Method in class soot.JastAddJ.ContinueStmt
-
- isDAafterReachedFinallyBlocks(Variable) - Method in class soot.JastAddJ.ReturnStmt
-
- isDAafterReachedFinallyBlocks_Variable_values - Variable in class soot.JastAddJ.BreakStmt
-
- isDAafterReachedFinallyBlocks_Variable_values - Variable in class soot.JastAddJ.ContinueStmt
-
- isDAafterReachedFinallyBlocks_Variable_values - Variable in class soot.JastAddJ.ReturnStmt
-
- isDAafterTrue(Variable) - Method in class soot.JastAddJ.AbstractDot
-
- isDAafterTrue(Variable) - Method in class soot.JastAddJ.AndLogicalExpr
-
- isDAafterTrue(Variable) - Method in class soot.JastAddJ.AssignExpr
-
- isDAafterTrue(Variable) - Method in class soot.JastAddJ.Binary
-
- isDAafterTrue(Variable) - Method in class soot.JastAddJ.ConditionalExpr
-
- isDAafterTrue(Variable) - Method in class soot.JastAddJ.Expr
-
- isDAafterTrue(Variable) - Method in class soot.JastAddJ.InstanceOfExpr
-
- isDAafterTrue(Variable) - Method in class soot.JastAddJ.LogNotExpr
-
- isDAafterTrue(Variable) - Method in class soot.JastAddJ.MethodAccess
-
- isDAafterTrue(Variable) - Method in class soot.JastAddJ.OrLogicalExpr
-
- isDAafterTrue(Variable) - Method in class soot.JastAddJ.ParExpr
-
- isDAafterTrue_Variable_values - Variable in class soot.JastAddJ.AndLogicalExpr
-
- isDAafterTrue_Variable_values - Variable in class soot.JastAddJ.Binary
-
- isDAafterTrue_Variable_values - Variable in class soot.JastAddJ.OrLogicalExpr
-
- isDAbefore(Variable) - Method in class soot.JastAddJ.BodyDecl
-
- isDAbefore(Variable) - Method in class soot.JastAddJ.Case
-
- isDAbefore(Variable) - Method in class soot.JastAddJ.Expr
-
- isDAbefore(Variable) - Method in class soot.JastAddJ.Stmt
-
- isDAbefore(Variable) - Method in class soot.JastAddJ.TypeDecl
-
- isDAbefore_Variable_values - Variable in class soot.JastAddJ.BodyDecl
-
- isDAbefore_Variable_values - Variable in class soot.JastAddJ.Case
-
- isDAbefore_Variable_values - Variable in class soot.JastAddJ.TypeDecl
-
- isDeadObject(AllocNode) - Method in class soot.jimple.spark.geom.geomE.FullSensitiveNode
-
- isDeadObject(AllocNode) - Method in class soot.jimple.spark.geom.geomPA.DummyNode
-
- isDeadObject(AllocNode) - Method in class soot.jimple.spark.geom.geomPA.IVarAbstraction
-
Test if the particular object has been obsoleted.
- isDeadObject(AllocNode) - Method in class soot.jimple.spark.geom.heapinsE.HeapInsNode
-
- isDeadObject(AllocNode) - Method in class soot.jimple.spark.geom.ptinsE.PtInsNode
-
Deprecated.
- isDebugEnabled() - Method in interface soot.jbco.IJbcoTransform
-
- isDecimal() - Method in class soot.JastAddJ.NumericLiteral
-
- isDeclared() - Method in interface soot.ClassMember
-
Returns true when some SootClass object declares this object.
- isDeclared - Variable in class soot.SootField
-
- isDeclared() - Method in class soot.SootField
-
- isDeclared - Variable in class soot.SootMethod
-
- isDeclared() - Method in class soot.SootMethod
-
- isDeclaredSynchronized(int) - Static method in class soot.Modifier
-
- isDefaultCase() - Method in class soot.JastAddJ.Case
-
- isDefaultCase() - Method in class soot.JastAddJ.DefaultCase
-
- isDefaultConstructor() - Method in class soot.JastAddJ.ConstructorDecl
-
- isDeprecated() - Method in class soot.JastAddJ.BodyDecl
-
- isDeprecated() - Method in class soot.JastAddJ.ConstructorDecl
-
- isDeprecated() - Method in class soot.JastAddJ.FieldDeclaration
-
- isDeprecated() - Method in class soot.JastAddJ.MemberTypeDecl
-
- isDeprecated() - Method in class soot.JastAddJ.MethodDecl
-
- isDeprecated() - Method in class soot.JastAddJ.TypeDecl
-
- isDescendantTo(ASTNode) - Method in class soot.JastAddJ.ASTNode
-
- isDest() - Method in class soot.JastAddJ.Expr
-
- isDiamond() - Method in class soot.JastAddJ.Access
-
- isDiamond() - Method in class soot.JastAddJ.DiamondAccess
-
- isDifferent(DavaFlowSet<E>, DavaFlowSet<E>) - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.StructuredAnalysis
-
- isDominatedBy(N, N) - Method in interface soot.toolkits.graph.DominatorsFinder
-
True if "node" is dominated by "dominator" in the graph.
- isDominatedBy(N, N) - Method in class soot.toolkits.graph.MHGDominatorsFinder
-
- isDominatedBy(N, N) - Method in class soot.toolkits.graph.SimpleDominatorsFinder
-
- isDominatedByAll(N, Collection<N>) - Method in interface soot.toolkits.graph.DominatorsFinder
-
True if "node" is dominated by all nodes in "dominators" in the graph.
- isDominatedByAll(N, Collection<N>) - Method in class soot.toolkits.graph.MHGDominatorsFinder
-
- isDominatedByAll(N, Collection<N>) - Method in class soot.toolkits.graph.SimpleDominatorsFinder
-
- isDominatorOf(DominatorNode<N>, DominatorNode<N>) - Method in class soot.toolkits.graph.DominatorTree
-
- isDouble() - Method in class soot.JastAddJ.DoubleType
-
- isDouble() - Method in class soot.JastAddJ.TypeDecl
-
- isDouble() - Method in class soot.toDex.Register
-
- isDUafter(Variable) - Method in class soot.JastAddJ.AbstractDot
-
- isDUafter(Variable) - Method in class soot.JastAddJ.AndLogicalExpr
-
- isDUafter(Variable) - Method in class soot.JastAddJ.ArrayAccess
-
- isDUafter(Variable) - Method in class soot.JastAddJ.ArrayCreationExpr
-
- isDUafter(Variable) - Method in class soot.JastAddJ.ArrayInit
-
- isDUafter(Variable) - Method in class soot.JastAddJ.ArrayTypeAccess
-
- isDUafter(Variable) - Method in class soot.JastAddJ.ArrayTypeWithSizeAccess
-
- isDUafter(Variable) - Method in class soot.JastAddJ.AssertStmt
-
- isDUafter(Variable) - Method in class soot.JastAddJ.AssignExpr
-
- isDUafter(Variable) - Method in class soot.JastAddJ.Binary
-
- isDUafter(Variable) - Method in class soot.JastAddJ.Block
-
- isDUafter(Variable) - Method in class soot.JastAddJ.BodyDecl
-
- isDUafter(Variable) - Method in class soot.JastAddJ.BreakStmt
-
- isDUafter(Variable) - Method in class soot.JastAddJ.Case
-
- isDUafter(Variable) - Method in class soot.JastAddJ.CastExpr
-
- isDUafter(Variable) - Method in class soot.JastAddJ.ClassInstanceExpr
-
- isDUafter(Variable) - Method in class soot.JastAddJ.ConditionalExpr
-
- isDUafter(Variable) - Method in class soot.JastAddJ.ConstructorAccess
-
- isDUafter(Variable) - Method in class soot.JastAddJ.ConstructorDecl
-
- isDUafter(Variable) - Method in class soot.JastAddJ.ContinueStmt
-
- isDUafter(Variable) - Method in class soot.JastAddJ.DoStmt
-
- isDUafter(Variable) - Method in class soot.JastAddJ.EmptyStmt
-
- isDUafter(Variable) - Method in class soot.JastAddJ.EnhancedForStmt
-
- isDUafter(Variable) - Method in class soot.JastAddJ.Expr
-
- isDUafter(Variable) - Method in class soot.JastAddJ.ExprStmt
-
- isDUafter(Variable) - Method in class soot.JastAddJ.FieldDeclaration
-
- isDUafter(Variable) - Method in class soot.JastAddJ.ForStmt
-
- isDUafter(Variable) - Method in class soot.JastAddJ.IfStmt
-
- isDUafter(Variable) - Method in class soot.JastAddJ.InstanceInitializer
-
- isDUafter(Variable) - Method in class soot.JastAddJ.InstanceOfExpr
-
- isDUafter(Variable) - Method in class soot.JastAddJ.LabeledStmt
-
- isDUafter(Variable) - Method in class soot.JastAddJ.LocalClassDeclStmt
-
- isDUafter(Variable) - Method in class soot.JastAddJ.LogNotExpr
-
- isDUafter(Variable) - Method in class soot.JastAddJ.OrLogicalExpr
-
- isDUafter(Variable) - Method in class soot.JastAddJ.ParExpr
-
- isDUafter(Variable) - Method in class soot.JastAddJ.ReturnStmt
-
- isDUafter(Variable) - Method in class soot.JastAddJ.StaticInitializer
-
- isDUafter(Variable) - Method in class soot.JastAddJ.Stmt
-
- isDUafter(Variable) - Method in class soot.JastAddJ.SuperConstructorAccess
-
- isDUafter(Variable) - Method in class soot.JastAddJ.SwitchStmt
-
- isDUafter(Variable) - Method in class soot.JastAddJ.SynchronizedStmt
-
- isDUafter(Variable) - Method in class soot.JastAddJ.ThrowStmt
-
- isDUafter(Variable) - Method in class soot.JastAddJ.TryStmt
-
- isDUafter(Variable) - Method in class soot.JastAddJ.Unary
-
- isDUafter(Variable) - Method in class soot.JastAddJ.VarAccess
-
- isDUafter(Variable) - Method in class soot.JastAddJ.VariableDeclaration
-
- isDUafter(Variable) - Method in class soot.JastAddJ.WhileStmt
-
- isDUafter_Variable_values - Variable in class soot.JastAddJ.AbstractDot
-
- isDUafter_Variable_values - Variable in class soot.JastAddJ.AndLogicalExpr
-
- isDUafter_Variable_values - Variable in class soot.JastAddJ.AssertStmt
-
- isDUafter_Variable_values - Variable in class soot.JastAddJ.Binary
-
- isDUafter_Variable_values - Variable in class soot.JastAddJ.Block
-
- isDUafter_Variable_values - Variable in class soot.JastAddJ.BodyDecl
-
- isDUafter_Variable_values - Variable in class soot.JastAddJ.BreakStmt
-
- isDUafter_Variable_values - Variable in class soot.JastAddJ.Case
-
- isDUafter_Variable_values - Variable in class soot.JastAddJ.ConstructorDecl
-
- isDUafter_Variable_values - Variable in class soot.JastAddJ.ContinueStmt
-
- isDUafter_Variable_values - Variable in class soot.JastAddJ.DoStmt
-
- isDUafter_Variable_values - Variable in class soot.JastAddJ.EmptyStmt
-
- isDUafter_Variable_values - Variable in class soot.JastAddJ.EnhancedForStmt
-
- isDUafter_Variable_values - Variable in class soot.JastAddJ.ExprStmt
-
- isDUafter_Variable_values - Variable in class soot.JastAddJ.FieldDeclaration
-
- isDUafter_Variable_values - Variable in class soot.JastAddJ.ForStmt
-
- isDUafter_Variable_values - Variable in class soot.JastAddJ.IfStmt
-
- isDUafter_Variable_values - Variable in class soot.JastAddJ.InstanceInitializer
-
- isDUafter_Variable_values - Variable in class soot.JastAddJ.LabeledStmt
-
- isDUafter_Variable_values - Variable in class soot.JastAddJ.LocalClassDeclStmt
-
- isDUafter_Variable_values - Variable in class soot.JastAddJ.OrLogicalExpr
-
- isDUafter_Variable_values - Variable in class soot.JastAddJ.ReturnStmt
-
- isDUafter_Variable_values - Variable in class soot.JastAddJ.StaticInitializer
-
- isDUafter_Variable_values - Variable in class soot.JastAddJ.Stmt
-
- isDUafter_Variable_values - Variable in class soot.JastAddJ.SwitchStmt
-
- isDUafter_Variable_values - Variable in class soot.JastAddJ.SynchronizedStmt
-
- isDUafter_Variable_values - Variable in class soot.JastAddJ.ThrowStmt
-
- isDUafter_Variable_values - Variable in class soot.JastAddJ.TryStmt
-
- isDUafter_Variable_values - Variable in class soot.JastAddJ.VariableDeclaration
-
- isDUafter_Variable_values - Variable in class soot.JastAddJ.WhileStmt
-
- isDUafterCreation(Variable) - Method in class soot.JastAddJ.ArrayCreationExpr
-
- isDUafterFalse(Variable) - Method in class soot.JastAddJ.AbstractDot
-
- isDUafterFalse(Variable) - Method in class soot.JastAddJ.AndLogicalExpr
-
- isDUafterFalse(Variable) - Method in class soot.JastAddJ.AssignExpr
-
- isDUafterFalse(Variable) - Method in class soot.JastAddJ.ConditionalExpr
-
- isDUafterFalse(Variable) - Method in class soot.JastAddJ.Expr
-
- isDUafterFalse(Variable) - Method in class soot.JastAddJ.LogNotExpr
-
- isDUafterFalse(Variable) - Method in class soot.JastAddJ.OrLogicalExpr
-
- isDUafterFalse(Variable) - Method in class soot.JastAddJ.ParExpr
-
- isDUafterFinally(Variable) - Method in interface soot.JastAddJ.FinallyHost
-
- isDUafterFinally(Variable) - Method in class soot.JastAddJ.SynchronizedStmt
-
- isDUafterFinally(Variable) - Method in class soot.JastAddJ.TryStmt
-
- isDUafterInit(Variable) - Method in class soot.JastAddJ.ForStmt
-
- isDUafterInstance(Variable) - Method in class soot.JastAddJ.ClassInstanceExpr
-
- isDUafterReachedFinallyBlocks(Variable) - Method in class soot.JastAddJ.BreakStmt
-
- isDUafterReachedFinallyBlocks(Variable) - Method in class soot.JastAddJ.ContinueStmt
-
- isDUafterReachedFinallyBlocks(Variable) - Method in class soot.JastAddJ.ReturnStmt
-
- isDUafterReachedFinallyBlocks_Variable_values - Variable in class soot.JastAddJ.BreakStmt
-
- isDUafterReachedFinallyBlocks_Variable_values - Variable in class soot.JastAddJ.ContinueStmt
-
- isDUafterReachedFinallyBlocks_Variable_values - Variable in class soot.JastAddJ.ReturnStmt
-
- isDUafterTrue(Variable) - Method in class soot.JastAddJ.AbstractDot
-
- isDUafterTrue(Variable) - Method in class soot.JastAddJ.AndLogicalExpr
-
- isDUafterTrue(Variable) - Method in class soot.JastAddJ.AssignExpr
-
- isDUafterTrue(Variable) - Method in class soot.JastAddJ.ConditionalExpr
-
- isDUafterTrue(Variable) - Method in class soot.JastAddJ.Expr
-
- isDUafterTrue(Variable) - Method in class soot.JastAddJ.LogNotExpr
-
- isDUafterTrue(Variable) - Method in class soot.JastAddJ.OrLogicalExpr
-
- isDUafterTrue(Variable) - Method in class soot.JastAddJ.ParExpr
-
- isDUafterUpdate(Variable) - Method in class soot.JastAddJ.ForStmt
-
- isDUbefore(Variable) - Method in class soot.JastAddJ.AbstractDot
-
- isDUbefore(Variable) - Method in class soot.JastAddJ.Binary
-
- isDUbefore(Variable) - Method in class soot.JastAddJ.BodyDecl
-
- isDUbefore(Variable) - Method in class soot.JastAddJ.Case
-
- isDUbefore(Variable) - Method in class soot.JastAddJ.Expr
-
- isDUbefore(Variable) - Method in class soot.JastAddJ.Stmt
-
- isDUbefore(Variable) - Method in class soot.JastAddJ.TryStmt
-
- isDUbefore(Variable) - Method in class soot.JastAddJ.TypeDecl
-
- isDUbefore_Variable_values - Variable in class soot.JastAddJ.AbstractDot
-
- isDUbefore_Variable_values - Variable in class soot.JastAddJ.Binary
-
- isDUbefore_Variable_values - Variable in class soot.JastAddJ.BodyDecl
-
- isDUbefore_Variable_values - Variable in class soot.JastAddJ.TryStmt
-
- isDUbefore_Variable_values - Variable in class soot.JastAddJ.TypeDecl
-
- isDUbeforeCondition(Variable) - Method in class soot.JastAddJ.DoStmt
-
- isDUbeforeCondition(Variable) - Method in class soot.JastAddJ.ForStmt
-
- isDUbeforeCondition(Variable) - Method in class soot.JastAddJ.WhileStmt
-
- isDUbeforeCondition_Variable_values - Variable in class soot.JastAddJ.DoStmt
-
- isDUbeforeCondition_Variable_values - Variable in class soot.JastAddJ.ForStmt
-
- isDUbeforeCondition_Variable_values - Variable in class soot.JastAddJ.WhileStmt
-
- isDUeverywhere(Variable) - Method in class soot.JastAddJ.Block
-
- isDWord(Type) - Static method in class soot.asm.AsmUtil
-
Determines if a type is a dword type.
- isEmittingMethodCode - Variable in class soot.AbstractJasminClass
-
- isEmpty() - Method in class soot.dava.internal.AST.ASTTryNode
-
- isEmpty() - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.DavaFlowSet
-
- isEmpty() - Method in class soot.JastAddJ.CatchParameterDeclaration
-
- isEmpty() - Method in class soot.JastAddJ.FieldDeclaration
-
- isEmpty() - Method in class soot.JastAddJ.FileNamesPart
-
- isEmpty() - Method in class soot.JastAddJ.MethodDecl
-
- isEmpty() - Method in class soot.JastAddJ.ParameterDeclaration
-
- isEmpty() - Method in interface soot.JastAddJ.SimpleSet
-
- isEmpty() - Method in class soot.JastAddJ.SimpleSet.SimpleSetImpl
-
- isEmpty() - Method in class soot.JastAddJ.TypeDecl
-
- isEmpty() - Method in class soot.JastAddJ.VariableDeclaration
-
- isEmpty() - Method in class soot.jimple.spark.ondemand.genericutil.ArraySet
-
- isEmpty() - Method in class soot.jimple.spark.ondemand.genericutil.FIFOQueue
-
- isEmpty() - Method in class soot.jimple.spark.ondemand.genericutil.ImmutableStack
-
- isEmpty() - Method in interface soot.jimple.spark.ondemand.genericutil.MultiMap
-
- isEmpty() - Method in class soot.jimple.spark.ondemand.genericutil.Stack
-
- isEmpty() - Method in class soot.jimple.spark.ondemand.LazyContextSensitivePointsToSet
-
- isEmpty() - Method in class soot.jimple.spark.ondemand.WrappedPointsToSet
-
- isEmpty() - Method in class soot.jimple.spark.sets.BitPointsToSet
-
Returns true if this set contains no run-time objects.
- isEmpty() - Method in class soot.jimple.spark.sets.DoublePointsToSet
-
Returns true if this set contains no run-time objects.
- isEmpty() - Method in class soot.jimple.spark.sets.EmptyPointsToSet
-
Returns true if this set contains no run-time objects.
- isEmpty() - Method in class soot.jimple.spark.sets.HashPointsToSet
-
Returns true if this set contains no run-time objects.
- isEmpty() - Method in class soot.jimple.spark.sets.HybridPointsToSet
-
Returns true if this set contains no run-time objects.
- isEmpty() - Method in class soot.jimple.spark.sets.PointsToSetEqualsWrapper
-
- isEmpty() - Method in class soot.jimple.spark.sets.SharedHybridSet
-
- isEmpty() - Method in class soot.jimple.spark.sets.SharedListSet
-
- isEmpty() - Method in class soot.jimple.spark.sets.SortedArraySet
-
Returns true if this set contains no run-time objects.
- isEmpty() - Method in class soot.jimple.toolkits.annotation.arraycheck.BoundedPriorityList
-
- isEmpty() - Method in class soot.jimple.toolkits.pointer.FullObjectSet
-
Returns true if this set contains no run-time objects.
- isEmpty() - Method in class soot.jimple.toolkits.pointer.MemoryEfficientRasUnion
-
- isEmpty() - Method in class soot.jimple.toolkits.scalar.ToppedSet
-
- isEmpty() - Method in class soot.jimple.toolkits.typing.fast.QueuedSet
-
- isEmpty() - Method in interface soot.PointsToSet
-
Returns true if this set contains no run-time objects.
- isEmpty() - Method in class soot.toolkits.scalar.AbstractFlowSet
-
- isEmpty() - Method in class soot.toolkits.scalar.ArrayPackedSet
-
- isEmpty() - Method in class soot.toolkits.scalar.ArraySparseSet
-
- isEmpty() - Method in interface soot.toolkits.scalar.FlowSet
-
Returns true if this FlowSet is the empty set.
- isEmpty() - Method in class soot.util.AbstractMultiMap
-
- isEmpty() - Method in class soot.util.EmptyChain
-
- isEmpty() - Method in class soot.util.IterableMap
-
- isEmpty() - Method in interface soot.util.MultiMap
-
- isEmpty() - Method in class soot.util.PriorityQueue
- isEmpty() - Method in class soot.util.UnitMap
-
- isEmpty() - Method in class soot.xml.Attribute
-
- isEmpty() - Method in class soot.xml.TagCollector
-
- isEmptyReg() - Method in class soot.toDex.Register
-
- isEntryMethod(SootMethod) - Method in class soot.jimple.toolkits.callgraph.CallGraph
-
Does this method have no incoming edge?
- isEntryMethod() - Method in class soot.SootMethod
-
- isEnum(int) - Static method in class soot.Modifier
-
- isEnum() - Method in class soot.SootClass
-
Convenience method; returns true if this class is an enumeration.
- isEnumConstant() - Method in class soot.JastAddJ.BodyDecl
-
- isEnumConstant() - Method in class soot.JastAddJ.EnumConstant
-
- isEnumConstant() - Method in class soot.JastAddJ.Expr
-
- isEnumConstant() - Method in class soot.JastAddJ.VarAccess
-
- isEnumDecl() - Method in class soot.JastAddJ.EnumDecl
-
- isEnumDecl() - Method in class soot.JastAddJ.TypeDecl
-
- isEquivalent - Variable in class soot.jimple.toolkits.infoflow.CachedEquivalentValue
-
- isEquivTo(RWSet) - Method in class soot.jimple.toolkits.pointer.FullRWSet
-
- isEquivTo(RWSet) - Method in class soot.jimple.toolkits.pointer.MethodRWSet
-
- isEquivTo(RWSet) - Method in class soot.jimple.toolkits.pointer.RWSet
-
- isEquivTo(RWSet) - Method in class soot.jimple.toolkits.pointer.SiteRWSet
-
- isEquivTo(RWSet) - Method in class soot.jimple.toolkits.pointer.StmtRWSet
-
- isExactVarAccess() - Method in class soot.JastAddJ.BoundFieldAccess
-
- isException() - Method in class soot.JastAddJ.TypeDecl
-
- isException_computed - Variable in class soot.JastAddJ.TypeDecl
-
- isException_value - Variable in class soot.JastAddJ.TypeDecl
-
- isExceptionCaught(Body, Stmt, RefType) - Method in class soot.jimple.toolkits.base.ExceptionChecker
-
- isExceptionCaughtAt(Chain<Unit>, Unit, Iterator<Trap>) - Static method in class soot.jbco.util.BodyBuilder
-
- isExceptionCaughtAt(SootClass, Unit, Body) - Static method in class soot.TrapManager
-
If exception e is caught at unit u in body b, return true; otherwise, return false.
- isExceptionHandlerParameter() - Method in class soot.JastAddJ.CatchParameterDeclaration
-
- isExceptionHandlerParameter() - Method in class soot.JastAddJ.FieldDeclaration
-
- isExceptionHandlerParameter() - Method in class soot.JastAddJ.ParameterDeclaration
-
- isExceptionHandlerParameter() - Method in interface soot.JastAddJ.Variable
-
- isExceptionHandlerParameter() - Method in class soot.JastAddJ.VariableDeclaration
-
- isExceptionNode(VarNode) - Static method in class soot.jimple.spark.ondemand.pautil.SootUtil
-
- isExceptionPointer(Node) - Method in class soot.jimple.spark.geom.geomPA.GeomPointsTo
-
- isExcluded(SootClass) - Method in class soot.Scene
-
- isExecutor() - Method in class soot.Kind
-
- isExitStmt(Unit) - Method in class soot.jimple.toolkits.ide.icfg.AbstractJimpleBasedICFG
-
- isExitStmt(Unit) - Method in class soot.jimple.toolkits.ide.icfg.BackwardsInterproceduralCFG
-
- isExplicit() - Method in class soot.jimple.toolkits.callgraph.Edge
-
Returns true if the call is due to an explicit invoke statement.
- isExplicit() - Method in class soot.Kind
-
Returns true if the call is due to an explicit invoke statement.
- isExplicitGenericConstructorAccess() - Method in class soot.JastAddJ.DiamondAccess
-
- isExtendedSSA - Variable in class soot.shimple.ShimpleBody
-
- isExtendedSSA() - Method in class soot.shimple.ShimpleBody
-
- isFake() - Method in class soot.Kind
-
- isFallThroughSuccessor(Unit, Unit) - Method in class soot.jimple.toolkits.ide.icfg.AbstractJimpleBasedICFG
-
- isFallThroughSuccessor(Unit, Unit) - Method in class soot.jimple.toolkits.ide.icfg.BackwardsInterproceduralCFG
-
- isFalse() - Method in class soot.JastAddJ.Expr
-
- isFieldAccess() - Method in class soot.JastAddJ.AbstractDot
-
- isFieldAccess() - Method in class soot.JastAddJ.Expr
-
- isFieldAccess() - Method in class soot.JastAddJ.VarAccess
-
- isFieldAccess_computed - Variable in class soot.JastAddJ.VarAccess
-
- isFieldAccess_value - Variable in class soot.JastAddJ.VarAccess
-
- isFieldLocal(EquivalentValue) - Method in class soot.jimple.toolkits.infoflow.CallLocalityContext
-
- isFieldLocal(SootField) - Method in class soot.jimple.toolkits.infoflow.ClassLocalObjectsAnalysis
-
- isFieldLocal(EquivalentValue) - Method in class soot.jimple.toolkits.infoflow.ClassLocalObjectsAnalysis
-
- isFieldLocalToParent(SootField) - Method in class soot.jimple.toolkits.infoflow.LocalObjectsAnalysis
-
- isFieldRef() - Method in class soot.jimple.MethodHandle
-
- isFieldRef(int) - Static method in class soot.jimple.MethodHandle
-
- isFileSystemCaseSensitive() - Method in class soot.jimple.toolkits.base.RenameDuplicatedClasses
-
An naive approach to check whether the file system is case sensitive or not
- isFinal() - Method in class soot.JastAddJ.CatchParameterDeclaration
-
The catch parameter of a multi-catch clause is implicitly final.
- isFinal() - Method in class soot.JastAddJ.EnumConstant
-
- isFinal() - Method in class soot.JastAddJ.EnumDecl
-
- isFinal() - Method in class soot.JastAddJ.FieldDeclaration
-
- isFinal() - Method in class soot.JastAddJ.MethodDecl
-
- isFinal() - Method in class soot.JastAddJ.Modifiers
-
- isFinal() - Method in class soot.JastAddJ.ParameterDeclaration
-
- isFinal() - Method in class soot.JastAddJ.ResourceModifiers
-
- isFinal() - Method in class soot.JastAddJ.TypeDecl
-
- isFinal() - Method in interface soot.JastAddJ.Variable
-
- isFinal() - Method in class soot.JastAddJ.VariableDeclaration
-
- isFinal(int) - Static method in class soot.Modifier
-
- isFinal() - Method in class soot.SootClass
-
Convenience method returning true if this class is final.
- isFinal() - Method in class soot.SootField
-
Convenience method returning true if this field is final.
- isFinal() - Method in class soot.SootMethod
-
Convenience method returning true if this method is final.
- isFinal_computed - Variable in class soot.JastAddJ.Modifiers
-
- isFinal_computed - Variable in class soot.JastAddJ.ResourceModifiers
-
- isFinal_value - Variable in class soot.JastAddJ.Modifiers
-
- isFinal_value - Variable in class soot.JastAddJ.ResourceModifiers
-
- isFixed(InvokeExpr) - Static method in class soot.jimple.toolkits.ide.libsumm.FixedMethods
-
Returns true if a method call is fixed, i.e., assuming that all classes in the Scene resemble library code, then client
code cannot possible overwrite the called method.
- isFloat() - Method in class soot.JastAddJ.FloatType
-
- isFloat() - Method in class soot.JastAddJ.TypeDecl
-
- isFloat() - Method in class soot.toDex.Register
-
- isFloatLike(Type) - Static method in class soot.dexpler.Util
-
Returns if the type is a floating point type.
- isForeground() - Method in class soot.tagkit.ColorTag
-
- isForward() - Method in class soot.toolkits.scalar.AbstractFlowAnalysis
-
Returns true if this analysis is forwards.
- isForward() - Method in class soot.toolkits.scalar.BackwardFlowAnalysis
-
Returns false
- isForward() - Method in class soot.toolkits.scalar.ForwardBranchedFlowAnalysis
-
- isForward() - Method in class soot.toolkits.scalar.ForwardFlowAnalysis
-
- isFrontierKnown(DominatorNode<N>) - Method in class soot.toolkits.graph.CytronDominanceFrontier
-
- isFull - Variable in class soot.jimple.toolkits.pointer.MethodRWSet
-
- isGenericType() - Method in class soot.JastAddJ.GenericClassDecl
-
- isGenericType() - Method in class soot.JastAddJ.GenericInterfaceDecl
-
- isGenericType() - Method in interface soot.JastAddJ.GenericTypeDecl
-
- isGenericType() - Method in class soot.JastAddJ.TypeDecl
-
- isHasAssert() - Method in class soot.javaToJimple.AssertStmtChecker
-
- isHead() - Method in class soot.toolkits.graph.DominatorNode
-
Returns true if this node is the head of its DominatorTree.
- isHex() - Method in class soot.JastAddJ.NumericLiteral
-
- isIfElseBreakingPossiblePatternOne(ASTIfElseNode) - Method in class soot.dava.toolkits.base.AST.transformations.IfElseBreaker
-
- isIfElseBreakingPossiblePatternTwo(ASTIfElseNode) - Method in class soot.dava.toolkits.base.AST.transformations.IfElseBreaker
-
- isImmediateDominatorOf(DominatorNode<N>, DominatorNode<N>) - Method in class soot.toolkits.graph.DominatorTree
-
- isIncluded(SootClass) - Method in class soot.Scene
-
- isIncOrDec() - Method in class soot.JastAddJ.Expr
-
- isIncrementalBuild() - Method in class soot.Scene
-
This method returns true when in incremental build mode.
- isInitMethodPureOnObject(SootMethod) - Method in class soot.jimple.toolkits.thread.EncapsulatedObjectAnalysis
-
- isInnerClass() - Method in class soot.JastAddJ.Attributes.TypeAttributes
-
- isInnerClass - Variable in class soot.JastAddJ.BytecodeParser
-
- isInnerClass() - Method in class soot.JastAddJ.ClassDecl
-
- isInnerClass() - Method in class soot.JastAddJ.TypeDecl
-
- isInnerClass() - Method in class soot.SootClass
-
- isInnerType() - Method in class soot.JastAddJ.TypeDecl
-
- isInnerTypeOf(TypeDecl) - Method in class soot.JastAddJ.TypeDecl
-
- isInScene - Variable in class soot.SootClass
-
- isInScene() - Method in class soot.SootClass
-
- isInSequenceAssignment(Stmt, Value, int) - Method in class soot.dava.toolkits.base.AST.transformations.ShortcutArrayInit
-
- isInSequenceAssignmentPatternTwo(Stmt, Stmt, Value, int) - Method in class soot.dava.toolkits.base.AST.transformations.ShortcutArrayInit
-
- isInside() - Method in class soot.jimple.toolkits.annotation.purity.PurityEdge
-
- isInside() - Method in class soot.jimple.toolkits.annotation.purity.PurityGlobalNode
-
- isInside() - Method in class soot.jimple.toolkits.annotation.purity.PurityMethodNode
-
- isInside() - Method in interface soot.jimple.toolkits.annotation.purity.PurityNode
-
Is it an inside node ?
- isInside() - Method in class soot.jimple.toolkits.annotation.purity.PurityParamNode
-
- isInside() - Method in class soot.jimple.toolkits.annotation.purity.PurityStmtNode
-
- isInside() - Method in class soot.jimple.toolkits.annotation.purity.PurityThisNode
-
- isInstance() - Method in class soot.jimple.toolkits.callgraph.Edge
-
Returns true if the call is due to an explicit instance invoke statement.
- isInstance() - Method in class soot.Kind
-
Returns true if the call is due to an explicit instance invoke statement.
- isInstanceVariable() - Method in class soot.JastAddJ.CatchParameterDeclaration
-
- isInstanceVariable() - Method in class soot.JastAddJ.FieldDeclaration
-
- isInstanceVariable() - Method in class soot.JastAddJ.ParameterDeclaration
-
- isInstanceVariable() - Method in interface soot.JastAddJ.Variable
-
- isInstanceVariable() - Method in class soot.JastAddJ.VariableDeclaration
-
- isInt() - Method in class soot.JastAddJ.IntType
-
- isInt() - Method in class soot.JastAddJ.TypeDecl
-
- isInt() - Method in class soot.JastAddJ.UnknownType
-
- isIntegralType() - Method in class soot.JastAddJ.IntegralType
-
- isIntegralType() - Method in class soot.JastAddJ.ReferenceType
-
- isIntegralType() - Method in class soot.JastAddJ.TypeDecl
-
- isIntegralType() - Method in class soot.JastAddJ.UnknownType
-
- isInteractionCon() - Method in class soot.toolkits.graph.interaction.InteractionHandler
-
- isInteractThisAnalysis() - Method in class soot.toolkits.graph.interaction.InteractionHandler
-
- isInterestingSink(Value) - Method in class soot.jimple.toolkits.infoflow.SimpleMethodInfoFlowAnalysis
-
- isInterestingSink(Value) - Method in class soot.jimple.toolkits.infoflow.SimpleMethodLocalObjectsAnalysis
-
- isInterestingSource(Value) - Method in class soot.jimple.toolkits.infoflow.SimpleMethodInfoFlowAnalysis
-
- isInterestingSource(Value) - Method in class soot.jimple.toolkits.infoflow.SimpleMethodLocalObjectsAnalysis
-
- isInterface(int) - Static method in class soot.Modifier
-
- isInterface() - Method in class soot.SootClass
-
Convenience method; returns true if this class is an interface.
- isInterfaceDecl() - Method in class soot.JastAddJ.InterfaceDecl
-
- isInterfaceDecl() - Method in class soot.JastAddJ.TypeDecl
-
- isInterfaceDirectSubinterfaceOf(SootClass, SootClass) - Method in class soot.Hierarchy
-
Returns true if child is a direct subinterface of possibleParent.
- isInterfaceDirectSuperinterfaceOf(SootClass, SootClass) - Method in class soot.Hierarchy
-
Returns true if parent is a direct superinterface of possibleChild.
- isInterfaceSubinterfaceOf(SootClass, SootClass) - Method in class soot.Hierarchy
-
Returns true if child is a subinterface of possibleParent.
- isInterfaceSuperinterfaceOf(SootClass, SootClass) - Method in class soot.Hierarchy
-
Returns true if parent is a superinterface of possibleChild.
- isInterproc - Variable in class soot.toolkits.exceptions.UnitThrowAnalysis
-
- isInterProcSource() - Method in class soot.jimple.spark.pag.VarNode
-
Returns true if this node is the potential source of a interprocedural assignment edge which may be added during
on-the-fly call graph updating.
- isInterProcTarget() - Method in class soot.jimple.spark.pag.VarNode
-
Returns true if this node is the potential target of a interprocedural assignment edge which may be added during
on-the-fly call graph updating.
- isIntLikeType(Type) - Static method in class soot.jimple.internal.AbstractIntLongBinopExpr
-
- isInvoke(Value) - Static method in class soot.jimple.toolkits.scalar.pre.SootFilter
-
returns true, if val
is an invoke.
- isIterable() - Method in class soot.JastAddJ.TypeDecl
-
True if type is java.lang.Iterable or subtype As long as we use the 1.4
API we check for java.util.Collection instead.
- isIterable_computed - Variable in class soot.JastAddJ.TypeDecl
-
- isIterable_value - Variable in class soot.JastAddJ.TypeDecl
-
- isJavaIdentifier(String) - Static method in class soot.jbco.jimpleTransformations.FieldRenamer
-
- isJavaKeywordType(Type) - Static method in class soot.jimple.Jimple
-
- isJavaLibraryClass() - Method in class soot.SootClass
-
Sometimes we need to know which class is a JDK class.
- isJavaLibraryMethod() - Method in class soot.SootMethod
-
We rely on the JDK class recognition to decide if a method is JDK method.
- isJavaLink() - Method in class soot.xml.LinkAttribute
-
- isJimpleLink() - Method in class soot.xml.LinkAttribute
-
- isLeftChildOfDot() - Method in class soot.JastAddJ.Expr
-
- isLibraryClass() - Method in class soot.SootClass
-
Convenience method returning true if this class is a library class.
- isLoad() - Method in class soot.jimple.toolkits.annotation.purity.PurityGlobalNode
-
- isLoad() - Method in class soot.jimple.toolkits.annotation.purity.PurityMethodNode
-
- isLoad() - Method in interface soot.jimple.toolkits.annotation.purity.PurityNode
-
Is it a load node ?
- isLoad() - Method in class soot.jimple.toolkits.annotation.purity.PurityParamNode
-
- isLoad() - Method in class soot.jimple.toolkits.annotation.purity.PurityStmtNode
-
- isLoad() - Method in class soot.jimple.toolkits.annotation.purity.PurityThisNode
-
- isLoaded() - Method in class soot.dexpler.instructions.PseudoInstruction
-
- isLocal(Value) - Static method in class soot.jimple.toolkits.scalar.pre.SootFilter
-
returns true, if val
is a Local.
- isLocalClass() - Method in class soot.JastAddJ.TypeDecl
-
- isLocalEqualToAt(Local, Local, Stmt) - Method in interface soot.jimple.EqualLocals
-
- isLocalPointer() - Method in class soot.jimple.spark.geom.geomPA.IVarAbstraction
-
- isLocalVariable() - Method in class soot.JastAddJ.CatchParameterDeclaration
-
- isLocalVariable() - Method in class soot.JastAddJ.FieldDeclaration
-
- isLocalVariable() - Method in class soot.JastAddJ.ParameterDeclaration
-
- isLocalVariable() - Method in interface soot.JastAddJ.Variable
-
- isLocalVariable() - Method in class soot.JastAddJ.VariableDeclaration
-
- isLong() - Method in class soot.JastAddJ.LongType
-
- isLong() - Method in class soot.JastAddJ.TypeDecl
-
- isMain() - Method in class soot.SootMethod
-
- isMayInitialized(SootField) - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.MustMayInitialize
-
- isMayInitialized(Value) - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.MustMayInitialize
-
- isMemberType() - Method in class soot.JastAddJ.TypeDecl
-
- isMetaAnnotation() - Method in class soot.JastAddJ.Annotation
-
- isMethodAccess() - Method in class soot.JastAddJ.AbstractDot
-
- isMethodAccess() - Method in class soot.JastAddJ.Expr
-
- isMethodAccess() - Method in class soot.JastAddJ.MethodAccess
-
- isMethodParameter() - Method in class soot.JastAddJ.CatchParameterDeclaration
-
- isMethodParameter() - Method in class soot.JastAddJ.FieldDeclaration
-
- isMethodParameter() - Method in class soot.JastAddJ.ParameterDeclaration
-
- isMethodParameter() - Method in interface soot.JastAddJ.Variable
-
- isMethodParameter() - Method in class soot.JastAddJ.VariableDeclaration
-
- isMethodPureOnObject(SootMethod) - Method in class soot.jimple.toolkits.thread.EncapsulatedObjectAnalysis
-
- isMethodRef() - Method in class soot.jimple.MethodHandle
-
- isMethodRef(int) - Static method in class soot.jimple.MethodHandle
-
- isMustInitialized(SootField) - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.MustMayInitialize
-
- isMustInitialized(Value) - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.MustMayInitialize
-
- isNative() - Method in class soot.JastAddJ.MethodDecl
-
- isNative() - Method in class soot.JastAddJ.Modifiers
-
- isNative(int) - Static method in class soot.Modifier
-
- isNative() - Method in class soot.SootMethod
-
Convenience method returning true if this method is native.
- isNative_computed - Variable in class soot.JastAddJ.Modifiers
-
- isNative_value - Variable in class soot.JastAddJ.Modifiers
-
- isNegative() - Method in class soot.JastAddJ.NumericLiteral
-
- isNestedType() - Method in class soot.JastAddJ.TypeDecl
-
- isNestedType() - Method in class soot.JastAddJ.TypeVariable
-
- isNewInstanceMethod(SootMethod) - Static method in class soot.jimple.spark.ondemand.pautil.SootUtil
-
- isNextGotoAJsr - Variable in class soot.AbstractJasminClass
-
- isNonRefType(Type) - Method in class soot.jimple.toolkits.infoflow.SimpleMethodInfoFlowAnalysis
-
- isNonRefType(Type) - Method in class soot.jimple.toolkits.infoflow.SmartMethodInfoFlowAnalysis
-
- isNormalMove(Opcode) - Static method in class soot.toDex.SootToDexUtils
-
- isNotted() - Method in class soot.dava.internal.AST.ASTAggregatedCondition
-
- isNotted() - Method in class soot.dava.internal.AST.ASTBinaryCondition
-
- isNotted() - Method in class soot.dava.internal.AST.ASTCondition
-
- isNotted() - Method in class soot.dava.internal.AST.ASTUnaryCondition
-
- isNull() - Method in class soot.JastAddJ.NullType
-
- isNull() - Method in class soot.JastAddJ.TypeDecl
-
- isNumericType() - Method in class soot.JastAddJ.NumericType
-
- isNumericType() - Method in class soot.JastAddJ.ReferenceType
-
- isNumericType() - Method in class soot.JastAddJ.TypeDecl
-
- isNumericType() - Method in class soot.JastAddJ.UnknownType
-
- isObject(Type) - Static method in class soot.dexpler.AbstractNullTransformer
-
- isObject() - Method in class soot.JastAddJ.ClassDecl
-
- isObject() - Method in class soot.JastAddJ.TypeDecl
-
- isObject() - Method in class soot.toDex.Register
-
- isObject(String) - Static method in class soot.toDex.SootToDexUtils
-
- isObject(Type) - Static method in class soot.toDex.SootToDexUtils
-
- isObject_computed - Variable in class soot.JastAddJ.ClassDecl
-
- isObject_computed - Variable in class soot.JastAddJ.TypeDecl
-
- isObject_value - Variable in class soot.JastAddJ.ClassDecl
-
- isObject_value - Variable in class soot.JastAddJ.TypeDecl
-
- isObjectLocal(Value, SootMethod) - Method in class soot.jimple.toolkits.infoflow.ClassLocalObjectsAnalysis
-
- isObjectLocal(Value) - Method in class soot.jimple.toolkits.infoflow.SimpleMethodLocalObjectsAnalysis
-
- isObjectLocal(Value, CallLocalityContext) - Method in class soot.jimple.toolkits.infoflow.SmartMethodLocalObjectsAnalysis
-
- isObjectLocal(InfoFlowAnalysis, SootMethod, CallLocalityContext, Value) - Static method in class soot.jimple.toolkits.infoflow.SmartMethodLocalObjectsAnalysis
-
- isObjectLocalToContext(Value, SootMethod, SootMethod) - Method in class soot.jimple.toolkits.infoflow.LocalObjectsAnalysis
-
- isObjectLocalToParent(Value, SootMethod) - Method in class soot.jimple.toolkits.infoflow.LocalObjectsAnalysis
-
- isObjectThreadLocal(Value, SootMethod) - Method in interface soot.jimple.toolkits.thread.IThreadLocalObjectsAnalysis
-
- isObjectThreadLocal(Value, SootMethod) - Method in class soot.jimple.toolkits.thread.ThreadLocalObjectsAnalysis
-
- isOctal() - Method in class soot.JastAddJ.NumericLiteral
-
- isOfReferenceType() - Method in class soot.jimple.toolkits.pointer.InstanceKey
-
- isOfType(Type) - Method in class soot.dava.internal.javaRep.DVariableDeclarationStmt
-
- isOnDemand() - Method in class soot.JastAddJ.ImportDecl
-
- isOnDemand() - Method in class soot.JastAddJ.StaticImportOnDemandDecl
-
- isOnDemand() - Method in class soot.JastAddJ.TypeImportOnDemandDecl
-
- isOrdered() - Method in class soot.shimple.toolkits.graph.ValueGraph.Node
-
- isPackage(String) - Method in class soot.JastAddJ.Program
-
- isPackageAccess() - Method in class soot.JastAddJ.AbstractDot
-
- isPackageAccess() - Method in class soot.JastAddJ.Expr
-
- isPackageAccess() - Method in class soot.JastAddJ.PackageAccess
-
- isParam() - Method in class soot.jimple.toolkits.annotation.purity.PurityGlobalNode
-
- isParam() - Method in class soot.jimple.toolkits.annotation.purity.PurityMethodNode
-
- isParam() - Method in interface soot.jimple.toolkits.annotation.purity.PurityNode
-
Is it a parameter or this node ?
- isParam() - Method in class soot.jimple.toolkits.annotation.purity.PurityParamNode
-
- isParam() - Method in class soot.jimple.toolkits.annotation.purity.PurityStmtNode
-
- isParam() - Method in class soot.jimple.toolkits.annotation.purity.PurityThisNode
-
- isParamEdge() - Method in class soot.jimple.spark.ondemand.pautil.AssignEdge
-
- isParameter() - Method in class soot.JastAddJ.CatchParameterDeclaration
-
- isParameter() - Method in class soot.JastAddJ.FieldDeclaration
-
- isParameter() - Method in class soot.JastAddJ.ParameterDeclaration
-
- isParameter() - Method in interface soot.JastAddJ.Variable
-
- isParameter() - Method in class soot.JastAddJ.VariableDeclaration
-
- isParameter() - Method in class soot.toolkits.scalar.Pair
-
Decide if this pair represents a method parameter.
- isParameterizedType() - Method in class soot.JastAddJ.ParClassDecl
-
- isParameterizedType() - Method in class soot.JastAddJ.ParInterfaceDecl
-
- isParameterizedType() - Method in interface soot.JastAddJ.ParTypeDecl
-
- isParameterizedType() - Method in class soot.JastAddJ.TypeDecl
-
- isParamNode(VarNode) - Static method in class soot.jimple.spark.ondemand.pautil.SootUtil
-
- isPhantom() - Method in interface soot.ClassMember
-
Returns true when this object is from a phantom class.
- isPhantom - Variable in class soot.SootClass
-
- isPhantom() - Method in class soot.SootClass
-
Convenience method returning true if this class is phantom.
- isPhantom - Variable in class soot.SootField
-
- isPhantom() - Method in class soot.SootField
-
- isPhantom - Variable in class soot.SootMethod
-
Is this method a phantom method?
- isPhantom() - Method in class soot.SootMethod
-
Returns true when this
SootMethod
object is phantom.
- isPhantomClass() - Method in class soot.SootClass
-
Convenience method returning true if this class is a phantom class.
- isPhiExpr(Value) - Static method in class soot.shimple.Shimple
-
Returns true if the value is a Phi expression, false otherwise.
- isPhiNode(Unit) - Static method in class soot.shimple.Shimple
-
Returns true if the unit is a Phi node, false otherwise.
- isPiExpr(Value) - Static method in class soot.shimple.Shimple
-
- isPiNode(Unit) - Static method in class soot.shimple.Shimple
-
- isPositive() - Method in class soot.JastAddJ.Expr
-
- isPositive() - Method in class soot.JastAddJ.IntegerLiteral
-
- isPositive() - Method in class soot.JastAddJ.LongLiteral
-
- isPrimitive() - Method in class soot.JastAddJ.PrimitiveType
-
- isPrimitive() - Method in class soot.JastAddJ.ReferenceType
-
- isPrimitive() - Method in class soot.JastAddJ.TypeDecl
-
- isPrimitiveType() - Method in class soot.JastAddJ.PrimitiveType
-
- isPrimitiveType() - Method in class soot.JastAddJ.TypeDecl
-
- isPrimitiveType() - Method in class soot.JastAddJ.UnknownType
-
- isPrivate() - Method in interface soot.ClassMember
-
Convenience method returning true if this class member is private.
- isPrivate() - Method in class soot.JastAddJ.ConstructorDecl
-
- isPrivate() - Method in class soot.JastAddJ.FieldDeclaration
-
- isPrivate() - Method in class soot.JastAddJ.MethodDecl
-
- isPrivate() - Method in class soot.JastAddJ.Modifiers
-
- isPrivate() - Method in class soot.JastAddJ.TypeDecl
-
- isPrivate(int) - Static method in class soot.Modifier
-
- isPrivate() - Method in class soot.SootClass
-
Convenience method returning true if this class is private.
- isPrivate() - Method in class soot.SootField
-
Convenience method returning true if this field is private.
- isPrivate() - Method in class soot.SootMethod
-
Convenience method returning true if this method is private.
- isPrivate_computed - Variable in class soot.JastAddJ.Modifiers
-
- isPrivate_value - Variable in class soot.JastAddJ.Modifiers
-
- isPrivileged() - Method in class soot.Kind
-
- isProtected() - Method in interface soot.ClassMember
-
Convenience method returning true if this class member is protected.
- isProtected() - Method in class soot.JastAddJ.ConstructorDecl
-
- isProtected() - Method in class soot.JastAddJ.FieldDeclaration
-
- isProtected() - Method in class soot.JastAddJ.MethodDecl
-
- isProtected() - Method in class soot.JastAddJ.Modifiers
-
- isProtected() - Method in class soot.JastAddJ.TypeDecl
-
- isProtected(int) - Static method in class soot.Modifier
-
- isProtected() - Method in class soot.SootClass
-
Convenience method returning true if this class is protected.
- isProtected() - Method in class soot.SootField
-
Convenience method returning true if this field is protected.
- isProtected() - Method in class soot.SootMethod
-
Convenience method returning true if this method is protected.
- isProtected_computed - Variable in class soot.JastAddJ.Modifiers
-
- isProtected_value - Variable in class soot.JastAddJ.Modifiers
-
- isPublic() - Method in interface soot.ClassMember
-
Convenience method returning true if this class member is public.
- isPublic() - Method in class soot.JastAddJ.ConstructorDecl
-
- isPublic() - Method in class soot.JastAddJ.EnumConstant
-
- isPublic() - Method in class soot.JastAddJ.FieldDeclaration
-
- isPublic() - Method in class soot.JastAddJ.MethodDecl
-
- isPublic() - Method in class soot.JastAddJ.Modifiers
-
- isPublic() - Method in class soot.JastAddJ.TypeDecl
-
- isPublic(int) - Static method in class soot.Modifier
-
- isPublic() - Method in class soot.SootClass
-
Convenience method; returns true if this class is public.
- isPublic() - Method in class soot.SootField
-
Convenience method returning true if this field is public.
- isPublic() - Method in class soot.SootMethod
-
Convenience method returning true if this method is public.
- isPublic_computed - Variable in class soot.JastAddJ.Modifiers
-
- isPublic_computed - Variable in class soot.JastAddJ.TypeDecl
-
- isPublic_value - Variable in class soot.JastAddJ.Modifiers
-
- isPublic_value - Variable in class soot.JastAddJ.TypeDecl
-
- isPure() - Method in class soot.jimple.toolkits.annotation.purity.PurityGraph
-
Call this on the merge of graphs at all return points of a method to know whether the method is pure.
- isPure() - Method in class soot.jimple.toolkits.thread.EncapsulatedMethodAnalysis
-
- isPureConstructor() - Method in class soot.jimple.toolkits.annotation.purity.PurityGraph
-
We use a less restrictive notion of purity for constructors: pure constructors can mutate fields of this.
- isQualified() - Method in class soot.JastAddJ.AbstractDot
-
- isQualified() - Method in class soot.JastAddJ.Access
-
- isRaw() - Method in class soot.JastAddJ.BoundTypeAccess
-
- isRaw() - Method in class soot.JastAddJ.ParTypeAccess
-
- isRaw() - Method in class soot.JastAddJ.TypeAccess
-
- isRawType() - Method in interface soot.JastAddJ.Parameterization
-
- isRawType() - Method in class soot.JastAddJ.ParClassDecl
-
- isRawType() - Method in class soot.JastAddJ.ParInterfaceDecl
-
- isRawType() - Method in class soot.JastAddJ.ParMethodDecl
-
- isRawType() - Method in interface soot.JastAddJ.ParTypeDecl
-
- isRawType() - Method in class soot.JastAddJ.RawClassDecl
-
- isRawType() - Method in class soot.JastAddJ.RawInterfaceDecl
-
- isRawType() - Method in class soot.JastAddJ.RawMethodDecl
-
- isRawType() - Method in class soot.JastAddJ.TypeDecl
-
- isReachable(Object) - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.UnreachableCodeFinder
-
- isReachable(Unit) - Method in class soot.jimple.toolkits.ide.icfg.AbstractJimpleBasedICFG
-
- isReachable(Unit) - Method in class soot.jimple.toolkits.ide.icfg.BackwardsInterproceduralCFG
-
- isReachable(N) - Method in interface soot.jimple.toolkits.ide.icfg.BiDiInterproceduralCFG
-
Checks whether the given statement is rachable from the entry point
- isReachableMethod(int) - Method in class soot.jimple.spark.geom.geomPA.GeomPointsTo
-
Deciding if the given method represented by @param fid is reachable.
- isReachableMethod(SootMethod) - Method in class soot.jimple.spark.geom.geomPA.GeomPointsTo
-
Deciding if the given method represented by @param sm is reachable.
- isRectangular(Object) - Method in class soot.jimple.toolkits.annotation.arraycheck.RectangularArrayFinder
-
- isRecursive(ImmutableStack<Integer>, AssignEdge) - Method in class soot.jimple.spark.ondemand.DemandCSPointsTo
-
- isRecursiveCallSite(Integer) - Method in class soot.jimple.spark.ondemand.DemandCSPointsTo
-
- isReferenceType() - Method in class soot.JastAddJ.ReferenceType
-
- isReferenceType() - Method in class soot.JastAddJ.TypeDecl
-
- isReferenceType() - Method in class soot.JastAddJ.UnknownType
-
- isRefineCallGraph() - Method in class soot.jimple.spark.ondemand.DemandCSPointsTo
-
- isReflection() - Method in class soot.Kind
-
- isReflInvoke() - Method in class soot.Kind
-
- isRefType() - Method in class soot.jimple.ClassConstant
-
Gets whether this class constant denotes a reference type.
- isReifiable() - Method in class soot.JastAddJ.ArrayDecl
-
A type is reifiable if it either refers to a non-parameterized type,
is a raw type, is a parameterized type with only unbound wildcard
parameters or is an array type with a reifiable type parameter.
- isReifiable() - Method in class soot.JastAddJ.ParClassDecl
-
A type is reifiable if it either refers to a non-parameterized type,
is a raw type, is a parameterized type with only unbound wildcard
parameters or is an array type with a reifiable type parameter.
- isReifiable() - Method in class soot.JastAddJ.ParInterfaceDecl
-
A type is reifiable if it either refers to a non-parameterized type,
is a raw type, is a parameterized type with only unbound wildcard
parameters or is an array type with a reifiable type parameter.
- isReifiable() - Method in class soot.JastAddJ.TypeDecl
-
A type is reifiable if it either refers to a non-parameterized type, is a
raw type, is a parameterized type with only unbound wildcard parameters
or is an array type with a reifiable type parameter.
- isReifiable() - Method in class soot.JastAddJ.TypeVariable
-
A type is reifiable if it either refers to a non-parameterized type,
is a raw type, is a parameterized type with only unbound wildcard
parameters or is an array type with a reifiable type parameter.
- isRemovePackages() - Method in class soot.jbco.jimpleTransformations.ClassRenamer
-
Checks if transformer must remove package from fully qualified class name.
- isRenamePackages() - Method in class soot.jbco.jimpleTransformations.ClassRenamer
-
Checks if transformer must rename package in fully qualified class name.
- isResolvableCall(SootMethod) - Static method in class soot.jimple.spark.ondemand.pautil.SootUtil
-
- isResolved - Variable in class soot.JastAddJ.CompilationUnit
-
- isRetNode(VarNode) - Static method in class soot.jimple.spark.ondemand.pautil.SootUtil
-
- isReturnEdge() - Method in class soot.jimple.spark.ondemand.pautil.AssignEdge
-
- isReturnSite(Unit) - Method in class soot.jimple.toolkits.ide.icfg.AbstractJimpleBasedICFG
-
- isReturnSite(Unit) - Method in class soot.jimple.toolkits.ide.icfg.BackwardsInterproceduralCFG
-
- isReturnSite(N) - Method in interface soot.jimple.toolkits.ide.icfg.BiDiInterproceduralCFG
-
Gets whether the given statement is a return site of at least one call
- isReversed() - Method in class soot.toolkits.graph.HashReversibleGraph
-
- isReversed() - Method in interface soot.toolkits.graph.ReversibleGraph
-
Returns true if the graph is now reversed from its original state at creation.
- isReverseOrder() - Method in class soot.toolkits.graph.PseudoTopologicalOrderer
-
- isReverseOrder() - Method in class soot.toolkits.graph.SlowPseudoTopologicalOrderer
-
- isRightChildOfDot() - Method in class soot.JastAddJ.Expr
-
- isRuntimeInvisible() - Method in class soot.JastAddJ.Annotation
-
- isRuntimeInvisible() - Method in class soot.JastAddJ.Modifier
-
- isRuntimeVisible() - Method in class soot.JastAddJ.Annotation
-
- isRuntimeVisible() - Method in class soot.JastAddJ.Modifier
-
- isShort() - Method in class soot.JastAddJ.ShortType
-
- isShort() - Method in class soot.JastAddJ.TypeDecl
-
- isShortcutPossible() - Method in class soot.dava.toolkits.base.AST.traversals.InitializationDeclarationShortcut
-
- isShowLibMeths() - Method in class soot.jimple.toolkits.annotation.callgraph.CallGraphGrapher
-
- isSingleton() - Method in class soot.JastAddJ.CatchParameterDeclaration
-
- isSingleton(Object) - Method in class soot.JastAddJ.CatchParameterDeclaration
-
- isSingleton() - Method in class soot.JastAddJ.FieldDeclaration
-
- isSingleton(Object) - Method in class soot.JastAddJ.FieldDeclaration
-
- isSingleton() - Method in class soot.JastAddJ.MethodDecl
-
- isSingleton(Object) - Method in class soot.JastAddJ.MethodDecl
-
- isSingleton() - Method in class soot.JastAddJ.ParameterDeclaration
-
- isSingleton(Object) - Method in class soot.JastAddJ.ParameterDeclaration
-
- isSingleton() - Method in interface soot.JastAddJ.SimpleSet
-
- isSingleton(Object) - Method in interface soot.JastAddJ.SimpleSet
-
- isSingleton() - Method in class soot.JastAddJ.SimpleSet.SimpleSetImpl
-
- isSingleton(Object) - Method in class soot.JastAddJ.SimpleSet.SimpleSetImpl
-
- isSingleton() - Method in class soot.JastAddJ.TypeDecl
-
- isSingleton(Object) - Method in class soot.JastAddJ.TypeDecl
-
- isSingleton() - Method in class soot.JastAddJ.VariableDeclaration
-
- isSingleton(Object) - Method in class soot.JastAddJ.VariableDeclaration
-
- isSource() - Method in class soot.JastAddJ.Expr
-
- isSource - Variable in class soot.JastAddJ.PathPart
-
- isSpecial() - Method in class soot.jimple.toolkits.callgraph.Edge
-
- isSpecial() - Method in class soot.Kind
-
- isSSA - Variable in class soot.shimple.ShimpleBody
-
Set isSSA boolean to indicate whether a ShimpleBody is still in SSA form or not.
- isSSA() - Method in class soot.shimple.ShimpleBody
-
Returns value of, optional, user-maintained SSA boolean.
- isStartPoint(Unit) - Method in class soot.jimple.toolkits.ide.icfg.AbstractJimpleBasedICFG
-
- isStartPoint(Unit) - Method in class soot.jimple.toolkits.ide.icfg.BackwardsInterproceduralCFG
-
- isStatic() - Method in class soot.AbstractSootFieldRef
-
- isStatic() - Method in interface soot.ClassMember
-
Convenience method returning true if this class member is static.
- isStatic - Variable in class soot.dexpler.DexBody
-
- isStatic() - Method in class soot.JastAddJ.CatchParameterDeclaration
-
- isStatic() - Method in class soot.JastAddJ.EnumConstant
-
- isStatic() - Method in class soot.JastAddJ.EnumDecl
-
- isStatic() - Method in class soot.JastAddJ.FieldDecl
-
- isStatic() - Method in class soot.JastAddJ.FieldDeclaration
-
- isStatic() - Method in class soot.JastAddJ.InterfaceDecl
-
- isStatic() - Method in class soot.JastAddJ.MemberDecl
-
- isStatic() - Method in class soot.JastAddJ.MemberTypeDecl
-
- isStatic() - Method in class soot.JastAddJ.MethodDecl
-
- isStatic() - Method in class soot.JastAddJ.Modifiers
-
- isStatic() - Method in class soot.JastAddJ.ParameterDeclaration
-
- isStatic() - Method in class soot.JastAddJ.TypeDecl
-
- isStatic() - Method in interface soot.JastAddJ.Variable
-
- isStatic() - Method in class soot.JastAddJ.VariableDeclaration
-
- isStatic() - Method in class soot.jimple.toolkits.callgraph.Edge
-
Returns true if the call is due to an explicit static invoke statement.
- isStatic() - Method in class soot.Kind
-
Returns true if the call is due to an explicit static invoke statement.
- isStatic(int) - Static method in class soot.Modifier
-
- isStatic() - Method in class soot.SootClass
-
Convenience method returning true if this class is static.
- isStatic() - Method in class soot.SootField
-
Convenience method returning true if this field is static.
- isStatic() - Method in interface soot.SootFieldRef
-
- isStatic() - Method in class soot.SootMethod
-
Convenience method returning true if this method is static.
- isStatic() - Method in interface soot.SootMethodInterface
-
- isStatic() - Method in interface soot.SootMethodRef
-
- isStatic() - Method in class soot.SootMethodRefImpl
-
- isStatic_computed - Variable in class soot.JastAddJ.EnumDecl
-
- isStatic_computed - Variable in class soot.JastAddJ.InterfaceDecl
-
- isStatic_computed - Variable in class soot.JastAddJ.Modifiers
-
- isStatic_computed - Variable in class soot.JastAddJ.TypeDecl
-
- isStatic_value - Variable in class soot.JastAddJ.EnumDecl
-
- isStatic_value - Variable in class soot.JastAddJ.InterfaceDecl
-
- isStatic_value - Variable in class soot.JastAddJ.Modifiers
-
- isStatic_value - Variable in class soot.JastAddJ.TypeDecl
-
- isStaticInitializer() - Method in class soot.SootMethod
-
- isStrictfp() - Method in class soot.JastAddJ.MethodDecl
-
- isStrictfp() - Method in class soot.JastAddJ.Modifiers
-
- isStrictfp() - Method in class soot.JastAddJ.TypeDecl
-
- isStrictFP(int) - Static method in class soot.Modifier
-
- isStrictfp_computed - Variable in class soot.JastAddJ.Modifiers
-
- isStrictfp_value - Variable in class soot.JastAddJ.Modifiers
-
- isStrictSubsetOf(IterableSet<T>) - Method in class soot.util.IterableSet
-
- isStrictSupersetOf(IterableSet<T>) - Method in class soot.util.IterableSet
-
- isString() - Method in class soot.JastAddJ.ClassDecl
-
- isString() - Method in class soot.JastAddJ.TypeDecl
-
- isString_computed - Variable in class soot.JastAddJ.ClassDecl
-
- isString_computed - Variable in class soot.JastAddJ.TypeDecl
-
- isString_value - Variable in class soot.JastAddJ.ClassDecl
-
- isString_value - Variable in class soot.JastAddJ.TypeDecl
-
- isStringAdd() - Method in class soot.JastAddJ.AddExpr
-
- isStringAdd() - Method in class soot.JastAddJ.ASTNode
-
- isStringNode(VarNode) - Static method in class soot.jimple.spark.ondemand.pautil.SootUtil
-
- isStub() - Method in class soot.shimple.toolkits.graph.ValueGraph.Node
-
- isSubclass(SootClass, SootClass) - Method in class soot.FastHierarchy
-
Return true if class child is a subclass of class parent, neither of them being allowed to be interfaces.
- isSubrange(FastHierarchy.Interval) - Method in class soot.FastHierarchy.Interval
-
- isSubSet(FlowSet<T>) - Method in class soot.toolkits.scalar.AbstractFlowSet
-
- isSubSet(FlowSet<T>) - Method in class soot.toolkits.scalar.ArrayPackedSet
-
- isSubSet(FlowSet<T>) - Method in interface soot.toolkits.scalar.FlowSet
-
Returns true if the other
FlowSet is a subset of this
FlowSet.
- isSubsetOf(PointsToBitVector) - Method in class soot.jimple.spark.sets.PointsToBitVector
-
Returns true iff other is a subset of this bitvector
- isSubsetOf(IterableSet<T>) - Method in class soot.util.IterableSet
-
- isSubType(boolean) - Method in class soot.javaToJimple.AnonClassInitMethodSource
-
- isSubType() - Method in class soot.javaToJimple.AnonClassInitMethodSource
-
- isSubType(ClassType, ClassType) - Static method in class soot.javaToJimple.Util
-
- isSuperAccess() - Method in class soot.JastAddJ.AbstractDot
-
- isSuperAccess() - Method in class soot.JastAddJ.CastExpr
-
- isSuperAccess() - Method in class soot.JastAddJ.Expr
-
- isSuperAccess() - Method in class soot.JastAddJ.ParExpr
-
- isSuperAccess() - Method in class soot.JastAddJ.SuperAccess
-
- isSuperConstructorAccess() - Method in class soot.JastAddJ.AbstractDot
-
- isSuperConstructorAccess() - Method in class soot.JastAddJ.Expr
-
- isSuperConstructorAccess() - Method in class soot.JastAddJ.SuperConstructorAccess
-
- isSupersetOf(IterableSet<T>) - Method in class soot.util.IterableSet
-
- isSupertypeOfArrayDecl(ArrayDecl) - Method in class soot.JastAddJ.ArrayDecl
-
- isSupertypeOfArrayDecl(ArrayDecl) - Method in class soot.JastAddJ.ClassDecl
-
- isSupertypeOfArrayDecl(ArrayDecl) - Method in class soot.JastAddJ.InterfaceDecl
-
- isSupertypeOfArrayDecl(ArrayDecl) - Method in class soot.JastAddJ.TypeDecl
-
- isSupertypeOfArrayDecl(ArrayDecl) - Method in class soot.JastAddJ.UnknownType
-
- isSupertypeOfClassDecl(ClassDecl) - Method in class soot.JastAddJ.ClassDecl
-
- isSupertypeOfClassDecl(ClassDecl) - Method in class soot.JastAddJ.InterfaceDecl
-
- isSupertypeOfClassDecl(ClassDecl) - Method in class soot.JastAddJ.TypeDecl
-
- isSupertypeOfClassDecl(ClassDecl) - Method in class soot.JastAddJ.UnknownType
-
- isSupertypeOfInterfaceDecl(InterfaceDecl) - Method in class soot.JastAddJ.ClassDecl
-
- isSupertypeOfInterfaceDecl(InterfaceDecl) - Method in class soot.JastAddJ.InterfaceDecl
-
- isSupertypeOfInterfaceDecl(InterfaceDecl) - Method in class soot.JastAddJ.TypeDecl
-
- isSupertypeOfInterfaceDecl(InterfaceDecl) - Method in class soot.JastAddJ.UnknownType
-
- isSupertypeOfNullType(NullType) - Method in class soot.JastAddJ.NullType
-
- isSupertypeOfNullType(NullType) - Method in class soot.JastAddJ.ReferenceType
-
- isSupertypeOfNullType(NullType) - Method in class soot.JastAddJ.TypeDecl
-
- isSupertypeOfNullType(NullType) - Method in class soot.JastAddJ.UnknownType
-
- isSupertypeOfPrimitiveType(PrimitiveType) - Method in class soot.JastAddJ.PrimitiveType
-
- isSupertypeOfPrimitiveType(PrimitiveType) - Method in class soot.JastAddJ.TypeDecl
-
- isSupertypeOfPrimitiveType(PrimitiveType) - Method in class soot.JastAddJ.UnknownType
-
- isSupertypeOfVoidType(VoidType) - Method in class soot.JastAddJ.TypeDecl
-
- isSupertypeOfVoidType(VoidType) - Method in class soot.JastAddJ.VoidType
-
- isSynchronized() - Method in class soot.JastAddJ.MethodDecl
-
- isSynchronized() - Method in class soot.JastAddJ.Modifiers
-
- isSynchronized(int) - Static method in class soot.Modifier
-
- isSynchronized() - Method in class soot.SootClass
-
Convenience method; returns true if this class is synchronized.
- isSynchronized() - Method in class soot.SootMethod
-
Convenience method returning true if this method is synchronized.
- isSynchronized_computed - Variable in class soot.JastAddJ.Modifiers
-
- isSynchronized_value - Variable in class soot.JastAddJ.Modifiers
-
- isSynthetic - Variable in class soot.JastAddJ.Attributes
-
- isSynthetic() - Method in class soot.JastAddJ.Attributes
-
- isSynthetic() - Method in class soot.JastAddJ.CatchParameterDeclaration
-
- isSynthetic() - Method in class soot.JastAddJ.ConstructorDecl
-
- isSynthetic() - Method in class soot.JastAddJ.FieldDeclaration
-
- isSynthetic() - Method in class soot.JastAddJ.FieldInfo
-
- isSynthetic() - Method in class soot.JastAddJ.MemberDecl
-
- isSynthetic() - Method in class soot.JastAddJ.MethodDecl
-
- isSynthetic() - Method in class soot.JastAddJ.MethodInfo
-
- isSynthetic() - Method in class soot.JastAddJ.Modifiers
-
- isSynthetic() - Method in class soot.JastAddJ.ParameterDeclaration
-
- isSynthetic() - Method in class soot.JastAddJ.TypeDecl
-
- isSynthetic() - Method in interface soot.JastAddJ.Variable
-
- isSynthetic() - Method in class soot.JastAddJ.VariableDeclaration
-
- isSynthetic(int) - Static method in class soot.Modifier
-
- isSynthetic_computed - Variable in class soot.JastAddJ.Modifiers
-
- isSynthetic_value - Variable in class soot.JastAddJ.Modifiers
-
- isTail() - Method in class soot.toolkits.graph.DominatorNode
-
Returns true if this node is a tail of its DominatorTree.
- isThereUnprocessedFigures() - Method in class soot.jimple.spark.geom.geomE.GeometricManager
-
- isThereUnprocessedFigures() - Method in class soot.jimple.spark.geom.geomPA.IFigureManager
-
- isThereUnprocessedFigures() - Method in class soot.jimple.spark.geom.heapinsE.HeapInsIntervalManager
-
- isThereUnprocessedFigures() - Method in class soot.jimple.spark.geom.ptinsE.PtInsIntervalManager
-
- isThisAccess() - Method in class soot.JastAddJ.AbstractDot
-
- isThisAccess() - Method in class soot.JastAddJ.CastExpr
-
- isThisAccess() - Method in class soot.JastAddJ.Expr
-
- isThisAccess() - Method in class soot.JastAddJ.ParExpr
-
- isThisAccess() - Method in class soot.JastAddJ.ThisAccess
-
- isThisNode(VarNode) - Static method in class soot.jimple.spark.ondemand.pautil.SootUtil
-
- isThisParameter() - Method in class soot.toolkits.scalar.Pair
-
Decide if this pair stores the THIS parameter for a method.
- isThisPtr() - Method in class soot.jimple.spark.pag.VarNode
-
Returns true if this VarNode represents the THIS pointer
- isThread() - Method in class soot.Kind
-
- isThreadGlobal(VarNode) - Static method in class soot.jimple.spark.ondemand.pautil.SootUtil
-
- isThreadRunCall() - Method in class soot.jimple.toolkits.callgraph.Edge
-
- isThreadStartMethod(SootMethod) - Static method in class soot.jimple.spark.ondemand.pautil.SootUtil
-
- isThrowDeclared(Body, SootClass) - Method in class soot.jimple.toolkits.base.ExceptionChecker
-
- isThrowFromCompiler(ThrowStmt) - Method in class soot.jimple.toolkits.base.ExceptionChecker
-
- isThrowInStmtRange(Body, Stmt, Stmt, Stmt) - Method in class soot.jimple.toolkits.base.ExceptionChecker
-
- isTop() - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.CPTuple
-
- isTop() - Method in class soot.jimple.toolkits.scalar.ToppedSet
-
- isTopLevelType() - Method in class soot.JastAddJ.TypeDecl
-
- isTrackableSink(Value) - Method in class soot.jimple.toolkits.infoflow.SimpleMethodInfoFlowAnalysis
-
- isTrackableSource(Value) - Method in class soot.jimple.toolkits.infoflow.SimpleMethodInfoFlowAnalysis
-
- isTransient() - Method in class soot.JastAddJ.FieldDeclaration
-
- isTransient() - Method in class soot.JastAddJ.Modifiers
-
- isTransient(int) - Static method in class soot.Modifier
-
- isTransient_computed - Variable in class soot.JastAddJ.Modifiers
-
- isTransient_value - Variable in class soot.JastAddJ.Modifiers
-
- isTrue() - Method in class soot.JastAddJ.Expr
-
- isTypeAccess() - Method in class soot.JastAddJ.AbstractDot
-
- isTypeAccess() - Method in class soot.JastAddJ.Expr
-
- isTypeAccess() - Method in class soot.JastAddJ.ParTypeAccess
-
- isTypeAccess() - Method in class soot.JastAddJ.TypeAccess
-
- isTypeLoaded(Type) - Method in class soot.jimple.toolkits.scalar.AbstractStaticnessCorrector
-
- isTypeVariable() - Method in class soot.JastAddJ.TypeDecl
-
- isTypeVariable() - Method in class soot.JastAddJ.TypeVariable
-
- isUnboxedPrimitive() - Method in class soot.JastAddJ.TypeDecl
-
- isUncheckedConversionTo(TypeDecl) - Method in class soot.JastAddJ.TypeDecl
-
An unchecked conversion occurs when converting from a raw type G to a
generic type G.
- isUncheckedException() - Method in class soot.JastAddJ.TypeDecl
-
Unfortunately the concept of checked vs.
- isUncheckedException_computed - Variable in class soot.JastAddJ.TypeDecl
-
- isUncheckedException_value - Variable in class soot.JastAddJ.TypeDecl
-
- isUnitChanged() - Method in interface soot.shimple.internal.SUnitBox
-
Indicates whether the contents of the UnitBox may have been changed.
- isUnitChanged() - Method in class soot.shimple.internal.SValueUnitPair
-
- isUnknown() - Method in class soot.JastAddJ.Expr
-
- isUnknown() - Method in class soot.JastAddJ.PackageAccess
-
- isUnknown() - Method in class soot.JastAddJ.TypeDecl
-
- isUnknown() - Method in class soot.JastAddJ.UnknownType
-
- isUnresolved(Type) - Static method in class soot.jimple.spark.internal.TypeManager
-
- isUsedAsFloatingPoint(DexBody, int, boolean) - Method in class soot.dexpler.instructions.MethodInvocationInstruction
-
Determine if register is used as floating point.
- isUsedAsObject(DexBody, int, boolean) - Method in class soot.dexpler.instructions.MethodInvocationInstruction
-
Determine if register is used as object.
- isUsingFaithfulNaming() - Method in class soot.coffi.Util
-
- isValidAnnotationMethodReturnType() - Method in class soot.JastAddJ.AnnotationDecl
-
- isValidAnnotationMethodReturnType() - Method in class soot.JastAddJ.ArrayDecl
-
- isValidAnnotationMethodReturnType() - Method in class soot.JastAddJ.EnumDecl
-
- isValidAnnotationMethodReturnType() - Method in class soot.JastAddJ.PrimitiveType
-
- isValidAnnotationMethodReturnType() - Method in class soot.JastAddJ.ReferenceType
-
- isValidAnnotationMethodReturnType() - Method in class soot.JastAddJ.TypeDecl
-
- isValidGeometricNode(Node) - Method in class soot.jimple.spark.geom.geomPA.GeomPointsTo
-
Given a valid SPARK node, we test if it is still valid after the geometric analysis.
- isValidMethod(SootMethod) - Method in class soot.jimple.spark.geom.geomPA.GeomPointsTo
-
Telling if the given method is in the file given by the option "cg.spark geom-verify-name".
- isValue() - Method in class soot.JastAddJ.VariableDeclaration
-
- isValueABoolean() - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.CPTuple
-
- isValueADouble() - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.CPTuple
-
- isValueAFloat() - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.CPTuple
-
- isValueAInteger() - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.CPTuple
-
- isValueALong() - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.CPTuple
-
- isValueConstantValued(Value) - Static method in class soot.jimple.toolkits.scalar.Evaluator
-
- isValueConstantValued(Value) - Static method in class soot.shimple.toolkits.scalar.SEvaluator
-
Returns true if given value is determined to be constant valued, false otherwise
- isVariable() - Method in class soot.JastAddJ.AbstractDot
-
- isVariable() - Method in class soot.JastAddJ.ArrayAccess
-
- isVariable() - Method in class soot.JastAddJ.Expr
-
- isVariable(Variable) - Method in class soot.JastAddJ.Expr
-
- isVariable() - Method in class soot.JastAddJ.ParExpr
-
- isVariable() - Method in class soot.JastAddJ.VarAccess
-
- isVariable(Variable) - Method in class soot.JastAddJ.VarAccess
-
- isVariableArity() - Method in class soot.JastAddJ.ConstructorDecl
-
- isVariableArity() - Method in class soot.JastAddJ.MethodDecl
-
- isVariableArity() - Method in class soot.JastAddJ.ParameterDeclaration
-
- isVariableArity() - Method in class soot.JastAddJ.VariableArityParameterDeclaration
-
- isVerbose() - Method in interface soot.jbco.IJbcoTransform
-
- isVirtCall(Integer) - Method in class soot.jimple.spark.ondemand.pautil.ContextSensitiveInfo
-
- isVirtual() - Method in class soot.jimple.toolkits.callgraph.Edge
-
- isVirtual() - Method in class soot.Kind
-
Returns true if the call is due to an explicit virtual invoke statement.
- isVisible(SootClass, SootClass) - Method in class soot.Hierarchy
-
Checks whether check is a visible class in view of the from class.
- isVisible(SootClass, ClassMember) - Method in class soot.Hierarchy
-
Returns true if the classmember m is visible from code in the class from.
- isVoid() - Method in class soot.JastAddJ.BodyDecl
-
- isVoid() - Method in class soot.JastAddJ.ConstructorDecl
-
- isVoid() - Method in class soot.JastAddJ.FieldDeclaration
-
- isVoid() - Method in class soot.JastAddJ.MethodDecl
-
- isVoid() - Method in class soot.JastAddJ.TypeDecl
-
- isVoid() - Method in class soot.JastAddJ.VoidType
-
- isVolatile() - Method in class soot.JastAddJ.CatchParameterDeclaration
-
- isVolatile() - Method in class soot.JastAddJ.FieldDeclaration
-
- isVolatile() - Method in class soot.JastAddJ.Modifiers
-
- isVolatile() - Method in class soot.JastAddJ.ParameterDeclaration
-
- isVolatile() - Method in interface soot.JastAddJ.Variable
-
- isVolatile() - Method in class soot.JastAddJ.VariableDeclaration
-
- isVolatile(int) - Static method in class soot.Modifier
-
- isVolatile_computed - Variable in class soot.JastAddJ.Modifiers
-
- isVolatile_value - Variable in class soot.JastAddJ.Modifiers
-
- isWarning() - Method in exception soot.validation.ValidationException
-
- isWide(TypeReference) - Static method in class soot.dexpler.DexType
-
Return if the given TypeIdItem is wide (i.e.
- isWide(String) - Static method in class soot.dexpler.DexType
-
- isWide() - Method in class soot.toDex.Register
-
- isWide(String) - Static method in class soot.toDex.SootToDexUtils
-
- isWide(Type) - Static method in class soot.toDex.SootToDexUtils
-
- isWildcard() - Method in class soot.JastAddJ.AbstractWildcardType
-
- isWildcard() - Method in class soot.JastAddJ.TypeDecl
-
- isZero() - Method in class soot.JastAddJ.DoubleLiteral
-
- isZero() - Method in class soot.JastAddJ.FloatingPointLiteral
-
- isZero_computed - Variable in class soot.JastAddJ.DoubleLiteral
-
- isZero_computed - Variable in class soot.JastAddJ.FloatingPointLiteral
-
- isZero_value - Variable in class soot.JastAddJ.DoubleLiteral
-
- isZero_value - Variable in class soot.JastAddJ.FloatingPointLiteral
-
- isZeroComparison(ConditionExpr) - Method in class soot.dexpler.AbstractNullTransformer
-
Examine expr if it is a comparison with 0.
- isZipFile() - Method in class soot.FoundFile
-
- IterableMap - Class in soot.util
-
- IterableMap() - Constructor for class soot.util.IterableMap
-
- IterableMap(int) - Constructor for class soot.util.IterableMap
-
- IterableMap(int, float) - Constructor for class soot.util.IterableMap
-
- IterableMap.Mapping_Iterator - Class in soot.util
-
- IterableNumberer<E> - Interface in soot.util
-
A numberer which also supports an iterator on newly-added objects.
- IterableSet<T> - Class in soot.util
-
- IterableSet(Collection<T>) - Constructor for class soot.util.IterableSet
-
- IterableSet() - Constructor for class soot.util.IterableSet
-
- iterate(N) - Method in class soot.toolkits.graph.StronglyConnectedComponentsFast
-
- iterator() - Method in class soot.dava.internal.asg.AugmentedStmtGraph
-
- iterator() - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.DavaFlowSet
-
- iterator() - Method in class soot.JastAddJ.ASTNode
-
- iterator() - Method in class soot.JastAddJ.CatchParameterDeclaration
-
- iterator() - Method in class soot.JastAddJ.FieldDeclaration
-
- iterator() - Method in class soot.JastAddJ.MethodDecl
-
- iterator() - Method in class soot.JastAddJ.ParameterDeclaration
-
- iterator() - Method in interface soot.JastAddJ.SimpleSet
-
- iterator() - Method in class soot.JastAddJ.SimpleSet.SimpleSetImpl
-
- iterator() - Method in class soot.JastAddJ.TypeDecl
-
- iterator() - Method in class soot.JastAddJ.VariableDeclaration
-
- iterator() - Method in class soot.jimple.spark.geom.utils.ZArrayNumberer
-
- iterator() - Method in class soot.jimple.spark.ondemand.genericutil.ArraySet
-
- iterator() - Method in class soot.jimple.toolkits.annotation.arraycheck.BoundedPriorityList
- iterator() - Method in class soot.jimple.toolkits.annotation.purity.DirectedCallGraph
-
You get an Iterator on SootMethod.
- iterator() - Method in class soot.jimple.toolkits.callgraph.CallGraph
-
- iterator(Unit) - Method in class soot.jimple.toolkits.callgraph.TransitiveTargets
-
- iterator(MethodOrMethodContext) - Method in class soot.jimple.toolkits.callgraph.TransitiveTargets
-
- iterator(Iterator<? extends MethodOrMethodContext>) - Method in class soot.jimple.toolkits.callgraph.TransitiveTargets
-
- iterator() - Method in class soot.jimple.toolkits.infoflow.CallChain
-
- iterator() - Method in class soot.jimple.toolkits.scalar.ToppedSet
-
- iterator() - Method in class soot.jimple.toolkits.thread.mhp.pegcallgraph.PegCallGraph
-
- iterator() - Method in class soot.jimple.toolkits.thread.mhp.PegGraph
-
- iterator() - Method in class soot.Pack
-
- iterator() - Method in class soot.PatchingChain
-
Returns an iterator over this Chain.
- iterator(E) - Method in class soot.PatchingChain
-
Returns an iterator over this Chain, starting at the given object.
- iterator(E, E) - Method in class soot.PatchingChain
-
Returns an iterator over this Chain, starting at head and reaching tail (inclusive).
- iterator() - Method in class soot.shimple.internal.SPatchingChain
-
- iterator(Unit) - Method in class soot.shimple.internal.SPatchingChain
-
- iterator(Unit, Unit) - Method in class soot.shimple.internal.SPatchingChain
-
- iterator() - Method in class soot.toolkits.graph.Block
-
Returns an iterator for the linear chain of Units that make up the block.
- iterator() - Method in class soot.toolkits.graph.BlockGraph
-
- iterator() - Method in interface soot.toolkits.graph.DirectedGraph
-
Returns an iterator for the nodes in this graph.
- iterator() - Method in class soot.toolkits.graph.DominatorTree
-
- iterator() - Method in class soot.toolkits.graph.DominatorTreeAdapter
-
- iterator() - Method in class soot.toolkits.graph.HashMutableDirectedGraph
-
- iterator() - Method in class soot.toolkits.graph.HashMutableEdgeLabelledDirectedGraph
-
- iterator() - Method in class soot.toolkits.graph.InverseGraph
-
Returns an iterator for the nodes in this graph.
- iterator() - Method in class soot.toolkits.graph.pdg.PDGRegion
-
return an iterator that know how to follow the control flow in a region.
- iterator() - Method in class soot.toolkits.graph.UnitGraph
-
- iterator() - Method in class soot.toolkits.scalar.AbstractFlowSet
-
- iterator() - Method in class soot.toolkits.scalar.ArrayFlowUniverse
-
- iterator() - Method in class soot.toolkits.scalar.ArrayPackedSet
-
- iterator() - Method in class soot.toolkits.scalar.ArraySparseSet
-
- iterator() - Method in class soot.toolkits.scalar.CollectionFlowUniverse
-
- iterator() - Method in interface soot.toolkits.scalar.FlowSet
-
returns an iterator over the elements of the flowSet.
- iterator() - Method in interface soot.toolkits.scalar.FlowUniverse
-
returns an iterator over the elements of the universe.
- iterator() - Method in class soot.util.AbstractMultiMap
-
- iterator() - Method in class soot.util.ArrayNumberer
-
- iterator() - Method in class soot.util.ArraySet
-
- iterator() - Method in class soot.util.BitVector
-
- iterator() - Method in interface soot.util.Chain
-
Returns an iterator over this Chain.
- iterator(E) - Method in interface soot.util.Chain
-
Returns an iterator over this Chain, starting at the given object.
- iterator(E, E) - Method in interface soot.util.Chain
-
Returns an iterator over this Chain, starting at head and reaching tail (inclusive).
- iterator() - Method in class soot.util.EmptyChain
-
- iterator(Object) - Method in class soot.util.EmptyChain
-
- iterator(Object, Object) - Method in class soot.util.EmptyChain
-
- iterator() - Method in class soot.util.HashChain
-
- iterator(E) - Method in class soot.util.HashChain
-
- iterator(E, E) - Method in class soot.util.HashChain
-
Returns an iterator ranging from head
to tail
, inclusive.
- iterator() - Method in class soot.util.IdentityHashSet
-
Deprecated.
- iterator() - Method in class soot.util.IterableMap
-
- iterator() - Method in interface soot.util.IterableNumberer
-
Returns an iterator over all objects added to the numberer.
- iterator() - Method in class soot.util.NumberedSet
-
- iterator() - Method in class soot.util.SharedBitSet
-
- iterator() - Method in class soot.util.SmallNumberedMap
-
Returns an iterator over the non-null values.
- IteratorMapper<T,U> - Class in soot.jimple.spark.ondemand.genericutil
-
- IteratorMapper(Mapper<T, U>, Iterator<T>) - Constructor for class soot.jimple.spark.ondemand.genericutil.IteratorMapper
-
- iterPartition() - Method in class soot.shimple.toolkits.graph.SimpleGlobalValueNumberer
-
- IThreadLocalObjectsAnalysis - Interface in soot.jimple.toolkits.thread
-
Abstract interface for thread local object analyses.
- IUnexpectedReflectiveCallHandler - Interface in soot.rtlib.tamiflex
-
- IUseVisitor - Interface in soot.jimple.toolkits.typing.fast
-
- IVarAbstraction - Class in soot.jimple.spark.geom.geomPA
-
Pointer/object representation in geomPTA.
- IVarAbstraction() - Constructor for class soot.jimple.spark.geom.geomPA.IVarAbstraction
-
- IWorklist - Interface in soot.jimple.spark.geom.geomPA
-
The worklist interface that abstracts the selection strategy.
- s - Variable in class soot.jimple.spark.geom.dataRep.CgEdge
-
- s - Variable in class soot.toolkits.graph.StronglyConnectedComponentsFast
-
- safe_forname() - Method in class soot.options.CGOptions
-
Safe forName --
Handle Class.forName() calls conservatively.
- safe_newinstance() - Method in class soot.options.CGOptions
-
Safe newInstance --
Handle Class.newInstance() calls conservatively.
- safety() - Method in class soot.options.LCMOptions
-
Safety
This option controls which fields and statements are candidates
for code motion.
- safety_medium - Static variable in class soot.options.LCMOptions
-
- safety_safe - Static variable in class soot.options.LCMOptions
-
- safety_unsafe - Static variable in class soot.options.LCMOptions
-
- sameArgument(ParTypeDecl) - Method in class soot.JastAddJ.ParClassDecl
-
- sameArgument(ParTypeDecl) - Method in class soot.JastAddJ.ParInterfaceDecl
-
- sameArgument(ParTypeDecl) - Method in interface soot.JastAddJ.ParTypeDecl
-
- sameSignature(ConstructorDecl) - Method in class soot.JastAddJ.ConstructorDecl
-
- sameSignature(MethodDecl) - Method in class soot.JastAddJ.MethodDecl
-
- sameSignature(Access) - Method in class soot.JastAddJ.ParClassDecl
-
- sameSignature(ArrayList) - Method in class soot.JastAddJ.ParClassDecl
-
- sameSignature(Access) - Method in class soot.JastAddJ.ParInterfaceDecl
-
- sameSignature(ArrayList) - Method in class soot.JastAddJ.ParInterfaceDecl
-
- sameSignature(Access) - Method in interface soot.JastAddJ.ParTypeDecl
-
- sameSignature(ArrayList) - Method in interface soot.JastAddJ.ParTypeDecl
-
- sameSignature(Access) - Method in class soot.JastAddJ.RawClassDecl
-
- sameSignature(Access) - Method in class soot.JastAddJ.RawInterfaceDecl
-
- sameSignature(Access) - Method in class soot.JastAddJ.TypeDecl
-
- sameSignature(Access) - Method in class soot.JastAddJ.TypeVariable
-
- sameSignature(Access) - Method in class soot.JastAddJ.WildcardExtendsType
-
- sameSignature(Access) - Method in class soot.JastAddJ.WildcardSuperType
-
- sameSignature(Access) - Method in class soot.JastAddJ.WildcardType
-
- sameSignature_ArrayList_values - Variable in class soot.JastAddJ.ParClassDecl
-
- sameSignature_ArrayList_values - Variable in class soot.JastAddJ.ParInterfaceDecl
-
- sameSignature_ConstructorDecl_values - Variable in class soot.JastAddJ.ConstructorDecl
-
- sameStructure(TypeDecl) - Method in class soot.JastAddJ.ParClassDecl
-
- sameStructure(TypeDecl) - Method in class soot.JastAddJ.ParInterfaceDecl
-
- sameStructure(TypeDecl) - Method in class soot.JastAddJ.TypeDecl
-
- sameStructure(TypeDecl) - Method in class soot.JastAddJ.TypeVariable
-
- sameStructure(TypeDecl) - Method in class soot.JastAddJ.WildcardExtendsType
-
- sameStructure(TypeDecl) - Method in class soot.JastAddJ.WildcardSuperType
-
- sameStructure_TypeDecl_values - Variable in class soot.JastAddJ.ParClassDecl
-
- sameStructure_TypeDecl_values - Variable in class soot.JastAddJ.ParInterfaceDecl
-
- sameStructure_TypeDecl_values - Variable in class soot.JastAddJ.TypeDecl
-
- sameStructure_TypeDecl_values - Variable in class soot.JastAddJ.TypeVariable
-
- sameStructure_TypeDecl_values - Variable in class soot.JastAddJ.WildcardExtendsType
-
- sameStructure_TypeDecl_values - Variable in class soot.JastAddJ.WildcardSuperType
-
- sanityCheck() - Method in class soot.jimple.toolkits.annotation.purity.PurityGraph
-
Sanity check.
- SAVE_AST - Static variable in class soot.javaToJimple.JavaToJimple
-
- SaveASTVisitor - Class in soot.javaToJimple
-
- SaveASTVisitor(Pass.ID, Job, ExtensionInfo) - Constructor for class soot.javaToJimple.SaveASTVisitor
-
- sb - Variable in class soot.shimple.toolkits.scalar.SConstantPropagatorAndFolder
-
- sbb - Variable in class soot.shimple.ShimpleBody
-
- sc - Variable in class soot.AbstractASMBackend
-
- sc - Variable in class soot.FastHierarchy
-
- scaleToSamples(int) - Method in class soot.jimple.spark.geom.utils.Histogram
-
Use the current distribution but scale the samples close to the user specified one
- ScanMethod(SootMethod, Set<SootField>, Hashtable<SootField, IntValueContainer>) - Method in class soot.jimple.toolkits.annotation.arraycheck.ClassFieldAnalysis
-
- Scanner - Class in beaver
-
Defines an interface expected by a generated parser.
- Scanner() - Constructor for class beaver.Scanner
-
- Scanner.Exception - Exception in beaver
-
- scannerError(Scanner.Exception) - Method in class beaver.Parser.Events
-
- SCC - Class in soot.jimple.toolkits.thread.mhp
-
- SCC(Iterator, DirectedGraph) - Constructor for class soot.jimple.toolkits.thread.mhp.SCC
-
- scc_edge - Variable in class soot.jimple.spark.geom.dataRep.CgEdge
-
- scc_size - Variable in class soot.jimple.spark.geom.geomPA.GeomPointsTo
-
- scc_size - Variable in class soot.jimple.spark.geom.geomPA.GeomQueries
-
- SCCCollapser - Class in soot.jimple.spark.solver
-
Collapses VarNodes (green) forming strongly-connected components in the pointer assignment graph.
- SCCCollapser(PAG, boolean) - Constructor for class soot.jimple.spark.solver.SCCCollapser
-
- sccManager - Variable in class soot.jimple.spark.ondemand.DemandCSPointsTo
-
- Scene - Class in soot
-
Manages the SootClasses of the application being analyzed.
- Scene(Singletons.Global) - Constructor for class soot.Scene
-
- ScenePack - Class in soot
-
A wrapper object for a pack of optimizations.
- ScenePack(String) - Constructor for class soot.ScenePack
-
- SceneTransformer - Class in soot
-
An abstract class which acts on the whole Scene.
- SceneTransformer() - Constructor for class soot.SceneTransformer
-
- SConstantPropagatorAndFolder - Class in soot.shimple.toolkits.scalar
-
A powerful constant propagator and folder based on an algorithm sketched by Cytron et al that takes conditional control
flow into account.
- SConstantPropagatorAndFolder(Singletons.Global) - Constructor for class soot.shimple.toolkits.scalar.SConstantPropagatorAndFolder
-
- sea - Variable in class soot.shimple.DefaultShimpleFactory
-
- search_dex_in_archives() - Method in class soot.options.Options
-
- searchFor(E) - Method in class soot.jimple.spark.geom.utils.ZArrayNumberer
-
Input object o is not required to be an object added previously.
- second() - Method in class soot.javaToJimple.jj.ast.JjComma_c
-
- second - Variable in class soot.jimple.spark.sets.SharedListSet.Pair
-
- secondPattern(ASTStatementSequenceNode) - Method in class soot.dava.toolkits.base.AST.transformations.ShortcutArrayInit
-
- seedPts - Static variable in class soot.jimple.spark.geom.geomPA.Parameters
-
- seedPts_all - Static variable in class soot.jimple.spark.geom.geomPA.Constants
-
- seedPts_allUser - Static variable in class soot.jimple.spark.geom.geomPA.Constants
-
- SegmentNode - Class in soot.jimple.spark.geom.dataRep
-
The segment figure for encoding the one-to-one relation.
- SegmentNode() - Constructor for class soot.jimple.spark.geom.dataRep.SegmentNode
-
- SegmentNode(SegmentNode) - Constructor for class soot.jimple.spark.geom.dataRep.SegmentNode
-
- SegmentNode(long, long, long) - Constructor for class soot.jimple.spark.geom.dataRep.SegmentNode
-
- selectCompilationUnit(String) - Method in class soot.JastAddJ.FileNamesPart
-
- selectCompilationUnit(String) - Method in class soot.JastAddJ.FolderPart
-
- selectCompilationUnit(String) - Method in class soot.JastAddJ.PathPart
-
- selectCompilationUnit(String) - Method in class soot.JastAddJ.ZipFilePart
-
- SEMANTIC - Static variable in class soot.JastAddJ.Problem.Kind
-
- SEMICOLON - Static variable in class soot.JastAddJ.JastAddJavaParser.Terminals
-
- SequenceFinder - Class in soot.dava.toolkits.base.finders
-
- SequenceFinder(Singletons.Global) - Constructor for class soot.dava.toolkits.base.finders.SequenceFinder
-
- SERIALIZABLE - Variable in class soot.jimple.toolkits.typing.ClassHierarchy
-
- set - Variable in class soot.jimple.toolkits.callgraph.ReachableMethods
-
- set(Local, Type) - Method in class soot.jimple.toolkits.typing.fast.Typing
-
- set(int) - Method in class soot.util.BitVector
-
- set(int) - Method in class soot.util.SharedBitSet
-
- set_allow_phantom_elms(boolean) - Method in class soot.options.Options
-
- set_allow_phantom_refs(boolean) - Method in class soot.options.Options
-
- set_android_api_version(int) - Method in class soot.options.Options
-
- set_android_jars(String) - Method in class soot.options.Options
-
- set_app(boolean) - Method in class soot.options.Options
-
- set_ast_metrics(boolean) - Method in class soot.options.Options
-
- set_check_init_throw_analysis(int) - Method in class soot.options.Options
-
- set_coffi(boolean) - Method in class soot.options.Options
-
- set_Condition(ASTCondition) - Method in class soot.dava.internal.AST.ASTControlFlowNode
-
- set_ConstructorExpr(InstanceInvokeExpr) - Method in class soot.dava.DavaBody
-
- set_ConstructorUnit(Unit) - Method in class soot.dava.DavaBody
-
- set_CurExceptionSet(IterableSet) - Method in class soot.dava.toolkits.base.AST.TryContentsFinder
-
- set_CurrentPackage(String) - Method in class soot.dava.Dava
-
- set_CurrentPackageContext(IterableSet) - Method in class soot.dava.Dava
-
- set_debug(boolean) - Method in class soot.options.Options
-
- set_debug_resolver(boolean) - Method in class soot.options.Options
-
- set_drop_bodies_after_load(boolean) - Method in class soot.options.Options
-
- set_dump_body(List<String>) - Method in class soot.options.Options
-
- set_dump_cfg(List<String>) - Method in class soot.options.Options
-
- set_dynamic_class(List<String>) - Method in class soot.options.Options
-
- set_dynamic_dir(List<String>) - Method in class soot.options.Options
-
- set_dynamic_package(List<String>) - Method in class soot.options.Options
-
- set_exclude(List<String>) - Method in class soot.options.Options
-
- set_field_type_mismatches(int) - Method in class soot.options.Options
-
- set_force_android_jar(String) - Method in class soot.options.Options
-
- set_force_overwrite(boolean) - Method in class soot.options.Options
-
- set_full_resolver(boolean) - Method in class soot.options.Options
-
- set_gzip(boolean) - Method in class soot.options.Options
-
- set_help(boolean) - Method in class soot.options.Options
-
- set_hierarchy_dirs(boolean) - Method in class soot.options.Options
-
- set_ignore_classpath_errors(boolean) - Method in class soot.options.Options
-
- set_ignore_resolution_errors(boolean) - Method in class soot.options.Options
-
- set_ignore_resolving_levels(boolean) - Method in class soot.options.Options
-
- set_impl() - Method in class soot.options.PaddleOptions
-
Set Implementation --
Select points-to set implementation.
- set_impl() - Method in class soot.options.SparkOptions
-
Set Implementation --
Select points-to set implementation.
- set_impl_array - Static variable in class soot.options.PaddleOptions
-
- set_impl_array - Static variable in class soot.options.SparkOptions
-
- set_impl_bit - Static variable in class soot.options.PaddleOptions
-
- set_impl_bit - Static variable in class soot.options.SparkOptions
-
- set_impl_double - Static variable in class soot.options.PaddleOptions
-
- set_impl_double - Static variable in class soot.options.SparkOptions
-
- set_impl_hash - Static variable in class soot.options.PaddleOptions
-
- set_impl_hash - Static variable in class soot.options.SparkOptions
-
- set_impl_heintze - Static variable in class soot.options.PaddleOptions
-
- set_impl_heintze - Static variable in class soot.options.SparkOptions
-
- set_impl_hybrid - Static variable in class soot.options.PaddleOptions
-
- set_impl_hybrid - Static variable in class soot.options.SparkOptions
-
- set_impl_sharedlist - Static variable in class soot.options.SparkOptions
-
- set_include(List<String>) - Method in class soot.options.Options
-
- set_include_all(boolean) - Method in class soot.options.Options
-
- set_interactive_mode(boolean) - Method in class soot.options.Options
-
- set_j2me(boolean) - Method in class soot.options.Options
-
- set_jasmin_backend(boolean) - Method in class soot.options.Options
-
- set_java_version(int) - Method in class soot.options.Options
-
- set_keep_line_number(boolean) - Method in class soot.options.Options
-
- set_keep_offset(boolean) - Method in class soot.options.Options
-
- set_Key(Value) - Method in class soot.dava.internal.AST.ASTSwitchNode
-
- set_Label(SETNodeLabel) - Method in class soot.dava.internal.AST.ASTLabeledNode
-
- set_main_class(String) - Method in class soot.options.Options
-
- set_mass() - Method in class soot.options.PaddleOptions
-
Calculate Set Mass --
Calculate statistics about points-to set sizes.
- set_mass() - Method in class soot.options.SparkOptions
-
Calculate Set Mass --
Calculate statistics about points-to set sizes.
- set_Name() - Method in class soot.dava.internal.SET.SETNodeLabel
-
- set_Name(String) - Method in class soot.dava.internal.SET.SETNodeLabel
-
- set_no_bodies_for_excluded(boolean) - Method in class soot.options.Options
-
- set_no_output_inner_classes_attribute(boolean) - Method in class soot.options.Options
-
- set_no_output_source_file_attribute(boolean) - Method in class soot.options.Options
-
- set_no_writeout_body_releasing(boolean) - Method in class soot.options.Options
-
- set_oaat(boolean) - Method in class soot.options.Options
-
- set_omit_excepting_unit_edges(boolean) - Method in class soot.options.Options
-
- set_on_the_fly(boolean) - Method in class soot.options.Options
-
- set_output_dir(String) - Method in class soot.options.Options
-
- set_output_format(int) - Method in class soot.options.Options
-
- set_output_jar(boolean) - Method in class soot.options.Options
-
- set_ParamMap(Map<Integer, Value>) - Method in class soot.dava.DavaBody
-
- set_permissive_resolving(boolean) - Method in class soot.options.Options
-
- set_phase_help(List<String>) - Method in class soot.options.Options
-
- set_phase_list(boolean) - Method in class soot.options.Options
-
- set_plugin(List<String>) - Method in class soot.options.Options
-
- set_polyglot(boolean) - Method in class soot.options.Options
-
- set_prepend_classpath(boolean) - Method in class soot.options.Options
-
- set_print_tags_in_output(boolean) - Method in class soot.options.Options
-
- set_process_dir(List<String>) - Method in class soot.options.Options
-
- set_process_multiple_dex(boolean) - Method in class soot.options.Options
-
- set_Reachability(IterableSet<AugmentedStmt>) - Method in class soot.dava.internal.asg.AugmentedStmt
-
- set_search_dex_in_archives(boolean) - Method in class soot.options.Options
-
- set_show_exception_dests(boolean) - Method in class soot.options.Options
-
- set_soot_classpath(String) - Method in class soot.options.Options
-
- set_src_prec(int) - Method in class soot.options.Options
-
- set_Stmt(Stmt) - Method in class soot.dava.internal.asg.AugmentedStmt
-
- set_subtract_gc(boolean) - Method in class soot.options.Options
-
- set_throw_analysis(int) - Method in class soot.options.Options
-
- set_time(boolean) - Method in class soot.options.Options
-
- set_unfriendly_mode(boolean) - Method in class soot.options.Options
-
- set_validate(boolean) - Method in class soot.options.Options
-
- set_verbose(boolean) - Method in class soot.options.Options
-
- set_version(boolean) - Method in class soot.options.Options
-
- set_via_grimp(boolean) - Method in class soot.options.Options
-
- set_via_shimple(boolean) - Method in class soot.options.Options
-
- set_whole_program(boolean) - Method in class soot.options.Options
-
- set_whole_shimple(boolean) - Method in class soot.options.Options
-
- set_write_local_annotations(boolean) - Method in class soot.options.Options
-
- set_wrong_staticness(int) - Method in class soot.options.Options
-
- set_xml_attributes(boolean) - Method in class soot.options.Options
-
- setAbsolutePath(String) - Method in class soot.tagkit.SourceFileTag
-
- setAbstract(TAbstract) - Method in class soot.jimple.parser.node.AAbstractModifier
-
- setAccess(Access) - Method in class soot.JastAddJ.Annotation
-
Replaces the Access child.
- setAccess(Access) - Method in class soot.JastAddJ.ArrayTypeAccess
-
Replaces the Access child.
- setAccess(Access) - Method in class soot.JastAddJ.ArrayTypeWithSizeAccess
-
Replaces the Access child.
- setAccess(Access) - Method in class soot.JastAddJ.ClassInstanceExpr
-
Replaces the Access child.
- setAccess(Access) - Method in class soot.JastAddJ.EnumInstanceExpr
-
Replaces the Access child.
- setAccess(Access) - Method in class soot.JastAddJ.ImportDecl
-
Replaces the Access child.
- setAccess(Access) - Method in class soot.JastAddJ.ParClassInstanceExpr
-
Replaces the Access child.
- setAccess(Access) - Method in class soot.JastAddJ.SingleStaticImportDecl
-
Replaces the Access child.
- setAccess(Access) - Method in class soot.JastAddJ.SingleTypeImportDecl
-
Replaces the Access child.
- setAccess(Access) - Method in class soot.JastAddJ.StaticImportDecl
-
Replaces the Access child.
- setAccess(Access) - Method in class soot.JastAddJ.StaticImportOnDemandDecl
-
Replaces the Access child.
- setAccess(Access) - Method in class soot.JastAddJ.TypeImportOnDemandDecl
-
Replaces the Access child.
- setAccess(Access) - Method in class soot.JastAddJ.WildcardExtends
-
Replaces the Access child.
- setAccess(Access) - Method in class soot.JastAddJ.WildcardExtendsType
-
Replaces the Access child.
- setAccess(Access) - Method in class soot.JastAddJ.WildcardSuper
-
Replaces the Access child.
- setAccess(Access) - Method in class soot.JastAddJ.WildcardSuperType
-
Replaces the Access child.
- setActiveBody(Body) - Method in class soot.SootMethod
-
Sets the active body for this method.
- setActiveHierarchy(Hierarchy) - Method in class soot.Scene
-
Sets the active hierarchy
- setadd_color_tags(boolean) - Method in class soot.AntTask.PhaseOptjap_abc
-
- setadd_tags(boolean) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setall_reachable(boolean) - Method in class soot.AntTask.PhaseOptcg
-
- setAllFieldsLocal() - Method in class soot.jimple.toolkits.infoflow.CallLocalityContext
-
- setAllFieldsShared() - Method in class soot.jimple.toolkits.infoflow.CallLocalityContext
-
- setallow_phantom_elms(boolean) - Method in class soot.AntTask
-
- setallow_phantom_refs(boolean) - Method in class soot.AntTask
-
- setallowed_modifier_changes(String) - Method in class soot.AntTask.PhaseOptwjop_si
-
- setallowed_modifier_changes(String) - Method in class soot.AntTask.PhaseOptwjop_smb
-
- setAllParamsLocal() - Method in class soot.jimple.toolkits.infoflow.CallLocalityContext
-
- setAllParamsShared() - Method in class soot.jimple.toolkits.infoflow.CallLocalityContext
-
- setAllUserCodeVariablesUseful() - Method in class soot.jimple.spark.geom.geomPA.OfflineProcessor
-
All the pointers that we need their points-to information are marked.
- setAltClasses(String[]) - Method in class soot.util.cfgcmd.AltClassLoader
-
Specifies the set of class names that the AltClassLoader
should load from the alternate classpath instead
of the regular classpath.
- setAltClassPath(String) - Method in class soot.util.cfgcmd.AltClassLoader
-
Sets the list of locations in the alternate classpath.
- setAnd(TAnd) - Method in class soot.jimple.parser.node.AAndBinop
-
- setandroid_jars(String) - Method in class soot.AntTask
-
- setannot_arraybounds(boolean) - Method in class soot.AntTask
-
- setannot_fieldrw(boolean) - Method in class soot.AntTask
-
- setannot_nullpointer(boolean) - Method in class soot.AntTask
-
- setannot_purity(boolean) - Method in class soot.AntTask
-
- setannot_side_effect(boolean) - Method in class soot.AntTask
-
- setannotate(boolean) - Method in class soot.AntTask.PhaseOptwjap_purity
-
- setAnnotation(Annotation) - Method in class soot.JastAddJ.ElementAnnotationValue
-
Replaces the Annotation child.
- setAnnotation(TAnnotation) - Method in class soot.jimple.parser.node.AAnnotationModifier
-
- setAnySubType(AnySubType) - Method in class soot.RefType
-
- setapp(boolean) - Method in class soot.AntTask
-
- setApplicationClass() - Method in class soot.SootClass
-
Makes this class an application class.
- setapponly(boolean) - Method in class soot.AntTask.PhaseOptcg_cha
-
- setapponly(boolean) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setArg(Expr, int) - Method in class soot.JastAddJ.BoundMethodAccess
-
Replaces the Arg list element at index i
with the new node node
.
- setArg(Expr, int) - Method in class soot.JastAddJ.ClassInstanceExpr
-
Replaces the Arg list element at index i
with the new node node
.
- setArg(Expr, int) - Method in class soot.JastAddJ.ConstructorAccess
-
Replaces the Arg list element at index i
with the new node node
.
- setArg(Expr, int) - Method in class soot.JastAddJ.EnumConstant
-
Replaces the Arg list element at index i
with the new node node
.
- setArg(Expr, int) - Method in class soot.JastAddJ.EnumInstanceExpr
-
Replaces the Arg list element at index i
with the new node node
.
- setArg(Expr, int) - Method in class soot.JastAddJ.MethodAccess
-
Replaces the Arg list element at index i
with the new node node
.
- setArg(Expr, int) - Method in class soot.JastAddJ.ParClassInstanceExpr
-
Replaces the Arg list element at index i
with the new node node
.
- setArg(Expr, int) - Method in class soot.JastAddJ.ParConstructorAccess
-
Replaces the Arg list element at index i
with the new node node
.
- setArg(Expr, int) - Method in class soot.JastAddJ.ParMethodAccess
-
Replaces the Arg list element at index i
with the new node node
.
- setArg(Expr, int) - Method in class soot.JastAddJ.ParSuperConstructorAccess
-
Replaces the Arg list element at index i
with the new node node
.
- setArg(Expr, int) - Method in class soot.JastAddJ.SuperConstructorAccess
-
Replaces the Arg list element at index i
with the new node node
.
- setArg(int, Value) - Method in class soot.jimple.internal.AbstractInvokeExpr
-
- setArg(int, Value) - Method in interface soot.jimple.InvokeExpr
-
- setArg(int, Value, Unit) - Method in class soot.shimple.internal.SPhiExpr
-
- setArg(int, Value, Block) - Method in class soot.shimple.internal.SPhiExpr
-
- setArg(int, Value, Unit) - Method in interface soot.shimple.PhiExpr
-
Modify the PhiExpr argument at the given index with the given information.
- setArg(int, Value, Block) - Method in interface soot.shimple.PhiExpr
-
Modify the PhiExpr argument at the given index with the given information.
- setArgArrayNonDetSize(Local, Context) - Method in class soot.jimple.toolkits.callgraph.OnFlyCallGraphBuilder
-
- setArgCount(int) - Method in interface soot.baf.InterfaceInvokeInst
-
- setArgCount(int) - Method in class soot.baf.internal.BInterfaceInvokeInst
-
- setArgList(List<Expr>) - Method in class soot.JastAddJ.BoundMethodAccess
-
Replaces the Arg list.
- setArgList(List<Expr>) - Method in class soot.JastAddJ.ClassInstanceExpr
-
Replaces the Arg list.
- setArgList(List<Expr>) - Method in class soot.JastAddJ.ConstructorAccess
-
Replaces the Arg list.
- setArgList(List<Expr>) - Method in class soot.JastAddJ.EnumConstant
-
Replaces the Arg list.
- setArgList(List<Expr>) - Method in class soot.JastAddJ.EnumInstanceExpr
-
Replaces the Arg list.
- setArgList(List<Expr>) - Method in class soot.JastAddJ.MethodAccess
-
Replaces the Arg list.
- setArgList(List<Expr>) - Method in class soot.JastAddJ.ParClassInstanceExpr
-
Replaces the Arg list.
- setArgList(List<Expr>) - Method in class soot.JastAddJ.ParConstructorAccess
-
Replaces the Arg list.
- setArgList(List<Expr>) - Method in class soot.JastAddJ.ParMethodAccess
-
Replaces the Arg list.
- setArgList(List<Expr>) - Method in class soot.JastAddJ.ParSuperConstructorAccess
-
Replaces the Arg list.
- setArgList(List<Expr>) - Method in class soot.JastAddJ.SuperConstructorAccess
-
Replaces the Arg list.
- setArgList(PArgList) - Method in class soot.jimple.parser.node.AMultiArgList
-
- setArgList(PArgList) - Method in class soot.jimple.parser.node.ANonstaticInvokeExpr
-
- setArgList(PArgList) - Method in class soot.jimple.parser.node.AStaticInvokeExpr
-
- setArgument(Access, int) - Method in class soot.JastAddJ.ParClassDecl
-
Replaces the Argument list element at index i
with the new node node
.
- setArgument(Access, int) - Method in class soot.JastAddJ.ParInterfaceDecl
-
Replaces the Argument list element at index i
with the new node node
.
- setArgument(Access, int) - Method in class soot.JastAddJ.RawClassDecl
-
Replaces the Argument list element at index i
with the new node node
.
- setArgument(Access, int) - Method in class soot.JastAddJ.RawInterfaceDecl
-
Replaces the Argument list element at index i
with the new node node
.
- setArgumentList(List<Access>) - Method in class soot.JastAddJ.ParClassDecl
-
Replaces the Argument list.
- setArgumentList(List<Access>) - Method in class soot.JastAddJ.ParInterfaceDecl
-
Replaces the Argument list.
- setArgumentList(List<Access>) - Method in class soot.JastAddJ.RawClassDecl
-
Replaces the Argument list.
- setArgumentList(List<Access>) - Method in class soot.JastAddJ.RawInterfaceDecl
-
Replaces the Argument list.
- setArrayBrackets(List<?>) - Method in class soot.jimple.parser.node.ABaseNonvoidType
-
- setArrayBrackets(List<?>) - Method in class soot.jimple.parser.node.AFullIdentNonvoidType
-
- setArrayBrackets(List<?>) - Method in class soot.jimple.parser.node.AIdentNonvoidType
-
- setArrayBrackets(List<?>) - Method in class soot.jimple.parser.node.AQuotedNonvoidType
-
- setArrayDescriptor(List<?>) - Method in class soot.jimple.parser.node.AMultiNewExpr
-
- setArrayInit(ArrayInit) - Method in class soot.JastAddJ.ArrayCreationExpr
-
Replaces the (optional) ArrayInit child.
- setArrayInitOpt(Opt<ArrayInit>) - Method in class soot.JastAddJ.ArrayCreationExpr
-
Replaces the optional node for the ArrayInit child.
- setArrayRef(PArrayRef) - Method in class soot.jimple.parser.node.AArrayReference
-
- setArrayType(ArrayType) - Method in class soot.Type
-
- setAst(Node) - Method in class soot.javaToJimple.InitialResolver
-
if you have a special AST set it here then call resolveFormJavaFile on the soot class
- setast_metrics(boolean) - Method in class soot.AntTask
-
- setASTForSootName(String) - Method in class soot.javaToJimple.InitialResolver
-
sets AST for given soot class if possible
- setAtIdentifier(TAtIdentifier) - Method in class soot.jimple.parser.node.AIdentityNoTypeStatement
-
- setAtIdentifier(TAtIdentifier) - Method in class soot.jimple.parser.node.AIdentityStatement
-
- setAttrib(PDGNode.Attribute) - Method in class soot.toolkits.graph.pdg.PDGNode
-
- setAttribute(String, String) - Method in class soot.util.dot.DotGraphEdge
-
Sets an edge attribute.
- setAttribute(DotGraphAttribute) - Method in class soot.util.dot.DotGraphEdge
-
Sets an edge attribute.
- setAttribute(String, String) - Method in class soot.util.dot.DotGraphNode
-
- setAttribute(DotGraphAttribute) - Method in class soot.util.dot.DotGraphNode
-
- setavoid_deadlock(boolean) - Method in class soot.AntTask.PhaseOptwjtp_tn
-
- setbackend(String) - Method in class soot.AntTask.PhaseOptcg_paddle
-
- setBafBody(BafBody) - Method in class soot.jimple.JimpleToBafContext
-
- setBafLocalOfJimpleLocal(Local, Local) - Method in class soot.jimple.JimpleToBafContext
-
- setBase(RefType) - Method in class soot.AnySubType
-
- setBase(Local) - Method in interface soot.jimple.ArrayRef
-
- setBase(Value) - Method in interface soot.jimple.InstanceFieldRef
-
- setBase(Value) - Method in interface soot.jimple.InstanceInvokeExpr
-
- setBase(Value) - Method in class soot.jimple.internal.AbstractInstanceFieldRef
-
- setBase(Value) - Method in class soot.jimple.internal.AbstractInstanceInvokeExpr
-
- setBase(Local) - Method in class soot.jimple.internal.JArrayRef
-
- setBaseType(RefType) - Method in class soot.baf.internal.AbstractRefTypeInst
-
- setBaseType(Type) - Method in class soot.baf.internal.BNewArrayInst
-
- setBaseType(ArrayType) - Method in class soot.baf.internal.BNewMultiArrayInst
-
- setBaseType(Type) - Method in interface soot.baf.NewArrayInst
-
- setBaseType(RefType) - Method in interface soot.baf.NewInst
-
- setBaseType(ArrayType) - Method in interface soot.baf.NewMultiArrayInst
-
- setBaseType(RefType) - Method in class soot.grimp.internal.GNewInvokeExpr
-
- setBaseType(RefType) - Method in interface soot.grimp.NewInvokeExpr
-
- setBaseType(Type) - Method in class soot.jimple.internal.AbstractNewArrayExpr
-
- setBaseType(RefType) - Method in class soot.jimple.internal.AbstractNewExpr
-
- setBaseType(ArrayType) - Method in class soot.jimple.internal.AbstractNewMultiArrayExpr
-
- setBaseType(Type) - Method in interface soot.jimple.NewArrayExpr
-
- setBaseType(RefType) - Method in interface soot.jimple.NewExpr
-
- setBaseType(ArrayType) - Method in interface soot.jimple.NewMultiArrayExpr
-
- setBaseType(PBaseType) - Method in class soot.jimple.parser.node.AMultiNewExpr
-
- setBaseType(PBaseType) - Method in class soot.jimple.parser.node.ASimpleNewExpr
-
- setBaseTypeNoName(PBaseTypeNoName) - Method in class soot.jimple.parser.node.ABaseNonvoidType
-
- SETBasicBlock - Class in soot.dava.internal.SET
-
- SETBasicBlock() - Constructor for class soot.dava.internal.SET.SETBasicBlock
-
- SETBasicBlock_binding - Variable in class soot.G
-
- setbdd(boolean) - Method in class soot.AntTask.PhaseOptcg_paddle
-
- setbdd_nodes(String) - Method in class soot.AntTask.PhaseOptcg_paddle
-
- setBefore(boolean) - Method in class soot.toolkits.graph.interaction.FlowInfo
-
- setBeginUnit(Unit) - Method in class soot.AbstractTrap
-
- setBeginUnit(Unit) - Method in interface soot.Trap
-
- setBinop(PBinop) - Method in class soot.jimple.parser.node.ABinopExpr
-
- setBinopExpr(PBinopExpr) - Method in class soot.jimple.parser.node.ABinopBoolExpr
-
- setBinopExpr(PBinopExpr) - Method in class soot.jimple.parser.node.ABinopExpression
-
- setBlock(Block) - Method in class soot.JastAddJ.AnnotationMethodDecl
-
Replaces the (optional) Block child.
- setBlock(Block) - Method in class soot.JastAddJ.BasicCatch
-
Replaces the Block child.
- setBlock(Block) - Method in class soot.JastAddJ.BridgeMethodDecl
-
Replaces the (optional) Block child.
- setBlock(Block) - Method in class soot.JastAddJ.CatchClause
-
Replaces the Block child.
- setBlock(Block) - Method in class soot.JastAddJ.ConstructorDecl
-
Replaces the Block child.
- setBlock(Block) - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
Replaces the Block child.
- setBlock(Block) - Method in class soot.JastAddJ.GenericConstructorDecl
-
Replaces the Block child.
- setBlock(Block) - Method in class soot.JastAddJ.GenericMethodDecl
-
Replaces the (optional) Block child.
- setBlock(Block) - Method in class soot.JastAddJ.InstanceInitializer
-
Replaces the Block child.
- setBlock(Block) - Method in class soot.JastAddJ.MethodDecl
-
Replaces the (optional) Block child.
- setBlock(Block) - Method in class soot.JastAddJ.MethodDeclSubstituted
-
Replaces the (optional) Block child.
- setBlock(Block) - Method in class soot.JastAddJ.MultiCatch
-
Replaces the Block child.
- setBlock(Block) - Method in class soot.JastAddJ.ParConstructorDecl
-
Replaces the Block child.
- setBlock(Block) - Method in class soot.JastAddJ.ParMethodDecl
-
Replaces the (optional) Block child.
- setBlock(Block) - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Replaces the (optional) Block child.
- setBlock(Block) - Method in class soot.JastAddJ.RawConstructorDecl
-
Replaces the Block child.
- setBlock(Block) - Method in class soot.JastAddJ.RawMethodDecl
-
Replaces the (optional) Block child.
- setBlock(Block) - Method in class soot.JastAddJ.StaticInitializer
-
Replaces the Block child.
- setBlock(Block) - Method in class soot.JastAddJ.SwitchStmt
-
Replaces the Block child.
- setBlock(Block) - Method in class soot.JastAddJ.SynchronizedStmt
-
Replaces the Block child.
- setBlock(Block) - Method in class soot.JastAddJ.TryStmt
-
Replaces the Block child.
- setBlock(Block) - Method in class soot.JastAddJ.TryWithResources
-
Replaces the Block child.
- setBlockId(int) - Method in class soot.shimple.internal.SPhiExpr
-
- setBlockId(int) - Method in interface soot.shimple.PhiExpr
-
Set the block number of the Phi node.
- setBlockOpt(Opt<Block>) - Method in class soot.JastAddJ.AnnotationMethodDecl
-
Replaces the optional node for the Block child.
- setBlockOpt(Opt<Block>) - Method in class soot.JastAddJ.BridgeMethodDecl
-
Replaces the optional node for the Block child.
- setBlockOpt(Opt<Block>) - Method in class soot.JastAddJ.GenericMethodDecl
-
Replaces the optional node for the Block child.
- setBlockOpt(Opt<Block>) - Method in class soot.JastAddJ.MethodDecl
-
Replaces the optional node for the Block child.
- setBlockOpt(Opt<Block>) - Method in class soot.JastAddJ.MethodDeclSubstituted
-
Replaces the optional node for the Block child.
- setBlockOpt(Opt<Block>) - Method in class soot.JastAddJ.ParMethodDecl
-
Replaces the optional node for the Block child.
- setBlockOpt(Opt<Block>) - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Replaces the optional node for the Block child.
- setBlockOpt(Opt<Block>) - Method in class soot.JastAddJ.RawMethodDecl
-
Replaces the optional node for the Block child.
- setBody(PDGNode) - Method in class soot.toolkits.graph.pdg.LoopedPDGNode
-
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.AbstractWildcardType
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.AnnotationDecl
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.AnonymousDecl
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.ArrayDecl
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.BooleanType
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.ByteType
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.CharType
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.ClassDecl
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.ClassDeclSubstituted
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.DoubleType
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.EmptyType
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.EnumDecl
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.FloatingPointType
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.FloatType
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.GenericClassDecl
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.GenericInterfaceDecl
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.GLBType
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.IntegralType
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.InterfaceDecl
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.InterfaceDeclSubstituted
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.IntType
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.LongType
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.LUBType
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.NullType
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.NumericType
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.ParClassDecl
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.ParInterfaceDecl
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.PrimitiveType
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.RawClassDecl
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.RawInterfaceDecl
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.ReferenceType
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.ShortType
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.TypeDecl
-
Replaces the BodyDecl list element at index i
with the new node
node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.TypeVariable
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.UnknownType
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.VoidType
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.WildcardExtendsType
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.WildcardSuperType
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDecl(BodyDecl, int) - Method in class soot.JastAddJ.WildcardType
-
Replaces the BodyDecl list element at index i
with the new node node
.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.AbstractWildcardType
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.AnnotationDecl
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.AnonymousDecl
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.ArrayDecl
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.BooleanType
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.ByteType
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.CharType
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.ClassDecl
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.ClassDeclSubstituted
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.DoubleType
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.EmptyType
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.EnumDecl
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.FloatingPointType
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.FloatType
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.GenericClassDecl
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.GenericInterfaceDecl
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.GLBType
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.IntegralType
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.InterfaceDecl
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.InterfaceDeclSubstituted
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.IntType
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.LongType
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.LUBType
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.NullType
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.NumericType
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.ParClassDecl
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.ParInterfaceDecl
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.PrimitiveType
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.RawClassDecl
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.RawInterfaceDecl
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.ReferenceType
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.ShortType
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.TypeDecl
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.TypeVariable
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.UnknownType
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.VoidType
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.WildcardExtendsType
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.WildcardSuperType
-
Replaces the BodyDecl list.
- setBodyDeclList(List<BodyDecl>) - Method in class soot.JastAddJ.WildcardType
-
Replaces the BodyDecl list.
- setBoolean(TBoolean) - Method in class soot.jimple.parser.node.ABooleanBaseType
-
- setBoolean(TBoolean) - Method in class soot.jimple.parser.node.ABooleanBaseTypeNoName
-
- setBooleanTo(SootClass, SootField, boolean) - Method in class soot.jbco.jimpleTransformations.FieldRenamer
-
- setBoolExpr(PBoolExpr) - Method in class soot.jimple.parser.node.AIfStatement
-
- setBreakpoint(TBreakpoint) - Method in class soot.jimple.parser.node.ABreakpointStatement
-
- setBriefLabels(boolean) - Method in class soot.util.cfgcmd.CFGToDotGraph
-
Specify whether to abbreviate the text in node labels.
- setBsm(PMethodSignature) - Method in class soot.jimple.parser.node.ADynamicInvokeExpr
-
- setBudget(int) - Method in class soot.jimple.spark.geom.dataMgr.ContextsCollector
-
- setByte(TByte) - Method in class soot.jimple.parser.node.AByteBaseType
-
- setByte(TByte) - Method in class soot.jimple.parser.node.AByteBaseTypeNoName
-
- setCaller(String) - Method in class soot.jimple.toolkits.thread.mhp.stmt.JPegStmt
-
- setCallGraph(CallGraph) - Method in class soot.Scene
-
- setCallSite(Integer) - Method in class soot.jimple.spark.ondemand.pautil.AssignEdge
-
- setCallsNative() - Method in class soot.jimple.toolkits.pointer.DependenceTag
-
- setCallsNative() - Method in class soot.jimple.toolkits.pointer.FullRWSet
-
- setCallsNative() - Method in class soot.jimple.toolkits.pointer.MethodRWSet
-
- setCallsNative() - Method in class soot.jimple.toolkits.pointer.RWSet
-
- setCallsNative() - Method in class soot.jimple.toolkits.pointer.SiteRWSet
-
- setCallsNative() - Method in class soot.jimple.toolkits.pointer.StmtRWSet
-
- setCase(TCase) - Method in class soot.jimple.parser.node.AConstantCaseLabel
-
- setCaseLabel(PCaseLabel) - Method in class soot.jimple.parser.node.ACaseStmt
-
- setCaseStmt(List<?>) - Method in class soot.jimple.parser.node.ALookupswitchStatement
-
- setCaseStmt(List<?>) - Method in class soot.jimple.parser.node.ATableswitchStatement
-
- setCastType(Type) - Method in interface soot.baf.InstanceCastInst
-
- setCastType(Type) - Method in class soot.baf.internal.BInstanceCastInst
-
- setCastType(Type) - Method in interface soot.jimple.CastExpr
-
- setCastType(Type) - Method in class soot.jimple.internal.AbstractCastExpr
-
- setCatch(TCatch) - Method in class soot.jimple.parser.node.ACatchClause
-
- setCatchClause(CatchClause, int) - Method in class soot.JastAddJ.TryStmt
-
Replaces the CatchClause list element at index i
with the new node node
.
- setCatchClause(CatchClause, int) - Method in class soot.JastAddJ.TryWithResources
-
Replaces the CatchClause list element at index i
with the new node node
.
- setCatchClause(List<?>) - Method in class soot.jimple.parser.node.AFullMethodBody
-
- setCatchClauseList(List<CatchClause>) - Method in class soot.JastAddJ.TryStmt
-
Replaces the CatchClause list.
- setCatchClauseList(List<CatchClause>) - Method in class soot.JastAddJ.TryWithResources
-
Replaces the CatchClause list.
- setCenter(SootMethod) - Method in class soot.jimple.toolkits.annotation.callgraph.CallGraphInfo
-
- setCgReset(boolean) - Method in class soot.toolkits.graph.interaction.InteractionHandler
-
- setChar(TChar) - Method in class soot.jimple.parser.node.ACharBaseType
-
- setChar(TChar) - Method in class soot.jimple.parser.node.ACharBaseTypeNoName
-
- setcheck_init_throw_analysis(String) - Method in class soot.AntTask
-
- setCheckType(Type) - Method in interface soot.baf.InstanceOfInst
-
- setCheckType(Type) - Method in class soot.baf.internal.BInstanceOfInst
-
- setCheckType(Type) - Method in interface soot.jimple.InstanceOfExpr
-
- setCheckType(Type) - Method in class soot.jimple.internal.AbstractInstanceOfExpr
-
- setChild(ASTNode, int) - Method in class soot.JastAddJ.ASTNode
-
- setChildren(List<ValueGraph.Node>) - Method in class soot.shimple.toolkits.graph.ValueGraph.Node
-
- setclass_method_var(boolean) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setClassDecl(ClassDecl) - Method in class soot.JastAddJ.LocalClassDeclStmt
-
Replaces the ClassDecl child.
- setClassDecl(ClassDecl) - Method in class soot.JastAddJ.MemberClassDecl
-
Replaces the ClassDecl child.
- setClassLoadingStrategy(ClassLoadingStrategy) - Static method in class soot.plugins.internal.PluginLoader
-
Changes the class loading strategy used by Soot.
- setClassName(PClassName) - Method in class soot.jimple.parser.node.AClassNameBaseType
-
- setClassName(PClassName) - Method in class soot.jimple.parser.node.AClassNameMultiClassNameList
-
- setClassName(PClassName) - Method in class soot.jimple.parser.node.AClassNameSingleClassNameList
-
- setClassName(PClassName) - Method in class soot.jimple.parser.node.AExtendsClause
-
- setClassName(PClassName) - Method in class soot.jimple.parser.node.AFieldSignature
-
- setClassName(PClassName) - Method in class soot.jimple.parser.node.AFile
-
- setClassName(PClassName) - Method in class soot.jimple.parser.node.AMethodSignature
-
- setClassName(String) - Method in class soot.plugins.model.PhasePluginDescription
-
- setClassName(String) - Method in class soot.RefType
-
- setClassNameList(PClassNameList) - Method in class soot.jimple.parser.node.AClassNameMultiClassNameList
-
- setClassNameList(PClassNameList) - Method in class soot.jimple.parser.node.AImplementsClause
-
- setClassNameList(PClassNameList) - Method in class soot.jimple.parser.node.AThrowsClause
-
- setClassProviders(List<ClassProvider>) - Method in class soot.SourceLocator
-
- setClientAccessibilityOracle(ClientAccessibilityOracle) - Method in class soot.Scene
-
- setCmp(TCmp) - Method in class soot.jimple.parser.node.ACmpBinop
-
- setCmpeq(TCmpeq) - Method in class soot.jimple.parser.node.ACmpeqBinop
-
- setCmpg(TCmpg) - Method in class soot.jimple.parser.node.ACmpgBinop
-
- setCmpge(TCmpge) - Method in class soot.jimple.parser.node.ACmpgeBinop
-
- setCmpgt(TCmpgt) - Method in class soot.jimple.parser.node.ACmpgtBinop
-
- setCmpgt(TCmpgt) - Method in class soot.jimple.parser.node.AFieldSignature
-
- setCmpgt(TCmpgt) - Method in class soot.jimple.parser.node.AMethodSignature
-
- setCmpgt(TCmpgt) - Method in class soot.jimple.parser.node.AUnnamedMethodSignature
-
- setCmpl(TCmpl) - Method in class soot.jimple.parser.node.ACmplBinop
-
- setCmple(TCmple) - Method in class soot.jimple.parser.node.ACmpleBinop
-
- setCmplt(TCmplt) - Method in class soot.jimple.parser.node.ACmpltBinop
-
- setCmplt(TCmplt) - Method in class soot.jimple.parser.node.AFieldSignature
-
- setCmplt(TCmplt) - Method in class soot.jimple.parser.node.AMethodSignature
-
- setCmplt(TCmplt) - Method in class soot.jimple.parser.node.AUnnamedMethodSignature
-
- setCmpne(TCmpne) - Method in class soot.jimple.parser.node.ACmpneBinop
-
- setcoffi(boolean) - Method in class soot.AntTask
-
- setColon(TColon) - Method in class soot.jimple.parser.node.ACaseStmt
-
- setColon(TColon) - Method in class soot.jimple.parser.node.ALabelStatement
-
- setColonEquals(TColonEquals) - Method in class soot.jimple.parser.node.AIdentityNoTypeStatement
-
- setColonEquals(TColonEquals) - Method in class soot.jimple.parser.node.AIdentityStatement
-
- setComma(TComma) - Method in class soot.jimple.parser.node.AClassNameMultiClassNameList
-
- setComma(TComma) - Method in class soot.jimple.parser.node.AMultiArgList
-
- setComma(TComma) - Method in class soot.jimple.parser.node.AMultiLocalNameList
-
- setComma(TComma) - Method in class soot.jimple.parser.node.AMultiNameList
-
- setComma(TComma) - Method in class soot.jimple.parser.node.AMultiParameterList
-
- setcompare_type_assigners(boolean) - Method in class soot.AntTask.PhaseOptjb_tr
-
- setCompilationUnit(CompilationUnit, int) - Method in class soot.JastAddJ.Program
-
Replaces the CompilationUnit list element at index i
with the new node node
.
- setCompilationUnitList(List<CompilationUnit>) - Method in class soot.JastAddJ.Program
-
Replaces the CompilationUnit list.
- setCondition(Expr) - Method in class soot.JastAddJ.ConditionalExpr
-
Replaces the Condition child.
- setCondition(Expr) - Method in class soot.JastAddJ.DoStmt
-
Replaces the Condition child.
- setCondition(Expr) - Method in class soot.JastAddJ.ForStmt
-
Replaces the (optional) Condition child.
- setCondition(Expr) - Method in class soot.JastAddJ.IfStmt
-
Replaces the Condition child.
- setCondition(Expr) - Method in class soot.JastAddJ.WhileStmt
-
Replaces the Condition child.
- setCondition(Value) - Method in interface soot.jimple.IfStmt
-
condition must be soot.jimple.ConditionExpr
- setCondition(Value) - Method in class soot.jimple.internal.JIfStmt
-
- setConditionOpt(Opt<Expr>) - Method in class soot.JastAddJ.ForStmt
-
Replaces the optional node for the Condition child.
- setCondStmt(Unit) - Method in class soot.shimple.internal.SPiExpr
-
- setCondStmt(Unit) - Method in interface soot.shimple.PiExpr
-
- setconf(String) - Method in class soot.AntTask.PhaseOptcg_paddle
-
- setConstant(Constant) - Method in interface soot.baf.IncInst
-
- setConstant(Constant) - Method in class soot.baf.internal.BIncInst
-
- setConstant(Constant) - Method in class soot.baf.internal.BPushInst
-
- setConstant(Constant) - Method in interface soot.baf.PushInst
-
- setConstant(PConstant) - Method in class soot.jimple.parser.node.AConstantImmediate
-
- setConstantName(String) - Method in class soot.tagkit.AnnotationEnumElem
-
- setConstraint(ValueBox, ValueBox) - Method in class soot.dexpler.DvkTyperBase
-
- setConstructorInvocation(Stmt) - Method in class soot.JastAddJ.ConstructorDecl
-
Replaces the (optional) ConstructorInvocation child.
- setConstructorInvocation(Stmt) - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
Replaces the (optional) ConstructorInvocation child.
- setConstructorInvocation(Stmt) - Method in class soot.JastAddJ.GenericConstructorDecl
-
Replaces the (optional) ConstructorInvocation child.
- setConstructorInvocation(Stmt) - Method in class soot.JastAddJ.ParConstructorDecl
-
Replaces the (optional) ConstructorInvocation child.
- setConstructorInvocation(Stmt) - Method in class soot.JastAddJ.RawConstructorDecl
-
Replaces the (optional) ConstructorInvocation child.
- setConstructorInvocationOpt(Opt<Stmt>) - Method in class soot.JastAddJ.ConstructorDecl
-
Replaces the optional node for the ConstructorInvocation child.
- setConstructorInvocationOpt(Opt<Stmt>) - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
Replaces the optional node for the ConstructorInvocation child.
- setConstructorInvocationOpt(Opt<Stmt>) - Method in class soot.JastAddJ.GenericConstructorDecl
-
Replaces the optional node for the ConstructorInvocation child.
- setConstructorInvocationOpt(Opt<Stmt>) - Method in class soot.JastAddJ.ParConstructorDecl
-
Replaces the optional node for the ConstructorInvocation child.
- setConstructorInvocationOpt(Opt<Stmt>) - Method in class soot.JastAddJ.RawConstructorDecl
-
Replaces the optional node for the ConstructorInvocation child.
- setcontext(String) - Method in class soot.AntTask.PhaseOptcg_paddle
-
- setcontext_counts(boolean) - Method in class soot.AntTask.PhaseOptcg_paddle
-
- setcontext_heap(boolean) - Method in class soot.AntTask.PhaseOptcg_paddle
-
- setContextNumberer(Numberer<Context>) - Method in class soot.Scene
-
- setContextSensitiveCallGraph(ContextSensitiveCallGraph) - Method in class soot.Scene
-
- SETControlFlowNode - Class in soot.dava.internal.SET
-
- SETControlFlowNode(AugmentedStmt, IterableSet<AugmentedStmt>) - Constructor for class soot.dava.internal.SET.SETControlFlowNode
-
- setcs_demand(boolean) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setCurrentUnit(Unit) - Method in class soot.jimple.JimpleToBafContext
-
- SETCycleNode - Class in soot.dava.internal.SET
-
- SETCycleNode(AugmentedStmt, IterableSet) - Constructor for class soot.dava.internal.SET.SETCycleNode
-
- SETDagNode - Class in soot.dava.internal.SET
-
- SETDagNode(AugmentedStmt, IterableSet) - Constructor for class soot.dava.internal.SET.SETDagNode
-
- setDanglingInstruction(DanglingInstruction) - Method in class soot.dexpler.DexBody
-
Set a dangling instruction for this body.
- setData(byte[]) - Method in class soot.dexpler.instructions.PseudoInstruction
-
- setData(String) - Method in class soot.jimple.toolkits.annotation.callgraph.CallData
-
- setDataFirstByte(int) - Method in class soot.dexpler.instructions.PseudoInstruction
-
- setDataLastByte(int) - Method in class soot.dexpler.instructions.PseudoInstruction
-
- setDataSize(int) - Method in class soot.dexpler.instructions.PseudoInstruction
-
- setDavaBody(DavaBody) - Method in class soot.dava.internal.AST.ASTMethodNode
-
- setdebug(boolean) - Method in class soot.AntTask.PhaseOptbb_lso
-
- setdebug(boolean) - Method in class soot.AntTask.PhaseOptshimple
-
- setdebug(boolean) - Method in class soot.AntTask
-
- setdebug_resolver(boolean) - Method in class soot.AntTask
-
- setDeclaration(List<?>) - Method in class soot.jimple.parser.node.AFullMethodBody
-
- setDeclarations(ASTStatementSequenceNode) - Method in class soot.dava.internal.AST.ASTMethodNode
-
- setDeclared(boolean) - Method in class soot.SootField
-
- setDeclared(boolean) - Method in class soot.SootMethod
-
- setDeclaredOptions(String) - Method in class soot.Transform
-
Allows user-defined phases to have options other than just enabled without having to mess with the XML.
- setDeclaringClass(SootClass) - Method in class soot.SootField
-
- setDeclaringClass(SootClass) - Method in class soot.SootMethod
-
Sets the declaring class
- setDefault(TDefault) - Method in class soot.jimple.parser.node.ADefaultCaseLabel
-
- setDefaultConstructor() - Method in class soot.JastAddJ.ConstructorDecl
-
Set the default constructor flag.
- setDefaultOptions(String) - Method in class soot.Transform
-
Allows user-defined phases to have options other than just enabled without having to mess with the XML.
- setDefaultTarget(Unit) - Method in class soot.baf.internal.BLookupSwitchInst
-
- setDefaultTarget(Unit) - Method in class soot.baf.internal.BTableSwitchInst
-
- setDefaultTarget(Unit) - Method in interface soot.baf.LookupSwitchInst
-
- setDefaultTarget(Unit) - Method in interface soot.baf.TableSwitchInst
-
- setDefaultTarget(Unit) - Method in class soot.jimple.internal.AbstractSwitchStmt
-
- setDefaultTarget(Unit) - Method in interface soot.jimple.SwitchStmt
-
- setDefaultThrowAnalysis(ThrowAnalysis) - Method in class soot.Scene
-
Sets the
ThrowAnalysis
to be used by default when constructing CFGs which include exceptional control flow.
- setDefaultValue(ElementValue) - Method in class soot.JastAddJ.AnnotationMethodDecl
-
Replaces the (optional) DefaultValue child.
- setDefaultValueOpt(Opt<ElementValue>) - Method in class soot.JastAddJ.AnnotationMethodDecl
-
Replaces the optional node for the DefaultValue child.
- setDepth(int) - Method in class soot.jimple.toolkits.thread.mhp.MonitorDepth
-
- setDescription(PhasePluginDescription) - Method in interface soot.plugins.SootPhasePlugin
-
- setDest(Expr) - Method in class soot.JastAddJ.AssignAdditiveExpr
-
Replaces the Dest child.
- setDest(Expr) - Method in class soot.JastAddJ.AssignAndExpr
-
Replaces the Dest child.
- setDest(Expr) - Method in class soot.JastAddJ.AssignBitwiseExpr
-
Replaces the Dest child.
- setDest(Expr) - Method in class soot.JastAddJ.AssignDivExpr
-
Replaces the Dest child.
- setDest(Expr) - Method in class soot.JastAddJ.AssignExpr
-
Replaces the Dest child.
- setDest(Expr) - Method in class soot.JastAddJ.AssignLShiftExpr
-
Replaces the Dest child.
- setDest(Expr) - Method in class soot.JastAddJ.AssignMinusExpr
-
Replaces the Dest child.
- setDest(Expr) - Method in class soot.JastAddJ.AssignModExpr
-
Replaces the Dest child.
- setDest(Expr) - Method in class soot.JastAddJ.AssignMulExpr
-
Replaces the Dest child.
- setDest(Expr) - Method in class soot.JastAddJ.AssignMultiplicativeExpr
-
Replaces the Dest child.
- setDest(Expr) - Method in class soot.JastAddJ.AssignOrExpr
-
Replaces the Dest child.
- setDest(Expr) - Method in class soot.JastAddJ.AssignPlusExpr
-
Replaces the Dest child.
- setDest(Expr) - Method in class soot.JastAddJ.AssignRShiftExpr
-
Replaces the Dest child.
- setDest(Expr) - Method in class soot.JastAddJ.AssignShiftExpr
-
Replaces the Dest child.
- setDest(Expr) - Method in class soot.JastAddJ.AssignSimpleExpr
-
Replaces the Dest child.
- setDest(Expr) - Method in class soot.JastAddJ.AssignURShiftExpr
-
Replaces the Dest child.
- setDest(Expr) - Method in class soot.JastAddJ.AssignXorExpr
-
Replaces the Dest child.
- setDestination(Register) - Method in class soot.toDex.ConstantVisitor
-
- setDestinationReg(Register) - Method in class soot.toDex.ExprVisitor
-
- setDexClassIndex(Map<String, File>) - Method in class soot.SourceLocator
-
Set the dex class index
- setDigits(String) - Method in class soot.JastAddJ.NumericLiteral
-
Sets the trimmed digits of this literal.
- setDimensionCount(int) - Method in class soot.baf.internal.BNewMultiArrayInst
-
- setDimensionCount(int) - Method in interface soot.baf.NewMultiArrayInst
-
- setDims(Dims, int) - Method in class soot.JastAddJ.VariableDecl
-
Replaces the Dims list element at index i
with the new node node
.
- setDimsList(List<Dims>) - Method in class soot.JastAddJ.VariableDecl
-
Replaces the Dims list.
- setDiv(TDiv) - Method in class soot.jimple.parser.node.ADivBinop
-
- setdo_mhp(boolean) - Method in class soot.AntTask.PhaseOptwjtp_tn
-
- setdo_tlo(boolean) - Method in class soot.AntTask.PhaseOptwjtp_tn
-
- setDoneResolving() - Method in class soot.Scene
-
- setDontPrintLocals(List<Local>) - Method in class soot.dava.internal.AST.ASTMethodNode
-
- setDot(TDot) - Method in class soot.jimple.parser.node.ALocalFieldRef
-
- setDot(TDot) - Method in class soot.jimple.parser.node.ANonstaticInvokeExpr
-
- setDouble(TDouble) - Method in class soot.jimple.parser.node.ADoubleBaseType
-
- setDouble(TDouble) - Method in class soot.jimple.parser.node.ADoubleBaseTypeNoName
-
- setdouble_set_new(String) - Method in class soot.AntTask.PhaseOptcg_paddle
-
- setdouble_set_new(String) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setdouble_set_old(String) - Method in class soot.AntTask.PhaseOptcg_paddle
-
- setdouble_set_old(String) - Method in class soot.AntTask.PhaseOptcg_spark
-
- SETDoWhileNode - Class in soot.dava.internal.SET
-
- SETDoWhileNode(AugmentedStmt, AugmentedStmt, IterableSet) - Constructor for class soot.dava.internal.SET.SETDoWhileNode
-
- setdrop_bodies_after_load(boolean) - Method in class soot.AntTask
-
- setdump_answer(boolean) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setdump_body(Path) - Method in class soot.AntTask
-
- setdump_cfg(Path) - Method in class soot.AntTask
-
- setdump_cg(boolean) - Method in class soot.AntTask.PhaseOptwjap_purity
-
- setdump_html(boolean) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setdump_intra(boolean) - Method in class soot.AntTask.PhaseOptwjap_purity
-
- setdump_pag(boolean) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setdump_solution(boolean) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setdump_summaries(boolean) - Method in class soot.AntTask.PhaseOptwjap_purity
-
- setdump_types(boolean) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setdynamic_class(Path) - Method in class soot.AntTask
-
- setdynamic_dir(Path) - Method in class soot.AntTask
-
- setdynamic_order(boolean) - Method in class soot.AntTask.PhaseOptcg_paddle
-
- setdynamic_package(Path) - Method in class soot.AntTask
-
- setDynamicinvoke(TDynamicinvoke) - Method in class soot.jimple.parser.node.ADynamicInvokeExpr
-
- setDynargs(PArgList) - Method in class soot.jimple.parser.node.ADynamicInvokeExpr
-
- setDynmethod(PUnnamedMethodSignature) - Method in class soot.jimple.parser.node.ADynamicInvokeExpr
-
- setElementValue(ElementValue, int) - Method in class soot.JastAddJ.ElementArrayValue
-
Replaces the ElementValue list element at index i
with the new node node
.
- setElementValue(ElementValue) - Method in class soot.JastAddJ.ElementValuePair
-
Replaces the ElementValue child.
- setElementValueList(List<ElementValue>) - Method in class soot.JastAddJ.ElementArrayValue
-
Replaces the ElementValue list.
- setElementValuePair(ElementValuePair, int) - Method in class soot.JastAddJ.Annotation
-
Replaces the ElementValuePair list element at index i
with the new node node
.
- setElementValuePairList(List<ElementValuePair>) - Method in class soot.JastAddJ.Annotation
-
Replaces the ElementValuePair list.
- setElems(List<AnnotationElem>) - Method in class soot.tagkit.AnnotationTag
-
Overwrites the elements stored previously
- setElse(Stmt) - Method in class soot.JastAddJ.IfStmt
-
Replaces the (optional) Else child.
- setElseOpt(Opt<Stmt>) - Method in class soot.JastAddJ.IfStmt
-
Replaces the optional node for the Else child.
- setempties_as_allocs(boolean) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptbb
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptbb_lp
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptbb_lso
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptbb_pho
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptbb_sco
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptbb_ule
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptbop
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptcg
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptcg_cha
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptcg_paddle
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptdb
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptdb_deobfuscate
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptdb_force_recompile
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptdb_renamer
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptdb_transformations
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptgb
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptgb_a1
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptgb_a2
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptgb_cf
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptgb_ule
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptgop
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjap
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjap_abc
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjap_aet
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjap_cgtagger
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjap_che
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjap_dmt
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjap_fieldrw
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjap_lit
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjap_lvtagger
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjap_npc
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjap_npcolorer
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjap_parity
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjap_pat
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjap_profiling
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjap_rdtagger
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjap_sea
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjap_umt
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjb
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjb_a
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjb_cp
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjb_cp_ule
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjb_dae
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjb_dtr
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjb_ese
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjb_lns
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjb_lp
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjb_ls
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjb_ne
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjb_tr
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjb_tt
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjb_uce
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjb_ule
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjb_ulp
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjj
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjj_a
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjj_cp
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjj_cp_ule
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjj_dae
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjj_lns
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjj_lp
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjj_ls
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjj_ne
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjj_tr
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjj_uce
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjj_ule
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjj_ulp
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjop
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjop_bcm
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjop_cbf
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjop_cp
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjop_cpf
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjop_cse
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjop_dae
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjop_lcm
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjop_nce
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjop_ubf1
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjop_ubf2
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjop_uce1
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjop_uce2
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjop_ule
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptjtp
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptshimple
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptsop
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptsop_cpf
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptstp
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOpttag
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOpttag_an
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOpttag_dep
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOpttag_fieldrw
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOpttag_ln
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptwjap
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptwjap_cgg
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptwjap_purity
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptwjap_ra
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptwjap_tqt
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptwjap_uft
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptwjap_umt
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptwjop
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptwjop_si
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptwjop_smb
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptwjpp
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptwjpp_cimbt
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptwjtp
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptwjtp_mhp
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptwjtp_rdc
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptwjtp_tn
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptwsop
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptwspp
-
- setenabled(boolean) - Method in class soot.AntTask.PhaseOptwstp
-
- setEnd(int) - Method in class soot.JastAddJ.ASTNode
-
- setEndLineNumber(int) - Method in class soot.tagkit.SourceLineNumberTag
-
- setEndLn(int) - Method in class soot.AttributesUnitPrinter
-
- setEndUnit(Unit) - Method in class soot.AbstractTrap
-
- setEndUnit(Unit) - Method in interface soot.Trap
-
- setEntermonitor(TEntermonitor) - Method in class soot.jimple.parser.node.AEntermonitorStatement
-
- setEntryPoints(List<SootMethod>) - Method in class soot.Scene
-
Change the set of entry point methods used to build the call graph.
- setEnum(TEnum) - Method in class soot.jimple.parser.node.AEnumModifier
-
- setEOF(EOF) - Method in class soot.jimple.parser.node.Start
-
- setEquals(TEquals) - Method in class soot.jimple.parser.node.AAssignStatement
-
- setEvent(InteractionEvent) - Method in interface soot.toolkits.graph.interaction.IInteractionListener
-
- setException(SootClass) - Method in class soot.AbstractTrap
-
- setException(Access, int) - Method in class soot.JastAddJ.AnnotationMethodDecl
-
Replaces the Exception list element at index i
with the new node node
.
- setException(Access, int) - Method in class soot.JastAddJ.BridgeMethodDecl
-
Replaces the Exception list element at index i
with the new node node
.
- setException(Access, int) - Method in class soot.JastAddJ.ConstructorDecl
-
Replaces the Exception list element at index i
with the new node
node
.
- setException(Access, int) - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
Replaces the Exception list element at index i
with the new node node
.
- setException(Access, int) - Method in class soot.JastAddJ.GenericConstructorDecl
-
Replaces the Exception list element at index i
with the new node node
.
- setException(Access, int) - Method in class soot.JastAddJ.GenericMethodDecl
-
Replaces the Exception list element at index i
with the new node node
.
- setException(Access, int) - Method in class soot.JastAddJ.MethodDecl
-
Replaces the Exception list element at index i
with the new node
node
.
- setException(Access, int) - Method in class soot.JastAddJ.MethodDeclSubstituted
-
Replaces the Exception list element at index i
with the new node node
.
- setException(Access, int) - Method in class soot.JastAddJ.ParConstructorDecl
-
Replaces the Exception list element at index i
with the new node node
.
- setException(Access, int) - Method in class soot.JastAddJ.ParMethodDecl
-
Replaces the Exception list element at index i
with the new node node
.
- setException(Access, int) - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Replaces the Exception list element at index i
with the new node node
.
- setException(Access, int) - Method in class soot.JastAddJ.RawConstructorDecl
-
Replaces the Exception list element at index i
with the new node node
.
- setException(Access, int) - Method in class soot.JastAddJ.RawMethodDecl
-
Replaces the Exception list element at index i
with the new node node
.
- setException(SootClass) - Method in interface soot.Trap
-
Sets the exception being caught to exception
.
- setExceptionalControlFlowAttr(String, String) - Method in class soot.util.cfgcmd.CFGToDotGraph
-
Specify the dot graph attribute to use for exceptional control flow edges.
- setExceptionEdgeAttr(String, String) - Method in class soot.util.cfgcmd.CFGToDotGraph
-
Specify the dot graph attribute to use for edges depicting the exceptions each node may throw, and their handlers.
- setExceptionList(List<Access>) - Method in class soot.JastAddJ.AnnotationMethodDecl
-
Replaces the Exception list.
- setExceptionList(List<Access>) - Method in class soot.JastAddJ.BridgeMethodDecl
-
Replaces the Exception list.
- setExceptionList(List<Access>) - Method in class soot.JastAddJ.ConstructorDecl
-
Replaces the Exception list.
- setExceptionList(List<Access>) - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
Replaces the Exception list.
- setExceptionList(List<Access>) - Method in class soot.JastAddJ.GenericConstructorDecl
-
Replaces the Exception list.
- setExceptionList(List<Access>) - Method in class soot.JastAddJ.GenericMethodDecl
-
Replaces the Exception list.
- setExceptionList(List<Access>) - Method in class soot.JastAddJ.MethodDecl
-
Replaces the Exception list.
- setExceptionList(List<Access>) - Method in class soot.JastAddJ.MethodDeclSubstituted
-
Replaces the Exception list.
- setExceptionList(List<Access>) - Method in class soot.JastAddJ.ParConstructorDecl
-
Replaces the Exception list.
- setExceptionList(List<Access>) - Method in class soot.JastAddJ.ParMethodDecl
-
Replaces the Exception list.
- setExceptionList(List<Access>) - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Replaces the Exception list.
- setExceptionList(List<Access>) - Method in class soot.JastAddJ.RawConstructorDecl
-
Replaces the Exception list.
- setExceptionList(List<Access>) - Method in class soot.JastAddJ.RawMethodDecl
-
Replaces the Exception list.
- setExceptions(List<SootClass>) - Method in class soot.SootMethod
-
- setexclude(Path) - Method in class soot.AntTask
-
- setExemptTransaction(CriticalSection) - Method in class soot.jimple.toolkits.thread.synchronization.CriticalSectionAwareSideEffectAnalysis
-
- setExemptTransaction(CriticalSection) - Method in class soot.jimple.toolkits.thread.synchronization.CriticalSectionVisibleEdgesPred
-
- setExitmonitor(TExitmonitor) - Method in class soot.jimple.parser.node.AExitmonitorStatement
-
- setexpansion_factor(String) - Method in class soot.AntTask.PhaseOptwjop_si
-
- setExpr(Expr) - Method in class soot.JastAddJ.ArrayAccess
-
Replaces the Expr child.
- setExpr(Expr) - Method in class soot.JastAddJ.ArrayTypeWithSizeAccess
-
Replaces the Expr child.
- setExpr(Expr) - Method in class soot.JastAddJ.AssertStmt
-
Replaces the (optional) Expr child.
- setExpr(Expr) - Method in class soot.JastAddJ.CastExpr
-
Replaces the Expr child.
- setExpr(Expr) - Method in class soot.JastAddJ.Dims
-
Replaces the (optional) Expr child.
- setExpr(Expr) - Method in class soot.JastAddJ.ElementConstantValue
-
Replaces the Expr child.
- setExpr(Expr) - Method in class soot.JastAddJ.EnhancedForStmt
-
Replaces the Expr child.
- setExpr(Expr) - Method in class soot.JastAddJ.ExprStmt
-
Replaces the Expr child.
- setExpr(Expr) - Method in class soot.JastAddJ.InstanceOfExpr
-
Replaces the Expr child.
- setExpr(Expr) - Method in class soot.JastAddJ.ParExpr
-
Replaces the Expr child.
- setExpr(Expr) - Method in class soot.JastAddJ.SwitchStmt
-
Replaces the Expr child.
- setExpr(Expr) - Method in class soot.JastAddJ.SynchronizedStmt
-
Replaces the Expr child.
- setExpr(Expr) - Method in class soot.JastAddJ.ThrowStmt
-
Replaces the Expr child.
- setExpression(PExpression) - Method in class soot.jimple.parser.node.AAssignStatement
-
- setExprOpt(Opt<Expr>) - Method in class soot.JastAddJ.AssertStmt
-
Replaces the optional node for the Expr child.
- setExprOpt(Opt<Expr>) - Method in class soot.JastAddJ.Dims
-
Replaces the optional node for the Expr child.
- setextended(boolean) - Method in class soot.AntTask.PhaseOptshimple
-
- setExtends(TExtends) - Method in class soot.jimple.parser.node.AExtendsClause
-
- setExtendsClause(PExtendsClause) - Method in class soot.jimple.parser.node.AFile
-
- setFactory - Variable in class soot.jimple.spark.pag.PAG
-
- setFaithfulNaming(boolean) - Method in class soot.coffi.Util
-
- setFalseExpr(Expr) - Method in class soot.JastAddJ.ConditionalExpr
-
Replaces the FalseExpr child.
- setFastHierarchy(FastHierarchy) - Method in class soot.jimple.spark.internal.TypeManager
-
- setFastHierarchy(FastHierarchy) - Method in class soot.Scene
-
Sets the active hierarchy
- setfield_based(boolean) - Method in class soot.AntTask.PhaseOptcg_paddle
-
- setfield_based(boolean) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setfield_type_mismatches(String) - Method in class soot.AntTask
-
- setFieldDecl(FieldDecl) - Method in class soot.JastAddJ.FieldDeclaration
-
- setFieldDeclaration(FieldDeclaration) - Method in class soot.JastAddJ.BoundFieldAccess
-
Replaces the lexeme FieldDeclaration.
- setFieldInits(ArrayList<FieldDecl>) - Method in class soot.javaToJimple.PolyglotMethodSource
-
- setFieldLocal(EquivalentValue) - Method in class soot.jimple.toolkits.infoflow.CallLocalityContext
-
- setFieldName(Local, String) - Method in class soot.dava.toolkits.base.renamer.heuristicSet
-
- setFieldName(String) - Method in class soot.dava.toolkits.base.renamer.heuristicTuple
-
- setFieldName(PName) - Method in class soot.jimple.parser.node.AFieldSignature
-
- setFieldRef(SootFieldRef) - Method in interface soot.jimple.FieldRef
-
- setFieldRef(SootFieldRef) - Method in class soot.jimple.internal.AbstractInstanceFieldRef
-
- setFieldRef(PFieldRef) - Method in class soot.jimple.parser.node.AFieldReference
-
- setFieldRef(SootFieldRef) - Method in class soot.jimple.StaticFieldRef
-
- setFieldShared(EquivalentValue) - Method in class soot.jimple.toolkits.infoflow.CallLocalityContext
-
- setFieldSignature(PFieldSignature) - Method in class soot.jimple.parser.node.ALocalFieldRef
-
- setFieldSignature(PFieldSignature) - Method in class soot.jimple.parser.node.ASigFieldRef
-
- setFileBody(PFileBody) - Method in class soot.jimple.parser.node.AFile
-
- setFileName(String) - Method in class soot.JastAddJ.Problem
-
- setFileType(PFileType) - Method in class soot.jimple.parser.node.AFile
-
- setFinal(TFinal) - Method in class soot.jimple.parser.node.AFinalModifier
-
- setFinally(Block) - Method in class soot.JastAddJ.TryStmt
-
Replaces the (optional) Finally child.
- setFinally(Block) - Method in class soot.JastAddJ.TryWithResources
-
Replaces the (optional) Finally child.
- setFinallyOpt(Opt<Block>) - Method in class soot.JastAddJ.TryStmt
-
Replaces the optional node for the Finally child.
- setFinallyOpt(Opt<Block>) - Method in class soot.JastAddJ.TryWithResources
-
Replaces the optional node for the Finally child.
- setFinalsList(ArrayList<SootField>) - Method in class soot.javaToJimple.PolyglotMethodSource
-
- setFinishingNumber(int) - Method in class soot.jimple.spark.pag.VarNode
-
- setfirst(Expr) - Method in class soot.JastAddJ.AssertStmt
-
Replaces the first child.
- setFirst(TColon) - Method in class soot.jimple.parser.node.AFieldSignature
-
- setFirst(TColon) - Method in class soot.jimple.parser.node.AMethodSignature
-
- setFirstl(TLParen) - Method in class soot.jimple.parser.node.ADynamicInvokeExpr
-
- setFirstr(TRParen) - Method in class soot.jimple.parser.node.ADynamicInvokeExpr
-
- setfixed_class_names(String) - Method in class soot.AntTask.PhaseOptwjtp_rdc
-
- setFixedArrayDescriptor(PFixedArrayDescriptor) - Method in class soot.jimple.parser.node.AArrayNewExpr
-
- setFixedArrayDescriptor(PFixedArrayDescriptor) - Method in class soot.jimple.parser.node.AIdentArrayRef
-
- setFixedArrayDescriptor(PFixedArrayDescriptor) - Method in class soot.jimple.parser.node.AQuotedArrayRef
-
- setFlagsForDynamicAllocations(CriticalSectionInterferenceGraph) - Method in class soot.jimple.toolkits.thread.synchronization.LockAllocator
-
- setFlagsForStaticAllocations(CriticalSectionInterferenceGraph) - Method in class soot.jimple.toolkits.thread.synchronization.LockAllocator
-
- setFloat(TFloat) - Method in class soot.jimple.parser.node.AFloatBaseType
-
- setFloat(TFloat) - Method in class soot.jimple.parser.node.AFloatBaseTypeNoName
-
- setFloatConstant(TFloatConstant) - Method in class soot.jimple.parser.node.AFloatConstant
-
- setforce_android_jar(String) - Method in class soot.AntTask
-
- setforce_gc(boolean) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setforce_overwrite(boolean) - Method in class soot.AntTask
-
- setFrom(TFrom) - Method in class soot.jimple.parser.node.ACatchClause
-
- setFromLabel(PLabelName) - Method in class soot.jimple.parser.node.ACatchClause
-
- setFromSource(boolean) - Method in class soot.JastAddJ.CompilationUnit
-
- setFromType(Type) - Method in class soot.baf.internal.BPrimitiveCastInst
-
- setFromType(Type) - Method in class soot.baf.internal.BSwapInst
-
- setFromType(Type) - Method in interface soot.baf.PrimitiveCastInst
-
- setFromType(Type) - Method in interface soot.baf.SwapInst
-
- setfull_resolver(boolean) - Method in class soot.AntTask
-
- setFullIdentifier(TFullIdentifier) - Method in class soot.jimple.parser.node.AFullIdentClassName
-
- setFullIdentifier(TFullIdentifier) - Method in class soot.jimple.parser.node.AFullIdentNonvoidType
-
- setGenericMethodDecl(GenericMethodDecl) - Method in class soot.JastAddJ.ParMethodDecl
-
Replaces the lexeme GenericMethodDecl.
- setGenericMethodDecl(GenericMethodDecl) - Method in class soot.JastAddJ.RawMethodDecl
-
Replaces the lexeme GenericMethodDecl.
- setgeom_app_only(boolean) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setgeom_blocking(boolean) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setgeom_dump_verbose(String) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setgeom_encoding(String) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setgeom_eval(String) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setgeom_frac_base(String) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setgeom_pta(boolean) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setgeom_runs(String) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setgeom_trans(boolean) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setgeom_verify_name(String) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setgeom_worklist(String) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setglobal_nodes_in_natives(boolean) - Method in class soot.AntTask.PhaseOptcg_paddle
-
- setGlobalObjectGetter(G.GlobalObjectGetter) - Static method in class soot.G
-
- setGoto(TGoto) - Method in class soot.jimple.parser.node.AGotoStmt
-
- setGotoStmt(PGotoStmt) - Method in class soot.jimple.parser.node.ACaseStmt
-
- setGotoStmt(PGotoStmt) - Method in class soot.jimple.parser.node.AGotoStatement
-
- setGotoStmt(PGotoStmt) - Method in class soot.jimple.parser.node.AIfStatement
-
- setGraphAttribute(String, String) - Method in class soot.util.dot.DotGraph
-
sets any general attributes
- setGraphAttribute(DotGraphAttribute) - Method in class soot.util.dot.DotGraph
-
sets any general attributes
- setGraphLabel(String) - Method in class soot.util.dot.DotGraph
-
sets the graph label
- setGraphName(String) - Method in class soot.util.dot.DotGraph
-
sets the graph name
- setGraphSize(double, double) - Method in class soot.util.dot.DotGraph
-
sets the size of drawing area, in inches
- setguards(String) - Method in class soot.AntTask.PhaseOptcg
-
- setgzip(boolean) - Method in class soot.AntTask
-
- setHandlerUnit(Unit) - Method in class soot.AbstractTrap
-
- setHandlerUnit(Unit) - Method in interface soot.Trap
-
Sets the unit handling the exception to handlerUnit
.
- setHasOuterRefInInit(ArrayList) - Method in class soot.javaToJimple.InitialResolver
-
- setHeadAttr(String, String) - Method in class soot.util.cfgcmd.CFGToDotGraph
-
Specify the dot graph attribute to use for head nodes (in addition to filling in the nodes).
- sethelp(boolean) - Method in class soot.AntTask
-
- setHeuristic(Local, int) - Method in class soot.dava.toolkits.base.renamer.heuristicSet
-
- setHeuristic(int) - Method in class soot.dava.toolkits.base.renamer.heuristicTuple
-
- setHeuristicType(HeuristicType) - Method in class soot.jimple.spark.ondemand.DemandCSPointsTo
-
- sethierarchy_dirs(boolean) - Method in class soot.AntTask
-
- setHighIndex(int) - Method in class soot.baf.internal.BTableSwitchInst
-
- setHighIndex(int) - Method in interface soot.baf.TableSwitchInst
-
- setHighIndex(int) - Method in class soot.jimple.internal.JTableSwitchStmt
-
- setHighIndex(int) - Method in interface soot.jimple.TableSwitchStmt
-
- setHTMLLabel(String) - Method in class soot.util.dot.DotGraphNode
-
- setID(String) - Method in class soot.JastAddJ.AbstractWildcardType
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.AbstractWildcardType
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.AmbiguousAccess
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.AmbiguousAccess
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.Annotation
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.Annotation
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.AnnotationDecl
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.AnnotationDecl
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.AnnotationMethodDecl
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.AnnotationMethodDecl
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.AnonymousDecl
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.AnonymousDecl
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.ArrayDecl
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.ArrayDecl
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.ArrayTypeAccess
-
Replaces the lexeme ID.
- setID(String) - Method in class soot.JastAddJ.ArrayTypeWithSizeAccess
-
Replaces the lexeme ID.
- setID(String) - Method in class soot.JastAddJ.BooleanType
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.BooleanType
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.BoundFieldAccess
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.BoundFieldAccess
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.BoundMethodAccess
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.BoundMethodAccess
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.BoundTypeAccess
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.BoundTypeAccess
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.BridgeMethodDecl
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.BridgeMethodDecl
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.BytecodeTypeAccess
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.BytecodeTypeAccess
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.ByteType
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.ByteType
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.CatchParameterDeclaration
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.CatchParameterDeclaration
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.CharType
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.CharType
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.ClassDecl
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.ClassDecl
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.ClassDeclSubstituted
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.ClassDeclSubstituted
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.ConstructorAccess
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.ConstructorAccess
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.ConstructorDecl
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.ConstructorDecl
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.DoubleType
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.DoubleType
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.EmptyType
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.EmptyType
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.EnumConstant
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.EnumConstant
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.EnumDecl
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.EnumDecl
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.FieldDeclaration
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.FieldDeclaration
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.FieldDeclarationSubstituted
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.FieldDeclarationSubstituted
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.FloatingPointType
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.FloatingPointType
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.FloatType
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.FloatType
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.GenericClassDecl
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.GenericClassDecl
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.GenericConstructorDecl
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.GenericConstructorDecl
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.GenericInterfaceDecl
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.GenericInterfaceDecl
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.GenericMethodDecl
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.GenericMethodDecl
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.GLBType
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.GLBType
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.IdUse
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.IdUse
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.IntegralType
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.IntegralType
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.InterfaceDecl
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.InterfaceDecl
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.InterfaceDeclSubstituted
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.InterfaceDeclSubstituted
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.IntType
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.IntType
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.LongType
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.LongType
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.LUBType
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.LUBType
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.MethodAccess
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.MethodAccess
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.MethodDecl
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.MethodDecl
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.MethodDeclSubstituted
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.MethodDeclSubstituted
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.Modifier
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.Modifier
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.NullType
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.NullType
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.NumericType
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.NumericType
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.PackageOrTypeAccess
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.PackageOrTypeAccess
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.ParameterDeclaration
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.ParameterDeclaration
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.ParameterDeclarationSubstituted
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.ParameterDeclarationSubstituted
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.ParClassDecl
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.ParClassDecl
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.ParConstructorAccess
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.ParConstructorAccess
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.ParConstructorDecl
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.ParConstructorDecl
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.ParInterfaceDecl
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.ParInterfaceDecl
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.ParMethodAccess
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.ParMethodAccess
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.ParMethodDecl
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.ParMethodDecl
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.ParseName
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.ParseName
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.ParSuperConstructorAccess
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.ParSuperConstructorAccess
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.PrimitiveType
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.PrimitiveType
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.PrimitiveTypeAccess
-
Replaces the lexeme ID.
- setID(String) - Method in class soot.JastAddJ.RawClassDecl
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.RawClassDecl
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.RawConstructorDecl
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.RawConstructorDecl
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.RawInterfaceDecl
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.RawInterfaceDecl
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.RawMethodDecl
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.RawMethodDecl
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.ReferenceType
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.ReferenceType
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.ResourceDeclaration
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.ResourceDeclaration
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.ShortType
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.ShortType
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.SingleStaticImportDecl
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.SingleStaticImportDecl
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.SuperAccess
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.SuperAccess
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.SuperConstructorAccess
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.SuperConstructorAccess
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.ThisAccess
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.ThisAccess
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.TypeAccess
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.TypeAccess
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.TypeDecl
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.TypeDecl
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.TypeVariable
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.TypeVariable
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.UnknownType
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.UnknownType
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.VarAccess
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.VarAccess
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.VariableArityParameterDeclaration
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.VariableArityParameterDeclaration
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.VariableArityParameterDeclarationSubstituted
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.VariableArityParameterDeclarationSubstituted
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.VariableDecl
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.VariableDecl
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.VariableDeclaration
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.VariableDeclaration
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.VoidType
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.VoidType
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.WildcardExtendsType
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.WildcardExtendsType
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.WildcardSuperType
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.WildcardSuperType
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setID(String) - Method in class soot.JastAddJ.WildcardType
-
Replaces the lexeme ID.
- setID(Symbol) - Method in class soot.JastAddJ.WildcardType
-
JastAdd-internal setter for lexeme ID using the Beaver parser.
- setId(TClass) - Method in class soot.jimple.parser.node.AClzzConstant
-
- setIdentifier(TIdentifier) - Method in class soot.jimple.parser.node.AIdentArrayRef
-
- setIdentifier(TIdentifier) - Method in class soot.jimple.parser.node.AIdentClassName
-
- setIdentifier(TIdentifier) - Method in class soot.jimple.parser.node.AIdentName
-
- setIdentifier(TIdentifier) - Method in class soot.jimple.parser.node.AIdentNonvoidType
-
- setIdentifier(TIdentifier) - Method in class soot.jimple.parser.node.ALabelName
-
- setIf(TIf) - Method in class soot.jimple.parser.node.AIfStatement
-
- SETIfElseNode - Class in soot.dava.internal.SET
-
- SETIfElseNode(AugmentedStmt, IterableSet, IterableSet, IterableSet) - Constructor for class soot.dava.internal.SET.SETIfElseNode
-
- setignore_classpath_errors(boolean) - Method in class soot.AntTask
-
- setignore_nullpointer_dereferences(boolean) - Method in class soot.AntTask.PhaseOptjb_tr
-
- setignore_resolution_errors(boolean) - Method in class soot.AntTask
-
- setignore_resolving_levels(boolean) - Method in class soot.AntTask
-
- setignore_types(boolean) - Method in class soot.AntTask.PhaseOptcg_paddle
-
- setignore_types(boolean) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setignore_types_for_sccs(boolean) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setImmediate(PImmediate) - Method in class soot.jimple.parser.node.AArrayDescriptor
-
- setImmediate(PImmediate) - Method in class soot.jimple.parser.node.ACastExpression
-
- setImmediate(PImmediate) - Method in class soot.jimple.parser.node.AEntermonitorStatement
-
- setImmediate(PImmediate) - Method in class soot.jimple.parser.node.AExitmonitorStatement
-
- setImmediate(PImmediate) - Method in class soot.jimple.parser.node.AFixedArrayDescriptor
-
- setImmediate(PImmediate) - Method in class soot.jimple.parser.node.AImmediateExpression
-
- setImmediate(PImmediate) - Method in class soot.jimple.parser.node.AInstanceofExpression
-
- setImmediate(PImmediate) - Method in class soot.jimple.parser.node.ALookupswitchStatement
-
- setImmediate(PImmediate) - Method in class soot.jimple.parser.node.AMultiArgList
-
- setImmediate(PImmediate) - Method in class soot.jimple.parser.node.ARetStatement
-
- setImmediate(PImmediate) - Method in class soot.jimple.parser.node.AReturnStatement
-
- setImmediate(PImmediate) - Method in class soot.jimple.parser.node.ASingleArgList
-
- setImmediate(PImmediate) - Method in class soot.jimple.parser.node.ATableswitchStatement
-
- setImmediate(PImmediate) - Method in class soot.jimple.parser.node.AThrowStatement
-
- setImmediate(PImmediate) - Method in class soot.jimple.parser.node.AUnopExpr
-
- setImplements(Access, int) - Method in class soot.JastAddJ.AnonymousDecl
-
Replaces the Implements list element at index i
with the new node node
.
- setImplements(Access, int) - Method in class soot.JastAddJ.ArrayDecl
-
Replaces the Implements list element at index i
with the new node node
.
- setImplements(Access, int) - Method in class soot.JastAddJ.ClassDecl
-
Replaces the Implements list element at index i
with the new node node
.
- setImplements(Access, int) - Method in class soot.JastAddJ.ClassDeclSubstituted
-
Replaces the Implements list element at index i
with the new node node
.
- setImplements(Access, int) - Method in class soot.JastAddJ.EnumDecl
-
Replaces the Implements list element at index i
with the new node node
.
- setImplements(Access, int) - Method in class soot.JastAddJ.GenericClassDecl
-
Replaces the Implements list element at index i
with the new node node
.
- setImplements(Access, int) - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Replaces the Implements list element at index i
with the new node node
.
- setImplements(Access, int) - Method in class soot.JastAddJ.ParClassDecl
-
Replaces the Implements list element at index i
with the new node node
.
- setImplements(Access, int) - Method in class soot.JastAddJ.RawClassDecl
-
Replaces the Implements list element at index i
with the new node node
.
- setImplements(Access, int) - Method in class soot.JastAddJ.UnknownType
-
Replaces the Implements list element at index i
with the new node node
.
- setImplements(TImplements) - Method in class soot.jimple.parser.node.AImplementsClause
-
- setImplementsClause(PImplementsClause) - Method in class soot.jimple.parser.node.AFile
-
- setImplementsList(List<Access>) - Method in class soot.JastAddJ.AnonymousDecl
-
Replaces the Implements list.
- setImplementsList(List<Access>) - Method in class soot.JastAddJ.ArrayDecl
-
Replaces the Implements list.
- setImplementsList(List<Access>) - Method in class soot.JastAddJ.ClassDecl
-
Replaces the Implements list.
- setImplementsList(List<Access>) - Method in class soot.JastAddJ.ClassDeclSubstituted
-
Replaces the Implements list.
- setImplementsList(List<Access>) - Method in class soot.JastAddJ.EnumDecl
-
Replaces the Implements list.
- setImplementsList(List<Access>) - Method in class soot.JastAddJ.GenericClassDecl
-
Replaces the Implements list.
- setImplementsList(List<Access>) - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Replaces the Implements list.
- setImplementsList(List<Access>) - Method in class soot.JastAddJ.ParClassDecl
-
Replaces the Implements list.
- setImplementsList(List<Access>) - Method in class soot.JastAddJ.RawClassDecl
-
Replaces the Implements list.
- setImplementsList(List<Access>) - Method in class soot.JastAddJ.UnknownType
-
Replaces the Implements list.
- setimplicit_entry(boolean) - Method in class soot.AntTask.PhaseOptcg
-
- setImportDecl(ImportDecl, int) - Method in class soot.JastAddJ.AnnotatedCompilationUnit
-
Replaces the ImportDecl list element at index i
with the new node node
.
- setImportDecl(ImportDecl, int) - Method in class soot.JastAddJ.CompilationUnit
-
Replaces the ImportDecl list element at index i
with the new node node
.
- setImportDecl(ImportDecl, int) - Method in class soot.JastAddJ.PrimitiveCompilationUnit
-
Replaces the ImportDecl list element at index i
with the new node node
.
- setImportDecl(ImportDecl, int) - Method in class soot.JastAddJ.WildcardsCompilationUnit
-
Replaces the ImportDecl list element at index i
with the new node node
.
- setImportDeclList(List<ImportDecl>) - Method in class soot.JastAddJ.AnnotatedCompilationUnit
-
Replaces the ImportDecl list.
- setImportDeclList(List<ImportDecl>) - Method in class soot.JastAddJ.CompilationUnit
-
Replaces the ImportDecl list.
- setImportDeclList(List<ImportDecl>) - Method in class soot.JastAddJ.PrimitiveCompilationUnit
-
Replaces the ImportDecl list.
- setImportDeclList(List<ImportDecl>) - Method in class soot.JastAddJ.WildcardsCompilationUnit
-
Replaces the ImportDecl list.
- setIn(Node, Object) - Method in interface soot.jimple.parser.analysis.Analysis
-
- setIn(Node, Object) - Method in class soot.jimple.parser.analysis.AnalysisAdapter
-
- setinclude(Path) - Method in class soot.AntTask
-
- setinclude_all(boolean) - Method in class soot.AntTask
-
- setIncludePhantomCallees(boolean) - Method in class soot.jimple.toolkits.ide.icfg.JimpleBasedInterproceduralCFG
-
Sets whether methods that operate on the callgraph shall also return phantom methods as potential callees
- setIndent(String) - Method in class soot.AbstractUnitPrinter
-
- setIndent(String) - Method in interface soot.UnitPrinter
-
- setIndex(int) - Method in interface soot.baf.RetInst
-
- setIndex(Value) - Method in interface soot.jimple.ArrayRef
-
- setIndex(Value) - Method in class soot.jimple.internal.JArrayRef
-
- setIndex(int) - Method in class soot.jimple.ParameterRef
-
Sets the index of this ParameterRef.
- setIndexInMethod(int) - Method in class soot.toolkits.graph.Block
-
Set the index of this Block in the list of Blocks that partition its enclosing Body instance.
- setInfo(Object) - Method in class soot.jimple.toolkits.infoflow.FakeJimpleLocal
-
- setInit(Expr, int) - Method in class soot.JastAddJ.ArrayInit
-
Replaces the Init list element at index i
with the new node node
.
- setInit(Expr) - Method in class soot.JastAddJ.EnumConstant
-
Replaces the (optional) Init child.
- setInit(Expr) - Method in class soot.JastAddJ.FieldDeclaration
-
Replaces the (optional) Init child.
- setInit(Expr) - Method in class soot.JastAddJ.FieldDeclarationSubstituted
-
Replaces the (optional) Init child.
- setInit(Expr) - Method in class soot.JastAddJ.ResourceDeclaration
-
Replaces the (optional) Init child.
- setInit(Expr) - Method in class soot.JastAddJ.VariableDecl
-
Replaces the (optional) Init child.
- setInit(Expr) - Method in class soot.JastAddJ.VariableDeclaration
-
Replaces the (optional) Init child.
- setInitializerBlocks(ArrayList<Block>) - Method in class soot.javaToJimple.PolyglotMethodSource
-
- setInitList(List<Expr>) - Method in class soot.JastAddJ.ArrayInit
-
Replaces the Init list.
- setInitOpt(Opt<Expr>) - Method in class soot.JastAddJ.EnumConstant
-
Replaces the optional node for the Init child.
- setInitOpt(Opt<Expr>) - Method in class soot.JastAddJ.FieldDeclaration
-
Replaces the optional node for the Init child.
- setInitOpt(Opt<Expr>) - Method in class soot.JastAddJ.FieldDeclarationSubstituted
-
Replaces the optional node for the Init child.
- setInitOpt(Opt<Expr>) - Method in class soot.JastAddJ.ResourceDeclaration
-
Replaces the optional node for the Init child.
- setInitOpt(Opt<Expr>) - Method in class soot.JastAddJ.VariableDecl
-
Replaces the optional node for the Init child.
- setInitOpt(Opt<Expr>) - Method in class soot.JastAddJ.VariableDeclaration
-
Replaces the optional node for the Init child.
- setInitStmt(Stmt, int) - Method in class soot.JastAddJ.ForStmt
-
Replaces the InitStmt list element at index i
with the new node node
.
- setInitStmtList(List<Stmt>) - Method in class soot.JastAddJ.ForStmt
-
Replaces the InitStmt list.
- setInnerClassInfoMap(HashMap<SootClass, InnerClassInfo>) - Method in class soot.javaToJimple.InitialResolver
-
- setInputs(ArrayList<MethInfo>) - Method in class soot.jimple.toolkits.annotation.callgraph.CallGraphInfo
-
- setInScene(boolean) - Method in class soot.SootClass
-
Tells this class if it is being managed by a Scene.
- setinsert_null_checks(boolean) - Method in class soot.AntTask.PhaseOptwjop_si
-
- setinsert_null_checks(boolean) - Method in class soot.AntTask.PhaseOptwjop_smb
-
- setinsert_redundant_casts(boolean) - Method in class soot.AntTask.PhaseOptwjop_si
-
- setinsert_redundant_casts(boolean) - Method in class soot.AntTask.PhaseOptwjop_smb
-
- setInstanceof(TInstanceof) - Method in class soot.jimple.parser.node.AInstanceofExpression
-
- setInt(TInt) - Method in class soot.jimple.parser.node.AIntBaseType
-
- setInt(TInt) - Method in class soot.jimple.parser.node.AIntBaseTypeNoName
-
- setIntegerConstant(TIntegerConstant) - Method in class soot.jimple.parser.node.AConstantCaseLabel
-
- setIntegerConstant(TIntegerConstant) - Method in class soot.jimple.parser.node.AIntegerConstant
-
- setinter(boolean) - Method in class soot.AntTask.PhaseOptbb_lso
-
- setInteractionCon() - Method in class soot.toolkits.graph.interaction.InteractionHandler
-
- setInteractionListener(IInteractionListener) - Method in class soot.toolkits.graph.interaction.InteractionHandler
-
- setinteractive_mode(boolean) - Method in class soot.AntTask
-
- setInteractThisAnalysis(boolean) - Method in class soot.toolkits.graph.interaction.InteractionHandler
-
- setInterface(TInterface) - Method in class soot.jimple.parser.node.AInterfaceFileType
-
- setInterfaceDecl(InterfaceDecl) - Method in class soot.JastAddJ.MemberInterfaceDecl
-
Replaces the InterfaceDecl child.
- setInterfaceinvoke(TInterfaceinvoke) - Method in class soot.jimple.parser.node.AInterfaceNonstaticInvoke
-
- setInterProcSource() - Method in class soot.jimple.spark.pag.VarNode
-
Designates this node as the potential source of a interprocedural assignment edge which may be added during on-the-fly
call graph updating.
- setInterProcTarget() - Method in class soot.jimple.spark.pag.VarNode
-
Designates this node as the potential target of a interprocedural assignment edge which may be added during on-the-fly
call graph updating.
- setInvokeExpr(Value) - Method in class soot.jimple.internal.JInvokeStmt
-
- setInvokeExpr(Value) - Method in interface soot.jimple.InvokeStmt
-
- setInvokeExpr(PInvokeExpr) - Method in class soot.jimple.parser.node.AInvokeExpression
-
- setInvokeExpr(PInvokeExpr) - Method in class soot.jimple.parser.node.AInvokeStatement
-
- setInvokeType(InvokeExpr) - Method in class soot.dexpler.typing.DalvikTyper
-
- setIsMainThread() - Method in class soot.jimple.toolkits.thread.AbstractRuntimeThread
-
- setj2me(boolean) - Method in class soot.AntTask
-
- setjasmin_backend(boolean) - Method in class soot.AntTask
-
- setjava_version(String) - Method in class soot.AntTask
-
- setJBB(AbstractJimpleBodyBuilder) - Method in class soot.javaToJimple.PolyglotMethodSource
-
- setJBBFactory(AbstractJBBFactory) - Method in class soot.javaToJimple.InitialResolver
-
- setjdkver(String) - Method in class soot.AntTask.PhaseOptcg
-
- setJimpleLnNum(int) - Method in class soot.Printer
-
- setJimpleType(PJimpleType) - Method in class soot.jimple.parser.node.ADeclaration
-
- setJoinStmt(Stmt) - Method in class soot.jimple.toolkits.thread.AbstractRuntimeThread
-
- setk(String) - Method in class soot.AntTask.PhaseOptcg_paddle
-
- setkeep_line_number(boolean) - Method in class soot.AntTask
-
- setkeep_offset(boolean) - Method in class soot.AntTask
-
- setKey(Value) - Method in class soot.jimple.internal.AbstractSwitchStmt
-
- setKey(Value) - Method in interface soot.jimple.SwitchStmt
-
- setkind(String) - Method in class soot.AntTask.PhaseOptjap_aet
-
- setKind(int) - Method in class soot.JastAddJ.NumericLiteral
-
Sets the literal kind.
- setLabel(SETNodeLabel) - Method in class soot.dava.internal.javaRep.DAbruptStmt
-
- setLabel(String) - Method in class soot.JastAddJ.BreakStmt
-
Replaces the lexeme Label.
- setLabel(Symbol) - Method in class soot.JastAddJ.BreakStmt
-
JastAdd-internal setter for lexeme Label using the Beaver parser.
- setLabel(String) - Method in class soot.JastAddJ.ContinueStmt
-
Replaces the lexeme Label.
- setLabel(Symbol) - Method in class soot.JastAddJ.ContinueStmt
-
JastAdd-internal setter for lexeme Label using the Beaver parser.
- setLabel(String) - Method in class soot.JastAddJ.LabeledStmt
-
Replaces the lexeme Label.
- setLabel(Symbol) - Method in class soot.JastAddJ.LabeledStmt
-
JastAdd-internal setter for lexeme Label using the Beaver parser.
- setLabel(String) - Method in class soot.util.dot.DotGraphEdge
-
Sets the label for the edge.
- setLabel(String) - Method in class soot.util.dot.DotGraphNode
-
- SETLabeledBlockNode - Class in soot.dava.internal.SET
-
- SETLabeledBlockNode(IterableSet) - Constructor for class soot.dava.internal.SET.SETLabeledBlockNode
-
- setLabelName(PLabelName) - Method in class soot.jimple.parser.node.AGotoStmt
-
- setLabelName(PLabelName) - Method in class soot.jimple.parser.node.ALabelStatement
-
- setLastReturnTypeDescriptor(String) - Method in class soot.toDex.StmtVisitor
-
- setlazy_pts(boolean) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setLBrace(TLBrace) - Method in class soot.jimple.parser.node.AFileBody
-
- setLBrace(TLBrace) - Method in class soot.jimple.parser.node.AFullMethodBody
-
- setLBrace(TLBrace) - Method in class soot.jimple.parser.node.ALookupswitchStatement
-
- setLBrace(TLBrace) - Method in class soot.jimple.parser.node.ATableswitchStatement
-
- setLBracket(TLBracket) - Method in class soot.jimple.parser.node.AArrayBrackets
-
- setLBracket(TLBracket) - Method in class soot.jimple.parser.node.AArrayDescriptor
-
- setLBracket(TLBracket) - Method in class soot.jimple.parser.node.AFixedArrayDescriptor
-
- setLeft(Expr) - Method in class soot.JastAddJ.AbstractDot
-
Replaces the Left child.
- setLeft(Expr) - Method in class soot.JastAddJ.Dot
-
Replaces the Left child.
- setLeft(PImmediate) - Method in class soot.jimple.parser.node.ABinopExpr
-
- setLeftOp(Value) - Method in interface soot.baf.IdentityInst
-
- setLeftOp(Value) - Method in class soot.baf.internal.BIdentityInst
-
- setLeftOp(ASTCondition) - Method in class soot.dava.internal.AST.ASTAggregatedCondition
-
- setLeftOp(Value) - Method in class soot.dava.internal.javaRep.DAssignStmt
-
- setLeftOp(Value) - Method in interface soot.jimple.AssignStmt
-
- setLeftOp(Value) - Method in class soot.jimple.internal.JAssignStmt
-
- setLeftOp(Value) - Method in class soot.jimple.internal.JIdentityStmt
-
- setLeftOperand(Expr) - Method in class soot.JastAddJ.AddExpr
-
Replaces the LeftOperand child.
- setLeftOperand(Expr) - Method in class soot.JastAddJ.AdditiveExpr
-
Replaces the LeftOperand child.
- setLeftOperand(Expr) - Method in class soot.JastAddJ.AndBitwiseExpr
-
Replaces the LeftOperand child.
- setLeftOperand(Expr) - Method in class soot.JastAddJ.AndLogicalExpr
-
Replaces the LeftOperand child.
- setLeftOperand(Expr) - Method in class soot.JastAddJ.ArithmeticExpr
-
Replaces the LeftOperand child.
- setLeftOperand(Expr) - Method in class soot.JastAddJ.Binary
-
Replaces the LeftOperand child.
- setLeftOperand(Expr) - Method in class soot.JastAddJ.BitwiseExpr
-
Replaces the LeftOperand child.
- setLeftOperand(Expr) - Method in class soot.JastAddJ.DivExpr
-
Replaces the LeftOperand child.
- setLeftOperand(Expr) - Method in class soot.JastAddJ.EQExpr
-
Replaces the LeftOperand child.
- setLeftOperand(Expr) - Method in class soot.JastAddJ.EqualityExpr
-
Replaces the LeftOperand child.
- setLeftOperand(Expr) - Method in class soot.JastAddJ.GEExpr
-
Replaces the LeftOperand child.
- setLeftOperand(Expr) - Method in class soot.JastAddJ.GTExpr
-
Replaces the LeftOperand child.
- setLeftOperand(Expr) - Method in class soot.JastAddJ.LEExpr
-
Replaces the LeftOperand child.
- setLeftOperand(Expr) - Method in class soot.JastAddJ.LogicalExpr
-
Replaces the LeftOperand child.
- setLeftOperand(Expr) - Method in class soot.JastAddJ.LShiftExpr
-
Replaces the LeftOperand child.
- setLeftOperand(Expr) - Method in class soot.JastAddJ.LTExpr
-
Replaces the LeftOperand child.
- setLeftOperand(Expr) - Method in class soot.JastAddJ.ModExpr
-
Replaces the LeftOperand child.
- setLeftOperand(Expr) - Method in class soot.JastAddJ.MulExpr
-
Replaces the LeftOperand child.
- setLeftOperand(Expr) - Method in class soot.JastAddJ.MultiplicativeExpr
-
Replaces the LeftOperand child.
- setLeftOperand(Expr) - Method in class soot.JastAddJ.NEExpr
-
Replaces the LeftOperand child.
- setLeftOperand(Expr) - Method in class soot.JastAddJ.OrBitwiseExpr
-
Replaces the LeftOperand child.
- setLeftOperand(Expr) - Method in class soot.JastAddJ.OrLogicalExpr
-
Replaces the LeftOperand child.
- setLeftOperand(Expr) - Method in class soot.JastAddJ.RelationalExpr
-
Replaces the LeftOperand child.
- setLeftOperand(Expr) - Method in class soot.JastAddJ.RShiftExpr
-
Replaces the LeftOperand child.
- setLeftOperand(Expr) - Method in class soot.JastAddJ.ShiftExpr
-
Replaces the LeftOperand child.
- setLeftOperand(Expr) - Method in class soot.JastAddJ.SubExpr
-
Replaces the LeftOperand child.
- setLeftOperand(Expr) - Method in class soot.JastAddJ.URShiftExpr
-
Replaces the LeftOperand child.
- setLeftOperand(Expr) - Method in class soot.JastAddJ.XorBitwiseExpr
-
Replaces the LeftOperand child.
- setLengthof(TLengthof) - Method in class soot.jimple.parser.node.ALengthofUnop
-
- setLHS(IVarAbstraction) - Method in class soot.jimple.spark.geom.dataRep.PlainConstraint
-
- setlibrary(String) - Method in class soot.AntTask.PhaseOptcg
-
- setLibraryClass() - Method in class soot.SootClass
-
Makes this class a library class.
- setLine(ASTNode) - Method in class soot.JastAddJ.Body
-
- setLine(int) - Method in class soot.jimple.parser.node.Token
-
- setLineNumber(int) - Method in class soot.dexpler.instructions.DexlibAbstractInstruction
-
- setLineNumber(int) - Method in class soot.tagkit.LineNumberTag
-
- setLineNumber(int) - Method in class soot.tagkit.SourceLineNumberTag
-
- setLITERAL(String) - Method in class soot.JastAddJ.BooleanLiteral
-
Replaces the lexeme LITERAL.
- setLITERAL(Symbol) - Method in class soot.JastAddJ.BooleanLiteral
-
JastAdd-internal setter for lexeme LITERAL using the Beaver parser.
- setLITERAL(String) - Method in class soot.JastAddJ.CharacterLiteral
-
Replaces the lexeme LITERAL.
- setLITERAL(Symbol) - Method in class soot.JastAddJ.CharacterLiteral
-
JastAdd-internal setter for lexeme LITERAL using the Beaver parser.
- setLITERAL(String) - Method in class soot.JastAddJ.DoubleLiteral
-
Replaces the lexeme LITERAL.
- setLITERAL(Symbol) - Method in class soot.JastAddJ.DoubleLiteral
-
JastAdd-internal setter for lexeme LITERAL using the Beaver parser.
- setLITERAL(String) - Method in class soot.JastAddJ.FloatingPointLiteral
-
Replaces the lexeme LITERAL.
- setLITERAL(Symbol) - Method in class soot.JastAddJ.FloatingPointLiteral
-
JastAdd-internal setter for lexeme LITERAL using the Beaver parser.
- setLITERAL(String) - Method in class soot.JastAddJ.IllegalLiteral
-
Replaces the lexeme LITERAL.
- setLITERAL(Symbol) - Method in class soot.JastAddJ.IllegalLiteral
-
JastAdd-internal setter for lexeme LITERAL using the Beaver parser.
- setLITERAL(String) - Method in class soot.JastAddJ.IntegerLiteral
-
Replaces the lexeme LITERAL.
- setLITERAL(Symbol) - Method in class soot.JastAddJ.IntegerLiteral
-
JastAdd-internal setter for lexeme LITERAL using the Beaver parser.
- setLITERAL(String) - Method in class soot.JastAddJ.Literal
-
Replaces the lexeme LITERAL.
- setLITERAL(Symbol) - Method in class soot.JastAddJ.Literal
-
JastAdd-internal setter for lexeme LITERAL using the Beaver parser.
- setLITERAL(String) - Method in class soot.JastAddJ.LongLiteral
-
Replaces the lexeme LITERAL.
- setLITERAL(Symbol) - Method in class soot.JastAddJ.LongLiteral
-
JastAdd-internal setter for lexeme LITERAL using the Beaver parser.
- setLITERAL(String) - Method in class soot.JastAddJ.NullLiteral
-
Replaces the lexeme LITERAL.
- setLITERAL(Symbol) - Method in class soot.JastAddJ.NullLiteral
-
JastAdd-internal setter for lexeme LITERAL using the Beaver parser.
- setLITERAL(String) - Method in class soot.JastAddJ.NumericLiteral
-
Replaces the lexeme LITERAL.
- setLITERAL(Symbol) - Method in class soot.JastAddJ.NumericLiteral
-
JastAdd-internal setter for lexeme LITERAL using the Beaver parser.
- setLITERAL(String) - Method in class soot.JastAddJ.StringLiteral
-
Replaces the lexeme LITERAL.
- setLITERAL(Symbol) - Method in class soot.JastAddJ.StringLiteral
-
JastAdd-internal setter for lexeme LITERAL using the Beaver parser.
- setLoaded(boolean) - Method in class soot.dexpler.instructions.PseudoInstruction
-
- setLocal(Local) - Method in interface soot.baf.IncInst
-
- setLocal(Local) - Method in class soot.baf.internal.BIncInst
-
- setLocal(Local) - Method in class soot.baf.internal.BLoadInst
-
- setLocal(Local) - Method in class soot.baf.internal.BStoreInst
-
- setLocal(Local) - Method in interface soot.baf.LoadInst
-
- setLocal(Local) - Method in interface soot.baf.StoreInst
-
- setLocal(Local) - Method in class soot.dava.internal.AST.ASTSynchronizedBlockNode
-
- setLocalName(PLocalName) - Method in class soot.jimple.parser.node.AIdentityNoTypeStatement
-
- setLocalName(PLocalName) - Method in class soot.jimple.parser.node.AIdentityStatement
-
- setLocalName(PLocalName) - Method in class soot.jimple.parser.node.ALocalFieldRef
-
- setLocalName(PLocalName) - Method in class soot.jimple.parser.node.ALocalImmediate
-
- setLocalName(PLocalName) - Method in class soot.jimple.parser.node.ALocalVariable
-
- setLocalName(PLocalName) - Method in class soot.jimple.parser.node.AMultiLocalNameList
-
- setLocalName(PLocalName) - Method in class soot.jimple.parser.node.ANonstaticInvokeExpr
-
- setLocalName(PLocalName) - Method in class soot.jimple.parser.node.ASingleLocalNameList
-
- setLocalNameList(PLocalNameList) - Method in class soot.jimple.parser.node.ADeclaration
-
- setLocalNameList(PLocalNameList) - Method in class soot.jimple.parser.node.AMultiLocalNameList
-
- setLocation(ASTNode) - Method in class soot.JastAddJ.ASTNode
-
- setlocking_scheme(String) - Method in class soot.AntTask.PhaseOptwjtp_tn
-
- setLong(TLong) - Method in class soot.jimple.parser.node.ALongBaseType
-
- setLong(TLong) - Method in class soot.jimple.parser.node.ALongBaseTypeNoName
-
- setLookupswitch(TLookupswitch) - Method in class soot.jimple.parser.node.ALookupswitchStatement
-
- setLookupValue(int, int) - Method in class soot.baf.internal.BLookupSwitchInst
-
- setLookupValue(int, int) - Method in interface soot.baf.LookupSwitchInst
-
- setLookupValue(int, int) - Method in class soot.jimple.internal.JLookupSwitchStmt
-
- setLookupValue(int, int) - Method in interface soot.jimple.LookupSwitchStmt
-
- setLookupValues(List) - Method in class soot.baf.internal.BLookupSwitchInst
-
- setLookupValues(List<IntConstant>) - Method in interface soot.baf.LookupSwitchInst
-
- setLookupValues(List<IntConstant>) - Method in class soot.jimple.internal.JLookupSwitchStmt
-
- setLookupValues(List<IntConstant>) - Method in interface soot.jimple.LookupSwitchStmt
-
- setLowIndex(int) - Method in class soot.baf.internal.BTableSwitchInst
-
- setLowIndex(int) - Method in interface soot.baf.TableSwitchInst
-
- setLowIndex(int) - Method in class soot.jimple.internal.JTableSwitchStmt
-
- setLowIndex(int) - Method in interface soot.jimple.TableSwitchStmt
-
- setLParen(TLParen) - Method in class soot.jimple.parser.node.AArrayNewExpr
-
- setLParen(TLParen) - Method in class soot.jimple.parser.node.ACastExpression
-
- setLParen(TLParen) - Method in class soot.jimple.parser.node.ADynamicInvokeExpr
-
- setLParen(TLParen) - Method in class soot.jimple.parser.node.ALookupswitchStatement
-
- setLParen(TLParen) - Method in class soot.jimple.parser.node.AMethodMember
-
- setLParen(TLParen) - Method in class soot.jimple.parser.node.AMethodSignature
-
- setLParen(TLParen) - Method in class soot.jimple.parser.node.AMultiNewExpr
-
- setLParen(TLParen) - Method in class soot.jimple.parser.node.ANonstaticInvokeExpr
-
- setLParen(TLParen) - Method in class soot.jimple.parser.node.AStaticInvokeExpr
-
- setLParen(TLParen) - Method in class soot.jimple.parser.node.ATableswitchStatement
-
- setLParen(TLParen) - Method in class soot.jimple.parser.node.AUnnamedMethodSignature
-
- setmain_class(String) - Method in class soot.AntTask
-
- setMainClass(SootClass) - Method in class soot.Scene
-
- setMainClassFromOptions() - Method in class soot.Scene
-
- setManager(TypeManager) - Method in class soot.jimple.spark.ondemand.pautil.AllocationSiteHandler.CastCheckHandler
-
- setmax_container_size(String) - Method in class soot.AntTask.PhaseOptwjop_si
-
- setmax_inlinee_size(String) - Method in class soot.AntTask.PhaseOptwjop_si
-
- setMember(List<?>) - Method in class soot.jimple.parser.node.AFileBody
-
- setmerge_stringbuffer(boolean) - Method in class soot.AntTask.PhaseOptcg_paddle
-
- setmerge_stringbuffer(boolean) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setMergeType() - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.CP
-
- setMergeType() - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.MustMayInitialize
-
- setMergeType() - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.ReachingCopies
-
- setMergeType() - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.ReachingDefs
-
- setMergeType() - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.StructuredAnalysis
-
- setMergeType() - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.UnreachableCodeFinder
-
- setMeth() - Method in class soot.javaToJimple.jj.ast.JjAccessField_c
-
- setMethod(SootMethod) - Method in class soot.Body
-
Sets the method associated with this Body.
- setmethod_context_counts(boolean) - Method in class soot.AntTask.PhaseOptcg_paddle
-
- setMethodBody(PMethodBody) - Method in class soot.jimple.parser.node.AMethodMember
-
- setMethodInst(MethodInstance) - Method in class soot.javaToJimple.PrivateMethodAccMethodSource
-
- setMethodName(Local, String) - Method in class soot.dava.toolkits.base.renamer.heuristicSet
-
- setMethodName(String) - Method in class soot.dava.toolkits.base.renamer.heuristicTuple
-
- setMethodName(PName) - Method in class soot.jimple.parser.node.AMethodSignature
-
- setMethodRef(SootMethodRef) - Method in class soot.jimple.internal.AbstractInvokeExpr
-
- setMethodRef(SootMethodRef) - Method in interface soot.jimple.InvokeExpr
-
- setMethodSignature(PMethodSignature) - Method in class soot.jimple.parser.node.ANonstaticInvokeExpr
-
- setMethodSignature(PMethodSignature) - Method in class soot.jimple.parser.node.AStaticInvokeExpr
-
- setMhpTester(MhpTester) - Method in class soot.jimple.toolkits.thread.mhp.MhpTransformer
-
- setMinus(TMinus) - Method in class soot.jimple.parser.node.AConstantCaseLabel
-
- setMinus(TMinus) - Method in class soot.jimple.parser.node.AFloatConstant
-
- setMinus(TMinus) - Method in class soot.jimple.parser.node.AIntegerConstant
-
- setMinus(TMinus) - Method in class soot.jimple.parser.node.AMinusBinop
-
- setMod(TMod) - Method in class soot.jimple.parser.node.AModBinop
-
- setModifier(Modifier, int) - Method in class soot.JastAddJ.Modifiers
-
Replaces the Modifier list element at index i
with the new node node
.
- setModifier(Modifier, int) - Method in class soot.JastAddJ.ResourceModifiers
-
Replaces the Modifier list element at index i
with the new node node
.
- setModifier(List<?>) - Method in class soot.jimple.parser.node.AFieldMember
-
- setModifier(List<?>) - Method in class soot.jimple.parser.node.AFile
-
- setModifier(List<?>) - Method in class soot.jimple.parser.node.AMethodMember
-
- setModifierList(List<Modifier>) - Method in class soot.JastAddJ.Modifiers
-
Replaces the Modifier list.
- setModifierList(List<Modifier>) - Method in class soot.JastAddJ.ResourceModifiers
-
Replaces the Modifier list.
- setModifiers(int) - Method in interface soot.ClassMember
-
Sets modifiers of this class member.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.AbstractWildcardType
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.AnnotatedCompilationUnit
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.AnnotationDecl
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.AnnotationMethodDecl
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.AnonymousDecl
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.ArrayDecl
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.BooleanType
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.BridgeMethodDecl
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.ByteType
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.CatchParameterDeclaration
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.CharType
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.ClassDecl
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.ClassDeclSubstituted
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.ConstructorDecl
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.DoubleType
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.EmptyType
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.EnumConstant
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.EnumDecl
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.FieldDecl
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.FieldDeclaration
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.FieldDeclarationSubstituted
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.FloatingPointType
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.FloatType
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.GenericClassDecl
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.GenericConstructorDecl
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.GenericInterfaceDecl
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.GenericMethodDecl
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.GLBType
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.IntegralType
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.InterfaceDecl
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.InterfaceDeclSubstituted
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.IntType
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.LongType
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.LUBType
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.MethodDecl
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.MethodDeclSubstituted
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.NullType
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.NumericType
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.ParameterDeclaration
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.ParameterDeclarationSubstituted
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.ParClassDecl
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.ParConstructorDecl
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.ParInterfaceDecl
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.ParMethodDecl
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.PrimitiveType
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.RawClassDecl
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.RawConstructorDecl
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.RawInterfaceDecl
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.RawMethodDecl
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.ReferenceType
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.ResourceDeclaration
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.ShortType
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.TypeDecl
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.TypeVariable
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.UnknownType
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.VarDeclStmt
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.VariableArityParameterDeclaration
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.VariableArityParameterDeclarationSubstituted
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.VariableDeclaration
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.VoidType
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.WildcardExtendsType
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.WildcardSuperType
-
Replaces the Modifiers child.
- setModifiers(Modifiers) - Method in class soot.JastAddJ.WildcardType
-
Replaces the Modifiers child.
- setModifiers(int) - Method in class soot.SootClass
-
Sets the modifiers for this class.
- setModifiers(int) - Method in class soot.SootField
-
- setModifiers(int) - Method in class soot.SootMethod
-
Sets the modifiers of this method.
- setMonitor(Map<String, FlowSet>) - Method in class soot.jimple.toolkits.thread.mhp.PegGraph
-
- setMult(TMult) - Method in class soot.jimple.parser.node.AMultBinop
-
- setnaive(boolean) - Method in class soot.AntTask.PhaseOptjap_sea
-
- setnaive_side_effect(boolean) - Method in class soot.AntTask.PhaseOptjop_bcm
-
- setnaive_side_effect(boolean) - Method in class soot.AntTask.PhaseOptjop_cse
-
- setnaive_side_effect(boolean) - Method in class soot.AntTask.PhaseOptjop_lcm
-
- setName(String) - Method in class soot.baf.internal.BafLocal
-
- setName(String) - Method in class soot.JastAddJ.ElementValuePair
-
Replaces the lexeme Name.
- setName(Symbol) - Method in class soot.JastAddJ.ElementValuePair
-
JastAdd-internal setter for lexeme Name using the Beaver parser.
- setName(String) - Method in class soot.JastAddJ.PrimitiveTypeAccess
-
Replaces the lexeme Name.
- setName(Symbol) - Method in class soot.JastAddJ.PrimitiveTypeAccess
-
JastAdd-internal setter for lexeme Name using the Beaver parser.
- setName(String) - Method in class soot.jimple.internal.JimpleLocal
-
Sets the name of this object as given.
- setName(PClassName) - Method in class soot.jimple.parser.node.ACatchClause
-
- setName(PName) - Method in class soot.jimple.parser.node.AFieldMember
-
- setName(PName) - Method in class soot.jimple.parser.node.ALocalName
-
- setName(PName) - Method in class soot.jimple.parser.node.AMethodMember
-
- setName(PName) - Method in class soot.jimple.parser.node.AMultiNameList
-
- setName(PName) - Method in class soot.jimple.parser.node.ASingleNameList
-
- setName(String) - Method in class soot.jimple.toolkits.thread.mhp.stmt.JPegStmt
-
- setName(String) - Method in interface soot.Local
-
Sets the name of the current variable.
- setName(String) - Method in class soot.SootClass
-
Sets the name of this class.
- setName(String) - Method in class soot.SootField
-
- setName(String) - Method in class soot.SootMethod
-
Sets the name of this method.
- setName(String) - Method in class soot.tagkit.AnnotationElem
-
- setName(String) - Method in class soot.toDex.TemporaryRegisterLocal
-
- setNameList(PNameList) - Method in class soot.jimple.parser.node.AMultiNameList
-
- setNative(TNative) - Method in class soot.jimple.parser.node.ANativeModifier
-
- setNeg(TNeg) - Method in class soot.jimple.parser.node.ANegUnop
-
- setNew(TNew) - Method in class soot.jimple.parser.node.ASimpleNewExpr
-
- setNewarray(TNewarray) - Method in class soot.jimple.parser.node.AArrayNewExpr
-
- setNewExpr(PNewExpr) - Method in class soot.jimple.parser.node.ANewExpression
-
- setNewmultiarray(TNewmultiarray) - Method in class soot.jimple.parser.node.AMultiNewExpr
-
- setNewToOuterMap(HashMap) - Method in class soot.javaToJimple.PolyglotMethodSource
-
- setNext(PDGNode) - Method in class soot.toolkits.graph.pdg.PDGNode
-
- setNext(HashChain<E>.Link<X>) - Method in class soot.util.HashChain.Link
-
- setNextMethod(SootMethod) - Method in class soot.jimple.toolkits.annotation.callgraph.CallGraphGrapher
-
- setNextMethod(SootMethod) - Method in class soot.toolkits.graph.interaction.InteractionHandler
-
- setno_bodies_for_excluded(boolean) - Method in class soot.AntTask
-
- setno_output_inner_classes_attribute(boolean) - Method in class soot.AntTask
-
- setno_output_source_file_attribute(boolean) - Method in class soot.AntTask
-
- setno_writeout_body_releasing(boolean) - Method in class soot.AntTask
-
- SETNode - Class in soot.dava.internal.SET
-
- SETNode(IterableSet<AugmentedStmt>) - Constructor for class soot.dava.internal.SET.SETNode
-
- setNode(Value) - Method in class soot.shimple.toolkits.graph.ValueGraph.Node
-
- setNode(Object) - Method in class soot.toolkits.graph.pdg.PDGNode
-
- setnode_elim_opt(boolean) - Method in class soot.AntTask.PhaseOptshimple
-
- SETNodeLabel - Class in soot.dava.internal.SET
-
- SETNodeLabel() - Constructor for class soot.dava.internal.SET.SETNodeLabel
-
- SETNodeLabel_uniqueId - Variable in class soot.G
-
- setNodeShape(String) - Method in class soot.util.dot.DotGraph
-
Sets all node shapes, see the list of node shapes in DotGraphConstants.
- setNodeStyle(String) - Method in class soot.util.dot.DotGraph
-
Sets all node styles
- setNonstaticInvoke(PNonstaticInvoke) - Method in class soot.jimple.parser.node.ANonstaticInvokeExpr
-
- setNonvoidType(PNonvoidType) - Method in class soot.jimple.parser.node.AArrayNewExpr
-
- setNonvoidType(PNonvoidType) - Method in class soot.jimple.parser.node.ACastExpression
-
- setNonvoidType(PNonvoidType) - Method in class soot.jimple.parser.node.AInstanceofExpression
-
- setNonvoidType(PNonvoidType) - Method in class soot.jimple.parser.node.ANonvoidJimpleType
-
- setNonvoidType(PNonvoidType) - Method in class soot.jimple.parser.node.ANovoidType
-
- setNonvoidType(PNonvoidType) - Method in class soot.jimple.parser.node.AParameter
-
- setNop(TNop) - Method in class soot.jimple.parser.node.ANopStatement
-
- setnotmainentry(boolean) - Method in class soot.AntTask.PhaseOptjap_profiling
-
- setNull(TNull) - Method in class soot.jimple.parser.node.ANullConstant
-
- setNullType(TNullType) - Method in class soot.jimple.parser.node.ANullBaseType
-
- setNullType(TNullType) - Method in class soot.jimple.parser.node.ANullBaseTypeNoName
-
- setNumber(int) - Method in class soot.baf.internal.BafLocal
-
- setNumber(int) - Method in class soot.jimple.internal.JimpleLocal
-
- setNumber(int) - Method in class soot.jimple.spark.geom.dataRep.ContextVar
-
- setNumber(int) - Method in class soot.jimple.spark.geom.dataRep.PlainConstraint
-
- setNumber(int) - Method in class soot.jimple.spark.geom.geomPA.IVarAbstraction
-
- setNumber(int) - Method in class soot.jimple.spark.pag.ArrayElement
-
- setNumber(int) - Method in class soot.jimple.spark.pag.Node
-
- setNumber(int) - Method in class soot.jimple.spark.pag.Parm
-
- setNumber(int) - Method in class soot.Kind
-
- setNumber(int) - Method in class soot.SootClass
-
- setNumber(int) - Method in class soot.SootField
-
- setNumber(int) - Method in class soot.SootMethod
-
- setNumber(int) - Method in class soot.toDex.Register
-
- setNumber(int) - Method in class soot.toDex.TemporaryRegisterLocal
-
- setNumber(int) - Method in class soot.Type
-
- setNumber(int) - Method in interface soot.util.Numberable
-
- setNumber(int) - Method in class soot.util.NumberedString
-
- setnumber_nodes(boolean) - Method in class soot.AntTask.PhaseOptcg_paddle
-
- setO1(T) - Method in class soot.jimple.spark.ondemand.genericutil.MutablePair
-
- setO1(T) - Method in class soot.toolkits.scalar.Pair
-
- setO2(U) - Method in class soot.jimple.spark.ondemand.genericutil.MutablePair
-
- setO2(U) - Method in class soot.toolkits.scalar.Pair
-
- setoaat(boolean) - Method in class soot.AntTask
-
- setObject(String) - Method in class soot.jimple.toolkits.thread.mhp.stmt.JPegStmt
-
- setObjectClassName(Local, String) - Method in class soot.dava.toolkits.base.renamer.heuristicSet
-
- setObjectClassName(String) - Method in class soot.dava.toolkits.base.renamer.heuristicTuple
-
- setObjectType(ValueBox) - Method in class soot.dexpler.DvkTyperBase
-
- SetObjName(String) - Method in class soot.jimple.toolkits.thread.mhp.MonitorDepth
-
- setomit_excepting_unit_edges(boolean) - Method in class soot.AntTask
-
- seton_fly_cg(boolean) - Method in class soot.AntTask.PhaseOptcg_spark
-
- seton_the_fly(boolean) - Method in class soot.AntTask
-
- setOnePage(boolean) - Method in class soot.util.cfgcmd.CFGToDotGraph
-
Specify whether to split the graph into pages.
- setOnFlyCallGraph(OnFlyCallGraph) - Method in class soot.jimple.spark.pag.PAG
-
- setonly_array_ref(boolean) - Method in class soot.AntTask.PhaseOptjap_npc
-
- setonly_regular_locals(boolean) - Method in class soot.AntTask.PhaseOptjb_cp
-
- setonly_regular_locals(boolean) - Method in class soot.AntTask.PhaseOptjj_cp
-
- setonly_regular_locals(boolean) - Method in class soot.AntTask.PhaseOptjop_cp
-
- setonly_stack_locals(boolean) - Method in class soot.AntTask.PhaseOptgb_a1
-
- setonly_stack_locals(boolean) - Method in class soot.AntTask.PhaseOptgb_a2
-
- setonly_stack_locals(boolean) - Method in class soot.AntTask.PhaseOptjb_a
-
- setonly_stack_locals(boolean) - Method in class soot.AntTask.PhaseOptjb_cp
-
- setonly_stack_locals(boolean) - Method in class soot.AntTask.PhaseOptjb_dae
-
- setonly_stack_locals(boolean) - Method in class soot.AntTask.PhaseOptjb_lns
-
- setonly_stack_locals(boolean) - Method in class soot.AntTask.PhaseOptjj_a
-
- setonly_stack_locals(boolean) - Method in class soot.AntTask.PhaseOptjj_cp
-
- setonly_stack_locals(boolean) - Method in class soot.AntTask.PhaseOptjj_dae
-
- setonly_stack_locals(boolean) - Method in class soot.AntTask.PhaseOptjj_lns
-
- setonly_stack_locals(boolean) - Method in class soot.AntTask.PhaseOptjop_cp
-
- setonly_stack_locals(boolean) - Method in class soot.AntTask.PhaseOptjop_dae
-
- setonly_tag(boolean) - Method in class soot.AntTask.PhaseOptjop_dae
-
- setOp(Value) - Method in interface soot.jimple.CastExpr
-
- setOp(Value) - Method in interface soot.jimple.EnterMonitorStmt
-
- setOp(Value) - Method in interface soot.jimple.ExitMonitorStmt
-
- setOp(Value) - Method in interface soot.jimple.InstanceOfExpr
-
- setOp(Value) - Method in class soot.jimple.internal.AbstractCastExpr
-
- setOp(Value) - Method in class soot.jimple.internal.AbstractInstanceOfExpr
-
- setOp(Value) - Method in class soot.jimple.internal.AbstractOpStmt
-
- setOp(Value) - Method in class soot.jimple.internal.AbstractUnopExpr
-
- setOp(Value) - Method in interface soot.jimple.MonitorStmt
-
- setOp(Value) - Method in interface soot.jimple.ReturnStmt
-
- setOp(Value) - Method in interface soot.jimple.ThrowStmt
-
- setOp(Value) - Method in interface soot.jimple.UnopExpr
-
- setOp1(Value) - Method in interface soot.jimple.BinopExpr
-
- setOp1(Value) - Method in class soot.jimple.internal.AbstractBinopExpr
-
- setOp2(Value) - Method in interface soot.jimple.BinopExpr
-
- setOp2(Value) - Method in class soot.jimple.internal.AbstractBinopExpr
-
- setopen_nesting(boolean) - Method in class soot.AntTask.PhaseOptwjtp_tn
-
- setOperand(Expr) - Method in class soot.JastAddJ.BitNotExpr
-
Replaces the Operand child.
- setOperand(Expr) - Method in class soot.JastAddJ.LogNotExpr
-
Replaces the Operand child.
- setOperand(Expr) - Method in class soot.JastAddJ.MinusExpr
-
Replaces the Operand child.
- setOperand(Expr) - Method in class soot.JastAddJ.PlusExpr
-
Replaces the Operand child.
- setOperand(Expr) - Method in class soot.JastAddJ.PostDecExpr
-
Replaces the Operand child.
- setOperand(Expr) - Method in class soot.JastAddJ.PostfixExpr
-
Replaces the Operand child.
- setOperand(Expr) - Method in class soot.JastAddJ.PostIncExpr
-
Replaces the Operand child.
- setOperand(Expr) - Method in class soot.JastAddJ.PreDecExpr
-
Replaces the Operand child.
- setOperand(Expr) - Method in class soot.JastAddJ.PreIncExpr
-
Replaces the Operand child.
- setOperand(Expr) - Method in class soot.JastAddJ.Unary
-
Replaces the Operand child.
- setoptimize(boolean) - Method in class soot.AntTask
-
- setOption(String) - Method in class soot.JastAddJ.Options
-
- setOption(int) - Method in class soot.Printer
-
- SETOptions - Class in soot.options
-
Option parser for Side Effect tagger.
- SETOptions(Map<String, String>) - Constructor for class soot.options.SETOptions
-
- setOpType(Type) - Method in class soot.baf.internal.AbstractOpTypeBranchInst
-
- setOpType(Type) - Method in class soot.baf.internal.AbstractOpTypeInst
-
- setOpType(Type) - Method in class soot.baf.internal.AbstractRefTypeInst
-
- setOpType(Type) - Method in interface soot.baf.LoadInst
-
- setOpType(Type) - Method in interface soot.baf.OpTypeArgInst
-
- setOpType(Type) - Method in interface soot.baf.StoreInst
-
- setOr(TOr) - Method in class soot.jimple.parser.node.AOrBinop
-
- setorder(String) - Method in class soot.AntTask.PhaseOptcg_paddle
-
- setOrdered(boolean) - Method in class soot.shimple.toolkits.graph.ValueGraph.Node
-
- setOrientation(String) - Method in class soot.util.dot.DotGraph
-
sets the graph rotation angles
- setOriginal(TypeDecl) - Method in class soot.JastAddJ.ClassDeclSubstituted
-
Replaces the lexeme Original.
- setOriginal(ConstructorDecl) - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
Replaces the lexeme Original.
- setOriginal(FieldDeclaration) - Method in class soot.JastAddJ.FieldDeclarationSubstituted
-
Replaces the lexeme Original.
- setOriginal(TypeDecl) - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Replaces the lexeme Original.
- setOriginal(TypeDecl) - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
Replaces the lexeme Original.
- setOriginal(TypeDecl) - Method in class soot.JastAddJ.InterfaceDeclSubstituted
-
Replaces the lexeme Original.
- setOriginal(MethodDecl) - Method in class soot.JastAddJ.MethodDeclSubstituted
-
Replaces the lexeme Original.
- setOriginal(ParameterDeclaration) - Method in class soot.JastAddJ.ParameterDeclarationSubstituted
-
Replaces the lexeme Original.
- setOriginal(VariableArityParameterDeclaration) - Method in class soot.JastAddJ.VariableArityParameterDeclarationSubstituted
-
Replaces the lexeme Original.
- setOriginalLocal(Local) - Method in class soot.baf.internal.BafLocal
-
- setOrigStmt(Stmt) - Method in class soot.toDex.ConstantVisitor
-
- setOrigStmt(Stmt) - Method in class soot.toDex.ExprVisitor
-
- setOut(Node, Object) - Method in interface soot.jimple.parser.analysis.Analysis
-
- setOut(Node, Object) - Method in class soot.jimple.parser.analysis.AnalysisAdapter
-
- setOuterClass(SootClass) - Method in class soot.SootClass
-
- setOuterClassThisInit(Local) - Method in class soot.javaToJimple.PolyglotMethodSource
-
- setoutput_dir(String) - Method in class soot.AntTask
-
- setoutput_format(String) - Method in class soot.AntTask
-
- setoutput_jar(boolean) - Method in class soot.AntTask
-
- setOutputs(ArrayList<MethInfo>) - Method in class soot.jimple.toolkits.annotation.callgraph.CallGraphInfo
-
- setP2set(PointsToSetInternal) - Method in class soot.jimple.spark.ondemand.pautil.AllocationSiteHandler.PointsToSetHandler
-
- setP2Set(PointsToSetInternal) - Method in class soot.jimple.spark.pag.Node
-
Use the specified points-to set to replace current one
- setPackage(String) - Method in class soot.JastAddJ.ArrayTypeAccess
-
Replaces the lexeme Package.
- setPackage(String) - Method in class soot.JastAddJ.ArrayTypeWithSizeAccess
-
Replaces the lexeme Package.
- setPackage(String) - Method in class soot.JastAddJ.BoundTypeAccess
-
Replaces the lexeme Package.
- setPackage(Symbol) - Method in class soot.JastAddJ.BoundTypeAccess
-
JastAdd-internal setter for lexeme Package using the Beaver parser.
- setPackage(String) - Method in class soot.JastAddJ.BytecodeTypeAccess
-
Replaces the lexeme Package.
- setPackage(Symbol) - Method in class soot.JastAddJ.BytecodeTypeAccess
-
JastAdd-internal setter for lexeme Package using the Beaver parser.
- setPackage(String) - Method in class soot.JastAddJ.PackageAccess
-
Replaces the lexeme Package.
- setPackage(Symbol) - Method in class soot.JastAddJ.PackageAccess
-
JastAdd-internal setter for lexeme Package using the Beaver parser.
- setPackage(String) - Method in class soot.JastAddJ.PrimitiveTypeAccess
-
Replaces the lexeme Package.
- setPackage(String) - Method in class soot.JastAddJ.TypeAccess
-
Replaces the lexeme Package.
- setPackage(Symbol) - Method in class soot.JastAddJ.TypeAccess
-
JastAdd-internal setter for lexeme Package using the Beaver parser.
- setPackageDecl(String) - Method in class soot.JastAddJ.AnnotatedCompilationUnit
-
Replaces the lexeme PackageDecl.
- setPackageDecl(Symbol) - Method in class soot.JastAddJ.AnnotatedCompilationUnit
-
JastAdd-internal setter for lexeme PackageDecl using the Beaver parser.
- setPackageDecl(String) - Method in class soot.JastAddJ.CompilationUnit
-
Replaces the lexeme PackageDecl.
- setPackageDecl(Symbol) - Method in class soot.JastAddJ.CompilationUnit
-
JastAdd-internal setter for lexeme PackageDecl using the Beaver parser.
- setPackageDecl(String) - Method in class soot.JastAddJ.PrimitiveCompilationUnit
-
Replaces the lexeme PackageDecl.
- setPackageDecl(Symbol) - Method in class soot.JastAddJ.PrimitiveCompilationUnit
-
JastAdd-internal setter for lexeme PackageDecl using the Beaver parser.
- setPackageDecl(String) - Method in class soot.JastAddJ.WildcardsCompilationUnit
-
Replaces the lexeme PackageDecl.
- setPackageDecl(Symbol) - Method in class soot.JastAddJ.WildcardsCompilationUnit
-
JastAdd-internal setter for lexeme PackageDecl using the Beaver parser.
- setPackManager(PackManager) - Method in class soot.PhaseOptions
-
- setPageSize(double, double) - Method in class soot.util.dot.DotGraph
-
sets the pages size, once this is set, the generated graph will be broken into several pages.
- setPair(T, U) - Method in class soot.toolkits.scalar.Pair
-
- setParamEdge() - Method in class soot.jimple.spark.ondemand.pautil.AssignEdge
-
- setParameter(ParameterDeclaration, int) - Method in class soot.JastAddJ.AnnotationMethodDecl
-
Replaces the Parameter list element at index i
with the new node node
.
- setParameter(ParameterDeclaration) - Method in class soot.JastAddJ.BasicCatch
-
Replaces the Parameter child.
- setParameter(ParameterDeclaration, int) - Method in class soot.JastAddJ.BridgeMethodDecl
-
Replaces the Parameter list element at index i
with the new node node
.
- setParameter(ParameterDeclaration, int) - Method in class soot.JastAddJ.ConstructorDecl
-
Replaces the Parameter list element at index i
with the new node
node
.
- setParameter(ParameterDeclaration, int) - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
Replaces the Parameter list element at index i
with the new node node
.
- setParameter(ParameterDeclaration, int) - Method in class soot.JastAddJ.GenericConstructorDecl
-
Replaces the Parameter list element at index i
with the new node node
.
- setParameter(ParameterDeclaration, int) - Method in class soot.JastAddJ.GenericMethodDecl
-
Replaces the Parameter list element at index i
with the new node node
.
- setParameter(ParameterDeclaration, int) - Method in class soot.JastAddJ.MethodDecl
-
Replaces the Parameter list element at index i
with the new node
node
.
- setParameter(ParameterDeclaration, int) - Method in class soot.JastAddJ.MethodDeclSubstituted
-
Replaces the Parameter list element at index i
with the new node node
.
- setParameter(CatchParameterDeclaration) - Method in class soot.JastAddJ.MultiCatch
-
Replaces the Parameter child.
- setParameter(ParameterDeclaration, int) - Method in class soot.JastAddJ.ParConstructorDecl
-
Replaces the Parameter list element at index i
with the new node node
.
- setParameter(ParameterDeclaration, int) - Method in class soot.JastAddJ.ParMethodDecl
-
Replaces the Parameter list element at index i
with the new node node
.
- setParameter(ParameterDeclaration, int) - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Replaces the Parameter list element at index i
with the new node node
.
- setParameter(ParameterDeclaration, int) - Method in class soot.JastAddJ.RawConstructorDecl
-
Replaces the Parameter list element at index i
with the new node node
.
- setParameter(ParameterDeclaration, int) - Method in class soot.JastAddJ.RawMethodDecl
-
Replaces the Parameter list element at index i
with the new node node
.
- setParameter(PParameter) - Method in class soot.jimple.parser.node.AMultiParameterList
-
- setParameter(PParameter) - Method in class soot.jimple.parser.node.ASingleParameterList
-
- setParameterList(List<ParameterDeclaration>) - Method in class soot.JastAddJ.AnnotationMethodDecl
-
Replaces the Parameter list.
- setParameterList(List<ParameterDeclaration>) - Method in class soot.JastAddJ.BridgeMethodDecl
-
Replaces the Parameter list.
- setParameterList(List<ParameterDeclaration>) - Method in class soot.JastAddJ.ConstructorDecl
-
Replaces the Parameter list.
- setParameterList(List<ParameterDeclaration>) - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
Replaces the Parameter list.
- setParameterList(List<ParameterDeclaration>) - Method in class soot.JastAddJ.GenericConstructorDecl
-
Replaces the Parameter list.
- setParameterList(List<ParameterDeclaration>) - Method in class soot.JastAddJ.GenericMethodDecl
-
Replaces the Parameter list.
- setParameterList(List<ParameterDeclaration>) - Method in class soot.JastAddJ.MethodDecl
-
Replaces the Parameter list.
- setParameterList(List<ParameterDeclaration>) - Method in class soot.JastAddJ.MethodDeclSubstituted
-
Replaces the Parameter list.
- setParameterList(List<ParameterDeclaration>) - Method in class soot.JastAddJ.ParConstructorDecl
-
Replaces the Parameter list.
- setParameterList(List<ParameterDeclaration>) - Method in class soot.JastAddJ.ParMethodDecl
-
Replaces the Parameter list.
- setParameterList(List<ParameterDeclaration>) - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Replaces the Parameter list.
- setParameterList(List<ParameterDeclaration>) - Method in class soot.JastAddJ.RawConstructorDecl
-
Replaces the Parameter list.
- setParameterList(List<ParameterDeclaration>) - Method in class soot.JastAddJ.RawMethodDecl
-
Replaces the Parameter list.
- setParameterList(PParameterList) - Method in class soot.jimple.parser.node.AMethodMember
-
- setParameterList(PParameterList) - Method in class soot.jimple.parser.node.AMethodSignature
-
- setParameterList(PParameterList) - Method in class soot.jimple.parser.node.AMultiParameterList
-
- setParameterList(PParameterList) - Method in class soot.jimple.parser.node.AUnnamedMethodSignature
-
- setParameterTypes(List<Type>) - Method in class soot.SootMethod
-
Changes the set of parameter types of this method.
- setParamLocal(int) - Method in class soot.jimple.toolkits.infoflow.CallLocalityContext
-
- setParamShared(int) - Method in class soot.jimple.toolkits.infoflow.CallLocalityContext
-
- setParent(ASTNode) - Method in class soot.JastAddJ.ASTNode
-
- setParent(DominatorNode<N>) - Method in class soot.toolkits.graph.DominatorNode
-
Sets the parent of this node in the DominatorTree.
- setParent(IRegion) - Method in interface soot.toolkits.graph.pdg.IRegion
-
- setParent(IRegion) - Method in class soot.toolkits.graph.pdg.PDGRegion
-
- setParent(IRegion) - Method in class soot.toolkits.graph.pdg.Region
-
- setpasses(String) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setPathName(String) - Method in class soot.JastAddJ.CompilationUnit
-
- setPayload(AbstractPayload) - Method in class soot.toDex.instructions.Insn31t
-
- setpermissive_resolving(boolean) - Method in class soot.AntTask
-
- setPFile(PFile) - Method in class soot.jimple.parser.node.Start
-
- setPhantom(boolean) - Method in interface soot.ClassMember
-
Sets the phantom flag
- setPhantom(boolean) - Method in class soot.SootField
-
- setPhantom(boolean) - Method in class soot.SootMethod
-
Sets the phantom flag on this method.
- setPhantomClass() - Method in class soot.SootClass
-
Makes this class a phantom class.
- setPhantomRefs(boolean) - Method in class soot.Scene
-
- setphase_help(Path) - Method in class soot.AntTask
-
- setphase_list(boolean) - Method in class soot.AntTask
-
- setPhaseName(String) - Method in class soot.plugins.model.PhasePluginDescription
-
- setPhaseOption(String, String) - Method in class soot.PhaseOptions
-
- setPhaseOption(HasPhaseOptions, String) - Method in class soot.PhaseOptions
-
- setPhaseOptionIfUnset(String, String) - Method in class soot.PhaseOptions
-
- setPkgList(List<String>) - Method in class soot.Scene
-
- setplugin(Path) - Method in class soot.AntTask
-
- setPlus(TPlus) - Method in class soot.jimple.parser.node.APlusBinop
-
- setPointsToAnalysis(PointsToAnalysis) - Method in class soot.Scene
-
Sets the active pointer analysis
- setpolyglot(boolean) - Method in class soot.AntTask
-
- setPos(int) - Method in class soot.jimple.parser.node.Token
-
- setPositionTagger(AttributesUnitPrinter) - Method in class soot.AbstractUnitPrinter
-
- setPositionTagger(AttributesUnitPrinter) - Method in interface soot.UnitPrinter
-
- setpre_jimplify(boolean) - Method in class soot.AntTask.PhaseOptcg_paddle
-
- setpre_jimplify(boolean) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setprecise_newinstance(boolean) - Method in class soot.AntTask.PhaseOptcg_paddle
-
- setPred(int, Unit) - Method in class soot.shimple.internal.SPhiExpr
-
- setPred(int, Block) - Method in class soot.shimple.internal.SPhiExpr
-
- setPred(int, Unit) - Method in interface soot.shimple.PhiExpr
-
Update the CFG predecessor associated with the PhiExpr argument at the given index.
- setPred(int, Block) - Method in interface soot.shimple.PhiExpr
-
Update the CFG predecessor associated with the PhiExpr argument at the given index.
- setPreds(List<Block>) - Method in class soot.toolkits.graph.Block
-
Sets the list of Blocks that are predecessors of this block in it's enclosing BlockGraph instance.
- setprepend_classpath(boolean) - Method in class soot.AntTask
-
- setpreserve_source_annotations(boolean) - Method in class soot.AntTask.PhaseOptjb
-
- setPrev(PDGNode) - Method in class soot.toolkits.graph.pdg.PDGNode
-
- setPrevious(HashChain<E>.Link<X>) - Method in class soot.util.HashChain.Link
-
- setprint(boolean) - Method in class soot.AntTask.PhaseOptwjap_purity
-
- setprint_debug(boolean) - Method in class soot.AntTask.PhaseOptwjtp_tn
-
- setprint_graph(boolean) - Method in class soot.AntTask.PhaseOptwjtp_tn
-
- setprint_table(boolean) - Method in class soot.AntTask.PhaseOptwjtp_tn
-
- setprint_tags_in_output(boolean) - Method in class soot.AntTask
-
- setPrivate(TPrivate) - Method in class soot.jimple.parser.node.APrivateModifier
-
- setprocess_dir(Path) - Method in class soot.AntTask
-
- setprocess_multiple_dex(boolean) - Method in class soot.AntTask
-
- setprofile(boolean) - Method in class soot.AntTask.PhaseOptcg_paddle
-
- setprofiling(boolean) - Method in class soot.AntTask.PhaseOptjap_abc
-
- setprofiling(boolean) - Method in class soot.AntTask.PhaseOptjap_npc
-
- setProgram(Program) - Method in class soot.JastAddJ.PathPart
-
- setpropagator(String) - Method in class soot.AntTask.PhaseOptcg_paddle
-
- setpropagator(String) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setProtected(TProtected) - Method in class soot.jimple.parser.node.AProtectedModifier
-
- setprune_cfg(boolean) - Method in class soot.AntTask.PhaseOptsop_cpf
-
- setPublic(TPublic) - Method in class soot.jimple.parser.node.APublicModifier
-
- setq(String) - Method in class soot.AntTask.PhaseOptcg_paddle
-
- setQuotedName(TQuotedName) - Method in class soot.jimple.parser.node.AQuotedArrayRef
-
- setQuotedName(TQuotedName) - Method in class soot.jimple.parser.node.AQuotedClassName
-
- setQuotedName(TQuotedName) - Method in class soot.jimple.parser.node.AQuotedName
-
- setQuotedName(TQuotedName) - Method in class soot.jimple.parser.node.AQuotedNonvoidType
-
- setRBrace(TRBrace) - Method in class soot.jimple.parser.node.AFileBody
-
- setRBrace(TRBrace) - Method in class soot.jimple.parser.node.AFullMethodBody
-
- setRBrace(TRBrace) - Method in class soot.jimple.parser.node.ALookupswitchStatement
-
- setRBrace(TRBrace) - Method in class soot.jimple.parser.node.ATableswitchStatement
-
- setRBracket(TRBracket) - Method in class soot.jimple.parser.node.AArrayBrackets
-
- setRBracket(TRBracket) - Method in class soot.jimple.parser.node.AArrayDescriptor
-
- setRBracket(TRBracket) - Method in class soot.jimple.parser.node.AFixedArrayDescriptor
-
- setReachableMethods(ReachableMethods) - Method in class soot.Scene
-
- setRead(short) - Method in class soot.jimple.toolkits.pointer.DependenceTag
-
- setRealType(DexBody, Type) - Method in class soot.dexpler.instructions.MoveExceptionInstruction
-
- setRealType(DexBody, Type) - Method in interface soot.dexpler.instructions.RetypeableInstruction
-
Swap generic exception type with the given one.
- setReference(PReference) - Method in class soot.jimple.parser.node.AReferenceExpression
-
- setReference(PReference) - Method in class soot.jimple.parser.node.AReferenceVariable
-
- setRefineCallGraph(boolean) - Method in class soot.jimple.spark.ondemand.DemandCSPointsTo
-
- setreflection_log(String) - Method in class soot.AntTask.PhaseOptcg
-
- setRefType(RefType) - Method in class soot.SootClass
-
- setRelativeName(String) - Method in class soot.JastAddJ.CompilationUnit
-
- setremove_unreachable_traps(boolean) - Method in class soot.AntTask.PhaseOptjb_uce
-
- setremove_unreachable_traps(boolean) - Method in class soot.AntTask.PhaseOptjop_uce1
-
- setremove_unreachable_traps(boolean) - Method in class soot.AntTask.PhaseOptjop_uce2
-
- setRemovePackages(boolean) - Method in class soot.jbco.jimpleTransformations.ClassRenamer
-
Sets flag indicating that transformer must remove package from fully qualified class name.
- setRenamePackages(boolean) - Method in class soot.jbco.jimpleTransformations.ClassRenamer
-
Sets flag indicating that transformer must rename package in fully qualified class name.
- setrerun_jb(boolean) - Method in class soot.AntTask.PhaseOptwjop_si
-
- setresolve_all_abstract_invokes(boolean) - Method in class soot.AntTask.PhaseOptcg
-
- setResolvingLevel(int) - Method in class soot.SootClass
-
- setResource(ResourceDeclaration, int) - Method in class soot.JastAddJ.TryWithResources
-
Replaces the Resource list element at index i
with the new node node
.
- setResourceList(List<ResourceDeclaration>) - Method in class soot.JastAddJ.TryWithResources
-
Replaces the Resource list.
- setResult(Expr) - Method in class soot.JastAddJ.ReturnStmt
-
Replaces the (optional) Result child.
- setResult(Object) - Method in class soot.jimple.AbstractConstantSwitch
-
- setResult(Object) - Method in class soot.jimple.AbstractExprSwitch
-
- setResult(Object) - Method in class soot.jimple.AbstractStmtSwitch
-
- setResult(Object) - Method in class soot.tagkit.AbstractAnnotationElemTypeSwitch
-
- setResult(Object) - Method in class soot.TypeSwitch
-
- setResultOpt(Opt<Expr>) - Method in class soot.JastAddJ.ReturnStmt
-
Replaces the optional node for the Result child.
- setRet(TRet) - Method in class soot.jimple.parser.node.ARetStatement
-
- setReturn(TReturn) - Method in class soot.jimple.parser.node.AReturnStatement
-
- setReturnEdge() - Method in class soot.jimple.spark.ondemand.pautil.AssignEdge
-
- setReturnLocal() - Method in class soot.jimple.toolkits.infoflow.CallLocalityContext
-
- setReturnShared() - Method in class soot.jimple.toolkits.infoflow.CallLocalityContext
-
- setReturnType(Type) - Method in class soot.SootMethod
-
Sets the return type of this method.
- setReverseOrder(boolean) - Method in class soot.toolkits.graph.PseudoTopologicalOrderer
-
- setReverseOrder(boolean) - Method in class soot.toolkits.graph.SlowPseudoTopologicalOrderer
-
- setRHS(IVarAbstraction) - Method in class soot.jimple.spark.geom.dataRep.PlainConstraint
-
- setRight(Access) - Method in class soot.JastAddJ.AbstractDot
-
Replaces the Right child.
- setRight(Access) - Method in class soot.JastAddJ.Dot
-
Replaces the Right child.
- setRight(PImmediate) - Method in class soot.jimple.parser.node.ABinopExpr
-
- setRightOp(Value) - Method in interface soot.baf.IdentityInst
-
- setRightOp(Value) - Method in class soot.baf.internal.BIdentityInst
-
- setRightOp(ASTCondition) - Method in class soot.dava.internal.AST.ASTAggregatedCondition
-
- setRightOp(Value) - Method in class soot.dava.internal.javaRep.DAssignStmt
-
- setRightOp(Value) - Method in interface soot.jimple.AssignStmt
-
- setRightOp(Value) - Method in class soot.jimple.internal.JAssignStmt
-
- setRightOp(Value) - Method in class soot.jimple.internal.JIdentityStmt
-
- setRightOperand(Expr) - Method in class soot.JastAddJ.AddExpr
-
Replaces the RightOperand child.
- setRightOperand(Expr) - Method in class soot.JastAddJ.AdditiveExpr
-
Replaces the RightOperand child.
- setRightOperand(Expr) - Method in class soot.JastAddJ.AndBitwiseExpr
-
Replaces the RightOperand child.
- setRightOperand(Expr) - Method in class soot.JastAddJ.AndLogicalExpr
-
Replaces the RightOperand child.
- setRightOperand(Expr) - Method in class soot.JastAddJ.ArithmeticExpr
-
Replaces the RightOperand child.
- setRightOperand(Expr) - Method in class soot.JastAddJ.Binary
-
Replaces the RightOperand child.
- setRightOperand(Expr) - Method in class soot.JastAddJ.BitwiseExpr
-
Replaces the RightOperand child.
- setRightOperand(Expr) - Method in class soot.JastAddJ.DivExpr
-
Replaces the RightOperand child.
- setRightOperand(Expr) - Method in class soot.JastAddJ.EQExpr
-
Replaces the RightOperand child.
- setRightOperand(Expr) - Method in class soot.JastAddJ.EqualityExpr
-
Replaces the RightOperand child.
- setRightOperand(Expr) - Method in class soot.JastAddJ.GEExpr
-
Replaces the RightOperand child.
- setRightOperand(Expr) - Method in class soot.JastAddJ.GTExpr
-
Replaces the RightOperand child.
- setRightOperand(Expr) - Method in class soot.JastAddJ.LEExpr
-
Replaces the RightOperand child.
- setRightOperand(Expr) - Method in class soot.JastAddJ.LogicalExpr
-
Replaces the RightOperand child.
- setRightOperand(Expr) - Method in class soot.JastAddJ.LShiftExpr
-
Replaces the RightOperand child.
- setRightOperand(Expr) - Method in class soot.JastAddJ.LTExpr
-
Replaces the RightOperand child.
- setRightOperand(Expr) - Method in class soot.JastAddJ.ModExpr
-
Replaces the RightOperand child.
- setRightOperand(Expr) - Method in class soot.JastAddJ.MulExpr
-
Replaces the RightOperand child.
- setRightOperand(Expr) - Method in class soot.JastAddJ.MultiplicativeExpr
-
Replaces the RightOperand child.
- setRightOperand(Expr) - Method in class soot.JastAddJ.NEExpr
-
Replaces the RightOperand child.
- setRightOperand(Expr) - Method in class soot.JastAddJ.OrBitwiseExpr
-
Replaces the RightOperand child.
- setRightOperand(Expr) - Method in class soot.JastAddJ.OrLogicalExpr
-
Replaces the RightOperand child.
- setRightOperand(Expr) - Method in class soot.JastAddJ.RelationalExpr
-
Replaces the RightOperand child.
- setRightOperand(Expr) - Method in class soot.JastAddJ.RShiftExpr
-
Replaces the RightOperand child.
- setRightOperand(Expr) - Method in class soot.JastAddJ.ShiftExpr
-
Replaces the RightOperand child.
- setRightOperand(Expr) - Method in class soot.JastAddJ.SubExpr
-
Replaces the RightOperand child.
- setRightOperand(Expr) - Method in class soot.JastAddJ.URShiftExpr
-
Replaces the RightOperand child.
- setRightOperand(Expr) - Method in class soot.JastAddJ.XorBitwiseExpr
-
Replaces the RightOperand child.
- setRParen(TRParen) - Method in class soot.jimple.parser.node.AArrayNewExpr
-
- setRParen(TRParen) - Method in class soot.jimple.parser.node.ACastExpression
-
- setRParen(TRParen) - Method in class soot.jimple.parser.node.ADynamicInvokeExpr
-
- setRParen(TRParen) - Method in class soot.jimple.parser.node.ALookupswitchStatement
-
- setRParen(TRParen) - Method in class soot.jimple.parser.node.AMethodMember
-
- setRParen(TRParen) - Method in class soot.jimple.parser.node.AMethodSignature
-
- setRParen(TRParen) - Method in class soot.jimple.parser.node.AMultiNewExpr
-
- setRParen(TRParen) - Method in class soot.jimple.parser.node.ANonstaticInvokeExpr
-
- setRParen(TRParen) - Method in class soot.jimple.parser.node.AStaticInvokeExpr
-
- setRParen(TRParen) - Method in class soot.jimple.parser.node.ATableswitchStatement
-
- setRParen(TRParen) - Method in class soot.jimple.parser.node.AUnnamedMethodSignature
-
- setrta(boolean) - Method in class soot.AntTask.PhaseOptcg_paddle
-
- setrta(boolean) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setRunsMany() - Method in class soot.jimple.toolkits.thread.AbstractRuntimeThread
-
- setRunsOnce() - Method in class soot.jimple.toolkits.thread.AbstractRuntimeThread
-
- setRunsOneAtATime() - Method in class soot.jimple.toolkits.thread.AbstractRuntimeThread
-
- sets - Variable in class soot.jimple.toolkits.pointer.SiteRWSet
-
- setsafe_forname(boolean) - Method in class soot.AntTask.PhaseOptcg
-
- setsafe_newinstance(boolean) - Method in class soot.AntTask.PhaseOptcg
-
- setsafety(String) - Method in class soot.AntTask.PhaseOptjop_lcm
-
- setsearch_dex_in_archives(boolean) - Method in class soot.AntTask
-
- setSemicolon(TSemicolon) - Method in class soot.jimple.parser.node.AAssignStatement
-
- setSemicolon(TSemicolon) - Method in class soot.jimple.parser.node.ABreakpointStatement
-
- setSemicolon(TSemicolon) - Method in class soot.jimple.parser.node.ACatchClause
-
- setSemicolon(TSemicolon) - Method in class soot.jimple.parser.node.ADeclaration
-
- setSemicolon(TSemicolon) - Method in class soot.jimple.parser.node.AEmptyMethodBody
-
- setSemicolon(TSemicolon) - Method in class soot.jimple.parser.node.AEntermonitorStatement
-
- setSemicolon(TSemicolon) - Method in class soot.jimple.parser.node.AExitmonitorStatement
-
- setSemicolon(TSemicolon) - Method in class soot.jimple.parser.node.AFieldMember
-
- setSemicolon(TSemicolon) - Method in class soot.jimple.parser.node.AGotoStmt
-
- setSemicolon(TSemicolon) - Method in class soot.jimple.parser.node.AIdentityNoTypeStatement
-
- setSemicolon(TSemicolon) - Method in class soot.jimple.parser.node.AIdentityStatement
-
- setSemicolon(TSemicolon) - Method in class soot.jimple.parser.node.AInvokeStatement
-
- setSemicolon(TSemicolon) - Method in class soot.jimple.parser.node.ALookupswitchStatement
-
- setSemicolon(TSemicolon) - Method in class soot.jimple.parser.node.ANopStatement
-
- setSemicolon(TSemicolon) - Method in class soot.jimple.parser.node.ARetStatement
-
- setSemicolon(TSemicolon) - Method in class soot.jimple.parser.node.AReturnStatement
-
- setSemicolon(TSemicolon) - Method in class soot.jimple.parser.node.ATableswitchStatement
-
- setSemicolon(TSemicolon) - Method in class soot.jimple.parser.node.AThrowStatement
-
- setset_impl(String) - Method in class soot.AntTask.PhaseOptcg_paddle
-
- setset_impl(String) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setset_mass(boolean) - Method in class soot.AntTask.PhaseOptcg_paddle
-
- setset_mass(boolean) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setShape(String) - Method in class soot.util.dot.DotGraphNode
-
- setShl(TShl) - Method in class soot.jimple.parser.node.AShlBinop
-
- setShort(TShort) - Method in class soot.jimple.parser.node.AShortBaseType
-
- setShort(TShort) - Method in class soot.jimple.parser.node.AShortBaseTypeNoName
-
- setshow_exception_dests(boolean) - Method in class soot.AntTask
-
- setshow_lib_meths(boolean) - Method in class soot.AntTask.PhaseOptwjap_cgg
-
- setShowExceptions(boolean) - Method in class soot.util.cfgcmd.CFGToDotGraph
-
Specify whether the graph should depict the exceptions which each node may throw, in the form of an edge from the
throwing node to the handler (if any), labeled with the possible exception types.
- setShowLibMeths(boolean) - Method in class soot.jimple.toolkits.annotation.callgraph.CallGraphGrapher
-
- setShr(TShr) - Method in class soot.jimple.parser.node.AShrBinop
-
- setSideEffectAnalysis(SideEffectAnalysis) - Method in class soot.Scene
-
Sets the active side-effect analysis
- setsimple_edges_bidirectional(boolean) - Method in class soot.AntTask.PhaseOptcg_paddle
-
- setsimple_edges_bidirectional(boolean) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setsimplify_offline(boolean) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setsimplify_sccs(boolean) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setsimulate_natives(boolean) - Method in class soot.AntTask.PhaseOptcg_paddle
-
- setsimulate_natives(boolean) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setSize(Value) - Method in class soot.jimple.internal.AbstractNewArrayExpr
-
- setSize(int, Value) - Method in class soot.jimple.internal.AbstractNewMultiArrayExpr
-
- setSize(Value) - Method in interface soot.jimple.NewArrayExpr
-
- setSize(int, Value) - Method in interface soot.jimple.NewMultiArrayExpr
-
- setsl(boolean) - Method in class soot.AntTask.PhaseOptbb_lso
-
- setsl2(boolean) - Method in class soot.AntTask.PhaseOptbb_lso
-
- setsll(boolean) - Method in class soot.AntTask.PhaseOptbb_lso
-
- setsll2(boolean) - Method in class soot.AntTask.PhaseOptbb_lso
-
- setsoot_classpath(String) - Method in class soot.AntTask
-
- setSootClass(SootClass) - Method in class soot.RefType
-
Set the SootClass object corresponding to this RefType.
- setSootClassPath(String) - Method in class soot.Scene
-
- setsort_locals(boolean) - Method in class soot.AntTask.PhaseOptjb_lns
-
- setSource(Expr) - Method in class soot.JastAddJ.AssignAdditiveExpr
-
Replaces the Source child.
- setSource(Expr) - Method in class soot.JastAddJ.AssignAndExpr
-
Replaces the Source child.
- setSource(Expr) - Method in class soot.JastAddJ.AssignBitwiseExpr
-
Replaces the Source child.
- setSource(Expr) - Method in class soot.JastAddJ.AssignDivExpr
-
Replaces the Source child.
- setSource(Expr) - Method in class soot.JastAddJ.AssignExpr
-
Replaces the Source child.
- setSource(Expr) - Method in class soot.JastAddJ.AssignLShiftExpr
-
Replaces the Source child.
- setSource(Expr) - Method in class soot.JastAddJ.AssignMinusExpr
-
Replaces the Source child.
- setSource(Expr) - Method in class soot.JastAddJ.AssignModExpr
-
Replaces the Source child.
- setSource(Expr) - Method in class soot.JastAddJ.AssignMulExpr
-
Replaces the Source child.
- setSource(Expr) - Method in class soot.JastAddJ.AssignMultiplicativeExpr
-
Replaces the Source child.
- setSource(Expr) - Method in class soot.JastAddJ.AssignOrExpr
-
Replaces the Source child.
- setSource(Expr) - Method in class soot.JastAddJ.AssignPlusExpr
-
Replaces the Source child.
- setSource(Expr) - Method in class soot.JastAddJ.AssignRShiftExpr
-
Replaces the Source child.
- setSource(Expr) - Method in class soot.JastAddJ.AssignShiftExpr
-
Replaces the Source child.
- setSource(Expr) - Method in class soot.JastAddJ.AssignSimpleExpr
-
Replaces the Source child.
- setSource(Expr) - Method in class soot.JastAddJ.AssignURShiftExpr
-
Replaces the Source child.
- setSource(Expr) - Method in class soot.JastAddJ.AssignXorExpr
-
Replaces the Source child.
- setSource(MethodSource) - Method in class soot.SootMethod
-
- setsource_is_javac(boolean) - Method in class soot.AntTask.PhaseOptdb
-
- setSourceFile(String) - Method in class soot.tagkit.SourceFileTag
-
- setSpecialAnonMap(HashMap<SootClass, SootClass>) - Method in class soot.javaToJimple.InitialResolver
-
- setSpecialinvoke(TSpecialinvoke) - Method in class soot.jimple.parser.node.ASpecialNonstaticInvoke
-
- setsrc_prec(String) - Method in class soot.AntTask
-
- setSrcPrec(int) - Method in class soot.JastAddJ.Program
-
- setSSA(boolean) - Method in class soot.shimple.ShimpleBody
-
Sets a flag that indicates whether ShimpleBody is still in SSA form after a transformation or not.
- setstabilize_local_names(boolean) - Method in class soot.AntTask.PhaseOptjb
-
- setstandard_local_names(boolean) - Method in class soot.AntTask.PhaseOptshimple
-
- setStart(int) - Method in class soot.JastAddJ.ASTNode
-
- setStartLineNumber(int) - Method in class soot.tagkit.SourceLineNumberTag
-
- setStartMethodIsReentrant() - Method in class soot.jimple.toolkits.thread.AbstractRuntimeThread
-
- setStartMethodMayHappenInParallel() - Method in class soot.jimple.toolkits.thread.AbstractRuntimeThread
-
- setStartStmt(Stmt) - Method in class soot.jimple.toolkits.thread.AbstractRuntimeThread
-
- setStartStmtHasMultipleReachingObjects() - Method in class soot.jimple.toolkits.thread.AbstractRuntimeThread
-
- setStartStmtMayBeRunMultipleTimes() - Method in class soot.jimple.toolkits.thread.AbstractRuntimeThread
-
- setStartStmtMethod(SootMethod) - Method in class soot.jimple.toolkits.thread.AbstractRuntimeThread
-
- setStatement(List<?>) - Method in class soot.jimple.parser.node.AFullMethodBody
-
- setStatements(List<AugmentedStmt>) - Method in class soot.dava.internal.AST.ASTStatementSequenceNode
-
- SETStatementSequenceNode - Class in soot.dava.internal.SET
-
- SETStatementSequenceNode(IterableSet, DavaBody) - Constructor for class soot.dava.internal.SET.SETStatementSequenceNode
-
- SETStatementSequenceNode(IterableSet) - Constructor for class soot.dava.internal.SET.SETStatementSequenceNode
-
- setStatic(TStatic) - Method in class soot.jimple.parser.node.AStaticModifier
-
- setStaticargs(PArgList) - Method in class soot.jimple.parser.node.ADynamicInvokeExpr
-
- setStaticFieldInits(ArrayList<FieldDecl>) - Method in class soot.javaToJimple.PolyglotMethodSource
-
- setStaticInitializerBlocks(ArrayList<Block>) - Method in class soot.javaToJimple.PolyglotMethodSource
-
- setStaticinvoke(TStaticinvoke) - Method in class soot.jimple.parser.node.AStaticInvokeExpr
-
- setStmt(Stmt, int) - Method in class soot.JastAddJ.Block
-
Replaces the Stmt list element at index i
with the new node node
.
- setStmt(Stmt) - Method in class soot.JastAddJ.DoStmt
-
Replaces the Stmt child.
- setStmt(Stmt) - Method in class soot.JastAddJ.EnhancedForStmt
-
Replaces the Stmt child.
- setStmt(Stmt) - Method in class soot.JastAddJ.ForStmt
-
Replaces the Stmt child.
- setStmt(Stmt) - Method in class soot.JastAddJ.LabeledStmt
-
Replaces the Stmt child.
- setStmt(Stmt) - Method in class soot.JastAddJ.WhileStmt
-
Replaces the Stmt child.
- setStmtAddress(Value) - Method in class soot.jimple.internal.JRetStmt
-
- setStmtAddress(Value) - Method in interface soot.jimple.RetStmt
-
- setStmtList(List<Stmt>) - Method in class soot.JastAddJ.Block
-
Replaces the Stmt list.
- setStrictfp(TStrictfp) - Method in class soot.jimple.parser.node.AStrictfpModifier
-
- setstring_constants(boolean) - Method in class soot.AntTask.PhaseOptcg_paddle
-
- setstring_constants(boolean) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setStringConstant(TStringConstant) - Method in class soot.jimple.parser.node.AClzzConstant
-
- setStringConstant(TStringConstant) - Method in class soot.jimple.parser.node.ADynamicInvokeExpr
-
- setStringConstant(TStringConstant) - Method in class soot.jimple.parser.node.AStringConstant
-
- setStyle(String) - Method in class soot.util.dot.DotGraphEdge
-
Sets the edge style.
- setStyle(String) - Method in class soot.util.dot.DotGraphNode
-
- setsubtract_gc(boolean) - Method in class soot.AntTask
-
- setSuccs(List<Block>) - Method in class soot.toolkits.graph.Block
-
Sets the list of Blocks that are successors of this block in it's enclosing BlockGraph instance.
- setSuperclass(SootClass) - Method in class soot.SootClass
-
Sets the superclass of this class.
- setSuperClassAccess(Access) - Method in class soot.JastAddJ.AnonymousDecl
-
Replaces the (optional) SuperClassAccess child.
- setSuperClassAccess(Access) - Method in class soot.JastAddJ.ArrayDecl
-
Replaces the (optional) SuperClassAccess child.
- setSuperClassAccess(Access) - Method in class soot.JastAddJ.BooleanType
-
Replaces the (optional) SuperClassAccess child.
- setSuperClassAccess(Access) - Method in class soot.JastAddJ.ByteType
-
Replaces the (optional) SuperClassAccess child.
- setSuperClassAccess(Access) - Method in class soot.JastAddJ.CharType
-
Replaces the (optional) SuperClassAccess child.
- setSuperClassAccess(Access) - Method in class soot.JastAddJ.ClassDecl
-
Replaces the (optional) SuperClassAccess child.
- setSuperClassAccess(Access) - Method in class soot.JastAddJ.ClassDeclSubstituted
-
Replaces the (optional) SuperClassAccess child.
- setSuperClassAccess(Access) - Method in class soot.JastAddJ.DoubleType
-
Replaces the (optional) SuperClassAccess child.
- setSuperClassAccess(Access) - Method in class soot.JastAddJ.EmptyType
-
Replaces the (optional) SuperClassAccess child.
- setSuperClassAccess(Access) - Method in class soot.JastAddJ.EnumDecl
-
Replaces the (optional) SuperClassAccess child.
- setSuperClassAccess(Access) - Method in class soot.JastAddJ.FloatingPointType
-
Replaces the (optional) SuperClassAccess child.
- setSuperClassAccess(Access) - Method in class soot.JastAddJ.FloatType
-
Replaces the (optional) SuperClassAccess child.
- setSuperClassAccess(Access) - Method in class soot.JastAddJ.GenericClassDecl
-
Replaces the (optional) SuperClassAccess child.
- setSuperClassAccess(Access) - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Replaces the (optional) SuperClassAccess child.
- setSuperClassAccess(Access) - Method in class soot.JastAddJ.IntegralType
-
Replaces the (optional) SuperClassAccess child.
- setSuperClassAccess(Access) - Method in class soot.JastAddJ.IntType
-
Replaces the (optional) SuperClassAccess child.
- setSuperClassAccess(Access) - Method in class soot.JastAddJ.LongType
-
Replaces the (optional) SuperClassAccess child.
- setSuperClassAccess(Access) - Method in class soot.JastAddJ.NumericType
-
Replaces the (optional) SuperClassAccess child.
- setSuperClassAccess(Access) - Method in class soot.JastAddJ.ParClassDecl
-
Replaces the (optional) SuperClassAccess child.
- setSuperClassAccess(Access) - Method in class soot.JastAddJ.PrimitiveType
-
Replaces the (optional) SuperClassAccess child.
- setSuperClassAccess(Access) - Method in class soot.JastAddJ.RawClassDecl
-
Replaces the (optional) SuperClassAccess child.
- setSuperClassAccess(Access) - Method in class soot.JastAddJ.ShortType
-
Replaces the (optional) SuperClassAccess child.
- setSuperClassAccess(Access) - Method in class soot.JastAddJ.UnknownType
-
Replaces the (optional) SuperClassAccess child.
- setSuperClassAccessOpt(Opt<Access>) - Method in class soot.JastAddJ.AnonymousDecl
-
Replaces the optional node for the SuperClassAccess child.
- setSuperClassAccessOpt(Opt<Access>) - Method in class soot.JastAddJ.ArrayDecl
-
Replaces the optional node for the SuperClassAccess child.
- setSuperClassAccessOpt(Opt<Access>) - Method in class soot.JastAddJ.BooleanType
-
Replaces the optional node for the SuperClassAccess child.
- setSuperClassAccessOpt(Opt<Access>) - Method in class soot.JastAddJ.ByteType
-
Replaces the optional node for the SuperClassAccess child.
- setSuperClassAccessOpt(Opt<Access>) - Method in class soot.JastAddJ.CharType
-
Replaces the optional node for the SuperClassAccess child.
- setSuperClassAccessOpt(Opt<Access>) - Method in class soot.JastAddJ.ClassDecl
-
Replaces the optional node for the SuperClassAccess child.
- setSuperClassAccessOpt(Opt<Access>) - Method in class soot.JastAddJ.ClassDeclSubstituted
-
Replaces the optional node for the SuperClassAccess child.
- setSuperClassAccessOpt(Opt<Access>) - Method in class soot.JastAddJ.DoubleType
-
Replaces the optional node for the SuperClassAccess child.
- setSuperClassAccessOpt(Opt<Access>) - Method in class soot.JastAddJ.EmptyType
-
Replaces the optional node for the SuperClassAccess child.
- setSuperClassAccessOpt(Opt<Access>) - Method in class soot.JastAddJ.EnumDecl
-
Replaces the optional node for the SuperClassAccess child.
- setSuperClassAccessOpt(Opt<Access>) - Method in class soot.JastAddJ.FloatingPointType
-
Replaces the optional node for the SuperClassAccess child.
- setSuperClassAccessOpt(Opt<Access>) - Method in class soot.JastAddJ.FloatType
-
Replaces the optional node for the SuperClassAccess child.
- setSuperClassAccessOpt(Opt<Access>) - Method in class soot.JastAddJ.GenericClassDecl
-
Replaces the optional node for the SuperClassAccess child.
- setSuperClassAccessOpt(Opt<Access>) - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Replaces the optional node for the SuperClassAccess child.
- setSuperClassAccessOpt(Opt<Access>) - Method in class soot.JastAddJ.IntegralType
-
Replaces the optional node for the SuperClassAccess child.
- setSuperClassAccessOpt(Opt<Access>) - Method in class soot.JastAddJ.IntType
-
Replaces the optional node for the SuperClassAccess child.
- setSuperClassAccessOpt(Opt<Access>) - Method in class soot.JastAddJ.LongType
-
Replaces the optional node for the SuperClassAccess child.
- setSuperClassAccessOpt(Opt<Access>) - Method in class soot.JastAddJ.NumericType
-
Replaces the optional node for the SuperClassAccess child.
- setSuperClassAccessOpt(Opt<Access>) - Method in class soot.JastAddJ.ParClassDecl
-
Replaces the optional node for the SuperClassAccess child.
- setSuperClassAccessOpt(Opt<Access>) - Method in class soot.JastAddJ.PrimitiveType
-
Replaces the optional node for the SuperClassAccess child.
- setSuperClassAccessOpt(Opt<Access>) - Method in class soot.JastAddJ.RawClassDecl
-
Replaces the optional node for the SuperClassAccess child.
- setSuperClassAccessOpt(Opt<Access>) - Method in class soot.JastAddJ.ShortType
-
Replaces the optional node for the SuperClassAccess child.
- setSuperClassAccessOpt(Opt<Access>) - Method in class soot.JastAddJ.UnknownType
-
Replaces the optional node for the SuperClassAccess child.
- setSuperInterfaceId(Access, int) - Method in class soot.JastAddJ.AnnotationDecl
-
Replaces the SuperInterfaceId list element at index i
with the new node node
.
- setSuperInterfaceId(Access, int) - Method in class soot.JastAddJ.GenericInterfaceDecl
-
Replaces the SuperInterfaceId list element at index i
with the new node node
.
- setSuperInterfaceId(Access, int) - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
Replaces the SuperInterfaceId list element at index i
with the new node node
.
- setSuperInterfaceId(Access, int) - Method in class soot.JastAddJ.InterfaceDecl
-
Replaces the SuperInterfaceId list element at index i
with the new node node
.
- setSuperInterfaceId(Access, int) - Method in class soot.JastAddJ.InterfaceDeclSubstituted
-
Replaces the SuperInterfaceId list element at index i
with the new node node
.
- setSuperInterfaceId(Access, int) - Method in class soot.JastAddJ.ParInterfaceDecl
-
Replaces the SuperInterfaceId list element at index i
with the new node node
.
- setSuperInterfaceId(Access, int) - Method in class soot.JastAddJ.RawInterfaceDecl
-
Replaces the SuperInterfaceId list element at index i
with the new node node
.
- setSuperInterfaceIdList(List<Access>) - Method in class soot.JastAddJ.AnnotationDecl
-
Replaces the SuperInterfaceId list.
- setSuperInterfaceIdList(List<Access>) - Method in class soot.JastAddJ.GenericInterfaceDecl
-
Replaces the SuperInterfaceId list.
- setSuperInterfaceIdList(List<Access>) - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
Replaces the SuperInterfaceId list.
- setSuperInterfaceIdList(List<Access>) - Method in class soot.JastAddJ.InterfaceDecl
-
Replaces the SuperInterfaceId list.
- setSuperInterfaceIdList(List<Access>) - Method in class soot.JastAddJ.InterfaceDeclSubstituted
-
Replaces the SuperInterfaceId list.
- setSuperInterfaceIdList(List<Access>) - Method in class soot.JastAddJ.ParInterfaceDecl
-
Replaces the SuperInterfaceId list.
- setSuperInterfaceIdList(List<Access>) - Method in class soot.JastAddJ.RawInterfaceDecl
-
Replaces the SuperInterfaceId list.
- setSwitchInsn(Insn31t) - Method in class soot.toDex.instructions.SwitchPayload
-
- SETSwitchNode - Class in soot.dava.internal.SET
-
- SETSwitchNode(AugmentedStmt, Value, IterableSet, List<SwitchNode>, IterableSet) - Constructor for class soot.dava.internal.SET.SETSwitchNode
-
- setSynchronized(TSynchronized) - Method in class soot.jimple.parser.node.ASynchronizedModifier
-
- SETSynchronizedBlockNode - Class in soot.dava.internal.SET
-
- SETSynchronizedBlockNode(ExceptionNode, Value) - Constructor for class soot.dava.internal.SET.SETSynchronizedBlockNode
-
- setTableswitch(TTableswitch) - Method in class soot.jimple.parser.node.ATableswitchStatement
-
- setTag(Tag) - Method in class soot.dexpler.instructions.TaggedInstruction
-
- setTagPrinter(TagPrinter) - Method in class soot.tagkit.TagManager
-
Sets the default tag printer.
- setTailAttr(String, String) - Method in class soot.util.cfgcmd.CFGToDotGraph
-
Specify the dot graph attribute to use for tail nodes (in addition to filling in the nodes).
- setTarget(Unit) - Method in class soot.baf.internal.AbstractBranchInst
-
- setTarget(int, Unit) - Method in class soot.baf.internal.BLookupSwitchInst
-
- setTarget(int, Unit) - Method in class soot.baf.internal.BTableSwitchInst
-
- setTarget(int, Unit) - Method in interface soot.baf.LookupSwitchInst
-
- setTarget(int, Unit) - Method in interface soot.baf.TableSwitchInst
-
- setTarget(Unit) - Method in interface soot.baf.TargetArgInst
-
- setTarget(Unit) - Method in interface soot.jimple.GotoStmt
-
- setTarget(Unit) - Method in interface soot.jimple.IfStmt
-
- setTarget(int, Unit) - Method in class soot.jimple.internal.AbstractSwitchStmt
-
- setTarget(Unit) - Method in class soot.jimple.internal.JGotoStmt
-
- setTarget(Unit) - Method in class soot.jimple.internal.JIfStmt
-
- setTarget(int, Unit) - Method in interface soot.jimple.SwitchStmt
-
- setTarget(Stmt) - Method in class soot.toDex.instructions.InsnWithOffset
-
- setTargetForOffset(Stmt) - Method in class soot.toDex.ExprVisitor
-
- setTargetKey(Object) - Method in class soot.shimple.internal.SPiExpr
-
- setTargetKey(Object) - Method in interface soot.shimple.PiExpr
-
- setTargets(List<Unit>) - Method in class soot.baf.internal.BLookupSwitchInst
-
- setTargets(List<Unit>) - Method in class soot.baf.internal.BTableSwitchInst
-
- setTargets(List<Unit>) - Method in interface soot.baf.LookupSwitchInst
-
- setTargets(List<Unit>) - Method in interface soot.baf.TableSwitchInst
-
- setTargets(List<? extends Unit>) - Method in class soot.jimple.internal.AbstractSwitchStmt
-
- setTargets(Unit[]) - Method in class soot.jimple.internal.AbstractSwitchStmt
-
- setTargets(Unit[]) - Method in interface soot.jimple.LookupSwitchStmt
-
- setTargets(List<? extends Unit>) - Method in interface soot.jimple.TableSwitchStmt
-
- setText(String) - Method in class soot.jimple.parser.node.TAbstract
-
- setText(String) - Method in class soot.jimple.parser.node.TAnd
-
- setText(String) - Method in class soot.jimple.parser.node.TAnnotation
-
- setText(String) - Method in class soot.jimple.parser.node.TBoolean
-
- setText(String) - Method in class soot.jimple.parser.node.TBreakpoint
-
- setText(String) - Method in class soot.jimple.parser.node.TByte
-
- setText(String) - Method in class soot.jimple.parser.node.TCase
-
- setText(String) - Method in class soot.jimple.parser.node.TCatch
-
- setText(String) - Method in class soot.jimple.parser.node.TChar
-
- setText(String) - Method in class soot.jimple.parser.node.TClass
-
- setText(String) - Method in class soot.jimple.parser.node.TCls
-
- setText(String) - Method in class soot.jimple.parser.node.TCmp
-
- setText(String) - Method in class soot.jimple.parser.node.TCmpeq
-
- setText(String) - Method in class soot.jimple.parser.node.TCmpg
-
- setText(String) - Method in class soot.jimple.parser.node.TCmpge
-
- setText(String) - Method in class soot.jimple.parser.node.TCmpgt
-
- setText(String) - Method in class soot.jimple.parser.node.TCmpl
-
- setText(String) - Method in class soot.jimple.parser.node.TCmple
-
- setText(String) - Method in class soot.jimple.parser.node.TCmplt
-
- setText(String) - Method in class soot.jimple.parser.node.TCmpne
-
- setText(String) - Method in class soot.jimple.parser.node.TColon
-
- setText(String) - Method in class soot.jimple.parser.node.TColonEquals
-
- setText(String) - Method in class soot.jimple.parser.node.TComma
-
- setText(String) - Method in class soot.jimple.parser.node.TDefault
-
- setText(String) - Method in class soot.jimple.parser.node.TDiv
-
- setText(String) - Method in class soot.jimple.parser.node.TDot
-
- setText(String) - Method in class soot.jimple.parser.node.TDouble
-
- setText(String) - Method in class soot.jimple.parser.node.TDynamicinvoke
-
- setText(String) - Method in class soot.jimple.parser.node.TEntermonitor
-
- setText(String) - Method in class soot.jimple.parser.node.TEnum
-
- setText(String) - Method in class soot.jimple.parser.node.TEquals
-
- setText(String) - Method in class soot.jimple.parser.node.TExitmonitor
-
- setText(String) - Method in class soot.jimple.parser.node.TExtends
-
- setText(String) - Method in class soot.jimple.parser.node.TFinal
-
- setText(String) - Method in class soot.jimple.parser.node.TFloat
-
- setText(String) - Method in class soot.jimple.parser.node.TFrom
-
- setText(String) - Method in class soot.jimple.parser.node.TGoto
-
- setText(String) - Method in class soot.jimple.parser.node.TIf
-
- setText(String) - Method in class soot.jimple.parser.node.TImplements
-
- setText(String) - Method in class soot.jimple.parser.node.TInstanceof
-
- setText(String) - Method in class soot.jimple.parser.node.TInt
-
- setText(String) - Method in class soot.jimple.parser.node.TInterface
-
- setText(String) - Method in class soot.jimple.parser.node.TInterfaceinvoke
-
- setText(String) - Method in class soot.jimple.parser.node.TLBrace
-
- setText(String) - Method in class soot.jimple.parser.node.TLBracket
-
- setText(String) - Method in class soot.jimple.parser.node.TLengthof
-
- setText(String) - Method in class soot.jimple.parser.node.TLong
-
- setText(String) - Method in class soot.jimple.parser.node.TLookupswitch
-
- setText(String) - Method in class soot.jimple.parser.node.TLParen
-
- setText(String) - Method in class soot.jimple.parser.node.TMinus
-
- setText(String) - Method in class soot.jimple.parser.node.TMod
-
- setText(String) - Method in class soot.jimple.parser.node.TMult
-
- setText(String) - Method in class soot.jimple.parser.node.TNative
-
- setText(String) - Method in class soot.jimple.parser.node.TNeg
-
- setText(String) - Method in class soot.jimple.parser.node.TNew
-
- setText(String) - Method in class soot.jimple.parser.node.TNewarray
-
- setText(String) - Method in class soot.jimple.parser.node.TNewmultiarray
-
- setText(String) - Method in class soot.jimple.parser.node.TNop
-
- setText(String) - Method in class soot.jimple.parser.node.TNull
-
- setText(String) - Method in class soot.jimple.parser.node.TNullType
-
- setText(String) - Method in class soot.jimple.parser.node.Token
-
- setText(String) - Method in class soot.jimple.parser.node.TOr
-
- setText(String) - Method in class soot.jimple.parser.node.TPlus
-
- setText(String) - Method in class soot.jimple.parser.node.TPrivate
-
- setText(String) - Method in class soot.jimple.parser.node.TProtected
-
- setText(String) - Method in class soot.jimple.parser.node.TPublic
-
- setText(String) - Method in class soot.jimple.parser.node.TQuote
-
- setText(String) - Method in class soot.jimple.parser.node.TRBrace
-
- setText(String) - Method in class soot.jimple.parser.node.TRBracket
-
- setText(String) - Method in class soot.jimple.parser.node.TRet
-
- setText(String) - Method in class soot.jimple.parser.node.TReturn
-
- setText(String) - Method in class soot.jimple.parser.node.TRParen
-
- setText(String) - Method in class soot.jimple.parser.node.TSemicolon
-
- setText(String) - Method in class soot.jimple.parser.node.TShl
-
- setText(String) - Method in class soot.jimple.parser.node.TShort
-
- setText(String) - Method in class soot.jimple.parser.node.TShr
-
- setText(String) - Method in class soot.jimple.parser.node.TSpecialinvoke
-
- setText(String) - Method in class soot.jimple.parser.node.TStatic
-
- setText(String) - Method in class soot.jimple.parser.node.TStaticinvoke
-
- setText(String) - Method in class soot.jimple.parser.node.TStrictfp
-
- setText(String) - Method in class soot.jimple.parser.node.TSynchronized
-
- setText(String) - Method in class soot.jimple.parser.node.TTableswitch
-
- setText(String) - Method in class soot.jimple.parser.node.TThrow
-
- setText(String) - Method in class soot.jimple.parser.node.TThrows
-
- setText(String) - Method in class soot.jimple.parser.node.TTo
-
- setText(String) - Method in class soot.jimple.parser.node.TTransient
-
- setText(String) - Method in class soot.jimple.parser.node.TUnknown
-
- setText(String) - Method in class soot.jimple.parser.node.TUshr
-
- setText(String) - Method in class soot.jimple.parser.node.TVirtualinvoke
-
- setText(String) - Method in class soot.jimple.parser.node.TVoid
-
- setText(String) - Method in class soot.jimple.parser.node.TVolatile
-
- setText(String) - Method in class soot.jimple.parser.node.TWith
-
- setText(String) - Method in class soot.jimple.parser.node.TXor
-
- setTheclass(TClass) - Method in class soot.jimple.parser.node.AClassFileType
-
- setThen(Stmt) - Method in class soot.JastAddJ.IfStmt
-
Replaces the Then child.
- setthis_edges(boolean) - Method in class soot.AntTask.PhaseOptcg_paddle
-
- setThisLocal() - Method in class soot.jimple.toolkits.infoflow.CallLocalityContext
-
- setThisShared() - Method in class soot.jimple.toolkits.infoflow.CallLocalityContext
-
- setthreshold(String) - Method in class soot.AntTask.PhaseOptjap_fieldrw
-
- setThrow(TThrow) - Method in class soot.jimple.parser.node.AThrowStatement
-
- setthrow_analysis(String) - Method in class soot.AntTask
-
- setThrows(TThrows) - Method in class soot.jimple.parser.node.AThrowsClause
-
- setThrowsClause(PThrowsClause) - Method in class soot.jimple.parser.node.AMethodMember
-
- settime(boolean) - Method in class soot.AntTask
-
- setTo(TTo) - Method in class soot.jimple.parser.node.ACatchClause
-
- setToLabel(PLabelName) - Method in class soot.jimple.parser.node.ACatchClause
-
- setTop() - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.CPTuple
-
- setTop(boolean) - Method in class soot.jimple.toolkits.scalar.ToppedSet
-
- SETTopNode - Class in soot.dava.internal.SET
-
- SETTopNode(IterableSet) - Constructor for class soot.dava.internal.SET.SETTopNode
-
- settopo_sort(boolean) - Method in class soot.AntTask.PhaseOptcg_spark
-
- settotal_context_counts(boolean) - Method in class soot.AntTask.PhaseOptcg_paddle
-
- setToType(Type) - Method in class soot.baf.internal.BPrimitiveCastInst
-
- setToType(Type) - Method in class soot.baf.internal.BSwapInst
-
- setToType(Type) - Method in interface soot.baf.PrimitiveCastInst
-
- setToType(Type) - Method in interface soot.baf.SwapInst
-
- setTransient(TTransient) - Method in class soot.jimple.parser.node.ATransientModifier
-
- settraversal(String) - Method in class soot.AntTask.PhaseOptcg_spark
-
- settrim_cfgs(boolean) - Method in class soot.AntTask
-
- settrim_clinit(boolean) - Method in class soot.AntTask.PhaseOptcg
-
- setTrueExpr(Expr) - Method in class soot.JastAddJ.ConditionalExpr
-
Replaces the TrueExpr child.
- SETTryNode - Class in soot.dava.internal.SET
-
- SETTryNode(IterableSet, ExceptionNode, AugmentedStmtGraph, DavaBody) - Constructor for class soot.dava.internal.SET.SETTryNode
-
- setType(Type) - Method in class soot.baf.internal.BafLocal
-
- setType(ValueBox, Type) - Method in class soot.dexpler.DvkTyperBase
-
- setType(ValueBox, Type, boolean) - Method in interface soot.dexpler.IDalvikTyper
-
- setType(ValueBox, Type, boolean) - Method in class soot.dexpler.typing.DalvikTyper
-
- setType(Type) - Method in class soot.jimple.internal.JimpleLocal
-
Sets the type of this local.
- setType(PType) - Method in class soot.jimple.parser.node.AFieldMember
-
- setType(PType) - Method in class soot.jimple.parser.node.AFieldSignature
-
- setType(PType) - Method in class soot.jimple.parser.node.AIdentityStatement
-
- setType(PType) - Method in class soot.jimple.parser.node.AMethodMember
-
- setType(PType) - Method in class soot.jimple.parser.node.AMethodSignature
-
- setType(PType) - Method in class soot.jimple.parser.node.AUnnamedMethodSignature
-
- setType(Type) - Method in class soot.jimple.spark.ondemand.pautil.AllocationSiteHandler.CastCheckHandler
-
- setType(Type) - Method in class soot.jimple.spark.pag.Node
-
Sets the declared type of this node, null for unknown.
- setType(Type) - Method in class soot.jimple.spark.sets.PointsToSetInternal
-
- setType(Type) - Method in interface soot.Local
-
Sets the type of the current variable.
- setType(Type) - Method in class soot.SootField
-
- setType(Type) - Method in class soot.toDex.TemporaryRegisterLocal
-
- setType(PDGNode.Type) - Method in class soot.toolkits.graph.pdg.PDGNode
-
- setTypeAccess(Access) - Method in class soot.JastAddJ.AnnotationMethodDecl
-
Replaces the TypeAccess child.
- setTypeAccess(Access) - Method in class soot.JastAddJ.ArrayCreationExpr
-
Replaces the TypeAccess child.
- setTypeAccess(Access) - Method in class soot.JastAddJ.BridgeMethodDecl
-
Replaces the TypeAccess child.
- setTypeAccess(Access) - Method in class soot.JastAddJ.CastExpr
-
Replaces the TypeAccess child.
- setTypeAccess(Access, int) - Method in class soot.JastAddJ.CatchParameterDeclaration
-
Replaces the TypeAccess list element at index i
with the new node node
.
- setTypeAccess(Access) - Method in class soot.JastAddJ.DiamondAccess
-
Replaces the TypeAccess child.
- setTypeAccess(Access) - Method in class soot.JastAddJ.EnumConstant
-
Replaces the TypeAccess child.
- setTypeAccess(Access) - Method in class soot.JastAddJ.FieldDecl
-
Replaces the TypeAccess child.
- setTypeAccess(Access) - Method in class soot.JastAddJ.FieldDeclaration
-
Replaces the TypeAccess child.
- setTypeAccess(Access) - Method in class soot.JastAddJ.FieldDeclarationSubstituted
-
Replaces the TypeAccess child.
- setTypeAccess(Access) - Method in class soot.JastAddJ.GenericMethodDecl
-
Replaces the TypeAccess child.
- setTypeAccess(Access) - Method in class soot.JastAddJ.InstanceOfExpr
-
Replaces the TypeAccess child.
- setTypeAccess(Access) - Method in class soot.JastAddJ.MethodDecl
-
Replaces the TypeAccess child.
- setTypeAccess(Access) - Method in class soot.JastAddJ.MethodDeclSubstituted
-
Replaces the TypeAccess child.
- setTypeAccess(Access) - Method in class soot.JastAddJ.ParameterDeclaration
-
Replaces the TypeAccess child.
- setTypeAccess(Access) - Method in class soot.JastAddJ.ParameterDeclarationSubstituted
-
Replaces the TypeAccess child.
- setTypeAccess(Access) - Method in class soot.JastAddJ.ParMethodDecl
-
Replaces the TypeAccess child.
- setTypeAccess(Access) - Method in class soot.JastAddJ.ParTypeAccess
-
Replaces the TypeAccess child.
- setTypeAccess(Access) - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Replaces the TypeAccess child.
- setTypeAccess(Access) - Method in class soot.JastAddJ.RawMethodDecl
-
Replaces the TypeAccess child.
- setTypeAccess(Access) - Method in class soot.JastAddJ.ResourceDeclaration
-
Replaces the TypeAccess child.
- setTypeAccess(Access) - Method in class soot.JastAddJ.VarDeclStmt
-
Replaces the TypeAccess child.
- setTypeAccess(Access) - Method in class soot.JastAddJ.VariableArityParameterDeclaration
-
Replaces the TypeAccess child.
- setTypeAccess(Access) - Method in class soot.JastAddJ.VariableArityParameterDeclarationSubstituted
-
Replaces the TypeAccess child.
- setTypeAccess(Access) - Method in class soot.JastAddJ.VariableDeclaration
-
Replaces the TypeAccess child.
- setTypeAccessList(List<Access>) - Method in class soot.JastAddJ.CatchParameterDeclaration
-
Replaces the TypeAccess list.
- setTypeArgument(Access, int) - Method in class soot.JastAddJ.ParClassInstanceExpr
-
Replaces the TypeArgument list element at index i
with the new node node
.
- setTypeArgument(Access, int) - Method in class soot.JastAddJ.ParConstructorAccess
-
Replaces the TypeArgument list element at index i
with the new node node
.
- setTypeArgument(Access, int) - Method in class soot.JastAddJ.ParConstructorDecl
-
Replaces the TypeArgument list element at index i
with the new node node
.
- setTypeArgument(Access, int) - Method in class soot.JastAddJ.ParMethodAccess
-
Replaces the TypeArgument list element at index i
with the new node node
.
- setTypeArgument(Access, int) - Method in class soot.JastAddJ.ParMethodDecl
-
Replaces the TypeArgument list element at index i
with the new node node
.
- setTypeArgument(Access, int) - Method in class soot.JastAddJ.ParSuperConstructorAccess
-
Replaces the TypeArgument list element at index i
with the new node node
.
- setTypeArgument(Access, int) - Method in class soot.JastAddJ.ParTypeAccess
-
Replaces the TypeArgument list element at index i
with the new node node
.
- setTypeArgument(Access, int) - Method in class soot.JastAddJ.RawConstructorDecl
-
Replaces the TypeArgument list element at index i
with the new node node
.
- setTypeArgument(Access, int) - Method in class soot.JastAddJ.RawMethodDecl
-
Replaces the TypeArgument list element at index i
with the new node node
.
- setTypeArgumentList(List<Access>) - Method in class soot.JastAddJ.ParClassInstanceExpr
-
Replaces the TypeArgument list.
- setTypeArgumentList(List<Access>) - Method in class soot.JastAddJ.ParConstructorAccess
-
Replaces the TypeArgument list.
- setTypeArgumentList(List<Access>) - Method in class soot.JastAddJ.ParConstructorDecl
-
Replaces the TypeArgument list.
- setTypeArgumentList(List<Access>) - Method in class soot.JastAddJ.ParMethodAccess
-
Replaces the TypeArgument list.
- setTypeArgumentList(List<Access>) - Method in class soot.JastAddJ.ParMethodDecl
-
Replaces the TypeArgument list.
- setTypeArgumentList(List<Access>) - Method in class soot.JastAddJ.ParSuperConstructorAccess
-
Replaces the TypeArgument list.
- setTypeArgumentList(List<Access>) - Method in class soot.JastAddJ.ParTypeAccess
-
Replaces the TypeArgument list.
- setTypeArgumentList(List<Access>) - Method in class soot.JastAddJ.RawConstructorDecl
-
Replaces the TypeArgument list.
- setTypeArgumentList(List<Access>) - Method in class soot.JastAddJ.RawMethodDecl
-
Replaces the TypeArgument list.
- setTypeBound(Access, int) - Method in class soot.JastAddJ.GLBType
-
Replaces the TypeBound list element at index i
with the new node node
.
- setTypeBound(Access, int) - Method in class soot.JastAddJ.LUBType
-
Replaces the TypeBound list element at index i
with the new node node
.
- setTypeBound(Access, int) - Method in class soot.JastAddJ.TypeVariable
-
Replaces the TypeBound list element at index i
with the new node node
.
- setTypeBoundList(List<Access>) - Method in class soot.JastAddJ.GLBType
-
Replaces the TypeBound list.
- setTypeBoundList(List<Access>) - Method in class soot.JastAddJ.LUBType
-
Replaces the TypeBound list.
- setTypeBoundList(List<Access>) - Method in class soot.JastAddJ.TypeVariable
-
Replaces the TypeBound list.
- setTypeDecl(TypeDecl, int) - Method in class soot.JastAddJ.AnnotatedCompilationUnit
-
Replaces the TypeDecl list element at index i
with the new node node
.
- setTypeDecl(TypeDecl) - Method in class soot.JastAddJ.BoundTypeAccess
-
Replaces the lexeme TypeDecl.
- setTypeDecl(TypeDecl) - Method in class soot.JastAddJ.ClassInstanceExpr
-
Replaces the (optional) TypeDecl child.
- setTypeDecl(TypeDecl, int) - Method in class soot.JastAddJ.CompilationUnit
-
Replaces the TypeDecl list element at index i
with the new node node
.
- setTypeDecl(TypeDecl) - Method in class soot.JastAddJ.EnumInstanceExpr
-
Replaces the (optional) TypeDecl child.
- setTypeDecl(TypeDecl) - Method in class soot.JastAddJ.ParClassInstanceExpr
-
Replaces the (optional) TypeDecl child.
- setTypeDecl(TypeDecl, int) - Method in class soot.JastAddJ.PrimitiveCompilationUnit
-
Replaces the TypeDecl list element at index i
with the new node node
.
- setTypeDecl(TypeDecl, int) - Method in class soot.JastAddJ.WildcardsCompilationUnit
-
Replaces the TypeDecl list element at index i
with the new node node
.
- setTypeDeclList(List<TypeDecl>) - Method in class soot.JastAddJ.AnnotatedCompilationUnit
-
Replaces the TypeDecl list.
- setTypeDeclList(List<TypeDecl>) - Method in class soot.JastAddJ.CompilationUnit
-
Replaces the TypeDecl list.
- setTypeDeclList(List<TypeDecl>) - Method in class soot.JastAddJ.PrimitiveCompilationUnit
-
Replaces the TypeDecl list.
- setTypeDeclList(List<TypeDecl>) - Method in class soot.JastAddJ.WildcardsCompilationUnit
-
Replaces the TypeDecl list.
- setTypeDeclOpt(Opt<TypeDecl>) - Method in class soot.JastAddJ.ClassInstanceExpr
-
Replaces the optional node for the TypeDecl child.
- setTypeDeclOpt(Opt<TypeDecl>) - Method in class soot.JastAddJ.EnumInstanceExpr
-
Replaces the optional node for the TypeDecl child.
- setTypeDeclOpt(Opt<TypeDecl>) - Method in class soot.JastAddJ.ParClassInstanceExpr
-
Replaces the optional node for the TypeDecl child.
- setTypeName(String) - Method in class soot.tagkit.AnnotationEnumElem
-
- setTypeParameter(TypeVariable, int) - Method in class soot.JastAddJ.GenericClassDecl
-
Replaces the TypeParameter list element at index i
with the new node node
.
- setTypeParameter(TypeVariable, int) - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Replaces the TypeParameter list element at index i
with the new node node
.
- setTypeParameter(TypeVariable, int) - Method in class soot.JastAddJ.GenericConstructorDecl
-
Replaces the TypeParameter list element at index i
with the new node node
.
- setTypeParameter(TypeVariable, int) - Method in class soot.JastAddJ.GenericInterfaceDecl
-
Replaces the TypeParameter list element at index i
with the new node node
.
- setTypeParameter(TypeVariable, int) - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
Replaces the TypeParameter list element at index i
with the new node node
.
- setTypeParameter(TypeVariable, int) - Method in class soot.JastAddJ.GenericMethodDecl
-
Replaces the TypeParameter list element at index i
with the new node node
.
- setTypeParameter(TypeVariable, int) - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Replaces the TypeParameter list element at index i
with the new node node
.
- setTypeParameterList(List<TypeVariable>) - Method in class soot.JastAddJ.GenericClassDecl
-
Replaces the TypeParameter list.
- setTypeParameterList(List<TypeVariable>) - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
Replaces the TypeParameter list.
- setTypeParameterList(List<TypeVariable>) - Method in class soot.JastAddJ.GenericConstructorDecl
-
Replaces the TypeParameter list.
- setTypeParameterList(List<TypeVariable>) - Method in class soot.JastAddJ.GenericInterfaceDecl
-
Replaces the TypeParameter list.
- setTypeParameterList(List<TypeVariable>) - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
Replaces the TypeParameter list.
- setTypeParameterList(List<TypeVariable>) - Method in class soot.JastAddJ.GenericMethodDecl
-
Replaces the TypeParameter list.
- setTypeParameterList(List<TypeVariable>) - Method in class soot.JastAddJ.PlaceholderMethodDecl
-
Replaces the TypeParameter list.
- setTypes(List<Type>) - Method in class soot.jimple.toolkits.base.PartialConstructorFolder
-
- settypes_for_invoke(boolean) - Method in class soot.AntTask.PhaseOptcg
-
- settypes_for_sites(boolean) - Method in class soot.AntTask.PhaseOptcg_paddle
-
- settypes_for_sites(boolean) - Method in class soot.AntTask.PhaseOptcg_spark
-
- SETUnconditionalWhileNode - Class in soot.dava.internal.SET
-
- SETUnconditionalWhileNode(IterableSet) - Constructor for class soot.dava.internal.SET.SETUnconditionalWhileNode
-
- setUnexceptionalControlFlowAttr(String, String) - Method in class soot.util.cfgcmd.CFGToDotGraph
-
Specify the dot graph attribute to use for regular control flow edges.
- setunfriendly_mode(boolean) - Method in class soot.AntTask
-
- setUnit(Unit) - Method in class soot.AbstractUnitBox
-
- setUnit(Unit) - Method in class soot.dexpler.instructions.DexlibAbstractInstruction
-
Set the Jimple Unit, that comprises this instruction.
- setUnit(Unit) - Method in class soot.jimple.toolkits.thread.mhp.stmt.JPegStmt
-
- setUnit(Unit) - Method in class soot.shimple.internal.SValueUnitPair
-
- setUnit(Unit) - Method in class soot.toolkits.scalar.ValueUnitPair
-
- setUnit(Unit) - Method in interface soot.UnitBox
-
Sets this box to contain the given unit.
- setUnitChanged(boolean) - Method in interface soot.shimple.internal.SUnitBox
-
Updates the value of the flag used to indicate whether the contents of the UnitBox may have changed.
- setUnitChanged(boolean) - Method in class soot.shimple.internal.SValueUnitPair
-
- setUnitGraph(UnitGraph) - Method in class soot.jimple.toolkits.thread.mhp.stmt.JPegStmt
-
- setUnitPrinter(UnitPrinter) - Method in class soot.AttributesUnitPrinter
-
- setUnknown(TUnknown) - Method in class soot.jimple.parser.node.AUnknownJimpleType
-
- setUnop(PUnop) - Method in class soot.jimple.parser.node.AUnopExpr
-
- setUnopExpr(PUnopExpr) - Method in class soot.jimple.parser.node.AUnopBoolExpr
-
- setUnopExpr(PUnopExpr) - Method in class soot.jimple.parser.node.AUnopExpression
-
- setunroll(boolean) - Method in class soot.AntTask.PhaseOptjop_lcm
-
- setunsplit_original_locals(boolean) - Method in class soot.AntTask.PhaseOptbb_lp
-
- setunsplit_original_locals(boolean) - Method in class soot.AntTask.PhaseOptjb_lp
-
- setunsplit_original_locals(boolean) - Method in class soot.AntTask.PhaseOptjb_ulp
-
- setunsplit_original_locals(boolean) - Method in class soot.AntTask.PhaseOptjj_lp
-
- setunsplit_original_locals(boolean) - Method in class soot.AntTask.PhaseOptjj_ulp
-
- setup(SparkOptions) - Method in class soot.jimple.spark.builder.ContextInsensitiveBuilder
-
Creates an empty pointer assignment graph.
- setup_Graph(HashMap<AugmentedStmt, SwitchNode>) - Method in class soot.dava.toolkits.base.finders.SwitchNode
-
- setupClassProviders() - Method in class soot.SourceLocator
-
- setUpdateStmt(Stmt, int) - Method in class soot.JastAddJ.ForStmt
-
Replaces the UpdateStmt list element at index i
with the new node node
.
- setUpdateStmtList(List<Stmt>) - Method in class soot.JastAddJ.ForStmt
-
Replaces the UpdateStmt list.
- setuse_older_type_assigner(boolean) - Method in class soot.AntTask.PhaseOptjb_tr
-
- setuse_original_names(boolean) - Method in class soot.AntTask.PhaseOptjb
-
- setuse_original_names(boolean) - Method in class soot.AntTask.PhaseOptjj
-
- setUshr(TUshr) - Method in class soot.jimple.parser.node.AUshrBinop
-
- setvalidate(boolean) - Method in class soot.AntTask
-
- setValue(Value) - Method in class soot.AbstractValueBox
-
- setValue(Value) - Method in class soot.dava.internal.AST.ASTUnaryCondition
-
- setValue(Object) - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.CPTuple
-
- setValue(Expr) - Method in class soot.JastAddJ.ConstCase
-
Replaces the Value child.
- setValue(byte[]) - Method in class soot.jimple.toolkits.pointer.DependenceGraph
-
- setValue(int, Value) - Method in class soot.shimple.internal.SPhiExpr
-
- setValue(Unit, Value) - Method in class soot.shimple.internal.SPhiExpr
-
- setValue(Block, Value) - Method in class soot.shimple.internal.SPhiExpr
-
- setValue(Value) - Method in class soot.shimple.internal.SPiExpr
-
- setValue(int, Value) - Method in interface soot.shimple.PhiExpr
-
Set the value at the given index into the PhiExpr.
- setValue(Unit, Value) - Method in interface soot.shimple.PhiExpr
-
Locate the argument associated with the given CFG predecessor unit and set the value.
- setValue(Block, Value) - Method in interface soot.shimple.PhiExpr
-
Locate the argument associated with the given CFG predecessor and set the value.
- setValue(Value) - Method in interface soot.shimple.PiExpr
-
- setValue(byte[]) - Method in interface soot.tagkit.Attribute
-
Sets the value of the attribute from a byte[].
- setValue(byte[]) - Method in class soot.tagkit.CodeAttribute
-
Only used by SOOT to read in an existing attribute without interpret it.
- setValue(byte[]) - Method in class soot.tagkit.GenericAttribute
-
- setValue(Value) - Method in interface soot.ValueBox
-
Sets the value contained in this box as given.
- setValueForOption(String, String) - Method in class soot.JastAddJ.Options
-
- setVariable(PVariable) - Method in class soot.jimple.parser.node.AAssignStatement
-
- setVariableDecl(VariableDecl, int) - Method in class soot.JastAddJ.FieldDecl
-
Replaces the VariableDecl list element at index i
with the new node node
.
- setVariableDecl(VariableDecl, int) - Method in class soot.JastAddJ.VarDeclStmt
-
Replaces the VariableDecl list element at index i
with the new node node
.
- setVariableDeclaration(VariableDeclaration) - Method in class soot.JastAddJ.EnhancedForStmt
-
Replaces the VariableDeclaration child.
- setVariableDeclList(List<VariableDecl>) - Method in class soot.JastAddJ.FieldDecl
-
Replaces the VariableDecl list.
- setVariableDeclList(List<VariableDecl>) - Method in class soot.JastAddJ.VarDeclStmt
-
Replaces the VariableDecl list.
- setVariableName(String) - Method in class soot.sootify.TypeTemplatePrinter
-
- setverbose(boolean) - Method in class soot.AntTask.PhaseOptcg
-
- setverbose(boolean) - Method in class soot.AntTask.PhaseOptcg_cha
-
- setverbose(boolean) - Method in class soot.AntTask.PhaseOptcg_paddle
-
- setverbose(boolean) - Method in class soot.AntTask.PhaseOptcg_spark
-
- setverbose(boolean) - Method in class soot.AntTask.PhaseOptwjap_purity
-
- setverbose(boolean) - Method in class soot.AntTask.PhaseOptwjpp_cimbt
-
- setverbose(boolean) - Method in class soot.AntTask
-
- setverbosegc(boolean) - Method in class soot.AntTask.PhaseOptcg_paddle
-
- setversion(boolean) - Method in class soot.AntTask
-
- setvia_grimp(boolean) - Method in class soot.AntTask
-
- setvia_shimple(boolean) - Method in class soot.AntTask
-
- setVirtualinvoke(TVirtualinvoke) - Method in class soot.jimple.parser.node.AVirtualNonstaticInvoke
-
- setVisited(boolean) - Method in class soot.toolkits.graph.pdg.PDGNode
-
- setVoid(TVoid) - Method in class soot.jimple.parser.node.AVoidType
-
- setVolatile(TVolatile) - Method in class soot.jimple.parser.node.AVolatileModifier
-
- setvta(boolean) - Method in class soot.AntTask.PhaseOptcg_spark
-
- SETWhileNode - Class in soot.dava.internal.SET
-
- SETWhileNode(AugmentedStmt, IterableSet) - Constructor for class soot.dava.internal.SET.SETWhileNode
-
- setwhole_optimize(boolean) - Method in class soot.AntTask
-
- setwhole_program(boolean) - Method in class soot.AntTask
-
- setwhole_shimple(boolean) - Method in class soot.AntTask
-
- setWith(TWith) - Method in class soot.jimple.parser.node.ACatchClause
-
- setwith_all(boolean) - Method in class soot.AntTask.PhaseOptjap_abc
-
- setwith_arrayref(boolean) - Method in class soot.AntTask.PhaseOptjap_abc
-
- setwith_classfield(boolean) - Method in class soot.AntTask.PhaseOptjap_abc
-
- setwith_cse(boolean) - Method in class soot.AntTask.PhaseOptjap_abc
-
- setwith_fieldref(boolean) - Method in class soot.AntTask.PhaseOptjap_abc
-
- setwith_rectarray(boolean) - Method in class soot.AntTask.PhaseOptjap_abc
-
- setWithLabel(PLabelName) - Method in class soot.jimple.parser.node.ACatchClause
-
- setWordCount(int) - Method in class soot.baf.internal.BPopInst
-
- setWordCount(int) - Method in interface soot.baf.PopInst
-
- setWrite(short) - Method in class soot.jimple.toolkits.pointer.DependenceTag
-
- setwrite_local_annotations(boolean) - Method in class soot.AntTask
-
- setwrong_staticness(String) - Method in class soot.AntTask
-
- setxml_attributes(boolean) - Method in class soot.AntTask
-
- setXMLNode(XMLNode) - Method in class soot.xml.XMLPrinter
-
- setXor(TXor) - Method in class soot.jimple.parser.node.AXorBinop
-
- SEvaluator - Class in soot.shimple.toolkits.scalar
-
Extension of soot.jimple.toolkits.scalar.Evaluator to handle Phi expressions.
- SEvaluator() - Constructor for class soot.shimple.toolkits.scalar.SEvaluator
-
- SEvaluator.BottomConstant - Class in soot.shimple.toolkits.scalar
-
Bottom i.e.
- SEvaluator.MetaConstant - Class in soot.shimple.toolkits.scalar
-
Head of a new hierarchy of constants -- Top and Bottom.
- SEvaluator.TopConstant - Class in soot.shimple.toolkits.scalar
-
Top i.e.
- severity - Variable in class soot.JastAddJ.Problem
-
- severity() - Method in class soot.JastAddJ.Problem
-
- sf - Variable in class soot.shimple.internal.PhiNodeManager
-
- sf - Variable in class soot.shimple.internal.PiNodeManager
-
- sf - Variable in class soot.shimple.internal.ShimpleBodyBuilder
-
- SgetInstruction - Class in soot.dexpler.instructions
-
- SgetInstruction(Instruction, int) - Constructor for class soot.dexpler.instructions.SgetInstruction
-
- ShapeNode - Class in soot.jimple.spark.geom.dataRep
-
It is the the abstract super type of geometric figures and the manager of all the generated sub-type figures.
- ShapeNode() - Constructor for class soot.jimple.spark.geom.dataRep.ShapeNode
-
- SharedBitSet - Class in soot.util
-
- SharedBitSet(int) - Constructor for class soot.util.SharedBitSet
-
- SharedBitSet() - Constructor for class soot.util.SharedBitSet
-
- SharedBitSetCache - Class in soot.util
-
- SharedBitSetCache(Singletons.Global) - Constructor for class soot.util.SharedBitSetCache
-
- SharedHybridSet - Class in soot.jimple.spark.sets
-
A shared representation of a points-to set which uses a bit vector + a list of extra elements, an "overflow list", to make
adding single elements fast in most cases.
- SharedHybridSet(Type, PAG) - Constructor for class soot.jimple.spark.sets.SharedHybridSet
-
- SharedListSet - Class in soot.jimple.spark.sets
-
Implementation of a points-to set as a sorted list of elements, but where similar lists share parts of their data.
- SharedListSet(Type, PAG) - Constructor for class soot.jimple.spark.sets.SharedListSet
-
- SharedListSet.ListNode - Class in soot.jimple.spark.sets
-
- SharedListSet.Pair - Class in soot.jimple.spark.sets
-
- SHashMultiMap<K,V> - Class in soot.shimple.internal
-
A map with ordered sets as values, HashMap implementation.
- SHashMultiMap() - Constructor for class soot.shimple.internal.SHashMultiMap
-
- SHashMultiMap(MultiMap<K, V>) - Constructor for class soot.shimple.internal.SHashMultiMap
-
- ShiftExpr - Class in soot.JastAddJ
-
- ShiftExpr() - Constructor for class soot.JastAddJ.ShiftExpr
-
- ShiftExpr(Expr, Expr) - Constructor for class soot.JastAddJ.ShiftExpr
-
- shiftLeft(ArithmeticConstant) - Method in class soot.jimple.ArithmeticConstant
-
- shiftLeft(ArithmeticConstant) - Method in class soot.jimple.IntConstant
-
- shiftLeft(ArithmeticConstant) - Method in class soot.jimple.LongConstant
-
- shiftRight(ArithmeticConstant) - Method in class soot.jimple.ArithmeticConstant
-
- shiftRight(ArithmeticConstant) - Method in class soot.jimple.IntConstant
-
- shiftRight(ArithmeticConstant) - Method in class soot.jimple.LongConstant
-
- Shimple - Class in soot.shimple
-
Contains the constructors for the components of the SSA Shimple grammar.
- Shimple(Singletons.Global) - Constructor for class soot.shimple.Shimple
-
- SHIMPLE_IR - Static variable in class soot.util.cfgcmd.CFGIntermediateRep
-
- ShimpleBody - Class in soot.shimple
-
Implementation of the Body class for the SSA Shimple IR.
- ShimpleBodyBuilder - Class in soot.shimple.internal
-
This class does the real high-level work.
- ShimpleBodyBuilder(ShimpleBody) - Constructor for class soot.shimple.internal.ShimpleBodyBuilder
-
Transforms the provided body to pure SSA form.
- ShimpleExpr - Interface in soot.shimple
-
- ShimpleExprSwitch - Interface in soot.shimple
-
- ShimpleFactory - Interface in soot.shimple
-
- ShimpleLocalDefs - Class in soot.shimple.toolkits.scalar
-
This class implements the LocalDefs interface for Shimple.
- ShimpleLocalDefs(ShimpleBody) - Constructor for class soot.shimple.toolkits.scalar.ShimpleLocalDefs
-
Build a LocalDefs interface from a ShimpleBody.
- ShimpleLocalUses - Class in soot.shimple.toolkits.scalar
-
This class implements the LocalUses interface for Shimple.
- ShimpleLocalUses(ShimpleBody) - Constructor for class soot.shimple.toolkits.scalar.ShimpleLocalUses
-
Build a LocalUses interface from a ShimpleBody.
- ShimpleMethodSource - Class in soot.shimple
-
- ShimpleMethodSource(MethodSource) - Constructor for class soot.shimple.ShimpleMethodSource
-
- ShimpleOptions - Class in soot.options
-
Option parser for Shimple Control.
- ShimpleOptions(Map<String, String>) - Constructor for class soot.options.ShimpleOptions
-
- ShimpleTransformer - Class in soot.shimple
-
Traverses all methods, in all classes from the Scene, and transforms them to Shimple.
- ShimpleTransformer(Singletons.Global) - Constructor for class soot.shimple.ShimpleTransformer
-
- ShimpleValueSwitch - Interface in soot.shimple
-
- ShlExpr - Interface in soot.jimple
-
- ShlInst - Interface in soot.baf
-
- SHORT - Static variable in class soot.JastAddJ.JastAddJavaParser.Terminals
-
- SHORT - Static variable in class soot.jimple.Jimple
-
- SHORT - Variable in class soot.jimple.toolkits.typing.integer.ClassHierarchy
-
- ShortcutArrayInit - Class in soot.dava.toolkits.base.AST.transformations
-
- ShortcutArrayInit() - Constructor for class soot.dava.toolkits.base.AST.transformations.ShortcutArrayInit
-
- ShortcutArrayInit(boolean) - Constructor for class soot.dava.toolkits.base.AST.transformations.ShortcutArrayInit
-
- ShortcutIfGenerator - Class in soot.dava.toolkits.base.AST.transformations
-
- ShortcutIfGenerator() - Constructor for class soot.dava.toolkits.base.AST.transformations.ShortcutIfGenerator
-
- ShortcutIfGenerator(boolean) - Constructor for class soot.dava.toolkits.base.AST.transformations.ShortcutIfGenerator
-
- shortName - Variable in class soot.SootClass
-
- shortString() - Method in interface soot.jimple.toolkits.pointer.representations.AbstractObject
-
- shortString() - Method in class soot.jimple.toolkits.pointer.representations.ConstantObject
-
- ShortType - Class in soot.JastAddJ
-
- ShortType() - Constructor for class soot.JastAddJ.ShortType
-
- ShortType(Modifiers, String, Opt<Access>, List<BodyDecl>) - Constructor for class soot.JastAddJ.ShortType
-
- ShortType(Modifiers, Symbol, Opt<Access>, List<BodyDecl>) - Constructor for class soot.JastAddJ.ShortType
-
- ShortType - Class in soot
-
Soot representation of the Java built-in type 'short'.
- ShortType(Singletons.Global) - Constructor for class soot.ShortType
-
- shouldHandle(VarNode) - Method in class soot.jimple.spark.ondemand.pautil.AllocationSiteHandler.CastCheckHandler
-
- shouldHandle(VarNode) - Method in class soot.jimple.spark.ondemand.pautil.AllocationSiteHandler.PointsToSetHandler
-
- shouldHandle(VarNode) - Method in interface soot.jimple.spark.ondemand.pautil.AllocationSiteHandler
-
- shouldHandle(VarNode) - Method in class soot.jimple.spark.ondemand.pautil.AllocationSiteHandler.VirtualCallHandler
-
- shouldHaveIndent() - Method in class soot.JastAddJ.Block
-
- shouldThrow - Variable in class soot.jbco.bafTransformations.StackTypeHeightCalculator.StackEffectSwitch
-
- show_exception_dests() - Method in class soot.options.Options
-
- show_lib_meths() - Method in class soot.options.CGGOptions
-
Show Library Methods
- ShrExpr - Interface in soot.jimple
-
- ShrInst - Interface in soot.baf
-
- SideEffectAnalysis - Class in soot.jimple.toolkits.pointer
-
Generates side-effect information from a PointsToAnalysis.
- SideEffectAnalysis(PointsToAnalysis, CallGraph) - Constructor for class soot.jimple.toolkits.pointer.SideEffectAnalysis
-
- SideEffectAnalysis(PointsToAnalysis, CallGraph, Filter) - Constructor for class soot.jimple.toolkits.pointer.SideEffectAnalysis
-
- SideEffectTagger - Class in soot.jimple.toolkits.pointer
-
- SideEffectTagger(Singletons.Global) - Constructor for class soot.jimple.toolkits.pointer.SideEffectTagger
-
- SideEffectTagger.UniqueRWSets - Class in soot.jimple.toolkits.pointer
-
- SideEffectTester - Interface in soot
-
Provides side effect information.
- sig - Variable in class soot.SootField
-
- sig - Variable in class soot.SootMethod
-
- sigBlacklist - Variable in class soot.jimple.toolkits.thread.synchronization.CriticalSectionAwareSideEffectAnalysis
-
- sigCanonicalize - Variable in class soot.jimple.spark.pag.MethodPAG
-
- sigClinit - Variable in class soot.jimple.toolkits.callgraph.VirtualCalls
-
- sigDoInBackground - Variable in class soot.jimple.toolkits.callgraph.OnFlyCallGraphBuilder
-
- sigExecute - Variable in class soot.jimple.toolkits.callgraph.OnFlyCallGraphBuilder
-
- sigExecutorExecute - Variable in class soot.jimple.toolkits.callgraph.OnFlyCallGraphBuilder
-
- sigFinalize - Variable in class soot.jimple.toolkits.callgraph.OnFlyCallGraphBuilder
-
- sigForName - Variable in class soot.jimple.toolkits.callgraph.OnFlyCallGraphBuilder
-
- sigHandlerHandleMessage - Variable in class soot.jimple.toolkits.callgraph.OnFlyCallGraphBuilder
-
- sigHandlerPost - Variable in class soot.jimple.toolkits.callgraph.OnFlyCallGraphBuilder
-
- sigHandlerPostAtFrontOfQueue - Variable in class soot.jimple.toolkits.callgraph.OnFlyCallGraphBuilder
-
- sigHandlerPostAtTime - Variable in class soot.jimple.toolkits.callgraph.OnFlyCallGraphBuilder
-
- sigHandlerPostAtTimeWithToken - Variable in class soot.jimple.toolkits.callgraph.OnFlyCallGraphBuilder
-
- sigHandlerPostDelayed - Variable in class soot.jimple.toolkits.callgraph.OnFlyCallGraphBuilder
-
- sigHandlerSendEmptyMessage - Variable in class soot.jimple.toolkits.callgraph.OnFlyCallGraphBuilder
-
- sigHandlerSendEmptyMessageAtTime - Variable in class soot.jimple.toolkits.callgraph.OnFlyCallGraphBuilder
-
- sigHandlerSendEmptyMessageDelayed - Variable in class soot.jimple.toolkits.callgraph.OnFlyCallGraphBuilder
-
- sigHandlerSendMessage - Variable in class soot.jimple.toolkits.callgraph.OnFlyCallGraphBuilder
-
- sigHandlerSendMessageAtFrontOfQueue - Variable in class soot.jimple.toolkits.callgraph.OnFlyCallGraphBuilder
-
- sigHandlerSendMessageAtTime - Variable in class soot.jimple.toolkits.callgraph.OnFlyCallGraphBuilder
-
- sigHandlerSendMessageDelayed - Variable in class soot.jimple.toolkits.callgraph.OnFlyCallGraphBuilder
-
- sigInit - Variable in class soot.jimple.toolkits.callgraph.OnFlyCallGraphBuilder
-
- signature() - Method in class soot.JastAddJ.ConstructorDecl
-
- signature() - Method in class soot.JastAddJ.MethodDecl
-
- signature_computed - Variable in class soot.JastAddJ.ConstructorDecl
-
- signature_computed - Variable in class soot.JastAddJ.MethodDecl
-
- SIGNATURE_FILE_PATTERN - Static variable in class soot.toDex.DexPrinter
-
- signature_value - Variable in class soot.JastAddJ.ConstructorDecl
-
- signature_value - Variable in class soot.JastAddJ.MethodDecl
-
- Signatures - Class in soot.JastAddJ
-
- Signatures(String) - Constructor for class soot.JastAddJ.Signatures
-
- SIGNATURES - Static variable in class soot.SootClass
-
- Signatures.ClassSignature - Class in soot.JastAddJ
-
- Signatures.FieldSignature - Class in soot.JastAddJ
-
- Signatures.MethodSignature - Class in soot.JastAddJ
-
- SignatureTag - Class in soot.tagkit
-
Represents the signature attribute used by fields, methods and classes for dealing with generics in Java 1.5.
- SignatureTag(String) - Constructor for class soot.tagkit.SignatureTag
-
- signatureToClass(String) - Method in class soot.Scene
-
- signatureToSubsignature(String) - Method in class soot.Scene
-
- sigObjRun - Variable in class soot.jimple.toolkits.callgraph.OnFlyCallGraphBuilder
-
- sigReadGraylist - Variable in class soot.jimple.toolkits.thread.synchronization.CriticalSectionAwareSideEffectAnalysis
-
- sigRun - Variable in class soot.jimple.toolkits.callgraph.OnFlyCallGraphBuilder
-
- sigRun - Variable in class soot.jimple.toolkits.callgraph.VirtualCalls
-
- sigStart - Variable in class soot.jimple.toolkits.callgraph.OnFlyCallGraphBuilder
-
- sigStart - Variable in class soot.jimple.toolkits.callgraph.VirtualCalls
-
- sigWriteGraylist - Variable in class soot.jimple.toolkits.thread.synchronization.CriticalSectionAwareSideEffectAnalysis
-
- silentClose() - Method in class soot.FoundFile
-
- SilentHandler - Class in soot.rtlib.tamiflex
-
- SilentHandler() - Constructor for class soot.rtlib.tamiflex.SilentHandler
-
- simple - Variable in class soot.jimple.spark.pag.PAG
-
- simple_edges_bidirectional() - Method in class soot.options.PaddleOptions
-
Simple Edges Bidirectional --
Equality-based analysis between variable nodes.
- simple_edges_bidirectional() - Method in class soot.options.SparkOptions
-
Simple Edges Bidirectional --
Equality-based analysis between variable nodes.
- simpleAssignment() - Method in class soot.JastAddJ.VarAccess
-
- SimpleDominatorsFinder<N> - Class in soot.toolkits.graph
-
Wrapper class for a simple dominators analysis based on a simple flow analysis algorithm.
- SimpleDominatorsFinder(DirectedGraph<N>) - Constructor for class soot.toolkits.graph.SimpleDominatorsFinder
-
Compute dominators for provided singled-headed directed graph.
- SimpleExceptionalGraph - Class in soot.jbco.util
-
- SimpleExceptionalGraph(Body) - Constructor for class soot.jbco.util.SimpleExceptionalGraph
-
- SimpleGlobalValueNumberer - Class in soot.shimple.toolkits.graph
-
- SimpleGlobalValueNumberer(BlockGraph) - Constructor for class soot.shimple.toolkits.graph.SimpleGlobalValueNumberer
-
- SimpleGlobalValueNumberer.Partition - Class in soot.shimple.toolkits.graph
-
- SimpleInterval - Class in soot.jimple.spark.geom.dataRep
-
The basic representation for an interval on the integer domain.
- SimpleInterval() - Constructor for class soot.jimple.spark.geom.dataRep.SimpleInterval
-
- SimpleInterval(long, long) - Constructor for class soot.jimple.spark.geom.dataRep.SimpleInterval
-
- SimpleInterval(SimpleInterval) - Constructor for class soot.jimple.spark.geom.dataRep.SimpleInterval
-
- simpleInv - Variable in class soot.jimple.spark.pag.PAG
-
- simpleInvLookup(VarNode) - Method in class soot.jimple.spark.pag.PAG
-
- simpleInvSources() - Method in class soot.jimple.spark.pag.PAG
-
- simpleInvSourcesIterator() - Method in class soot.jimple.spark.pag.PAG
-
- SimpleLiveLocals - Class in soot.toolkits.scalar
-
Analysis that provides an implementation of the LiveLocals interface.
- SimpleLiveLocals(UnitGraph) - Constructor for class soot.toolkits.scalar.SimpleLiveLocals
-
Computes the analysis given a UnitGraph computed from a method body.
- SimpleLocalDefs - Class in soot.toolkits.scalar
-
Analysis that provides an implementation of the LocalDefs interface.
- SimpleLocalDefs(UnitGraph) - Constructor for class soot.toolkits.scalar.SimpleLocalDefs
-
- SimpleLocalDefs(UnitGraph, SimpleLocalDefs.FlowAnalysisMode) - Constructor for class soot.toolkits.scalar.SimpleLocalDefs
-
- SimpleLocalUses - Class in soot.toolkits.scalar
-
Analysis that implements the LocalUses interface.
- SimpleLocalUses(UnitGraph, LocalDefs) - Constructor for class soot.toolkits.scalar.SimpleLocalUses
-
Construct the analysis from a UnitGraph representation of a method body and a LocalDefs interface.
- SimpleLocalUses(Body, LocalDefs) - Constructor for class soot.toolkits.scalar.SimpleLocalUses
-
Construct the analysis from a method body and a LocalDefs interface.
- simpleLookup(VarNode) - Method in class soot.jimple.spark.pag.PAG
-
- SimpleMethodInfoFlowAnalysis - Class in soot.jimple.toolkits.infoflow
-
- SimpleMethodInfoFlowAnalysis(UnitGraph, InfoFlowAnalysis, boolean) - Constructor for class soot.jimple.toolkits.infoflow.SimpleMethodInfoFlowAnalysis
-
- SimpleMethodInfoFlowAnalysis(UnitGraph, InfoFlowAnalysis, boolean, boolean) - Constructor for class soot.jimple.toolkits.infoflow.SimpleMethodInfoFlowAnalysis
-
A constructor that doesn't run the analysis
- SimpleMethodLocalObjectsAnalysis - Class in soot.jimple.toolkits.infoflow
-
- SimpleMethodLocalObjectsAnalysis(UnitGraph, ClassLocalObjectsAnalysis, InfoFlowAnalysis) - Constructor for class soot.jimple.toolkits.infoflow.SimpleMethodLocalObjectsAnalysis
-
- SimpleMethodLocalObjectsAnalysis(UnitGraph, CallLocalityContext, InfoFlowAnalysis) - Constructor for class soot.jimple.toolkits.infoflow.SimpleMethodLocalObjectsAnalysis
-
- simpleName() - Method in class soot.JastAddJ.CONSTANT_Class_Info
-
- simpleReset() - Method in class soot.JastAddJ.Program
-
- SimpleSet - Interface in soot.JastAddJ
-
- SimpleSet.SimpleSetImpl - Class in soot.JastAddJ
-
- SimpleSetImpl() - Constructor for class soot.JastAddJ.SimpleSet.SimpleSetImpl
-
- SimpleSetImpl(Collection) - Constructor for class soot.JastAddJ.SimpleSet.SimpleSetImpl
-
- simpleSources() - Method in class soot.jimple.spark.pag.PAG
-
- simpleSourcesIterator() - Method in class soot.jimple.spark.pag.PAG
-
- simplify_offline() - Method in class soot.options.SparkOptions
-
Simplify Offline --
Collapse single-entry subgraphs of the PAG.
- simplify_sccs() - Method in class soot.options.SparkOptions
-
Simplify SCCs --
Collapse strongly-connected components of the PAG.
- SimplifyConditions - Class in soot.dava.toolkits.base.AST.transformations
-
- SimplifyConditions() - Constructor for class soot.dava.toolkits.base.AST.transformations.SimplifyConditions
-
- SimplifyConditions(boolean) - Constructor for class soot.dava.toolkits.base.AST.transformations.SimplifyConditions
-
- SimplifyExpressions - Class in soot.dava.toolkits.base.AST.transformations
-
- SimplifyExpressions() - Constructor for class soot.dava.toolkits.base.AST.transformations.SimplifyExpressions
-
- SimplifyExpressions(boolean) - Constructor for class soot.dava.toolkits.base.AST.transformations.SimplifyExpressions
-
- simplifyIfAtleastOneConstant(ASTAggregatedCondition) - Method in class soot.dava.toolkits.base.AST.transformations.SimplifyConditions
-
- simplifyTheCondition(ASTCondition) - Method in class soot.dava.toolkits.base.AST.transformations.SimplifyConditions
-
- simulate_natives() - Method in class soot.options.PaddleOptions
-
Simulate Natives --
Simulate effects of native methods in standard class library.
- simulate_natives() - Method in class soot.options.SparkOptions
-
Simulate Natives --
Simulate effects of native methods in standard class library.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaIoFileDescriptorNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaIoFileInputStreamNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaIoFileOutputStreamNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaIoFileSystemNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaIoObjectInputStreamNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaIoObjectOutputStreamNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaIoObjectStreamClassNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaLangClassLoaderNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaLangClassLoaderNativeLibraryNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaLangClassNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaLangDoubleNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaLangFloatNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaLangObjectNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaLangPackageNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaLangReflectArrayNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaLangReflectConstructorNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaLangReflectFieldNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaLangReflectMethodNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaLangReflectProxyNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaLangRuntimeNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaLangSecurityManagerNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaLangShutdownNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaLangStrictMathNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaLangStringNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaLangSystemNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaLangThreadNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaLangThrowableNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaNetInetAddressImplNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaNetInetAddressNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaSecurityAccessControllerNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaUtilJarJarFileNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaUtilResourceBundleNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaUtilTimeZoneNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaUtilZipCRC32Native
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaUtilZipInflaterNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaUtilZipZipEntryNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.JavaUtilZipZipFileNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.NativeMethodClass
-
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.SunMiscSignalHandlerNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.SunMiscSignalNative
-
Implements the abstract method simulateMethod.
- simulateMethod(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.SunMiscUnsafeNative
-
Implements the abstract method simulateMethod.
- Simulator() - Constructor for class beaver.Parser.Simulator
-
- singleCandidateDecl() - Method in class soot.JastAddJ.MethodAccess
-
- SingleStaticImportDecl - Class in soot.JastAddJ
-
7.5.3 A single-static-import declaration imports all accessible (��6.6) static members
with a given simple name from a type.
- SingleStaticImportDecl() - Constructor for class soot.JastAddJ.SingleStaticImportDecl
-
- SingleStaticImportDecl(Access, String) - Constructor for class soot.JastAddJ.SingleStaticImportDecl
-
- SingleStaticImportDecl(Access, Symbol) - Constructor for class soot.JastAddJ.SingleStaticImportDecl
-
- SingletonList<E> - Class in soot.jimple.toolkits.typing.fast
-
Deprecated.
- SingletonList(E) - Constructor for class soot.jimple.toolkits.typing.fast.SingletonList
-
Deprecated.
- SingletonList<E> - Class in soot.util
-
Deprecated.
- SingletonList(E) - Constructor for class soot.util.SingletonList
-
Deprecated.
- Singletons - Class in soot
-
A class to group together all the global variables in Soot.
- Singletons() - Constructor for class soot.Singletons
-
- Singletons.Global - Class in soot
-
- SingleTypeImportDecl - Class in soot.JastAddJ
-
- SingleTypeImportDecl() - Constructor for class soot.JastAddJ.SingleTypeImportDecl
-
- SingleTypeImportDecl(Access) - Constructor for class soot.JastAddJ.SingleTypeImportDecl
-
- sinksOf(EquivalentValue) - Method in class soot.jimple.toolkits.infoflow.SmartMethodInfoFlowAnalysis
-
- SIOptions - Class in soot.options
-
Option parser for Static Inliner.
- SIOptions(Map<String, String>) - Constructor for class soot.options.SIOptions
-
- SiteInliner - Class in soot.jimple.toolkits.invoke
-
Provides methods to inline a given invoke site.
- SiteInliner() - Constructor for class soot.jimple.toolkits.invoke.SiteInliner
-
- SiteRWSet - Class in soot.jimple.toolkits.pointer
-
Represents the read or write set of a statement.
- SiteRWSet() - Constructor for class soot.jimple.toolkits.pointer.SiteRWSet
-
- size() - Method in class soot.coffi.CONSTANT_Class_info
-
Returns the size of this cp_info object.
- size() - Method in class soot.coffi.CONSTANT_Utf8_info
-
Returns the size of this cp_info object.
- size() - Method in class soot.dava.internal.asg.AugmentedStmtGraph
-
- size() - Method in class soot.dava.internal.AST.ASTLabeledBlockNode
-
- size() - Method in class soot.dava.internal.AST.ASTSynchronizedBlockNode
-
- size() - Method in class soot.dava.toolkits.base.AST.structuredAnalysis.DavaFlowSet
-
- size() - Method in class soot.JastAddJ.CatchParameterDeclaration
-
- size() - Method in class soot.JastAddJ.FieldDeclaration
-
- size() - Method in class soot.JastAddJ.MethodDecl
-
- size() - Method in class soot.JastAddJ.ParameterDeclaration
-
- size() - Method in class soot.JastAddJ.SimpleSet.SimpleSetImpl
-
- size() - Method in interface soot.JastAddJ.SimpleSet
-
- size() - Method in class soot.JastAddJ.TypeDecl
-
- size() - Method in class soot.JastAddJ.VariableDeclaration
-
- size() - Method in class soot.jimple.spark.geom.geomPA.FIFO_Worklist
-
- size() - Method in interface soot.jimple.spark.geom.geomPA.IWorklist
-
- size() - Method in class soot.jimple.spark.geom.geomPA.PQ_Worklist
-
- size() - Method in class soot.jimple.spark.geom.utils.ZArrayNumberer
-
Return how many objects are in the container but not the capacity of the container.
- size() - Method in class soot.jimple.spark.ondemand.genericutil.ArraySet
-
- size() - Method in class soot.jimple.spark.ondemand.genericutil.ImmutableStack
-
- size() - Method in interface soot.jimple.spark.ondemand.genericutil.MultiMap
-
- size() - Method in class soot.jimple.spark.ondemand.genericutil.Stack
-
- size() - Method in class soot.jimple.spark.sets.PointsToSetInternal
-
- size() - Method in class soot.jimple.spark.sets.SharedHybridSet
-
- size() - Method in class soot.jimple.toolkits.annotation.arraycheck.BoundedPriorityList
- size - Variable in class soot.jimple.toolkits.annotation.purity.DirectedCallGraph
-
- size() - Method in class soot.jimple.toolkits.annotation.purity.DirectedCallGraph
-
- size() - Method in class soot.jimple.toolkits.callgraph.CallGraph
-
Returns the number of edges in the call graph.
- size() - Method in class soot.jimple.toolkits.callgraph.ReachableMethods
-
Returns the number of methods that are reachable.
- size() - Method in class soot.jimple.toolkits.callgraph.SlowCallGraph
-
Returns the number of edges in the call graph.
- size() - Method in class soot.jimple.toolkits.infoflow.CallChain
-
- size() - Method in class soot.jimple.toolkits.pointer.CodeBlockRWSet
-
- size() - Method in class soot.jimple.toolkits.pointer.FullRWSet
-
- size() - Method in class soot.jimple.toolkits.pointer.MethodRWSet
-
- size() - Method in class soot.jimple.toolkits.pointer.RWSet
-
Returns an iterator over any globals read/written.
- size() - Method in class soot.jimple.toolkits.pointer.SiteRWSet
-
- size() - Method in class soot.jimple.toolkits.pointer.StmtRWSet
-
- size() - Method in class soot.jimple.toolkits.scalar.ToppedSet
-
- size() - Method in class soot.jimple.toolkits.thread.mhp.pegcallgraph.PegCallGraph
-
- size() - Method in class soot.jimple.toolkits.thread.mhp.PegGraph
-
- size() - Method in class soot.jimple.toolkits.typing.fast.EmptyList
-
Deprecated.
- size() - Method in class soot.jimple.toolkits.typing.fast.SingletonList
-
Deprecated.
- size() - Method in class soot.PatchingChain
-
Returns the size of this Chain.
- size() - Method in class soot.toolkits.graph.BlockGraph
-
- size() - Method in interface soot.toolkits.graph.DirectedGraph
-
Returns the node count for this graph.
- size() - Method in class soot.toolkits.graph.DominatorTree
-
- size() - Method in class soot.toolkits.graph.DominatorTreeAdapter
-
- size() - Method in class soot.toolkits.graph.HashMutableDirectedGraph
-
- size() - Method in class soot.toolkits.graph.HashMutableEdgeLabelledDirectedGraph
-
- size() - Method in class soot.toolkits.graph.InverseGraph
-
Returns the node count for this graph.
- size() - Method in class soot.toolkits.graph.UnitGraph
-
- size() - Method in class soot.toolkits.scalar.AbstractFlowSet
-
- size() - Method in class soot.toolkits.scalar.ArrayFlowUniverse
-
- size() - Method in class soot.toolkits.scalar.ArrayPackedSet
-
- size() - Method in class soot.toolkits.scalar.ArraySparseSet
-
- size() - Method in class soot.toolkits.scalar.CollectionFlowUniverse
-
- size() - Method in interface soot.toolkits.scalar.FlowSet
-
Returns the size of the current FlowSet.
- size() - Method in interface soot.toolkits.scalar.FlowUniverse
-
returns the number of elements of the universe.
- size() - Method in class soot.toolkits.scalar.ObjectIntMapper
-
returns the number of mapped objects.
- size() - Method in class soot.util.ArrayNumberer
-
- size() - Method in class soot.util.ArraySet
-
- size() - Method in class soot.util.BitVector
-
Returns number of bits in the underlying array.
- size() - Method in interface soot.util.Chain
-
Returns the size of this Chain.
- size() - Method in class soot.util.ConcurrentHashMultiMap
-
- size() - Method in class soot.util.EmptyChain
-
- size() - Method in class soot.util.HashChain
-
- size() - Method in class soot.util.HashMultiMap
-
- size() - Method in class soot.util.IdentityHashSet
-
Deprecated.
- size() - Method in class soot.util.IntegerNumberer
-
Should return the number of objects that have been assigned numbers.
- size() - Method in class soot.util.IterableMap
-
- size() - Method in class soot.util.MapNumberer
-
- size() - Method in interface soot.util.MultiMap
-
Gets the number of keys in this MultiMap
- size() - Method in class soot.util.NumberedSet
-
- size() - Method in interface soot.util.Numberer
-
Should return the number of objects that have been assigned numbers.
- size - Static variable in class soot.util.SharedBitSetCache
-
- size() - Method in class soot.util.SingletonList
-
Deprecated.
- size() - Method in class soot.util.UnitMap
-
- sizeBoxes - Variable in class soot.jimple.internal.AbstractNewMultiArrayExpr
-
- sizeOfType(Type) - Static method in class soot.AbstractJasminClass
-
- sizeOfType(Type) - Static method in class soot.util.backend.ASMBackendUtils
-
Get the size in words for a type.
- SkeletonExtractorWalker - Class in soot.jimple.parser
-
- SkeletonExtractorWalker(SootResolver, SootClass) - Constructor for class soot.jimple.parser.SkeletonExtractorWalker
-
- SkeletonExtractorWalker(SootResolver) - Constructor for class soot.jimple.parser.SkeletonExtractorWalker
-
- skip(int) - Method in class soot.JastAddJ.BytecodeParser
-
- skip(long) - Method in class soot.JastAddJ.ZipFilePart.ZipEntryInputStreamWrapper
-
- slashify(String) - Static method in class soot.AbstractJasminClass
-
- slashify(String) - Static method in class soot.util.backend.ASMBackendUtils
-
Convert class identifiers and signatures by replacing dots by slashes.
- SlowAvailableExpressions - Class in soot.jimple.toolkits.scalar
-
Provides an user-interface for the AvailableExpressionsAnalysis class.
- SlowAvailableExpressions(Body) - Constructor for class soot.jimple.toolkits.scalar.SlowAvailableExpressions
-
Wrapper for SlowAvailableExpressionsAnalysis.
- SlowAvailableExpressionsAnalysis - Class in soot.jimple.toolkits.scalar
-
Implements an available expressions analysis on local variables.
- SlowAvailableExpressionsAnalysis(DirectedGraph<Unit>) - Constructor for class soot.jimple.toolkits.scalar.SlowAvailableExpressionsAnalysis
-
- SlowCallGraph - Class in soot.jimple.toolkits.callgraph
-
Represents the edges in a call graph.
- SlowCallGraph() - Constructor for class soot.jimple.toolkits.callgraph.SlowCallGraph
-
- SlowPseudoTopologicalOrderer<N> - Class in soot.toolkits.graph
-
Provide the pseudo topological order of a graph's nodes.
- SlowPseudoTopologicalOrderer(Singletons.Global) - Constructor for class soot.toolkits.graph.SlowPseudoTopologicalOrderer
-
- SlowPseudoTopologicalOrderer() - Constructor for class soot.toolkits.graph.SlowPseudoTopologicalOrderer
-
- SlowPseudoTopologicalOrderer(boolean) - Constructor for class soot.toolkits.graph.SlowPseudoTopologicalOrderer
-
- SmallNumberedMap<T> - Class in soot.util
-
A java.util.Map-like map with Numberable objects as the keys.
- SmallNumberedMap() - Constructor for class soot.util.SmallNumberedMap
-
- SmartLocalDefs - Class in soot.toolkits.scalar
-
Analysis that provides an implementation of the LocalDefs interface.
- SmartLocalDefs(UnitGraph, LiveLocals) - Constructor for class soot.toolkits.scalar.SmartLocalDefs
-
- SmartLocalDefsPool - Class in soot.toolkits.scalar
-
- SmartLocalDefsPool(Singletons.Global) - Constructor for class soot.toolkits.scalar.SmartLocalDefsPool
-
- SmartMethodInfoFlowAnalysis - Class in soot.jimple.toolkits.infoflow
-
- SmartMethodInfoFlowAnalysis(UnitGraph, InfoFlowAnalysis) - Constructor for class soot.jimple.toolkits.infoflow.SmartMethodInfoFlowAnalysis
-
- SmartMethodLocalObjectsAnalysis - Class in soot.jimple.toolkits.infoflow
-
- SmartMethodLocalObjectsAnalysis(SootMethod, InfoFlowAnalysis) - Constructor for class soot.jimple.toolkits.infoflow.SmartMethodLocalObjectsAnalysis
-
- SmartMethodLocalObjectsAnalysis(UnitGraph, InfoFlowAnalysis) - Constructor for class soot.jimple.toolkits.infoflow.SmartMethodLocalObjectsAnalysis
-
- SMBOptions - Class in soot.options
-
Option parser for Static Method Binder.
- SMBOptions(Map<String, String>) - Constructor for class soot.options.SMBOptions
-
- snapshotIterator() - Method in class soot.PatchingChain
-
Returns an iterator over a copy of this chain.
- snapshotIterator() - Method in interface soot.util.Chain
-
Returns an iterator over a copy of this chain.
- snapshotIterator() - Method in class soot.util.EmptyChain
-
- snapshotIterator() - Method in class soot.util.HashChain
-
- snapshotIterator(E) - Method in class soot.util.HashChain
-
- solve() - Method in class soot.jimple.spark.geom.geomPA.GeomPointsTo
-
The starting point of the geometric points-to analysis engine.
- solve() - Method in class soot.jimple.toolkits.ide.JimpleIDESolver
-
- solve() - Method in class soot.jimple.toolkits.ide.JimpleIFDSSolver
-
- somethingMerged - Variable in class soot.jimple.spark.pag.PAG
-
- soot - package soot
-
Base Soot classes, shared by different intermediate representations.
- soot.asm - package soot.asm
-
- soot.baf - package soot.baf
-
Public classes for the Baf intermediate representation.
- soot.baf.internal - package soot.baf.internal
-
Internal, messy, implementation-specific classes for the Baf intermediate representation.
- soot.baf.toolkits.base - package soot.baf.toolkits.base
-
A toolkit to optimize the Baf IR.
- soot.coffi - package soot.coffi
-
Contains classes from the Coffi tool, by Clark Verbrugge.
- soot.dava - package soot.dava
-
- soot.dava.internal.asg - package soot.dava.internal.asg
-
- soot.dava.internal.AST - package soot.dava.internal.AST
-
- soot.dava.internal.javaRep - package soot.dava.internal.javaRep
-
- soot.dava.internal.SET - package soot.dava.internal.SET
-
- soot.dava.toolkits.base.AST - package soot.dava.toolkits.base.AST
-
- soot.dava.toolkits.base.AST.analysis - package soot.dava.toolkits.base.AST.analysis
-
- soot.dava.toolkits.base.AST.interProcedural - package soot.dava.toolkits.base.AST.interProcedural
-
- soot.dava.toolkits.base.AST.structuredAnalysis - package soot.dava.toolkits.base.AST.structuredAnalysis
-
- soot.dava.toolkits.base.AST.transformations - package soot.dava.toolkits.base.AST.transformations
-
- soot.dava.toolkits.base.AST.traversals - package soot.dava.toolkits.base.AST.traversals
-
- soot.dava.toolkits.base.DavaMonitor - package soot.dava.toolkits.base.DavaMonitor
-
- soot.dava.toolkits.base.finders - package soot.dava.toolkits.base.finders
-
- soot.dava.toolkits.base.misc - package soot.dava.toolkits.base.misc
-
- soot.dava.toolkits.base.renamer - package soot.dava.toolkits.base.renamer
-
- soot.dexpler - package soot.dexpler
-
- soot.dexpler.instructions - package soot.dexpler.instructions
-
- soot.dexpler.tags - package soot.dexpler.tags
-
- soot.dexpler.typing - package soot.dexpler.typing
-
- soot.grimp - package soot.grimp
-
Public classes for the Grimp intermediate representation.
- soot.grimp.internal - package soot.grimp.internal
-
Internal, messy, implementation-specific classes for the Grimp intermediate representation.
- soot.grimp.toolkits.base - package soot.grimp.toolkits.base
-
A toolkit to optimize the Grimp IR.
- soot.JastAddJ - package soot.JastAddJ
-
- soot.javaToJimple - package soot.javaToJimple
-
- soot.javaToJimple.jj - package soot.javaToJimple.jj
-
Jjeton language extension.
- soot.javaToJimple.jj.ast - package soot.javaToJimple.jj.ast
-
AST nodes for the jjeton language extension.
- soot.javaToJimple.jj.types - package soot.javaToJimple.jj.types
-
Type objects for the jjeton language extension.
- soot.javaToJimple.toolkits - package soot.javaToJimple.toolkits
-
- soot.jbco - package soot.jbco
-
- soot.jbco.bafTransformations - package soot.jbco.bafTransformations
-
- soot.jbco.jimpleTransformations - package soot.jbco.jimpleTransformations
-
- soot.jbco.name - package soot.jbco.name
-
- soot.jbco.util - package soot.jbco.util
-
- soot.jimple - package soot.jimple
-
Public classes for the Jimple intermediate representation.
- soot.jimple.internal - package soot.jimple.internal
-
Internal, messy, implementation-specific classes for the Jimple intermediate representation.
- soot.jimple.paddle - package soot.jimple.paddle
-
- soot.jimple.parser - package soot.jimple.parser
-
An interface to the Jimple parser.
- soot.jimple.parser.analysis - package soot.jimple.parser.analysis
-
- soot.jimple.parser.lexer - package soot.jimple.parser.lexer
-
- soot.jimple.parser.node - package soot.jimple.parser.node
-
- soot.jimple.parser.parser - package soot.jimple.parser.parser
-
- soot.jimple.spark - package soot.jimple.spark
-
- soot.jimple.spark.builder - package soot.jimple.spark.builder
-
- soot.jimple.spark.fieldrw - package soot.jimple.spark.fieldrw
-
- soot.jimple.spark.geom - package soot.jimple.spark.geom
-
This package contains a context-sensitive points-to analysis using geometric encoding.
- soot.jimple.spark.geom.dataMgr - package soot.jimple.spark.geom.dataMgr
-
- soot.jimple.spark.geom.dataRep - package soot.jimple.spark.geom.dataRep
-
- soot.jimple.spark.geom.geomE - package soot.jimple.spark.geom.geomE
-
- soot.jimple.spark.geom.geomPA - package soot.jimple.spark.geom.geomPA
-
- soot.jimple.spark.geom.heapinsE - package soot.jimple.spark.geom.heapinsE
-
- soot.jimple.spark.geom.helper - package soot.jimple.spark.geom.helper
-
- soot.jimple.spark.geom.ptinsE - package soot.jimple.spark.geom.ptinsE
-
- soot.jimple.spark.geom.utils - package soot.jimple.spark.geom.utils
-
- soot.jimple.spark.internal - package soot.jimple.spark.internal
-
- soot.jimple.spark.ondemand - package soot.jimple.spark.ondemand
-
- soot.jimple.spark.ondemand.genericutil - package soot.jimple.spark.ondemand.genericutil
-
- soot.jimple.spark.ondemand.pautil - package soot.jimple.spark.ondemand.pautil
-
- soot.jimple.spark.pag - package soot.jimple.spark.pag
-
- soot.jimple.spark.sets - package soot.jimple.spark.sets
-
- soot.jimple.spark.solver - package soot.jimple.spark.solver
-
- soot.jimple.toolkits.annotation - package soot.jimple.toolkits.annotation
-
A toolkit to annotate classfiles with array and null bounds check information.
- soot.jimple.toolkits.annotation.arraycheck - package soot.jimple.toolkits.annotation.arraycheck
-
Classes that carry out an analysis to determine whether or not array bounds
checks are necessary.
- soot.jimple.toolkits.annotation.callgraph - package soot.jimple.toolkits.annotation.callgraph
-
- soot.jimple.toolkits.annotation.defs - package soot.jimple.toolkits.annotation.defs
-
- soot.jimple.toolkits.annotation.fields - package soot.jimple.toolkits.annotation.fields
-
- soot.jimple.toolkits.annotation.j5anno - package soot.jimple.toolkits.annotation.j5anno
-
- soot.jimple.toolkits.annotation.liveness - package soot.jimple.toolkits.annotation.liveness
-
- soot.jimple.toolkits.annotation.logic - package soot.jimple.toolkits.annotation.logic
-
- soot.jimple.toolkits.annotation.methods - package soot.jimple.toolkits.annotation.methods
-
- soot.jimple.toolkits.annotation.nullcheck - package soot.jimple.toolkits.annotation.nullcheck
-
Classes that carry out an analysis to determine whether or not null pointer
checks are necessary.
- soot.jimple.toolkits.annotation.parity - package soot.jimple.toolkits.annotation.parity
-
- soot.jimple.toolkits.annotation.profiling - package soot.jimple.toolkits.annotation.profiling
-
- soot.jimple.toolkits.annotation.purity - package soot.jimple.toolkits.annotation.purity
-
- soot.jimple.toolkits.annotation.qualifiers - package soot.jimple.toolkits.annotation.qualifiers
-
- soot.jimple.toolkits.annotation.tags - package soot.jimple.toolkits.annotation.tags
-
Tags and aggregators to store and combine information about array bounds and null pointer checks.
- soot.jimple.toolkits.base - package soot.jimple.toolkits.base
-
A toolkit to optimize the Jimple IR.
- soot.jimple.toolkits.callgraph - package soot.jimple.toolkits.callgraph
-
- soot.jimple.toolkits.graph - package soot.jimple.toolkits.graph
-
A set of utility classes for program transformation and optimizations.
- soot.jimple.toolkits.ide - package soot.jimple.toolkits.ide
-
- soot.jimple.toolkits.ide.exampleproblems - package soot.jimple.toolkits.ide.exampleproblems
-
- soot.jimple.toolkits.ide.icfg - package soot.jimple.toolkits.ide.icfg
-
- soot.jimple.toolkits.ide.icfg.dotexport - package soot.jimple.toolkits.ide.icfg.dotexport
-
- soot.jimple.toolkits.ide.libsumm - package soot.jimple.toolkits.ide.libsumm
-
- soot.jimple.toolkits.infoflow - package soot.jimple.toolkits.infoflow
-
- soot.jimple.toolkits.invoke - package soot.jimple.toolkits.invoke
-
A toolkit to deal with Jimple and invoke statements.
- soot.jimple.toolkits.pointer - package soot.jimple.toolkits.pointer
-
- soot.jimple.toolkits.pointer.nativemethods - package soot.jimple.toolkits.pointer.nativemethods
-
- soot.jimple.toolkits.pointer.representations - package soot.jimple.toolkits.pointer.representations
-
- soot.jimple.toolkits.pointer.util - package soot.jimple.toolkits.pointer.util
-
- soot.jimple.toolkits.reflection - package soot.jimple.toolkits.reflection
-
- soot.jimple.toolkits.scalar - package soot.jimple.toolkits.scalar
-
A toolkit for scalar optimization of Jimple.
- soot.jimple.toolkits.scalar.pre - package soot.jimple.toolkits.scalar.pre
-
Particial redundency elimination.
- soot.jimple.toolkits.thread - package soot.jimple.toolkits.thread
-
- soot.jimple.toolkits.thread.mhp - package soot.jimple.toolkits.thread.mhp
-
- soot.jimple.toolkits.thread.mhp.findobject - package soot.jimple.toolkits.thread.mhp.findobject
-
- soot.jimple.toolkits.thread.mhp.pegcallgraph - package soot.jimple.toolkits.thread.mhp.pegcallgraph
-
- soot.jimple.toolkits.thread.mhp.stmt - package soot.jimple.toolkits.thread.mhp.stmt
-
- soot.jimple.toolkits.thread.synchronization - package soot.jimple.toolkits.thread.synchronization
-
- soot.jimple.toolkits.typing - package soot.jimple.toolkits.typing
-
Implements a typing algorithm for Jimple.
- soot.jimple.toolkits.typing.fast - package soot.jimple.toolkits.typing.fast
-
- soot.jimple.toolkits.typing.integer - package soot.jimple.toolkits.typing.integer
-
- soot.jimple.validation - package soot.jimple.validation
-
- soot.options - package soot.options
-
- soot.plugins - package soot.plugins
-
- soot.plugins.internal - package soot.plugins.internal
-
- soot.plugins.model - package soot.plugins.model
-
- soot.rtlib.tamiflex - package soot.rtlib.tamiflex
-
This package contains classes that may be emitted into a program during code generation.
- soot.shimple - package soot.shimple
-
Public classes for the SSA Shimple intermediate representation.
- soot.shimple.internal - package soot.shimple.internal
-
Shimple internal messy stuff.
- soot.shimple.toolkits.graph - package soot.shimple.toolkits.graph
-
- soot.shimple.toolkits.scalar - package soot.shimple.toolkits.scalar
-
Some analyses based on Shimple.
- soot.sootify - package soot.sootify
-
- soot.tagkit - package soot.tagkit
-
Classes supporting classfile annotation in Soot.
- soot.toDex - package soot.toDex
-
- soot.toDex.instructions - package soot.toDex.instructions
-
- soot.toolkits.astmetrics - package soot.toolkits.astmetrics
-
- soot.toolkits.astmetrics.DataHandlingApplication - package soot.toolkits.astmetrics.DataHandlingApplication
-
- soot.toolkits.exceptions - package soot.toolkits.exceptions
-
- soot.toolkits.graph - package soot.toolkits.graph
-
Toolkit to produce and manipulate various types of control flow
graphs.
- soot.toolkits.graph.interaction - package soot.toolkits.graph.interaction
-
- soot.toolkits.graph.pdg - package soot.toolkits.graph.pdg
-
- soot.toolkits.scalar - package soot.toolkits.scalar
-
A number of scalar optimizations, and the flow analysis framework.
- soot.tools - package soot.tools
-
Various extensions to Soot that can be executed instead of soot.Main.
- soot.util - package soot.util
-
Generally useful utility classes for Soot.
- soot.util.annotations - package soot.util.annotations
-
- soot.util.backend - package soot.util.backend
-
- soot.util.cfgcmd - package soot.util.cfgcmd
-
- soot.util.dot - package soot.util.dot
-
Classes for creating graphs as input to Dot.
- soot.util.queue - package soot.util.queue
-
An efficient queue implementation to be used generally within Soot.
- soot.validation - package soot.validation
-
- soot.xml - package soot.xml
-
- soot_baf_Baf() - Method in class soot.Singletons
-
- soot_baf_DoubleWordType() - Method in class soot.Singletons
-
- soot_baf_toolkits_base_LoadStoreOptimizer() - Method in class soot.Singletons
-
- soot_baf_toolkits_base_PeepholeOptimizer() - Method in class soot.Singletons
-
- soot_baf_toolkits_base_StoreChainOptimizer() - Method in class soot.Singletons
-
- soot_baf_WordType() - Method in class soot.Singletons
-
- soot_BooleanType() - Method in class soot.Singletons
-
- soot_ByteType() - Method in class soot.Singletons
-
- soot_CharType() - Method in class soot.Singletons
-
- soot_classpath() - Method in class soot.options.Options
-
- soot_coffi_CONSTANT_Utf8_collector() - Method in class soot.Singletons
-
- soot_coffi_Double2ndHalfType() - Method in class soot.Singletons
-
- soot_coffi_Long2ndHalfType() - Method in class soot.Singletons
-
- soot_coffi_UnusuableType() - Method in class soot.Singletons
-
- soot_coffi_Util() - Method in class soot.Singletons
-
- soot_dava_Dava() - Method in class soot.Singletons
-
- soot_dava_DavaPrinter() - Method in class soot.Singletons
-
- soot_dava_DavaStaticBlockCleaner() - Method in class soot.Singletons
-
- soot_dava_toolkits_base_AST_ASTWalker() - Method in class soot.Singletons
-
- soot_dava_toolkits_base_AST_transformations_UselessLabelFinder() - Method in class soot.Singletons
-
- soot_dava_toolkits_base_AST_traversals_ClosestAbruptTargetFinder() - Method in class soot.Singletons
-
- soot_dava_toolkits_base_AST_TryContentsFinder() - Method in class soot.Singletons
-
- soot_dava_toolkits_base_AST_UselessTryRemover() - Method in class soot.Singletons
-
- soot_dava_toolkits_base_finders_AbruptEdgeFinder() - Method in class soot.Singletons
-
- soot_dava_toolkits_base_finders_CycleFinder() - Method in class soot.Singletons
-
- soot_dava_toolkits_base_finders_ExceptionFinder() - Method in class soot.Singletons
-
- soot_dava_toolkits_base_finders_IfFinder() - Method in class soot.Singletons
-
- soot_dava_toolkits_base_finders_LabeledBlockFinder() - Method in class soot.Singletons
-
- soot_dava_toolkits_base_finders_SequenceFinder() - Method in class soot.Singletons
-
- soot_dava_toolkits_base_finders_SwitchFinder() - Method in class soot.Singletons
-
- soot_dava_toolkits_base_finders_SynchronizedBlockFinder() - Method in class soot.Singletons
-
- soot_dava_toolkits_base_misc_MonitorConverter() - Method in class soot.Singletons
-
- soot_dava_toolkits_base_misc_PackageNamer() - Method in class soot.Singletons
-
- soot_dava_toolkits_base_misc_ThrowFinder() - Method in class soot.Singletons
-
- soot_dava_toolkits_base_misc_ThrowNullConverter() - Method in class soot.Singletons
-
- soot_dexpler_DalvikThrowAnalysis() - Method in class soot.Singletons
-
- soot_dexpler_DexFileProvider() - Method in class soot.Singletons
-
- soot_dexpler_DexResolver() - Method in class soot.Singletons
-
- soot_dexpler_TrapMinimizer() - Method in class soot.Singletons
-
- soot_DoubleType() - Method in class soot.Singletons
-
- soot_EntryPoints() - Method in class soot.Singletons
-
- soot_ErroneousType() - Method in class soot.Singletons
-
- soot_FloatType() - Method in class soot.Singletons
-
- soot_grimp_Grimp() - Method in class soot.Singletons
-
- soot_grimp_toolkits_base_ConstructorFolder() - Method in class soot.Singletons
-
- soot_IntType() - Method in class soot.Singletons
-
- soot_JastAddInitialResolver() - Method in class soot.Singletons
-
- soot_javaToJimple_InitialResolver() - Method in class soot.Singletons
-
- soot_javaToJimple_toolkits_CondTransformer() - Method in class soot.Singletons
-
- soot_jbco_jimpleTransformations_ClassRenamer() - Method in class soot.Singletons
-
- soot_jbco_jimpleTransformations_MethodRenamer() - Method in class soot.Singletons
-
- soot_jimple_Jimple() - Method in class soot.Singletons
-
- soot_jimple_NullConstant() - Method in class soot.Singletons
-
- soot_jimple_paddle_PaddleHook() - Method in class soot.Singletons
-
- soot_jimple_spark_fieldrw_FieldReadTagAggregator() - Method in class soot.Singletons
-
- soot_jimple_spark_fieldrw_FieldTagAggregator() - Method in class soot.Singletons
-
- soot_jimple_spark_fieldrw_FieldTagger() - Method in class soot.Singletons
-
- soot_jimple_spark_fieldrw_FieldWriteTagAggregator() - Method in class soot.Singletons
-
- soot_jimple_spark_internal_CompleteAccessibility() - Method in class soot.Singletons
-
- soot_jimple_spark_internal_PublicAndProtectedAccessibility() - Method in class soot.Singletons
-
- soot_jimple_spark_pag_ArrayElement() - Method in class soot.Singletons
-
- soot_jimple_spark_sets_AllSharedHybridNodes() - Method in class soot.Singletons
-
- soot_jimple_spark_sets_AllSharedListNodes() - Method in class soot.Singletons
-
- soot_jimple_spark_sets_EmptyPointsToSet() - Method in class soot.Singletons
-
- soot_jimple_spark_SparkTransformer() - Method in class soot.Singletons
-
- soot_jimple_toolkits_annotation_arraycheck_ArrayBoundsChecker() - Method in class soot.Singletons
-
- soot_jimple_toolkits_annotation_arraycheck_ClassFieldAnalysis() - Method in class soot.Singletons
-
- soot_jimple_toolkits_annotation_arraycheck_RectangularArrayFinder() - Method in class soot.Singletons
-
- soot_jimple_toolkits_annotation_AvailExprTagger() - Method in class soot.Singletons
-
- soot_jimple_toolkits_annotation_callgraph_CallGraphGrapher() - Method in class soot.Singletons
-
- soot_jimple_toolkits_annotation_callgraph_CallGraphTagger() - Method in class soot.Singletons
-
- soot_jimple_toolkits_annotation_defs_ReachingDefsTagger() - Method in class soot.Singletons
-
- soot_jimple_toolkits_annotation_DominatorsTagger() - Method in class soot.Singletons
-
- soot_jimple_toolkits_annotation_fields_UnreachableFieldsTagger() - Method in class soot.Singletons
-
- soot_jimple_toolkits_annotation_j5anno_AnnotationGenerator() - Method in class soot.Singletons
-
- soot_jimple_toolkits_annotation_LineNumberAdder() - Method in class soot.Singletons
-
- soot_jimple_toolkits_annotation_liveness_LiveVarsTagger() - Method in class soot.Singletons
-
- soot_jimple_toolkits_annotation_logic_LoopInvariantFinder() - Method in class soot.Singletons
-
- soot_jimple_toolkits_annotation_methods_UnreachableMethodsTagger() - Method in class soot.Singletons
-
- soot_jimple_toolkits_annotation_nullcheck_NullPointerChecker() - Method in class soot.Singletons
-
- soot_jimple_toolkits_annotation_nullcheck_NullPointerColorer() - Method in class soot.Singletons
-
- soot_jimple_toolkits_annotation_parity_ParityTagger() - Method in class soot.Singletons
-
- soot_jimple_toolkits_annotation_profiling_ProfilingGenerator() - Method in class soot.Singletons
-
- soot_jimple_toolkits_annotation_purity_PurityAnalysis() - Method in class soot.Singletons
-
- soot_jimple_toolkits_annotation_qualifiers_TightestQualifiersTagger() - Method in class soot.Singletons
-
- soot_jimple_toolkits_annotation_tags_ArrayNullTagAggregator() - Method in class soot.Singletons
-
- soot_jimple_toolkits_base_Aggregator() - Method in class soot.Singletons
-
- soot_jimple_toolkits_base_RenameDuplicatedClasses() - Method in class soot.Singletons
-
- soot_jimple_toolkits_callgraph_CHATransformer() - Method in class soot.Singletons
-
- soot_jimple_toolkits_callgraph_VirtualCalls() - Method in class soot.Singletons
-
- soot_jimple_toolkits_graph_CriticalEdgeRemover() - Method in class soot.Singletons
-
- soot_jimple_toolkits_invoke_StaticInliner() - Method in class soot.Singletons
-
- soot_jimple_toolkits_invoke_StaticMethodBinder() - Method in class soot.Singletons
-
- soot_jimple_toolkits_invoke_SynchronizerManager() - Method in class soot.Singletons
-
- soot_jimple_toolkits_pointer_CastCheckEliminatorDumper() - Method in class soot.Singletons
-
- soot_jimple_toolkits_pointer_DependenceTagAggregator() - Method in class soot.Singletons
-
- soot_jimple_toolkits_pointer_DumbPointerAnalysis() - Method in class soot.Singletons
-
- soot_jimple_toolkits_pointer_FieldRWTagger() - Method in class soot.Singletons
-
- soot_jimple_toolkits_pointer_FullObjectSet() - Method in class soot.Singletons
-
- soot_jimple_toolkits_pointer_ParameterAliasTagger() - Method in class soot.Singletons
-
- soot_jimple_toolkits_pointer_representations_Environment() - Method in class soot.Singletons
-
- soot_jimple_toolkits_pointer_representations_TypeConstants() - Method in class soot.Singletons
-
- soot_jimple_toolkits_pointer_SideEffectTagger() - Method in class soot.Singletons
-
- soot_jimple_toolkits_reflection_ConstantInvokeMethodBaseTransformer() - Method in class soot.Singletons
-
- soot_jimple_toolkits_scalar_CommonSubexpressionEliminator() - Method in class soot.Singletons
-
- soot_jimple_toolkits_scalar_ConditionalBranchFolder() - Method in class soot.Singletons
-
- soot_jimple_toolkits_scalar_ConstantCastEliminator() - Method in class soot.Singletons
-
- soot_jimple_toolkits_scalar_ConstantPropagatorAndFolder() - Method in class soot.Singletons
-
- soot_jimple_toolkits_scalar_CopyPropagator() - Method in class soot.Singletons
-
- soot_jimple_toolkits_scalar_DeadAssignmentEliminator() - Method in class soot.Singletons
-
- soot_jimple_toolkits_scalar_EmptySwitchEliminator() - Method in class soot.Singletons
-
- soot_jimple_toolkits_scalar_FieldStaticnessCorrector() - Method in class soot.Singletons
-
- soot_jimple_toolkits_scalar_IdentityCastEliminator() - Method in class soot.Singletons
-
- soot_jimple_toolkits_scalar_IdentityOperationEliminator() - Method in class soot.Singletons
-
- soot_jimple_toolkits_scalar_LocalNameStandardizer() - Method in class soot.Singletons
-
- soot_jimple_toolkits_scalar_MethodStaticnessCorrector() - Method in class soot.Singletons
-
- soot_jimple_toolkits_scalar_NopEliminator() - Method in class soot.Singletons
-
- soot_jimple_toolkits_scalar_pre_BusyCodeMotion() - Method in class soot.Singletons
-
- soot_jimple_toolkits_scalar_pre_LazyCodeMotion() - Method in class soot.Singletons
-
- soot_jimple_toolkits_scalar_UnconditionalBranchFolder() - Method in class soot.Singletons
-
- soot_jimple_toolkits_scalar_UnreachableCodeEliminator() - Method in class soot.Singletons
-
- soot_jimple_toolkits_thread_mhp_MhpTransformer() - Method in class soot.Singletons
-
- soot_jimple_toolkits_thread_synchronization_LockAllocator() - Method in class soot.Singletons
-
- soot_jimple_toolkits_typing_fast_BottomType() - Method in class soot.Singletons
-
- soot_jimple_toolkits_typing_fast_Integer127Type() - Method in class soot.Singletons
-
- soot_jimple_toolkits_typing_fast_Integer1Type() - Method in class soot.Singletons
-
- soot_jimple_toolkits_typing_fast_Integer32767Type() - Method in class soot.Singletons
-
- soot_jimple_toolkits_typing_integer_ClassHierarchy() - Method in class soot.Singletons
-
- soot_jimple_toolkits_typing_TypeAssigner() - Method in class soot.Singletons
-
- soot_LongType() - Method in class soot.Singletons
-
- soot_Main() - Method in class soot.Singletons
-
- soot_NullType() - Method in class soot.Singletons
-
- soot_options_Options() - Method in class soot.Singletons
-
- soot_PackManager() - Method in class soot.Singletons
-
- soot_PhaseOptions() - Method in class soot.Singletons
-
- soot_Printer() - Method in class soot.Singletons
-
- soot_RefType() - Method in class soot.Singletons
-
- soot_Scene() - Method in class soot.Singletons
-
- soot_shimple_Shimple() - Method in class soot.Singletons
-
- soot_shimple_ShimpleTransformer() - Method in class soot.Singletons
-
- soot_shimple_toolkits_scalar_SConstantPropagatorAndFolder() - Method in class soot.Singletons
-
- soot_ShortType() - Method in class soot.Singletons
-
- soot_sootify_TemplatePrinter() - Method in class soot.Singletons
-
- soot_SootResolver() - Method in class soot.Singletons
-
- soot_SourceLocator() - Method in class soot.Singletons
-
- soot_StmtAddressType() - Method in class soot.Singletons
-
- soot_tagkit_InnerClassTagAggregator() - Method in class soot.Singletons
-
- soot_tagkit_LineNumberTagAggregator() - Method in class soot.Singletons
-
- soot_tagkit_TagManager() - Method in class soot.Singletons
-
- soot_Timers() - Method in class soot.Singletons
-
- soot_toDex_FastDexTrapTightener() - Method in class soot.Singletons
-
- soot_toDex_SynchronizedMethodTransformer() - Method in class soot.Singletons
-
- soot_toDex_TrapSplitter() - Method in class soot.Singletons
-
- soot_toolkits_exceptions_DuplicateCatchAllTrapRemover() - Method in class soot.Singletons
-
- soot_toolkits_exceptions_PedanticThrowAnalysis() - Method in class soot.Singletons
-
- soot_toolkits_exceptions_ThrowableSet_Manager() - Method in class soot.Singletons
-
- soot_toolkits_exceptions_TrapTightener() - Method in class soot.Singletons
-
- soot_toolkits_exceptions_UnitThrowAnalysis() - Method in class soot.Singletons
-
- soot_toolkits_graph_interaction_InteractionHandler() - Method in class soot.Singletons
-
- soot_toolkits_graph_SlowPseudoTopologicalOrderer() - Method in class soot.Singletons
-
- soot_toolkits_scalar_LocalPacker() - Method in class soot.Singletons
-
- soot_toolkits_scalar_LocalSplitter() - Method in class soot.Singletons
-
- soot_toolkits_scalar_SmartLocalDefsPool() - Method in class soot.Singletons
-
- soot_toolkits_scalar_UnusedLocalEliminator() - Method in class soot.Singletons
-
- soot_UnknownType() - Method in class soot.Singletons
-
- soot_util_cfgcmd_AltClassLoader() - Method in class soot.Singletons
-
- soot_util_PhaseDumper() - Method in class soot.Singletons
-
- soot_util_SharedBitSetCache() - Method in class soot.Singletons
-
- soot_VoidType() - Method in class soot.Singletons
-
- soot_xml_XMLPrinter() - Method in class soot.Singletons
-
- SootASMClassWriter - Class in soot.util.backend
-
ASM class writer with soot-specific resolution of common superclasses
- SootASMClassWriter(int) - Constructor for class soot.util.backend.SootASMClassWriter
-
Constructs a new ClassWriter
object.
- sootClass() - Method in class soot.JastAddJ.ClassDecl
-
- sootClass() - Method in class soot.JastAddJ.InterfaceDecl
-
- sootClass() - Method in class soot.JastAddJ.TypeDecl
-
- SootClass - Class in soot
-
Soot representation of a Java class.
- SootClass(String, int) - Constructor for class soot.SootClass
-
Constructs an empty SootClass with the given name and modifiers.
- SootClass(String) - Constructor for class soot.SootClass
-
Constructs an empty SootClass with the given name and no modifiers.
- sootClass_computed - Variable in class soot.JastAddJ.ClassDecl
-
- sootClass_computed - Variable in class soot.JastAddJ.InterfaceDecl
-
- sootClass_computed - Variable in class soot.JastAddJ.TypeDecl
-
- sootClass_value - Variable in class soot.JastAddJ.ClassDecl
-
- sootClass_value - Variable in class soot.JastAddJ.InterfaceDecl
-
- sootClass_value - Variable in class soot.JastAddJ.TypeDecl
-
- SootClassNeedsDavaSuperHandlerClass - Variable in class soot.G
-
- sootClassPath - Variable in class soot.Scene
-
- sootEdge - Variable in class soot.jimple.spark.geom.dataRep.CgEdge
-
- sootField - Variable in class soot.JastAddJ.FieldDeclaration
-
- SootField - Class in soot
-
Soot representation of a Java field.
- SootField(String, Type, int) - Constructor for class soot.SootField
-
Constructs a Soot field with the given name, type and modifiers.
- SootField(String, Type) - Constructor for class soot.SootField
-
Constructs a Soot field with the given name, type and no modifiers.
- SootFieldRef - Interface in soot
-
Representation of a reference to a field as it appears in a class file.
- sootFieldsRenamed - Static variable in class soot.jbco.jimpleTransformations.FieldRenamer
-
- SootFilter - Class in soot.jimple.toolkits.scalar.pre
-
Allows easy filtering/wrapping of Soot objects.
- SootFilter() - Constructor for class soot.jimple.toolkits.scalar.pre.SootFilter
-
- SootInfo - Class in soot.jimple.spark.geom.utils
-
It implements missing features in Soot components.
- SootInfo() - Constructor for class soot.jimple.spark.geom.utils.SootInfo
-
- sootMethod - Variable in class soot.JastAddJ.ConstructorDecl
-
- sootMethod() - Method in class soot.JastAddJ.ConstructorDecl
-
- sootMethod - Variable in class soot.JastAddJ.MethodDecl
-
- sootMethod() - Method in class soot.JastAddJ.MethodDecl
-
- sootMethod - Variable in class soot.jimple.toolkits.thread.mhp.stmt.JPegStmt
-
- SootMethod - Class in soot
-
Soot representation of a Java method.
- SootMethod(String, List<Type>, Type) - Constructor for class soot.SootMethod
-
Constructs a
SootMethod
with the given name, parameter types and return type.
- SootMethod(String, List<Type>, Type, int) - Constructor for class soot.SootMethod
-
Constructs a
SootMethod
with the given name, parameter types, return type and modifiers.
- SootMethod(String, List<Type>, Type, int, List<SootClass>) - Constructor for class soot.SootMethod
-
Constructs a
SootMethod
with the given name, parameter types, return type, and list of thrown exceptions.
- sootMethod_computed - Variable in class soot.JastAddJ.ConstructorDecl
-
- sootMethod_computed - Variable in class soot.JastAddJ.MethodDecl
-
- sootMethod_value - Variable in class soot.JastAddJ.ConstructorDecl
-
- sootMethod_value - Variable in class soot.JastAddJ.MethodDecl
-
- SootMethodAddedByDava - Variable in class soot.G
-
- SootMethodFilter - Interface in soot.jimple.toolkits.annotation.purity
-
Allows specifying which SootMethod you want to analyse in a AbstractInterproceduralAnalysis.
- SootMethodInterface - Interface in soot
-
- SootMethodRef - Interface in soot
-
Representation of a reference to a method as it appears in a class file.
- SootMethodRefImpl - Class in soot
-
Representation of a reference to a method as it appears in a class file.
- SootMethodRefImpl(SootClass, String, List<Type>, Type, boolean) - Constructor for class soot.SootMethodRefImpl
-
- SootMethodRefImpl.ClassResolutionFailedException - Exception in soot
-
- SootMethodsAdded - Variable in class soot.G
-
- SootPhasePlugin - Interface in soot.plugins
-
An interface every phase plugin has to implement.
- sootRef() - Method in class soot.JastAddJ.ConstructorDecl
-
- sootRef() - Method in class soot.JastAddJ.FieldDeclaration
-
- sootRef() - Method in class soot.JastAddJ.MethodDecl
-
- sootRef() - Method in class soot.JastAddJ.TypeDecl
-
- sootRef_computed - Variable in class soot.JastAddJ.ConstructorDecl
-
- sootRef_computed - Variable in class soot.JastAddJ.FieldDeclaration
-
- sootRef_computed - Variable in class soot.JastAddJ.MethodDecl
-
- sootRef_value - Variable in class soot.JastAddJ.ConstructorDecl
-
- sootRef_value - Variable in class soot.JastAddJ.FieldDeclaration
-
- sootRef_value - Variable in class soot.JastAddJ.MethodDecl
-
- SootResolver - Class in soot
-
Loads symbols for SootClasses from either class files or jimple files.
- SootResolver(Singletons.Global) - Constructor for class soot.SootResolver
-
- SootResolver.SootClassNotFoundException - Exception in soot
-
- SootSig - Class in soot.rtlib.tamiflex
-
- SootSig() - Constructor for class soot.rtlib.tamiflex.SootSig
-
- sootSignature(Constructor<?>) - Static method in class soot.rtlib.tamiflex.SootSig
-
- sootSignature(Object, Method) - Static method in class soot.rtlib.tamiflex.SootSig
-
- sootSignature(Field) - Static method in class soot.rtlib.tamiflex.SootSig
-
- SootToDexUtils - Class in soot.toDex
-
Utility class for the conversion from soot to dex.
- SootToDexUtils() - Constructor for class soot.toDex.SootToDexUtils
-
- sootTypeModifiers() - Method in class soot.JastAddJ.AnnotationDecl
-
- sootTypeModifiers() - Method in class soot.JastAddJ.BridgeMethodDecl
-
- sootTypeModifiers() - Method in class soot.JastAddJ.ConstructorDecl
-
- sootTypeModifiers() - Method in class soot.JastAddJ.EnumConstant
-
- sootTypeModifiers() - Method in class soot.JastAddJ.EnumDecl
-
- sootTypeModifiers() - Method in class soot.JastAddJ.FieldDeclaration
-
- sootTypeModifiers() - Method in class soot.JastAddJ.InterfaceDecl
-
- sootTypeModifiers() - Method in class soot.JastAddJ.MethodDecl
-
- sootTypeModifiers() - Method in class soot.JastAddJ.TypeDecl
-
- SootUtil - Class in soot.jimple.spark.ondemand.pautil
-
Utility methods for dealing with Soot.
- SootUtil() - Constructor for class soot.jimple.spark.ondemand.pautil.SootUtil
-
- SootUtil.CallSiteAndContext - Class in soot.jimple.spark.ondemand.pautil
-
- SootUtil.FieldAccessMap - Class in soot.jimple.spark.ondemand.pautil
-
- SootUtil.FieldToEdgesMap - Class in soot.jimple.spark.ondemand.pautil
-
- sort() - Method in class soot.jimple.spark.solver.TopoSorter
-
Actually perform the topological sort on the PAG.
- SortableCSVString - Class in soot.jimple.toolkits.ide
-
- SortableCSVString(String, int) - Constructor for class soot.jimple.toolkits.ide.SortableCSVString
-
- SortedArraySet - Class in soot.jimple.spark.sets
-
Implementation of points-to set using a sorted array.
- SortedArraySet(Type, PAG) - Constructor for class soot.jimple.spark.sets.SortedArraySet
-
- sorter() - Method in class soot.jimple.toolkits.thread.mhp.TopologicalSorter
-
- SOURCE_VISIBLE - Static variable in class soot.tagkit.AnnotationConstants
-
- sourceConstructorDecl() - Method in class soot.JastAddJ.ConstructorDecl
-
- sourceConstructorDecl() - Method in class soot.JastAddJ.ConstructorDeclSubstituted
-
- sourceConstructorDecl() - Method in class soot.JastAddJ.ParConstructorDecl
-
- sourceConstructorDecl_computed - Variable in class soot.JastAddJ.ConstructorDecl
-
- sourceConstructorDecl_computed - Variable in class soot.JastAddJ.ConstructorDeclSubstituted
-
- sourceConstructorDecl_computed - Variable in class soot.JastAddJ.ParConstructorDecl
-
- sourceConstructorDecl_value - Variable in class soot.JastAddJ.ConstructorDecl
-
- sourceConstructorDecl_value - Variable in class soot.JastAddJ.ConstructorDeclSubstituted
-
- sourceConstructorDecl_value - Variable in class soot.JastAddJ.ParConstructorDecl
-
- sourceFile() - Method in class soot.JastAddJ.ASTNode
-
- SourceFile_attribute - Class in soot.coffi
-
A debugging attribute, this gives the name of the source file for this .class file.
- SourceFile_attribute() - Constructor for class soot.coffi.SourceFile_attribute
-
- sourcefile_index - Variable in class soot.coffi.SourceFile_attribute
-
Constant pool index of a utf8 string for the name of the associated source file.
- SourceFileTag - Class in soot.tagkit
-
- SourceFileTag(String) - Constructor for class soot.tagkit.SourceFileTag
-
- SourceFileTag(String, String) - Constructor for class soot.tagkit.SourceFileTag
-
- SourceFileTag() - Constructor for class soot.tagkit.SourceFileTag
-
- sourceJobMap() - Method in class soot.javaToJimple.jj.ExtensionInfo
-
- sourceJobMap(HashMap<Source, Job>) - Method in class soot.javaToJimple.jj.ExtensionInfo
-
- SourceLineNumberTag - Class in soot.tagkit
-
- SourceLineNumberTag(int) - Constructor for class soot.tagkit.SourceLineNumberTag
-
- SourceLineNumberTag(int, int) - Constructor for class soot.tagkit.SourceLineNumberTag
-
- SourceLnNamePosTag - Class in soot.tagkit
-
- SourceLnNamePosTag(String, int, int, int, int) - Constructor for class soot.tagkit.SourceLnNamePosTag
-
- SourceLnPosTag - Class in soot.tagkit
-
- SourceLnPosTag(int, int, int, int) - Constructor for class soot.tagkit.SourceLnPosTag
-
- SourceLocator - Class in soot
-
Provides utility methods to retrieve an input stream for a class name, given a classfile, or jimple or baf output files.
- SourceLocator(Singletons.Global) - Constructor for class soot.SourceLocator
-
- sourceMethodDecl() - Method in class soot.JastAddJ.MethodDecl
-
- sourceMethodDecl() - Method in class soot.JastAddJ.MethodDeclSubstituted
-
- sourceMethodDecl() - Method in class soot.JastAddJ.ParMethodDecl
-
- sourceMethodDecl_computed - Variable in class soot.JastAddJ.MethodDecl
-
- sourceMethodDecl_computed - Variable in class soot.JastAddJ.MethodDeclSubstituted
-
- sourceMethodDecl_computed - Variable in class soot.JastAddJ.ParMethodDecl
-
- sourceMethodDecl_value - Variable in class soot.JastAddJ.MethodDecl
-
- sourceMethodDecl_value - Variable in class soot.JastAddJ.MethodDeclSubstituted
-
- sourceMethodDecl_value - Variable in class soot.JastAddJ.ParMethodDecl
-
- sourceMethods() - Method in class soot.jimple.toolkits.callgraph.CallGraph
-
Returns an iterator over all methods that are the sources of at least one edge.
- sourceMethods() - Method in class soot.jimple.toolkits.callgraph.SlowCallGraph
-
Returns an iterator over all methods that are the sources of at least one edge.
- sourceNameWithoutPath() - Method in class soot.JastAddJ.TypeDecl
-
- sourcePath() - Method in class soot.SourceLocator
-
- SourcePositionTag - Class in soot.tagkit
-
- SourcePositionTag(int, int) - Constructor for class soot.tagkit.SourcePositionTag
-
- Sources - Class in soot.jimple.toolkits.callgraph
-
Adapts an iterator over a collection of Edge's to be an iterator over the source methods of the edges.
- Sources(Iterator<Edge>) - Constructor for class soot.jimple.toolkits.callgraph.Sources
-
- sourcesOf(EquivalentValue) - Method in class soot.jimple.toolkits.infoflow.SmartMethodInfoFlowAnalysis
-
- sourceType() - Method in class soot.JastAddJ.AssignExpr
-
- sourceType() - Method in class soot.JastAddJ.AssignPlusExpr
-
- sourceType() - Method in class soot.JastAddJ.AssignSimpleExpr
-
- sourceTypeDecl() - Method in class soot.JastAddJ.ClassDeclSubstituted
-
- sourceTypeDecl() - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
- sourceTypeDecl() - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
- sourceTypeDecl() - Method in class soot.JastAddJ.InterfaceDeclSubstituted
-
- sourceTypeDecl() - Method in class soot.JastAddJ.ParClassDecl
-
- sourceTypeDecl() - Method in class soot.JastAddJ.ParInterfaceDecl
-
- sourceTypeDecl() - Method in class soot.JastAddJ.TypeDecl
-
- sourceTypeDecl_computed - Variable in class soot.JastAddJ.ClassDeclSubstituted
-
- sourceTypeDecl_computed - Variable in class soot.JastAddJ.GenericClassDeclSubstituted
-
- sourceTypeDecl_computed - Variable in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
- sourceTypeDecl_computed - Variable in class soot.JastAddJ.InterfaceDeclSubstituted
-
- sourceTypeDecl_computed - Variable in class soot.JastAddJ.ParClassDecl
-
- sourceTypeDecl_computed - Variable in class soot.JastAddJ.ParInterfaceDecl
-
- sourceTypeDecl_computed - Variable in class soot.JastAddJ.TypeDecl
-
- sourceTypeDecl_value - Variable in class soot.JastAddJ.ClassDeclSubstituted
-
- sourceTypeDecl_value - Variable in class soot.JastAddJ.GenericClassDeclSubstituted
-
- sourceTypeDecl_value - Variable in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
- sourceTypeDecl_value - Variable in class soot.JastAddJ.InterfaceDeclSubstituted
-
- sourceTypeDecl_value - Variable in class soot.JastAddJ.ParClassDecl
-
- sourceTypeDecl_value - Variable in class soot.JastAddJ.ParInterfaceDecl
-
- sourceTypeDecl_value - Variable in class soot.JastAddJ.TypeDecl
-
- sourceVariableDecl() - Method in class soot.JastAddJ.CatchParameterDeclaration
-
- sourceVariableDecl() - Method in class soot.JastAddJ.FieldDeclaration
-
- sourceVariableDecl() - Method in class soot.JastAddJ.FieldDeclarationSubstituted
-
- sourceVariableDecl() - Method in class soot.JastAddJ.ParameterDeclaration
-
- sourceVariableDecl() - Method in class soot.JastAddJ.ParameterDeclarationSubstituted
-
- sourceVariableDecl() - Method in interface soot.JastAddJ.Variable
-
- sourceVariableDecl() - Method in class soot.JastAddJ.VariableDeclaration
-
- sourceVariableDecl_computed - Variable in class soot.JastAddJ.CatchParameterDeclaration
-
- sourceVariableDecl_computed - Variable in class soot.JastAddJ.FieldDeclaration
-
- sourceVariableDecl_computed - Variable in class soot.JastAddJ.FieldDeclarationSubstituted
-
- sourceVariableDecl_computed - Variable in class soot.JastAddJ.ParameterDeclaration
-
- sourceVariableDecl_computed - Variable in class soot.JastAddJ.ParameterDeclarationSubstituted
-
- sourceVariableDecl_computed - Variable in class soot.JastAddJ.VariableDeclaration
-
- sourceVariableDecl_value - Variable in class soot.JastAddJ.CatchParameterDeclaration
-
- sourceVariableDecl_value - Variable in class soot.JastAddJ.FieldDeclaration
-
- sourceVariableDecl_value - Variable in class soot.JastAddJ.FieldDeclarationSubstituted
-
- sourceVariableDecl_value - Variable in class soot.JastAddJ.ParameterDeclaration
-
- sourceVariableDecl_value - Variable in class soot.JastAddJ.ParameterDeclarationSubstituted
-
- sourceVariableDecl_value - Variable in class soot.JastAddJ.VariableDeclaration
-
- SparkField - Interface in soot.jimple.spark.pag
-
Represents a field.
- SparkLibraryHelper - Class in soot.jimple.spark.internal
-
This
TypeSwitch
can be used to add library behavior to the PAG.
- SparkLibraryHelper(PAG, Node, SootMethod) - Constructor for class soot.jimple.spark.internal.SparkLibraryHelper
-
- SparkNativeHelper - Class in soot.jimple.spark.internal
-
- SparkNativeHelper(PAG) - Constructor for class soot.jimple.spark.internal.SparkNativeHelper
-
- SparkNativeHelper_tempVar - Variable in class soot.G
-
- SparkOptions - Class in soot.options
-
Option parser for Spark.
- SparkOptions(Map<String, String>) - Constructor for class soot.options.SparkOptions
-
- SparkTransformer - Class in soot.jimple.spark
-
Main entry point for Spark.
- SparkTransformer(Singletons.Global) - Constructor for class soot.jimple.spark.SparkTransformer
-
- SparseSwitchInstruction - Class in soot.dexpler.instructions
-
- SparseSwitchInstruction(Instruction, int) - Constructor for class soot.dexpler.instructions.SparseSwitchInstruction
-
- SparseSwitchPayload - Class in soot.toDex.instructions
-
The payload for a sparse-switch instruction.
- SparseSwitchPayload(int[], List<Unit>) - Constructor for class soot.toDex.instructions.SparseSwitchPayload
-
- SPatchingChain - Class in soot.shimple.internal
-
Internal Shimple extension of PatchingChain.
- SPatchingChain(Body, Chain<Unit>) - Constructor for class soot.shimple.internal.SPatchingChain
-
- SPatchingChain.SPatchingIterator - Class in soot.shimple.internal
-
- SPECIAL - Static variable in class soot.Kind
-
Due to explicit invokespecial instruction.
- specialAnonMap() - Method in class soot.javaToJimple.InitialResolver
-
- SPECIALINVOKE - Static variable in class soot.jimple.Jimple
-
- SpecialInvokeExpr - Interface in soot.jimple
-
- SpecialInvokeInst - Interface in soot.baf
-
- specialThisLocal - Variable in class soot.javaToJimple.JimpleBodyBuilder
-
- SPhiExpr - Class in soot.shimple.internal
-
Internal implementation of Phi nodes.
- SPhiExpr(Local, List<Block>) - Constructor for class soot.shimple.internal.SPhiExpr
-
Create a trivial Phi expression for leftLocal.
- SPhiExpr(List<Value>, List<Unit>) - Constructor for class soot.shimple.internal.SPhiExpr
-
Create a Phi expression from the given list of Values and Blocks.
- SPiExpr - Class in soot.shimple.internal
-
- SPiExpr(Value, Unit, Object) - Constructor for class soot.shimple.internal.SPiExpr
-
- splitLocalCount - Variable in class soot.Timers
-
- splitOff_ExceptionNode(IterableSet<AugmentedStmt>, AugmentedStmtGraph, IterableSet<ExceptionNode>) - Method in class soot.dava.toolkits.base.finders.ExceptionNode
-
- splitParameters(String) - Static method in class soot.dexpler.Util
-
- splitPhase1Timer - Variable in class soot.Timers
-
- splitPhase2Timer - Variable in class soot.Timers
-
- splitSignature(String) - Static method in class soot.toDex.SootToDexUtils
-
Split the signature string using the same algorithm as in method 'Annotation makeSignature(CstString signature)' in dx
(dx/src/com/android/dx/dex/file/AnnotationUtils.java)
Rules are: "" - scan to ';' or '<'.
- splitStmtCount - Variable in class soot.Timers
-
- splitTimer - Variable in class soot.Timers
-
- splitTrapsAgainst(Body, Unit, Unit) - Static method in class soot.TrapManager
-
Splits all traps so that they do not cross the range rangeStart - rangeEnd.
- SputInstruction - Class in soot.dexpler.instructions
-
- SputInstruction(Instruction, int) - Constructor for class soot.dexpler.instructions.SputInstruction
-
- src() - Method in interface soot.jimple.toolkits.callgraph.ContextSensitiveEdge
-
The method in which the call occurs; may be null for calls not occurring in a specific method (eg.
- src() - Method in class soot.jimple.toolkits.callgraph.Edge
-
- src_prec() - Method in class soot.options.Options
-
- src_prec_apk - Static variable in class soot.options.Options
-
- src_prec_apk_c_j - Static variable in class soot.options.Options
-
- src_prec_apk_class_jimple - Static variable in class soot.options.Options
-
- src_prec_c - Static variable in class soot.options.Options
-
- SRC_PREC_CLASS - Static variable in class soot.JastAddJ.Program
-
- src_prec_class - Static variable in class soot.options.Options
-
- src_prec_J - Static variable in class soot.options.Options
-
- SRC_PREC_JAVA - Static variable in class soot.JastAddJ.Program
-
- src_prec_java - Static variable in class soot.options.Options
-
- src_prec_jimple - Static variable in class soot.options.Options
-
- SRC_PREC_ONLY_CLASS - Static variable in class soot.JastAddJ.Program
-
- src_prec_only_class - Static variable in class soot.options.Options
-
- srcCtxt() - Method in interface soot.jimple.toolkits.callgraph.ContextSensitiveEdge
-
The context at the source of the call.
- srcCtxt() - Method in class soot.jimple.toolkits.callgraph.Edge
-
- srcMethodToEdge - Variable in class soot.jimple.toolkits.callgraph.CallGraph
-
- srcStmt() - Method in interface soot.jimple.toolkits.callgraph.ContextSensitiveEdge
-
- srcStmt() - Method in class soot.jimple.toolkits.callgraph.Edge
-
- srcUnit() - Method in interface soot.jimple.toolkits.callgraph.ContextSensitiveEdge
-
The unit at which the call occurs; may be null for calls not occurring at a specific statement (eg.
- srcUnit() - Method in class soot.jimple.toolkits.callgraph.Edge
-
- srcUnitToEdge - Variable in class soot.jimple.toolkits.callgraph.CallGraph
-
- ST(TypeDecl) - Static method in class soot.JastAddJ.LUBType
-
- stabilize_local_names() - Method in class soot.options.JBOptions
-
Stabilize local names
Make sure that local names are stable between runs.
- Stack<T> - Class in soot.jimple.spark.ondemand.genericutil
-
- Stack(int) - Constructor for class soot.jimple.spark.ondemand.genericutil.Stack
-
- Stack() - Constructor for class soot.jimple.spark.ondemand.genericutil.Stack
-
- StackEffectSwitch() - Constructor for class soot.jbco.bafTransformations.StackTypeHeightCalculator.StackEffectSwitch
-
- StackTypeHeightCalculator - Class in soot.jbco.bafTransformations
-
- StackTypeHeightCalculator() - Constructor for class soot.jbco.bafTransformations.StackTypeHeightCalculator
-
- StackTypeHeightCalculator.StackEffectSwitch - Class in soot.jbco.bafTransformations
-
- standard_local_names() - Method in class soot.options.ShimpleOptions
-
Local Name Standardization --
Uses naming scheme of the Local Name Standardizer..
- start - Variable in class beaver.Symbol
-
Line and column where this symbol begins.
- start() - Method in class soot.JastAddJ.ASTNode
-
- Start - Class in soot.jimple.parser.node
-
- Start() - Constructor for class soot.jimple.parser.node.Start
-
- Start(PFile, EOF) - Constructor for class soot.jimple.parser.node.Start
-
- start() - Method in class soot.Timer
-
Starts the given timer.
- StartJoinAnalysis - Class in soot.jimple.toolkits.thread.mhp
-
- StartJoinAnalysis(UnitGraph, SootMethod, CallGraph, PAG) - Constructor for class soot.jimple.toolkits.thread.mhp.StartJoinAnalysis
-
- StartJoinFinder - Class in soot.jimple.toolkits.thread.mhp
-
- StartJoinFinder(CallGraph, PAG) - Constructor for class soot.jimple.toolkits.thread.mhp.StartJoinFinder
-
- startLineNumber - Variable in class soot.tagkit.SourceLineNumberTag
-
- startLn() - Method in class soot.tagkit.SourceLnPosTag
-
- startLn() - Method in class soot.xml.JavaAttribute
-
- startLn(int) - Method in class soot.xml.JavaAttribute
-
- startOfLine - Variable in class soot.AbstractUnitPrinter
-
- startPos() - Method in class soot.tagkit.SourceLnPosTag
-
- StartStmt - Class in soot.jimple.toolkits.thread.mhp.stmt
-
- StartStmt(String, String, Unit, UnitGraph, SootMethod) - Constructor for class soot.jimple.toolkits.thread.mhp.stmt.StartStmt
-
- startTime - Variable in class soot.jimple.toolkits.pointer.FieldRWTagger
-
- startTime - Variable in class soot.jimple.toolkits.pointer.SideEffectTagger
-
- startToAllocNodes - Variable in class soot.jimple.toolkits.thread.mhp.PegGraph
-
- startToThread - Variable in class soot.jimple.toolkits.thread.mhp.PegGraph
-
- startUnit(Unit) - Method in class soot.AbstractUnitPrinter
-
- startUnit(Unit) - Method in class soot.AttributesUnitPrinter
-
- startUnit(Unit) - Method in class soot.BriefUnitPrinter
-
- startUnit(Unit) - Method in interface soot.UnitPrinter
-
- startUnitBox(UnitBox) - Method in class soot.AbstractUnitPrinter
-
- startUnitBox(UnitBox) - Method in interface soot.UnitPrinter
-
- startValueBox(ValueBox) - Method in class soot.AbstractUnitPrinter
-
- startValueBox(ValueBox) - Method in class soot.AttributesUnitPrinter
-
- startValueBox(ValueBox) - Method in interface soot.UnitPrinter
-
- state - Static variable in class soot.JastAddJ.ASTNode
-
- state() - Method in class soot.JastAddJ.ASTNode
-
- state - Variable in class soot.jimple.parser.lexer.Lexer
-
- state - Variable in class soot.PatchingChain.PatchingIterator
-
- stateCount - Variable in class soot.util.HashChain
-
- states - Variable in class beaver.Parser
-
The parser's stack.
- STATIC - Static variable in class soot.JastAddJ.JastAddJavaParser.Terminals
-
- STATIC - Static variable in class soot.javaToJimple.InnerClassInfo
-
- STATIC - Static variable in class soot.jimple.Jimple
-
- STATIC - Static variable in class soot.Kind
-
Due to explicit invokestatic instruction.
- STATIC - Static variable in class soot.Modifier
-
- staticBlockInlining(SootClass) - Method in class soot.dava.DavaStaticBlockCleaner
-
- staticContextQualifier() - Method in class soot.JastAddJ.AbstractDot
-
- staticContextQualifier() - Method in class soot.JastAddJ.ArrayTypeAccess
-
- staticContextQualifier() - Method in class soot.JastAddJ.CastExpr
-
- staticContextQualifier() - Method in class soot.JastAddJ.Expr
-
- staticContextQualifier() - Method in class soot.JastAddJ.ParExpr
-
- staticContextQualifier() - Method in class soot.JastAddJ.TypeAccess
-
- StaticDefinitionFinder - Class in soot.dava
-
- StaticDefinitionFinder(SootMethod) - Constructor for class soot.dava.StaticDefinitionFinder
-
- StaticDefinitionFinder(boolean, SootMethod) - Constructor for class soot.dava.StaticDefinitionFinder
-
- staticField(String, String) - Method in class soot.jimple.toolkits.pointer.util.NativeHelper
-
Returns a reference variable representing a static Java field.
- staticFieldImpl(String, String) - Method in class soot.jimple.spark.internal.SparkNativeHelper
-
- staticFieldImpl(String, String) - Method in class soot.jimple.toolkits.pointer.util.NativeHelper
-
- StaticFieldRef - Class in soot.jimple
-
- StaticFieldRef(SootFieldRef) - Constructor for class soot.jimple.StaticFieldRef
-
- StaticGetInst - Interface in soot.baf
-
- StaticImportDecl - Class in soot.JastAddJ
-
7.5 Import Declarations
- StaticImportDecl() - Constructor for class soot.JastAddJ.StaticImportDecl
-
- StaticImportDecl(Access) - Constructor for class soot.JastAddJ.StaticImportDecl
-
- StaticImportOnDemandDecl - Class in soot.JastAddJ
-
7.5.4 A static-import-on-demand declaration allows all accessible (��6.6) static
members declared in the type named by a canonical name to be imported as
needed.
- StaticImportOnDemandDecl() - Constructor for class soot.JastAddJ.StaticImportOnDemandDecl
-
- StaticImportOnDemandDecl(Access) - Constructor for class soot.JastAddJ.StaticImportOnDemandDecl
-
- StaticInitializer - Class in soot.JastAddJ
-
- StaticInitializer() - Constructor for class soot.JastAddJ.StaticInitializer
-
- StaticInitializer(Block) - Constructor for class soot.JastAddJ.StaticInitializer
-
- staticInitializerName - Static variable in class soot.SootMethod
-
- StaticInliner - Class in soot.jimple.toolkits.invoke
-
Uses the Scene's currently-active InvokeGraph to inline monomorphic call sites.
- StaticInliner(Singletons.Global) - Constructor for class soot.jimple.toolkits.invoke.StaticInliner
-
- STATICINVOKE - Static variable in class soot.jimple.Jimple
-
- StaticInvokeExpr - Interface in soot.jimple
-
- StaticInvokeInst - Interface in soot.baf
-
- StaticMethodBinder - Class in soot.jimple.toolkits.invoke
-
Uses the Scene's currently-active InvokeGraph to statically bind monomorphic call sites.
- StaticMethodBinder(Singletons.Global) - Constructor for class soot.jimple.toolkits.invoke.StaticMethodBinder
-
- StaticPutInst - Interface in soot.baf
-
- StationaryArrayList<T> - Class in soot.util
-
This class implements an ArrayList where the equality and hashCode use object equality, not list equality.
- StationaryArrayList() - Constructor for class soot.util.StationaryArrayList
-
- StdTagPrinter - Class in soot.tagkit
-
Default tag printer.
- StdTagPrinter() - Constructor for class soot.tagkit.StdTagPrinter
-
- Stmt - Class in soot.JastAddJ
-
- Stmt() - Constructor for class soot.JastAddJ.Stmt
-
- Stmt - Interface in soot.jimple
-
- stmt() - Method in class soot.jimple.toolkits.callgraph.InvokeCallSite
-
- stmt() - Method in class soot.jimple.toolkits.callgraph.VirtualCallSite
-
- stmt_label() - Method in class soot.JastAddJ.WhileStmt
-
- stmt_label_computed - Variable in class soot.JastAddJ.WhileStmt
-
- stmt_label_value - Variable in class soot.JastAddJ.WhileStmt
-
- StmtAddressType - Class in soot
-
Soot representation of the Java type for a statement address.
- StmtAddressType(Singletons.Global) - Constructor for class soot.StmtAddressType
-
- stmtAfterAssignStmt - Variable in class soot.jimple.toolkits.pointer.InstanceKey
-
- StmtBody - Class in soot.jimple
-
Abstract base class for Body's on Stmts (Jimple and Grimp).
- StmtBody(SootMethod) - Constructor for class soot.jimple.StmtBody
-
Creates a StmtBody associated with the given method.
- StmtBody() - Constructor for class soot.jimple.StmtBody
-
Creates an empty StmtBody.
- StmtBox - Class in soot.jimple.internal
-
- StmtBox(Stmt) - Constructor for class soot.jimple.internal.StmtBox
-
- stmtCount - Variable in class soot.Timers
-
- StmtRWSet - Class in soot.jimple.toolkits.pointer
-
Represents the read or write set of a statement.
- StmtRWSet() - Constructor for class soot.jimple.toolkits.pointer.StmtRWSet
-
- StmtSumWeightedByDepth - Class in soot.toolkits.astmetrics
-
- StmtSumWeightedByDepth(Node) - Constructor for class soot.toolkits.astmetrics.StmtSumWeightedByDepth
-
- StmtSwitch - Interface in soot.jimple
-
- stmtToRetype - Variable in class soot.dexpler.instructions.MoveExceptionInstruction
-
- stmtV - Variable in class soot.toDex.ExprVisitor
-
- StmtVisitor - Class in soot.toDex
-
A visitor that builds a list of instructions from the Jimple statements it visits.
Use
Switchable.apply(soot.util.Switch)
with this visitor to add statements and
#getFinalInsns()
to get the
final dexlib instructions.
These final instructions do have correct offsets, jump targets and register numbers.
- StmtVisitor(SootMethod, DexArrayInitDetector) - Constructor for class soot.toDex.StmtVisitor
-
- STOP_AT_NODE - Static variable in interface soot.toolkits.graph.interaction.IInteractionConstants
-
- stopInteraction(boolean) - Method in class soot.toolkits.graph.interaction.InteractionHandler
-
- store - Variable in class soot.jimple.spark.pag.PAG
-
- STORE_CONS - Static variable in class soot.jimple.spark.geom.geomPA.Constants
-
- StoreChainOptimizer - Class in soot.baf.toolkits.base
-
Due to local packing, we may have chains of assignments to the same local.
- StoreChainOptimizer(Singletons.Global) - Constructor for class soot.baf.toolkits.base.StoreChainOptimizer
-
- StoreInst - Interface in soot.baf
-
- storeInv - Variable in class soot.jimple.spark.pag.PAG
-
- storeInvLookup(FieldRefNode) - Method in class soot.jimple.spark.pag.PAG
-
- storeInvSources() - Method in class soot.jimple.spark.pag.PAG
-
- storeInvSourcesIterator() - Method in class soot.jimple.spark.pag.PAG
-
- storeLocals(Body) - Method in class soot.dava.internal.AST.ASTMethodNode
-
- storeLookup(VarNode) - Method in class soot.jimple.spark.pag.PAG
-
- storeResultLocal - Variable in class soot.dexpler.DexBody
-
- storesOnField(PAG) - Static method in class soot.jimple.spark.ondemand.pautil.SootUtil
-
- storeSources() - Method in class soot.jimple.spark.pag.PAG
-
- storeSourcesIterator() - Method in class soot.jimple.spark.pag.PAG
-
- str(int[]) - Static method in class soot.jimple.spark.ondemand.genericutil.Util
-
Convert an int[] to a
String
for printing
- str(Throwable) - Static method in class soot.jimple.spark.ondemand.genericutil.Util
-
- StrayRWFinder - Class in soot.jimple.toolkits.thread.synchronization
-
- stream - Variable in class soot.jimple.toolkits.callgraph.CallGraph
-
- StrengthenByIf - Class in soot.dava.toolkits.base.AST.transformations
-
- StrengthenByIf() - Constructor for class soot.dava.toolkits.base.AST.transformations.StrengthenByIf
-
- StrengthenByIfElse - Class in soot.dava.toolkits.base.AST.transformations
-
- StrengthenByIfElse() - Constructor for class soot.dava.toolkits.base.AST.transformations.StrengthenByIfElse
-
- STRICTFP - Static variable in class soot.JastAddJ.JastAddJavaParser.Terminals
-
- STRICTFP - Static variable in class soot.jimple.Jimple
-
- STRICTFP - Static variable in class soot.Modifier
-
- STRICTFP_PROP - Static variable in class soot.javaToJimple.JavaToJimple
-
- StrictFPPropagator - Class in soot.javaToJimple
-
- StrictFPPropagator(boolean) - Constructor for class soot.javaToJimple.StrictFPPropagator
-
- string - Variable in class soot.JastAddJ.CONSTANT_Utf8_Info
-
- string() - Method in class soot.JastAddJ.CONSTANT_Utf8_Info
-
- STRING - Static variable in class soot.JastAddJ.JavaScanner
-
lexical states
- STRING_ARRAY_NODE - Static variable in interface soot.PointsToAnalysis
-
- STRING_ARRAY_NODE_LOCAL - Static variable in interface soot.PointsToAnalysis
-
- string_constants() - Method in class soot.options.PaddleOptions
-
Propagate All String Constants --
Propagate all string constants, not just class names.
- string_constants() - Method in class soot.options.SparkOptions
-
Propagate All String Constants --
Propagate all string constants, not just class names.
- string_index - Variable in class soot.JastAddJ.CONSTANT_String_Info
-
- STRING_LITERAL - Static variable in class soot.JastAddJ.JastAddJavaParser.Terminals
-
- STRING_NODE - Static variable in interface soot.PointsToAnalysis
-
- STRING_NODE_LOCAL - Static variable in interface soot.PointsToAnalysis
-
- StringAttribute - Class in soot.xml
-
- StringAttribute(String, String) - Constructor for class soot.xml.StringAttribute
-
- STRINGCLASS - Variable in class soot.jimple.toolkits.pointer.representations.TypeConstants
-
- StringConstant - Class in soot.jimple
-
- StringConstantNode - Class in soot.jimple.spark.pag
-
Represents an allocation site node the represents a constant string.
- StringConstantValueTag - Class in soot.tagkit
-
- StringConstantValueTag(String) - Constructor for class soot.tagkit.StringConstantValueTag
-
- stringContains(String, String) - Static method in class soot.jimple.spark.ondemand.genericutil.Util
-
- stringConversion() - Method in class soot.JastAddJ.TypeDecl
-
- stringConversion() - Method in class soot.JastAddJ.VoidType
-
- StringLiteral - Class in soot.JastAddJ
-
String literal.
- StringLiteral() - Constructor for class soot.JastAddJ.StringLiteral
-
- StringLiteral(String) - Constructor for class soot.JastAddJ.StringLiteral
-
- StringLiteral(Symbol) - Constructor for class soot.JastAddJ.StringLiteral
-
- StringNumberer - Class in soot.util
-
A class that numbers strings, so they can be placed in bitsets.
- StringNumberer() - Constructor for class soot.util.StringNumberer
-
- stringPromotion() - Method in class soot.JastAddJ.ByteType
-
- stringPromotion() - Method in class soot.JastAddJ.NullType
-
- stringPromotion() - Method in class soot.JastAddJ.ReferenceType
-
- stringPromotion() - Method in class soot.JastAddJ.ShortType
-
- stringPromotion() - Method in class soot.JastAddJ.TypeDecl
-
- StringTag - Class in soot.tagkit
-
Represents a tag that just has a string to be printed with the code.
- StringTag(String, String) - Constructor for class soot.tagkit.StringTag
-
- StringTag(String) - Constructor for class soot.tagkit.StringTag
-
- StringTools - Class in soot.util
-
Utility methods for string manipulations commonly used in Soot.
- StringTools() - Constructor for class soot.util.StringTools
-
- StringTrie - Class in soot.jbco.util
-
- StringTrie() - Constructor for class soot.jbco.util.StringTrie
-
- StrongLocalMustAliasAnalysis - Class in soot.jimple.toolkits.pointer
-
A special version of the local must-alias analysis that takes redefinitions within loops into account.
- StrongLocalMustAliasAnalysis(UnitGraph) - Constructor for class soot.jimple.toolkits.pointer.StrongLocalMustAliasAnalysis
-
- StronglyConnectedComponents - Class in soot.toolkits.graph
-
- StronglyConnectedComponents(DirectedGraph) - Constructor for class soot.toolkits.graph.StronglyConnectedComponents
-
Deprecated.
- StronglyConnectedComponentsFast<N> - Class in soot.toolkits.graph
-
Identifies and provides an interface to query the strongly-connected components of DirectedGraph instances.
- StronglyConnectedComponentsFast(DirectedGraph<N>) - Constructor for class soot.toolkits.graph.StronglyConnectedComponentsFast
-
- StructuredAnalysis<E> - Class in soot.dava.toolkits.base.AST.structuredAnalysis
-
- StructuredAnalysis() - Constructor for class soot.dava.toolkits.base.AST.structuredAnalysis.StructuredAnalysis
-
- stub - Variable in class soot.shimple.toolkits.graph.ValueGraph.Node
-
- stubManager - Static variable in class soot.jimple.spark.geom.geomPA.IVarAbstraction
-
- sub(Constant, Constant) - Method in class soot.JastAddJ.DoubleType
-
- sub(Constant, Constant) - Method in class soot.JastAddJ.FloatType
-
- sub(Constant, Constant) - Method in class soot.JastAddJ.IntegralType
-
- sub(Constant, Constant) - Method in class soot.JastAddJ.LongType
-
- sub(Constant, Constant) - Method in class soot.JastAddJ.TypeDecl
-
- subBodies - Variable in class soot.dava.internal.AST.ASTNode
-
- subBodies - Variable in class soot.dava.internal.SET.SETNode
-
- SubExpr - Class in soot.JastAddJ
-
- SubExpr() - Constructor for class soot.JastAddJ.SubExpr
-
- SubExpr(Expr, Expr) - Constructor for class soot.JastAddJ.SubExpr
-
- SubExpr - Interface in soot.jimple
-
- SubInst - Interface in soot.baf
-
- subroutineToReturnAddressSlot - Variable in class soot.AbstractJasminClass
-
- subSig() - Method in class soot.jimple.toolkits.callgraph.VirtualCallSite
-
- subSig - Variable in class soot.SootField
-
- subSig - Variable in class soot.SootMethod
-
- subSigBlacklist - Variable in class soot.jimple.toolkits.thread.synchronization.CriticalSectionAwareSideEffectAnalysis
-
- subsignature - Variable in class soot.SootMethod
-
- subSigNumberer - Variable in class soot.Scene
-
- subSigToMethods - Variable in class soot.SootClass
-
- substitute(Parameterization) - Method in class soot.JastAddJ.ArrayDecl
-
- substitute(Parameterization) - Method in class soot.JastAddJ.List
-
- substitute(TypeVariable) - Method in interface soot.JastAddJ.MemberSubstitutor
-
- substitute(TypeVariable) - Method in interface soot.JastAddJ.Parameterization
-
- substitute(TypeVariable) - Method in class soot.JastAddJ.ParClassDecl
-
- substitute(Parameterization) - Method in class soot.JastAddJ.ParClassDecl
-
- substitute(TypeVariable) - Method in class soot.JastAddJ.ParInterfaceDecl
-
- substitute(Parameterization) - Method in class soot.JastAddJ.ParInterfaceDecl
-
- substitute(TypeVariable) - Method in class soot.JastAddJ.ParMethodDecl
-
- substitute(TypeVariable) - Method in interface soot.JastAddJ.ParTypeDecl
-
- substitute(Parameterization) - Method in interface soot.JastAddJ.ParTypeDecl
-
- substitute(Parameterization) - Method in class soot.JastAddJ.RawClassDecl
-
- substitute(Parameterization) - Method in class soot.JastAddJ.RawInterfaceDecl
-
- substitute(TypeVariable) - Method in class soot.JastAddJ.TypeDecl
-
- substitute(Parameterization) - Method in class soot.JastAddJ.TypeDecl
-
- substitute(Parameterization) - Method in class soot.JastAddJ.TypeVariable
-
- substitute(Parameterization) - Method in class soot.JastAddJ.WildcardExtendsType
-
- substitute(Parameterization) - Method in class soot.JastAddJ.WildcardSuperType
-
- substituteBody(Parameterization) - Method in class soot.JastAddJ.MethodDecl
-
- substituted(Collection<TypeVariable>, List<TypeVariable>) - Method in class soot.JastAddJ.Access
-
Builds a copy of this Access node where all occurrences
of type variables in the original type parameter list have been replaced
by the substitution type parameters.
- substituted(Collection<TypeVariable>, List<TypeVariable>) - Method in class soot.JastAddJ.ParameterDeclaration
-
Builds a copy of this ParameterDeclaration node where all occurrences
of type variables in the original type parameter list have been replaced
by the substitution type parameters.
- substituted(Collection<TypeVariable>, List<TypeVariable>) - Method in class soot.JastAddJ.ParTypeAccess
-
Builds a copy of this Access node where all occurrences
of type variables in the original type parameter list have been replaced
by the substitution type parameters.
- substituted(Collection<TypeVariable>, List<TypeVariable>) - Method in class soot.JastAddJ.TypeAccess
-
Builds a copy of this Access node where all occurrences
of type variables in the original type parameter list have been replaced
by the substitution type parameters.
- substitutedBodyDecl(Parameterization) - Method in class soot.JastAddJ.BodyDecl
-
- substitutedBodyDecl(Parameterization) - Method in class soot.JastAddJ.ConstructorDecl
-
- substitutedBodyDecl(Parameterization) - Method in class soot.JastAddJ.FieldDeclaration
-
- substitutedBodyDecl(Parameterization) - Method in class soot.JastAddJ.GenericMethodDecl
-
- substitutedBodyDecl(Parameterization) - Method in class soot.JastAddJ.MethodDecl
-
- substitutedClassDecl(Parameterization) - Method in class soot.JastAddJ.ClassDecl
-
- substitutedClassDecl(Parameterization) - Method in class soot.JastAddJ.GenericClassDecl
-
- substitutedInterfaceDecl(Parameterization) - Method in class soot.JastAddJ.GenericInterfaceDecl
-
- substitutedInterfaceDecl(Parameterization) - Method in class soot.JastAddJ.InterfaceDecl
-
- substituteParameterType(Parameterization) - Method in class soot.JastAddJ.RawClassDecl
-
- substituteParameterType(Parameterization) - Method in class soot.JastAddJ.RawInterfaceDecl
-
- substituteParameterType(Parameterization) - Method in class soot.JastAddJ.TypeDecl
-
- substituteParameterType(Parameterization) - Method in class soot.JastAddJ.TypeVariable
-
- substituteReturnType(Parameterization) - Method in class soot.JastAddJ.ArrayDecl
-
- substituteReturnType(Parameterization) - Method in class soot.JastAddJ.RawClassDecl
-
- substituteReturnType(Parameterization) - Method in class soot.JastAddJ.RawInterfaceDecl
-
- substituteReturnType(Parameterization) - Method in class soot.JastAddJ.TypeDecl
-
- substituteReturnType(Parameterization) - Method in class soot.JastAddJ.TypeVariable
-
- substituteUses(List, CPFlowSet) - Method in class soot.dava.toolkits.base.AST.transformations.CPApplication
-
- subtract(NumericConstant) - Method in class soot.jimple.DoubleConstant
-
- subtract(NumericConstant) - Method in class soot.jimple.FloatConstant
-
- subtract(NumericConstant) - Method in class soot.jimple.IntConstant
-
- subtract(NumericConstant) - Method in class soot.jimple.LongConstant
-
- subtract(NumericConstant) - Method in class soot.jimple.NumericConstant
-
- subtract_gc() - Method in class soot.options.Options
-
- subtype(TypeDecl) - Method in class soot.JastAddJ.ArrayDecl
-
- subtype(TypeDecl) - Method in class soot.JastAddJ.ClassDecl
-
- subtype(TypeDecl) - Method in class soot.JastAddJ.ClassDeclSubstituted
-
- subtype(TypeDecl) - Method in class soot.JastAddJ.GenericClassDecl
-
- subtype(TypeDecl) - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
- subtype(TypeDecl) - Method in class soot.JastAddJ.GenericInterfaceDecl
-
- subtype(TypeDecl) - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
- subtype(TypeDecl) - Method in class soot.JastAddJ.GLBType
-
- subtype(TypeDecl) - Method in class soot.JastAddJ.InterfaceDecl
-
- subtype(TypeDecl) - Method in class soot.JastAddJ.InterfaceDeclSubstituted
-
- subtype(TypeDecl) - Method in class soot.JastAddJ.LUBType
-
- subtype(TypeDecl) - Method in class soot.JastAddJ.NullType
-
- subtype(TypeDecl) - Method in class soot.JastAddJ.ParClassDecl
-
- subtype(TypeDecl) - Method in class soot.JastAddJ.ParInterfaceDecl
-
- subtype(TypeDecl) - Method in class soot.JastAddJ.PrimitiveType
-
- subtype(TypeDecl) - Method in class soot.JastAddJ.RawClassDecl
-
- subtype(TypeDecl) - Method in class soot.JastAddJ.RawInterfaceDecl
-
- subtype(TypeDecl) - Method in class soot.JastAddJ.TypeDecl
-
- subtype(TypeDecl) - Method in class soot.JastAddJ.TypeVariable
-
- subtype(TypeDecl) - Method in class soot.JastAddJ.UnknownType
-
- subtype(TypeDecl) - Method in class soot.JastAddJ.VoidType
-
- subtype(TypeDecl) - Method in class soot.JastAddJ.WildcardExtendsType
-
- subtype(TypeDecl) - Method in class soot.JastAddJ.WildcardSuperType
-
- subtype(TypeDecl) - Method in class soot.JastAddJ.WildcardType
-
- subtype_TypeDecl_values - Variable in class soot.JastAddJ.ArrayDecl
-
- subtype_TypeDecl_values - Variable in class soot.JastAddJ.ClassDecl
-
- subtype_TypeDecl_values - Variable in class soot.JastAddJ.ClassDeclSubstituted
-
- subtype_TypeDecl_values - Variable in class soot.JastAddJ.GenericClassDecl
-
- subtype_TypeDecl_values - Variable in class soot.JastAddJ.GenericClassDeclSubstituted
-
- subtype_TypeDecl_values - Variable in class soot.JastAddJ.GenericInterfaceDecl
-
- subtype_TypeDecl_values - Variable in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
- subtype_TypeDecl_values - Variable in class soot.JastAddJ.GLBType
-
- subtype_TypeDecl_values - Variable in class soot.JastAddJ.InterfaceDecl
-
- subtype_TypeDecl_values - Variable in class soot.JastAddJ.InterfaceDeclSubstituted
-
- subtype_TypeDecl_values - Variable in class soot.JastAddJ.LUBType
-
- subtype_TypeDecl_values - Variable in class soot.JastAddJ.NullType
-
- subtype_TypeDecl_values - Variable in class soot.JastAddJ.ParClassDecl
-
- subtype_TypeDecl_values - Variable in class soot.JastAddJ.ParInterfaceDecl
-
- subtype_TypeDecl_values - Variable in class soot.JastAddJ.PrimitiveType
-
- subtype_TypeDecl_values - Variable in class soot.JastAddJ.RawClassDecl
-
- subtype_TypeDecl_values - Variable in class soot.JastAddJ.RawInterfaceDecl
-
- subtype_TypeDecl_values - Variable in class soot.JastAddJ.TypeDecl
-
- subtype_TypeDecl_values - Variable in class soot.JastAddJ.TypeVariable
-
- subtype_TypeDecl_values - Variable in class soot.JastAddJ.UnknownType
-
- subtype_TypeDecl_values - Variable in class soot.JastAddJ.VoidType
-
- subtype_TypeDecl_values - Variable in class soot.JastAddJ.WildcardExtendsType
-
- subtype_TypeDecl_values - Variable in class soot.JastAddJ.WildcardSuperType
-
- subtype_TypeDecl_values - Variable in class soot.JastAddJ.WildcardType
-
- succ - Variable in class soot.jimple.toolkits.annotation.purity.DirectedCallGraph
-
- successors - Variable in class soot.dava.internal.SET.SETNode
-
- suggestVariableName(String) - Method in class soot.sootify.ValueTemplatePrinter
-
- summaryOfUnanalysedMethod(SootMethod) - Method in class soot.jimple.toolkits.annotation.purity.AbstractInterproceduralAnalysis
-
Whenever the analyse requires the summary of a method you filtered-out, this function is called instead of
analyseMethod.
- summaryOfUnanalysedMethod(SootMethod) - Method in class soot.jimple.toolkits.annotation.purity.PurityInterproceduralAnalysis
-
- sun_misc_Unsafe_allocateInstance(SootMethod, ReferenceVariable, ReferenceVariable, ReferenceVariable[]) - Method in class soot.jimple.toolkits.pointer.nativemethods.SunMiscUnsafeNative
-
- SUnitBox - Interface in soot.shimple.internal
-
Extension of UnitBox to provide some extra information needed by SPatchingChain.
- SunMiscSignalHandlerNative - Class in soot.jimple.toolkits.pointer.nativemethods
-
- SunMiscSignalHandlerNative(NativeHelper) - Constructor for class soot.jimple.toolkits.pointer.nativemethods.SunMiscSignalHandlerNative
-
- SunMiscSignalNative - Class in soot.jimple.toolkits.pointer.nativemethods
-
- SunMiscSignalNative(NativeHelper) - Constructor for class soot.jimple.toolkits.pointer.nativemethods.SunMiscSignalNative
-
- SunMiscUnsafeNative - Class in soot.jimple.toolkits.pointer.nativemethods
-
- SunMiscUnsafeNative(NativeHelper) - Constructor for class soot.jimple.toolkits.pointer.nativemethods.SunMiscUnsafeNative
-
- SUPER - Static variable in class soot.JastAddJ.JastAddJavaParser.Terminals
-
- super_class - Variable in class soot.coffi.ClassFile
-
Constant pool index of the Class constant describing super.
- SUPER_MAIN - Static variable in class soot.jimple.spark.geom.geomPA.Constants
-
- SuperAccess - Class in soot.JastAddJ
-
- SuperAccess() - Constructor for class soot.JastAddJ.SuperAccess
-
- SuperAccess(String) - Constructor for class soot.JastAddJ.SuperAccess
-
- SuperAccess(Symbol) - Constructor for class soot.JastAddJ.SuperAccess
-
- superAccessorTarget() - Method in class soot.JastAddJ.MethodAccess
-
- superclass() - Method in class soot.JastAddJ.ClassDecl
-
- superclass() - Method in class soot.JastAddJ.PrimitiveType
-
- superClass - Variable in class soot.SootClass
-
- superclassSignature - Variable in class soot.JastAddJ.Signatures.ClassSignature
-
- superclassSignature() - Method in class soot.JastAddJ.Signatures.ClassSignature
-
- SuperConstructorAccess - Class in soot.JastAddJ
-
- SuperConstructorAccess() - Constructor for class soot.JastAddJ.SuperConstructorAccess
-
- SuperConstructorAccess(String, List<Expr>) - Constructor for class soot.JastAddJ.SuperConstructorAccess
-
- SuperConstructorAccess(Symbol, List<Expr>) - Constructor for class soot.JastAddJ.SuperConstructorAccess
-
- superConstructorQualifier(TypeDecl) - Method in class soot.JastAddJ.Access
-
- superEnclosing() - Method in class soot.JastAddJ.ClassDecl
-
- superEnclosing() - Method in class soot.JastAddJ.ConstructorDecl
-
- superEnclosing() - Method in class soot.JastAddJ.TypeDecl
-
- SuperFirstStmtHandler - Class in soot.dava.toolkits.base.AST.transformations
-
- SuperFirstStmtHandler(ASTMethodNode) - Constructor for class soot.dava.toolkits.base.AST.transformations.SuperFirstStmtHandler
-
- SuperFirstStmtHandler(boolean, ASTMethodNode) - Constructor for class soot.dava.toolkits.base.AST.transformations.SuperFirstStmtHandler
-
- superinterfaceSignature - Variable in class soot.JastAddJ.Signatures.ClassSignature
-
- superinterfaceSignature() - Method in class soot.JastAddJ.Signatures.ClassSignature
-
- superinterfacesIterator() - Method in class soot.JastAddJ.InterfaceDecl
-
- superOuterType(Type) - Method in class soot.javaToJimple.AnonClassInitMethodSource
-
- superOuterType() - Method in class soot.javaToJimple.AnonClassInitMethodSource
-
- superType() - Method in class soot.JastAddJ.AnonymousDecl
-
- superType() - Method in class soot.JastAddJ.WildcardSuperType
-
- supertypeArrayDecl(ArrayDecl) - Method in class soot.JastAddJ.ArrayDecl
-
- supertypeArrayDecl(ArrayDecl) - Method in class soot.JastAddJ.ClassDecl
-
- supertypeArrayDecl(ArrayDecl) - Method in class soot.JastAddJ.InterfaceDecl
-
- supertypeArrayDecl(ArrayDecl) - Method in class soot.JastAddJ.TypeDecl
-
- supertypeArrayDecl(ArrayDecl) - Method in class soot.JastAddJ.TypeVariable
-
- supertypeArrayDecl(ArrayDecl) - Method in class soot.JastAddJ.UnknownType
-
- supertypeArrayDecl(ArrayDecl) - Method in class soot.JastAddJ.WildcardExtendsType
-
- supertypeArrayDecl(ArrayDecl) - Method in class soot.JastAddJ.WildcardSuperType
-
- supertypeArrayDecl(ArrayDecl) - Method in class soot.JastAddJ.WildcardType
-
- supertypeClassDecl(ClassDecl) - Method in class soot.JastAddJ.ClassDecl
-
- supertypeClassDecl(ClassDecl) - Method in class soot.JastAddJ.ClassDeclSubstituted
-
- supertypeClassDecl(ClassDecl) - Method in class soot.JastAddJ.InterfaceDecl
-
- supertypeClassDecl(ClassDecl) - Method in class soot.JastAddJ.LUBType
-
- supertypeClassDecl(ClassDecl) - Method in class soot.JastAddJ.ParClassDecl
-
- supertypeClassDecl(ClassDecl) - Method in class soot.JastAddJ.ParInterfaceDecl
-
- supertypeClassDecl(ClassDecl) - Method in class soot.JastAddJ.RawClassDecl
-
- supertypeClassDecl(ClassDecl) - Method in class soot.JastAddJ.RawInterfaceDecl
-
- supertypeClassDecl(ClassDecl) - Method in class soot.JastAddJ.TypeDecl
-
- supertypeClassDecl(ClassDecl) - Method in class soot.JastAddJ.TypeVariable
-
- supertypeClassDecl(ClassDecl) - Method in class soot.JastAddJ.UnknownType
-
- supertypeClassDecl(ClassDecl) - Method in class soot.JastAddJ.WildcardExtendsType
-
- supertypeClassDecl(ClassDecl) - Method in class soot.JastAddJ.WildcardSuperType
-
- supertypeClassDecl(ClassDecl) - Method in class soot.JastAddJ.WildcardType
-
- supertypeClassDeclSubstituted(ClassDeclSubstituted) - Method in class soot.JastAddJ.ClassDeclSubstituted
-
- supertypeClassDeclSubstituted(ClassDeclSubstituted) - Method in class soot.JastAddJ.TypeDecl
-
- supertypeGenericClassDecl(GenericClassDecl) - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
- supertypeGenericClassDecl(GenericClassDecl) - Method in class soot.JastAddJ.ParClassDecl
-
- supertypeGenericClassDecl(GenericClassDecl) - Method in class soot.JastAddJ.ParInterfaceDecl
-
- supertypeGenericClassDecl(GenericClassDecl) - Method in class soot.JastAddJ.RawClassDecl
-
- supertypeGenericClassDecl(GenericClassDecl) - Method in class soot.JastAddJ.TypeDecl
-
- supertypeGenericClassDeclSubstituted(GenericClassDeclSubstituted) - Method in class soot.JastAddJ.GenericClassDeclSubstituted
-
- supertypeGenericClassDeclSubstituted(GenericClassDeclSubstituted) - Method in class soot.JastAddJ.TypeDecl
-
- supertypeGenericInterfaceDecl(GenericInterfaceDecl) - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
- supertypeGenericInterfaceDecl(GenericInterfaceDecl) - Method in class soot.JastAddJ.ParInterfaceDecl
-
- supertypeGenericInterfaceDecl(GenericInterfaceDecl) - Method in class soot.JastAddJ.RawInterfaceDecl
-
- supertypeGenericInterfaceDecl(GenericInterfaceDecl) - Method in class soot.JastAddJ.TypeDecl
-
- supertypeGenericInterfaceDeclSubstituted(GenericInterfaceDeclSubstituted) - Method in class soot.JastAddJ.GenericInterfaceDeclSubstituted
-
- supertypeGenericInterfaceDeclSubstituted(GenericInterfaceDeclSubstituted) - Method in class soot.JastAddJ.TypeDecl
-
- supertypeGLBType(GLBType) - Method in class soot.JastAddJ.GLBType
-
- supertypeGLBType(GLBType) - Method in class soot.JastAddJ.LUBType
-
- supertypeGLBType(GLBType) - Method in class soot.JastAddJ.TypeDecl
-
- supertypeInterfaceDecl(InterfaceDecl) - Method in class soot.JastAddJ.ClassDecl
-
- supertypeInterfaceDecl(InterfaceDecl) - Method in class soot.JastAddJ.InterfaceDecl
-
- supertypeInterfaceDecl(InterfaceDecl) - Method in class soot.JastAddJ.InterfaceDeclSubstituted
-
- supertypeInterfaceDecl(InterfaceDecl) - Method in class soot.JastAddJ.LUBType
-
- supertypeInterfaceDecl(InterfaceDecl) - Method in class soot.JastAddJ.RawClassDecl
-
- supertypeInterfaceDecl(InterfaceDecl) - Method in class soot.JastAddJ.RawInterfaceDecl
-
- supertypeInterfaceDecl(InterfaceDecl) - Method in class soot.JastAddJ.TypeDecl
-
- supertypeInterfaceDecl(InterfaceDecl) - Method in class soot.JastAddJ.TypeVariable
-
- supertypeInterfaceDecl(InterfaceDecl) - Method in class soot.JastAddJ.UnknownType
-
- supertypeInterfaceDecl(InterfaceDecl) - Method in class soot.JastAddJ.WildcardExtendsType
-
- supertypeInterfaceDecl(InterfaceDecl) - Method in class soot.JastAddJ.WildcardSuperType
-
- supertypeInterfaceDecl(InterfaceDecl) - Method in class soot.JastAddJ.WildcardType
-
- supertypeInterfaceDeclSubstituted(InterfaceDeclSubstituted) - Method in class soot.JastAddJ.InterfaceDeclSubstituted
-
- supertypeInterfaceDeclSubstituted(InterfaceDeclSubstituted) - Method in class soot.JastAddJ.TypeDecl
-
- supertypeLUBType(LUBType) - Method in class soot.JastAddJ.GLBType
-
- supertypeLUBType(LUBType) - Method in class soot.JastAddJ.TypeDecl
-
- supertypeNullType(NullType) - Method in class soot.JastAddJ.NullType
-
- supertypeNullType(NullType) - Method in class soot.JastAddJ.ReferenceType
-
- supertypeNullType(NullType) - Method in class soot.JastAddJ.TypeDecl
-
- supertypeNullType(NullType) - Method in class soot.JastAddJ.UnknownType
-
- supertypeParClassDecl(ParClassDecl) - Method in class soot.JastAddJ.GenericClassDecl
-
- supertypeParClassDecl(ParClassDecl) - Method in class soot.JastAddJ.GenericInterfaceDecl
-
- supertypeParClassDecl(ParClassDecl) - Method in class soot.JastAddJ.ParClassDecl
-
- supertypeParClassDecl(ParClassDecl) - Method in class soot.JastAddJ.ParInterfaceDecl
-
- supertypeParClassDecl(ParClassDecl) - Method in class soot.JastAddJ.RawClassDecl
-
- supertypeParClassDecl(ParClassDecl) - Method in class soot.JastAddJ.TypeDecl
-
- supertypeParClassDecl(ParClassDecl) - Method in class soot.JastAddJ.WildcardExtendsType
-
- supertypeParClassDecl(ParClassDecl) - Method in class soot.JastAddJ.WildcardSuperType
-
- supertypeParClassDecl(ParClassDecl) - Method in class soot.JastAddJ.WildcardType
-
- supertypeParInterfaceDecl(ParInterfaceDecl) - Method in class soot.JastAddJ.GenericClassDecl
-
- supertypeParInterfaceDecl(ParInterfaceDecl) - Method in class soot.JastAddJ.GenericInterfaceDecl
-
- supertypeParInterfaceDecl(ParInterfaceDecl) - Method in class soot.JastAddJ.ParClassDecl
-
- supertypeParInterfaceDecl(ParInterfaceDecl) - Method in class soot.JastAddJ.ParInterfaceDecl
-
- supertypeParInterfaceDecl(ParInterfaceDecl) - Method in class soot.JastAddJ.RawInterfaceDecl
-
- supertypeParInterfaceDecl(ParInterfaceDecl) - Method in class soot.JastAddJ.TypeDecl
-
- supertypeParInterfaceDecl(ParInterfaceDecl) - Method in class soot.JastAddJ.WildcardExtendsType
-
- supertypeParInterfaceDecl(ParInterfaceDecl) - Method in class soot.JastAddJ.WildcardSuperType
-
- supertypeParInterfaceDecl(ParInterfaceDecl) - Method in class soot.JastAddJ.WildcardType
-
- supertypePrimitiveType(PrimitiveType) - Method in class soot.JastAddJ.PrimitiveType
-
- supertypePrimitiveType(PrimitiveType) - Method in class soot.JastAddJ.TypeDecl
-
- supertypePrimitiveType(PrimitiveType) - Method in class soot.JastAddJ.UnknownType
-
- supertypeRawClassDecl(RawClassDecl) - Method in class soot.JastAddJ.ParClassDecl
-
- supertypeRawClassDecl(RawClassDecl) - Method in class soot.JastAddJ.ParInterfaceDecl
-
- supertypeRawClassDecl(RawClassDecl) - Method in class soot.JastAddJ.TypeDecl
-
- supertypeRawClassDecl(RawClassDecl) - Method in class soot.JastAddJ.WildcardExtendsType
-
- supertypeRawClassDecl(RawClassDecl) - Method in class soot.JastAddJ.WildcardSuperType
-
- supertypeRawClassDecl(RawClassDecl) - Method in class soot.JastAddJ.WildcardType
-
- supertypeRawInterfaceDecl(RawInterfaceDecl) - Method in class soot.JastAddJ.ParClassDecl
-
- supertypeRawInterfaceDecl(RawInterfaceDecl) - Method in class soot.JastAddJ.ParInterfaceDecl
-
- supertypeRawInterfaceDecl(RawInterfaceDecl) - Method in class soot.JastAddJ.TypeDecl
-
- supertypeRawInterfaceDecl(RawInterfaceDecl) - Method in class soot.JastAddJ.WildcardExtendsType
-
- supertypeRawInterfaceDecl(RawInterfaceDecl) - Method in class soot.JastAddJ.WildcardSuperType
-
- supertypeRawInterfaceDecl(RawInterfaceDecl) - Method in class soot.JastAddJ.WildcardType
-
- supertypeTypeVariable(TypeVariable) - Method in class soot.JastAddJ.TypeDecl
-
- supertypeTypeVariable(TypeVariable) - Method in class soot.JastAddJ.TypeVariable
-
- supertypeTypeVariable(TypeVariable) - Method in class soot.JastAddJ.WildcardExtendsType
-
- supertypeTypeVariable(TypeVariable) - Method in class soot.JastAddJ.WildcardSuperType
-
- supertypeTypeVariable(TypeVariable) - Method in class soot.JastAddJ.WildcardType
-
- supertypeVoidType(VoidType) - Method in class soot.JastAddJ.TypeDecl
-
- supertypeVoidType(VoidType) - Method in class soot.JastAddJ.VoidType
-
- supertypeWildcard(WildcardType) - Method in class soot.JastAddJ.TypeDecl
-
- supertypeWildcard(WildcardType) - Method in class soot.JastAddJ.TypeVariable
-
- supertypeWildcard(WildcardType) - Method in class soot.JastAddJ.WildcardExtendsType
-
- supertypeWildcard(WildcardType) - Method in class soot.JastAddJ.WildcardSuperType
-
- supertypeWildcard(WildcardType) - Method in class soot.JastAddJ.WildcardType
-
- supertypeWildcardExtends(WildcardExtendsType) - Method in class soot.JastAddJ.TypeDecl
-
- supertypeWildcardExtends(WildcardExtendsType) - Method in class soot.JastAddJ.TypeVariable
-
- supertypeWildcardExtends(WildcardExtendsType) - Method in class soot.JastAddJ.WildcardExtendsType
-
- supertypeWildcardExtends(WildcardExtendsType) - Method in class soot.JastAddJ.WildcardType
-
- supertypeWildcardSuper(WildcardSuperType) - Method in class soot.JastAddJ.TypeDecl
-
- supertypeWildcardSuper(WildcardSuperType) - Method in class soot.JastAddJ.TypeVariable
-
- supertypeWildcardSuper(WildcardSuperType) - Method in class soot.JastAddJ.WildcardSuperType
-
- supertypeWildcardSuper(WildcardSuperType) - Method in class soot.JastAddJ.WildcardType
-
- suppressWarnings(String) - Method in class soot.JastAddJ.FieldDeclaration
-
- suppressWarnings(String) - Method in class soot.JastAddJ.MethodDecl
-
- suppressWarnings(String) - Method in class soot.JastAddJ.VariableDeclaration
-
- surpressDestinationLabel - Variable in class soot.dava.internal.javaRep.DAbruptStmt
-
- SValueUnitPair - Class in soot.shimple.internal
-
Extension of ValueUnitPair that implements SUnitBox.
- SValueUnitPair(Value, Unit) - Constructor for class soot.shimple.internal.SValueUnitPair
-
- sw - Static variable in class soot.jbco.bafTransformations.StackTypeHeightCalculator
-
- swapEdgesOutOf(Stmt, Stmt) - Method in class soot.jimple.toolkits.callgraph.CallGraph
-
Swaps an invocation statement.
- SwapInst - Interface in soot.baf
-
- swapWith(E, E) - Method in class soot.PatchingChain
-
Replaces out
in the Chain by in
.
- swapWith(Unit, Unit) - Method in class soot.shimple.internal.SPatchingChain
-
- swapWith(E, E) - Method in interface soot.util.Chain
-
Replaces out
in the Chain by in
.
- swapWith(Object, Object) - Method in class soot.util.EmptyChain
-
- swapWith(E, E) - Method in class soot.util.HashChain
-
- SWITCH - Static variable in class soot.dava.toolkits.base.renamer.infoGatheringAnalysis
-
- SWITCH - Static variable in class soot.JastAddJ.JastAddJavaParser.Terminals
-
- Switch - Interface in soot.jimple.parser.node
-
- Switch - Interface in soot.util
-
Basic interface used in the implementation of the Visitor design pattern.
- Switchable - Interface in soot.jimple.parser.node
-
- Switchable - Interface in soot.util
-
Basic interface used for visited objects in the Visitor design pattern.
- SwitchFinder - Class in soot.dava.toolkits.base.finders
-
- SwitchFinder(Singletons.Global) - Constructor for class soot.dava.toolkits.base.finders.SwitchFinder
-
- switchInsn - Variable in class soot.toDex.instructions.SwitchPayload
-
- SwitchInstruction - Class in soot.dexpler.instructions
-
- SwitchInstruction(Instruction, int) - Constructor for class soot.dexpler.instructions.SwitchInstruction
-
- switchLabelEndsBlock() - Method in class soot.JastAddJ.SwitchStmt
-
- SwitchNode - Class in soot.dava.toolkits.base.finders
-
- SwitchNode(AugmentedStmt, TreeSet<Object>, IterableSet) - Constructor for class soot.dava.toolkits.base.finders.SwitchNode
-
- SwitchPayload - Class in soot.toDex.instructions
-
The payload for switch instructions, usually placed at the end of a method.
- SwitchPayload(List<Unit>) - Constructor for class soot.toDex.instructions.SwitchPayload
-
- switchStatement(DexBody, Instruction, Local) - Method in class soot.dexpler.instructions.PackedSwitchInstruction
-
- switchStatement(DexBody, Instruction, Local) - Method in class soot.dexpler.instructions.SparseSwitchInstruction
-
- switchStatement(DexBody, Instruction, Local) - Method in class soot.dexpler.instructions.SwitchInstruction
-
Return a switch statement based on given target data on the given key.
- SwitchStmt - Class in soot.JastAddJ
-
- SwitchStmt() - Constructor for class soot.JastAddJ.SwitchStmt
-
- SwitchStmt(Expr, Block) - Constructor for class soot.JastAddJ.SwitchStmt
-
- SwitchStmt - Interface in soot.jimple
-
- switchType() - Method in class soot.JastAddJ.Case
-
- Symbol - Class in beaver
-
Represents a symbol of a grammar.
- Symbol(short) - Constructor for class beaver.Symbol
-
- Symbol(short, Object) - Constructor for class beaver.Symbol
-
- Symbol(short, int, int) - Constructor for class beaver.Symbol
-
- Symbol(short, int, int, Object) - Constructor for class beaver.Symbol
-
- Symbol(short, int, int, int) - Constructor for class beaver.Symbol
-
- Symbol(short, int, int, int, Object) - Constructor for class beaver.Symbol
-
- Symbol(Object) - Constructor for class beaver.Symbol
-
Creates Symbol for non-symbolic results of action routines
- Symbol() - Constructor for class beaver.Symbol
-
Special case constructor that allows creation of explicitly Symbol-ized nonterminals.
- symbols - Static variable in class soot.jimple.spark.geom.geomE.FullSensitiveNode
-
- SynchObliviousMhpAnalysis - Class in soot.jimple.toolkits.thread.mhp
-
UnsynchronizedMhpAnalysis written by Richard L.
- SynchObliviousMhpAnalysis() - Constructor for class soot.jimple.toolkits.thread.mhp.SynchObliviousMhpAnalysis
-
- SYNCHRONIZED - Static variable in class soot.JastAddJ.JastAddJavaParser.Terminals
-
- SYNCHRONIZED - Static variable in class soot.jimple.Jimple
-
- SYNCHRONIZED - Static variable in class soot.Modifier
-
- SynchronizedBlockFinder - Class in soot.dava.toolkits.base.finders
-
- SynchronizedBlockFinder(Singletons.Global) - Constructor for class soot.dava.toolkits.base.finders.SynchronizedBlockFinder
-
- SynchronizedMethodTransformer - Class in soot.toDex
-
The Dalvik VM requires synchronized methods to explicitly enter a monitor and leave it in a finally block again after
execution.
- SynchronizedMethodTransformer(Singletons.Global) - Constructor for class soot.toDex.SynchronizedMethodTransformer
-
- SynchronizedRegion - Class in soot.jimple.toolkits.thread.synchronization
-
- SynchronizedRegion() - Constructor for class soot.jimple.toolkits.thread.synchronization.SynchronizedRegion
-
- SynchronizedRegion(SynchronizedRegion) - Constructor for class soot.jimple.toolkits.thread.synchronization.SynchronizedRegion
-
- SynchronizedRegionFinder - Class in soot.jimple.toolkits.thread.synchronization
-
- SynchronizedStmt - Class in soot.JastAddJ
-
- SynchronizedStmt() - Constructor for class soot.JastAddJ.SynchronizedStmt
-
- SynchronizedStmt(Expr, Block) - Constructor for class soot.JastAddJ.SynchronizedStmt
-
- SynchronizerManager - Class in soot.jimple.toolkits.invoke
-
Utility methods for dealing with synchronization.
- SynchronizerManager(Singletons.Global) - Constructor for class soot.jimple.toolkits.invoke.SynchronizerManager
-
- synchronizeStmtOn(Stmt, JimpleBody, Local) - Method in class soot.jimple.toolkits.invoke.SynchronizerManager
-
Wraps stmt around a monitor associated with local lock.
- SYNTACTIC - Static variable in class soot.JastAddJ.Problem.Kind
-
- syntaxError(Symbol) - Method in class beaver.Parser.Events
-
- SYNTHETIC - Static variable in class soot.Modifier
-
- SyntheticParamTag - Class in soot.tagkit
-
Represents the synthetic attribute.
- SyntheticParamTag() - Constructor for class soot.tagkit.SyntheticParamTag
-
- SyntheticTag - Class in soot.tagkit
-
Represents the synthetic attribute.
- SyntheticTag() - Constructor for class soot.tagkit.SyntheticTag
-