soot.coffi

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.coffi 
soot.coffi
Coffi classes Contains classes from the Coffi tool, by Clark Verbrugge. They are used by Soot to parse classfiles. (Note that Baf is currently used only for output from Soot; conceivably, Coffi could create Baf bodies, but it doesn't.)
Java Source File NameTypeComment
annotation.javaClass
AnnotationDefault_attribute.javaClass
annotation_element_value.javaClass
array_element_value.javaClass
attribute_info.javaClass Generic superclass for all attributes.
BasicBlock.javaClass Represents one basic block in a control flow graph.
BBQ.javaClass A queue of BasicBlocks.
ByteCode.javaClass Procedural code for parsing and otherwise handling bytecode.
CFG.javaClass A Control Flow Graph.
ClassFile.javaClass A ClassFile object represents the contents of a .class file.
class_element_value.javaClass
Code_attribute.javaClass There should be exactly one code attribute in every method; there may also be a code attribute associated with a field (as an initializer).
CoffiMethodSource.javaClass
ConstantValue_attribute.javaClass An attribute for a constant value; used for field initializers.
CONSTANT_Class_info.javaClass A constant pool entry of type CONSTANT_Class.
CONSTANT_Double_info.javaClass A constant pool entry of type CONSTANT_Double.
constant_element_value.javaClass
CONSTANT_Fieldref_info.javaClass A constant pool entry of type CONSTANT_Fieldref.
CONSTANT_Float_info.javaClass
CONSTANT_Integer_info.javaClass
CONSTANT_InterfaceMethodref_info.javaClass
CONSTANT_Long_info.javaClass
CONSTANT_Methodref_info.javaClass
CONSTANT_NameAndType_info.javaClass
CONSTANT_String_info.javaClass A constant pool entry of type CONSTANT_String.
CONSTANT_Utf8_collector.javaClass Provides sharing for Utf8_info string objects reused in different contexts.
CONSTANT_Utf8_info.javaClass A constant pool entry of type CONSTANT_Utf8; note this is not multithread safe.
cp_info.javaClass Base abstract class for constant pool entries; includes some utility methods.
Deprecated_attribute.javaClass Attribute that connects deprecated attribute.
Double2ndHalfType.javaClass
element_value.javaClass
EnclosingMethod_attribute.javaClass Attribute that connects enclosing method attribute.
enum_constant_element_value.javaClass
Exception_attribute.javaClass There should be exactly one Exceptions attribute in every method, indicating the types of exceptions the method might throw.
exception_table_entry.javaClass An entry in some code's exception table; describes an exception handler and the code it protects.
field_info.javaClass Represents a single field_info object.
FutureStmt.javaClass
Generic_attribute.javaClass For representing an unknown, or generic attribute.
Info.javaClass
InnerClasses_attribute.javaClass Attribute that connects inner classes with their containing classes.
See Also:   attribute_info
author:
   Archie L.
inner_class_entry.javaClass An entry in the inner classes table.
See Also:   InnerClasses_attribute
author:
   Archie L.
Instruction.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Aaload.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Aastore.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Aconst_null.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Aload.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Aload_0.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Aload_1.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Aload_2.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Aload_3.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Anewarray.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Areturn.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Arraylength.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Astore.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Astore_0.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Astore_1.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Astore_2.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Astore_3.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Athrow.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Baload.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Bastore.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Bipush.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_branch.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Breakpoint.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_byte.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_byteindex.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_bytevar.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Caload.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Castore.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Checkcast.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_D2f.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_D2i.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_D2l.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Dadd.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Daload.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Dastore.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Dcmpg.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Dcmpl.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Dconst_0.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Dconst_1.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Ddiv.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Dload.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Dload_0.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Dload_1.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Dload_2.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Dload_3.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Dmul.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Dneg.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Drem.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Dreturn.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Dstore.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Dstore_0.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Dstore_1.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Dstore_2.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Dstore_3.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Dsub.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Dup.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Dup2.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Dup2_x1.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Dup2_x2.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Dup_x1.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Dup_x2.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_F2d.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_F2i.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_F2l.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Fadd.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Faload.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Fastore.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Fcmpg.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Fcmpl.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Fconst_0.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Fconst_1.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Fconst_2.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Fdiv.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Fload.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Fload_0.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Fload_1.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Fload_2.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Fload_3.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Fmul.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Fneg.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Frem.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Freturn.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Fstore.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Fstore_0.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Fstore_1.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Fstore_2.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Fstore_3.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Fsub.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Getfield.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Getstatic.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Goto.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Goto_w.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_I2d.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_I2f.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_I2l.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Iadd.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Iaload.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Iand.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Iastore.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Iconst_0.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Iconst_1.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Iconst_2.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Iconst_3.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Iconst_4.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Iconst_5.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Iconst_m1.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Idiv.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Ifeq.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Ifge.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Ifgt.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Ifle.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Iflt.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Ifne.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Ifnonnull.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Ifnull.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_If_acmpeq.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_If_acmpne.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_If_icmpeq.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_If_icmpge.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_If_icmpgt.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_If_icmple.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_If_icmplt.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_If_icmpne.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Iinc.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Iload.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Iload_0.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Iload_1.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Iload_2.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Iload_3.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Imul.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Ineg.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Instanceof.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_int.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Int2byte.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Int2char.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Int2short.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_intbranch.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_intindex.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_intvar.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Invokeinterface.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Invokenonvirtual.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Invokestatic.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Invokevirtual.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Ior.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Irem.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Ireturn.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Ishl.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Ishr.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Istore.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Istore_0.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Istore_1.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Istore_2.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Istore_3.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Isub.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Iushr.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Ixor.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Jsr.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Jsr_w.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_L2d.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_L2f.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_L2i.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Ladd.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Laload.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Land.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Lastore.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Lcmp.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Lconst_0.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Lconst_1.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Ldc1.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Ldc2.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Ldc2w.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Ldiv.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Lload.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Lload_0.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Lload_1.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Lload_2.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Lload_3.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Lmul.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Lneg.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_longbranch.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Lookupswitch.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Lor.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Lrem.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Lreturn.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Lshl.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Lshr.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Lstore.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Lstore_0.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Lstore_1.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Lstore_2.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Lstore_3.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Lsub.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Lushr.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Lxor.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Monitorenter.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Monitorexit.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Multianewarray.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_New.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Newarray.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_noargs.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Nop.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Pop.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Pop2.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Putfield.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Putstatic.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Ret.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Return.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Ret_w.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Saload.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Sastore.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Sipush.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Swap.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Tableswitch.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Unknown.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Instruction_Wide.javaClass Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.
Interface_Astore.javaInterface
Interface_OneIntArg.javaInterface
LineNumberTable_attribute.javaClass A debugging attribute, this associates blocks of bytecode with specific source code line numbers.
line_number_table_entry.javaClass An entry in the line number table.
LocalVariableTable_attribute.javaClass A debugging attribute, this gives the names of local variables within blocks of bytecode.
LocalVariableTypeTable_attribute.javaClass A debugging attribute, this gives the types of local variables within blocks of bytecode.
local_variable_table_entry.javaClass An entry in a local variable table.
local_variable_type_table_entry.javaClass An entry in a local variable type table.
Long2ndHalfType.javaClass
method_info.javaClass Represents a single method_info object.
parameter_annotation.javaClass
RuntimeInvisibleAnnotations_attribute.javaClass There should be at most one RuntimeInvisibleAnnotations attribute in every method, field and class indicating the list of annotations.
RuntimeInvisibleParameterAnnotations_attribute.javaClass
RuntimeVisibleAnnotations_attribute.javaClass There should be at most one RuntimeVisibleAnnotations attribute in every method, field and class indicating the list of annotations.
RuntimeVisibleParameterAnnotations_attribute.javaClass
Signature_attribute.javaClass Attribute that connects signature attribute.
SourceFile_attribute.javaClass A debugging attribute, this gives the name of the source file for this .class file.
Synthetic_attribute.javaClass Attribute that connects synthetic attribute.
TypeArray.javaClass
TypeStack.javaClass
UnusuableType.javaClass
Utf8_Enumeration.javaClass An enumeration of a Utf8 allows one to run through the characters in a unicode string; used primarily for comparing unicode strings.
Util.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.