soot

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Code Analyzer » soot » soot 
soot
Base Soot classes Base Soot classes, shared by different intermediate representations.
Java Source File NameTypeComment
AbstractJasminClass.javaClass
AbstractSootFieldRef.javaClass Representation of a reference to a field as it appears in a class file.
AbstractSootMethodRef.javaClass Representation of a reference to a method as it appears in a class file.
AbstractTrap.javaClass Partial implementation of trap (exception catcher), used within Body classes.
AbstractUnit.javaClass Provides default implementations for the methods in Unit.
AbstractUnitAllMapTo.javaClass
AbstractUnitBox.javaClass Reference implementation for UnitBox; just add a canContainUnit method.
AbstractUnitPrinter.javaClass Partial default UnitPrinter implementation.
AbstractValueBox.javaClass Reference implementation for ValueBox; just add a canContainValue method.
AnySubType.javaClass
ArrayType.javaClass A class that models Java's array types.
AttributesUnitPrinter.javaClass Adds PositionTags to ValueBoxes to identify their position in the output.
Body.javaClass Abstract base class that models the body (code attribute) of a Java method. Classes that implement an Intermediate Representation for a method body should subclass it. In particular the classes GrimpBody, JimpleBody and BafBody all extend this class.
BodyPack.javaClass A wrapper object for a pack of optimizations. Provides chain-like operations, except that the key is the phase name.
BodyTransformer.javaClass An abstract class which acts on a Body.
BooleanType.javaClass Soot representation of the Java built-in type 'boolean'.
BriefUnitPrinter.javaClass
ByteType.javaClass Soot representation of the Java built-in type 'byte'.
CharType.javaClass Soot representation of the Java built-in type 'char'.
ClassMember.javaInterface Provides methods common to Soot objects belonging to classes, namely SootField and SootMethod.
ClassProvider.javaInterface A class provider looks for a file of a specific format for a specified class, and returns a ClassSource for it if it finds it.
ClassSource.javaClass
CoffiClassProvider.javaClass A class provider looks for a file of a specific format for a specified class, and returns a ClassSource for it if it finds it.
CoffiClassSource.javaClass A class source for resolving from .class files through coffi.
CompilationDeathException.javaClass
Context.javaInterface A context in a context-sensitive all graph.
DoubleType.javaClass Soot representation of the Java built-in type 'double'.
EntryPoints.javaClass Returns the various potential entry points of a Java program.
EquivalentValue.javaClass Encapsulates the Value class, but uses EquivTo for equality comparisons.
EquivTo.javaInterface An alternate equivalence relation between objects.
ErroneousType.javaClass Soot representation used for untypable objects.
EscapeAnalysis.javaInterface A generic interface to an escape analysis.
FastHierarchy.javaClass Represents the class hierarchy.
FloatType.javaClass Soot representation of the Java built-in type 'float'.
G.javaClass A class to group together all the global variables in Soot.
HasPhaseOptions.javaInterface Interface for things like Packs and phases that have phase options.
Hierarchy.javaClass Represents the class hierarchy.
IdentityUnit.javaInterface A unit that assigns to a variable from one of {parameters, this, caughtexception}.
Immediate.javaInterface A local or constant.
IntegerType.javaInterface Soot interface implemented by all classes representing integer types [boolean, byte, short, char, and int].
IntType.javaClass Soot representation of the Java built-in type 'int'.
ITypeSwitch.javaInterface Describes a switch on internal types.
JavaClassProvider.javaClass A class provider looks for a file of a specific format for a specified class, and returns a ClassSource for it if it finds it.
JavaClassSource.javaClass A class source for resolving from .java files using javaToJimple.
JavaToJimpleBodyPack.javaClass A wrapper object for a pack of optimizations. Provides chain-like operations, except that the key is the phase name. This is a specific one for the very messy jb phase.
JimpleBodyPack.javaClass A wrapper object for a pack of optimizations. Provides chain-like operations, except that the key is the phase name. This is a specific one for the very messy jb phase.
JimpleClassProvider.javaClass A class provider looks for a file of a specific format for a specified class, and returns a ClassSource for it if it finds it.
JimpleClassSource.javaClass A class source for resolving from .jimple files using the Jimple parser.
Kind.javaClass Enumeration type representing the kind of a call graph edge.
LabeledUnitPrinter.javaClass
Local.javaInterface A local variable, used within Body classes.
LongType.javaClass Soot representation of the Java built-in type 'long'.
Main.javaClass Main class for Soot; provides Soot's command-line user interface.
MethodContext.javaClass Represents a pair of a method and a context.
MethodOrMethodContext.javaInterface A common interface for either just a method, or a method with context.
MethodSource.javaInterface A class which knows how to produce Body's for SootMethods.
MethodToContexts.javaClass Keeps track of the various contexts associated with each method.
Modifier.javaClass A class that provides static methods and constants to represent and work with with Java modifiers (ie public, final,...) Represents Java modifiers as int constants that can be packed and combined by bitwise operations and methods to query these.
NormalUnitPrinter.javaClass
NullType.javaClass Soot representation of the Java type 'null'.
Pack.javaClass A wrapper object for a pack of optimizations. Provides chain-like operations, except that the key is the phase name.
PackManager.javaClass Manages the Packs containing the various phases and their options.
PatchingChain.javaClass An implementation of a Chain which can contain only Units, and handles patching to deal with element insertions and removals. This is done by calling Unit.redirectJumpsToThisTo at strategic times.
PhaseOptions.javaClass Manages the phase options of the various soot phases.
PointsToAnalysis.javaInterface A generic interface to any type of pointer analysis.
PointsToSet.javaInterface A generic interface to some set of runtime objects computed by a pointer analysis.
PrimType.javaClass
Printer.javaClass Prints out a class and all its methods.
RadioScenePack.javaClass A wrapper object for a pack of optimizations. Provides chain-like operations, except that the key is the phase name.
RefLikeType.javaClass Abstract class for Soot classes that model subtypes of java.lang.Object (ie.
RefType.javaClass A class that models Java's reference types.
ResolutionFailedException.javaClass Exception thrown when resolving a method or field reference fails.
Scene.javaClass Manages the SootClasses of the application being analyzed.
ScenePack.javaClass A wrapper object for a pack of optimizations. Provides chain-like operations, except that the key is the phase name.
SceneTransformer.javaClass An abstract class which acts on the whole Scene.
ShortType.javaClass Soot representation of the Java built-in type 'short'.
SideEffectTester.javaInterface Provides side effect information.
SootClass.javaClass Soot representation of a Java class.
SootField.javaClass Soot representation of a Java field.
SootFieldRef.javaInterface Representation of a reference to a field as it appears in a class file.
SootMethod.javaClass Soot representation of a Java method.
SootMethodRef.javaInterface Representation of a reference to a method as it appears in a class file.
SootResolver.javaClass Loads symbols for SootClasses from either class files or jimple files.
SourceLocator.javaClass Provides utility methods to retrieve an input stream for a class name, given a classfile, or jimple or baf output files.
StmtAddressType.javaClass Soot representation of the Java type for a statement address.
Timer.javaClass Utility class providing a timer.
Timers.javaClass
Transform.javaClass Maintains the pair (phaseName, singleton) needed for a transformation.
Transformer.javaClass An abstract class which acts on some Soot object.
Trap.javaInterface A trap (exception catcher), used within Body classes.
TrapManager.javaClass Utility methods for dealing with traps.
Type.javaClass Represents types within Soot, eg int, java.lang.String.
TypeSwitch.javaClass Implements Switchable on base Java types.
Unit.javaInterface A code fragment (eg Stmt or Inst), used within Body classes.
UnitBox.javaInterface A box which can contain units.
UnitBoxOwner.javaInterface An implementor of this interface indicates that it may contain UnitBoxes.
UnitPrinter.javaInterface Interface for different methods of printing out a Unit.
UnknownMethodSource.javaClass A MethodSource for methods that don't know where to get Body's from.
UnknownType.javaClass Soot representation used for not-yet-typed objects.
Value.javaInterface Data used as, for instance, arguments to instructions; typical implementations are constants or expressions.
ValueBox.javaInterface A box which can contain values.
VoidType.javaClass Represents the Java void type.
XMLAttributesPrinter.javaClass
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.