Java Doc for ByteCodes.java in  » 6.0-JDK-Modules-sun » javac-compiler » com » sun » tools » javac » jvm » Java Source Code / Java DocumentationJava Source Code and Java Documentation

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 » 6.0 JDK Modules sun » javac compiler » com.sun.tools.javac.jvm 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.sun.tools.javac.jvm.ByteCodes

ByteCodes
public interface ByteCodes (Code)
Bytecode instruction codes, as well as typecodes used as instruction modifiers.

This is NOT part of any API supported by Sun Microsystems. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.



Field Summary
 intINTcodeLONGcodeFLOATcodeDOUBLEcodeOBJECTcodeBYTEcodeCHARcodeSHORTcodeVOIDcodeTypeCodeCount
     Type codes.
 intdontgoto
     All conditional jumps come in pairs.
 interror
     Virtual opcode for disallowed operations.
 intillegalnopaconst_nulliconst_m1iconst_0iconst_1iconst_2iconst_3iconst_4iconst_5lconst_0lconst_1fconst_0fconst_1fconst_2dconst_0dconst_1bipushsipushldc1ldc2ldc2wiloadlloadfloaddloadaloadiload_0iload_1iload_2iload_3lload_0lload_1lload_2lload_3fload_0fload_1fload_2fload_3dload_0dload_1dload_2dload_3aload_0aload_1aload_2aload_3ialoadlaloadfaloaddaloadaaloadbaloadcaloadsaloadistorelstorefstoredstoreastoreistore_0istore_1istore_2istore_3lstore_0lstore_1lstore_2lstore_3fstore_0fstore_1fstore_2fstore_3dstore_0dstore_1dstore_2dstore_3astore_0astore_1astore_2astore_3iastorelastorefastoredastoreaastorebastorecastoresastorepoppop2dupdup_x1dup_x2dup2dup2_x1dup2_x2swapiaddladdfadddaddisublsubfsubdsubimullmulfmuldmulidivldivfdivddivimodlmodfmoddmodineglnegfnegdnegishllshlishrlshriushrlushriandlandiorlorixorlxoriinci2li2fi2dl2il2fl2df2if2lf2dd2id2ld2fint2byteint2charint2shortlcmpfcmplfcmpgdcmpldcmpgifeqifneifltifgeifgtifleif_icmpeqif_icmpneif_icmpltif_icmpgeif_icmpgtif_icmpleif_acmpeqif_acmpnegoto_jsrrettableswitchlookupswitchireturnlreturnfreturndreturnareturnreturn_getstaticputstaticgetfieldputfieldinvokevirtualinvokespecialinvokestaticinvokeinterfacenew_newarrayanewarrayarraylengthathrowcheckcastinstanceof_monitorentermonitorexitwidemultianewarrayif_acmp_nullif_acmp_nonnullgoto_wjsr_wbreakpointByteCodeCount
     Byte code instruction codes.
 intishlllshllishrllshrliushrllushrl
    
 intnullchk
    
 intpreMask
    
 intpreShift
     Shift and mask constants for shifting prefix instructions.
 intstring_addbool_notbool_andbool_or
     Virtual instruction codes; used for constant folding.
final static  String[]typecodeNames
    



Field Detail
INTcodeLONGcodeFLOATcodeDOUBLEcodeOBJECTcodeBYTEcodeCHARcodeSHORTcodeVOIDcodeTypeCodeCount
int INTcodeLONGcodeFLOATcodeDOUBLEcodeOBJECTcodeBYTEcodeCHARcodeSHORTcodeVOIDcodeTypeCodeCount(Code)
Type codes.



dontgoto
int dontgoto(Code)
All conditional jumps come in pairs. To streamline the treatment of jumps, we also introduce a negation of an unconditional jump. That opcode happens to be jsr.



error
int error(Code)
Virtual opcode for disallowed operations.



illegalnopaconst_nulliconst_m1iconst_0iconst_1iconst_2iconst_3iconst_4iconst_5lconst_0lconst_1fconst_0fconst_1fconst_2dconst_0dconst_1bipushsipushldc1ldc2ldc2wiloadlloadfloaddloadaloadiload_0iload_1iload_2iload_3lload_0lload_1lload_2lload_3fload_0fload_1fload_2fload_3dload_0dload_1dload_2dload_3aload_0aload_1aload_2aload_3ialoadlaloadfaloaddaloadaaloadbaloadcaloadsaloadistorelstorefstoredstoreastoreistore_0istore_1istore_2istore_3lstore_0lstore_1lstore_2lstore_3fstore_0fstore_1fstore_2fstore_3dstore_0dstore_1dstore_2dstore_3astore_0astore_1astore_2astore_3iastorelastorefastoredastoreaastorebastorecastoresastorepoppop2dupdup_x1dup_x2dup2dup2_x1dup2_x2swapiaddladdfadddaddisublsubfsubdsubimullmulfmuldmulidivldivfdivddivimodlmodfmoddmodineglnegfnegdnegishllshlishrlshriushrlushriandlandiorlorixorlxoriinci2li2fi2dl2il2fl2df2if2lf2dd2id2ld2fint2byteint2charint2shortlcmpfcmplfcmpgdcmpldcmpgifeqifneifltifgeifgtifleif_icmpeqif_icmpneif_icmpltif_icmpgeif_icmpgtif_icmpleif_acmpeqif_acmpnegoto_jsrrettableswitchlookupswitchireturnlreturnfreturndreturnareturnreturn_getstaticputstaticgetfieldputfieldinvokevirtualinvokespecialinvokestaticinvokeinterfacenew_newarrayanewarrayarraylengthathrowcheckcastinstanceof_monitorentermonitorexitwidemultianewarrayif_acmp_nullif_acmp_nonnullgoto_wjsr_wbreakpointByteCodeCount
int illegalnopaconst_nulliconst_m1iconst_0iconst_1iconst_2iconst_3iconst_4iconst_5lconst_0lconst_1fconst_0fconst_1fconst_2dconst_0dconst_1bipushsipushldc1ldc2ldc2wiloadlloadfloaddloadaloadiload_0iload_1iload_2iload_3lload_0lload_1lload_2lload_3fload_0fload_1fload_2fload_3dload_0dload_1dload_2dload_3aload_0aload_1aload_2aload_3ialoadlaloadfaloaddaloadaaloadbaloadcaloadsaloadistorelstorefstoredstoreastoreistore_0istore_1istore_2istore_3lstore_0lstore_1lstore_2lstore_3fstore_0fstore_1fstore_2fstore_3dstore_0dstore_1dstore_2dstore_3astore_0astore_1astore_2astore_3iastorelastorefastoredastoreaastorebastorecastoresastorepoppop2dupdup_x1dup_x2dup2dup2_x1dup2_x2swapiaddladdfadddaddisublsubfsubdsubimullmulfmuldmulidivldivfdivddivimodlmodfmoddmodineglnegfnegdnegishllshlishrlshriushrlushriandlandiorlorixorlxoriinci2li2fi2dl2il2fl2df2if2lf2dd2id2ld2fint2byteint2charint2shortlcmpfcmplfcmpgdcmpldcmpgifeqifneifltifgeifgtifleif_icmpeqif_icmpneif_icmpltif_icmpgeif_icmpgtif_icmpleif_acmpeqif_acmpnegoto_jsrrettableswitchlookupswitchireturnlreturnfreturndreturnareturnreturn_getstaticputstaticgetfieldputfieldinvokevirtualinvokespecialinvokestaticinvokeinterfacenew_newarrayanewarrayarraylengthathrowcheckcastinstanceof_monitorentermonitorexitwidemultianewarrayif_acmp_nullif_acmp_nonnullgoto_wjsr_wbreakpointByteCodeCount(Code)
Byte code instruction codes.



ishlllshllishrllshrliushrllushrl
int ishlllshllishrllshrliushrllushrl(Code)
Virtual opcodes; used for shifts with long shiftcount



nullchk
int nullchk(Code)
Virtual opcode for null reference checks



preMask
int preMask(Code)



preShift
int preShift(Code)
Shift and mask constants for shifting prefix instructions. a pair of instruction codes such as LCMP ; IFEQ is encoded in Symtab as (LCMP << preShift) + IFEQ.



string_addbool_notbool_andbool_or
int string_addbool_notbool_andbool_or(Code)
Virtual instruction codes; used for constant folding.



typecodeNames
final static String[] typecodeNames(Code)





www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.