gov.nasa.jpf.jvm

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 » javapathfinder » gov.nasa.jpf.jvm 
gov.nasa.jpf.jvm
Java Source File NameTypeComment
Area.javaClass Area defines a memory class.
ArrayFields.javaClass
ArrayIndexOutOfBoundsExecutiveException.javaClass
ArrayOffset.javaClass data encapsulation for backtracking.
AtomicData.javaClass helper object to store per thread information about atomic line execution <2do> check if we can't do this less expensive.
Attributor.javaInterface
BlockedAtomicException.javaClass
BooleanChoiceGenerator.javaClass
ChoiceGenerator.javaClass
ClassInfo.javaClass Describes the JVM's view of a java class.
ClassRef.javaClass
ConfigAttributor.javaClass A configuration file-driven attributor so that we can tailor JPF's attributor based on the application under test.
DefaultAttributor.javaClass default Attributor implementation to set method and fiel attributes at class load time.
DefaultScheduler.javaClass
DoubleChoiceGenerator.javaClass
DoubleFieldInfo.javaClass
DynamicArea.javaClass DynamicArea is the heap, i.e.
DynamicElementInfo.javaClass A specialized version of ElementInfo for use in the DynamicArea.
DynamicFields.javaClass <2do> pcm - another superfluous type, we should reduce this to Fields.
DynamicMap.javaClass DynamicMap is a mapping table used to achieve heap symmetry, associating thread/pc specific DynamicMapIndex objects with their corresponding DynamicArea elements[] index.
DynamicMapIndex.javaClass DynamicMapIndex instances are used to compute a deterministic object reference (i.e.
ElementInfo.javaClass Describes an element of memory containing the field values of a class or an object.
ExceptionHandler.javaClass Stores the information about an exception handler.
ExceptionInfo.javaClass
FieldInfo.javaClass type, name and attribute information of a field.
FieldLockInfo.javaClass class encapsulating the lock protection detection for field access instructions.
Fields.javaClass Represents the fields (adat part) of an object or class.
FloatFieldInfo.javaClass
IgnoreIfException.javaClass
IntChoiceGenerator.javaClass
IntegerFieldInfo.javaClass
InteractiveScheduler.javaClass
IsEndStateProperty.javaClass
JPF_gov_nasa_jpf_jvm_TestNativePeer.javaClass
JPF_gov_nasa_jpf_jvm_Verify.javaClass
JPF_java_io_ObjectStream.javaClass
JPF_java_io_PrintStream$.javaClass
JPF_java_io_PrintStream.javaClass
JPF_java_io_RandomAccessFile.javaClass
JPF_java_lang_Character.javaClass
JPF_java_lang_Class.javaClass
JPF_java_lang_Double.javaClass
JPF_java_lang_Float.javaClass
JPF_java_lang_Integer.javaClass
JPF_java_lang_Long.javaClass
JPF_java_lang_Math.javaClass
JPF_java_lang_Object.javaClass
JPF_java_lang_reflect_Array.javaClass
JPF_java_lang_Short.javaClass
JPF_java_lang_String.javaClass
JPF_java_lang_StringBuffer.javaClass
JPF_java_lang_System.javaClass
JPF_java_lang_Thread.javaClass
JPF_java_lang_Throwable.javaClass
JPF_java_security_AccessController.javaClass
JPF_java_text_DecimalFormatSymbols.javaClass
JPF_java_util_Random.javaClass
JVM.javaClass This class represents the virtual machine.
JVMXMLTraceHandler.javaClass concrete JPF SAX parser implementation to read in XML error traces.
KernelState.javaClass This class represents the stack of the JVM.
Labels.javaClass
LongFieldInfo.javaClass
Md5StateSet.javaClass
MethodInfo.javaClass information associated with a method.
MJIEnv.javaClass MJIEnv is the call environment for "native" methods, i.e.
Monitor.javaClass Represents the monitor associate with classes and objects.
NativePeer.javaClass native peer classes are part of MJI and contain the code that is executed by the host VM (i.e.
NoAssertionViolatedProperty.javaClass
NotDeadlockedProperty.javaClass
NoUncaughtExceptionsProperty.javaClass
ObjRef.javaClass
PathScheduler.javaClass
PredicateMap.javaClass
RandomOrderScheduler.javaClass
RandomScheduler.javaClass
Ref.javaClass
Reference.javaInterface yet another abstraction of something that can be referenced.
ReferenceFieldInfo.javaClass
Scheduler.javaClass
StackFrame.javaClass Describes a stack frame.
State.javaInterface
StateSet.javaInterface
StaticArea.javaClass
StaticElementInfo.javaClass A specialized version of ElementInfo for use in the StaticArea.
StaticFields.javaClass <2do> pcm - another superfluous type, we should reduce this to Fields.
StaticMap.javaClass
StatisticFieldLockInfo.javaClass
Step.javaClass this corresponds to an executed instruction.
Storable.javaInterface
SystemState.javaClass the class that encapsulates not only the current execution state of the VM (the KernelState), but also the part of it's history that is required by JVM to backtrack, plus some potential annotations that can be used to control the search (i.e.
TestArray.javaClass JPF part of unit test for standard VM array operations.
TestArrayJPF.javaClass
TestAssert.javaClass
TestAssertJPF.javaClass
TestCast.javaClass
TestCastJPF.javaClass
TestException.javaClass
TestExceptionJPF.javaClass
TestField.javaClass
TestFieldJPF.javaClass
TestJavaLangClass.javaClass
TestJavaLangClassJPF.javaClass
TestJavaLangString.javaClass
TestJavaLangStringJPF.javaClass
TestJPF.javaClass base class for JPF unit tests.
TestMethod.javaInterface
TestMethodJPF.javaClass
TestNativePeer.javaClass
TestNativePeerJPF.javaClass
TestStackTrace.javaClass
TestThread.javaClass
TestThreadJPF.javaClass
TestWait.javaClass
TestWaitJPF.javaClass
ThreadData.javaClass
ThreadInfo.javaClass Represents a thread.
ThreadList.javaClass Contains the list of the threads It extends the storage interface.
TrailInfo.javaClass concrete type to store execution paths.
Types.javaClass
UncaughtException.javaClass
Verify.javaClass Verify is the programmatic interface of JPF that can be used from inside of applications.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.