Java Doc for Opcode.java in » Byte-Code » Javassist » javassist » bytecode » 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
»
Byte Code
»
Javassist
»
javassist.bytecode
Source Cross Reference
Class Diagram
Java Document (Java Doc)
javassist.bytecode
.Opcode
All known Subclasses:
javassist.expr
.Expr
,
javassist.bytecode
.CodeAttribute
,
javassist.convert
.Transformer
,
javassist.compiler
.TypeChecker
,
javassist.bytecode
.CodeIterator
,
javassist.bytecode
.CodeAnalyzer
,
javassist.compiler
.CodeGen
,
Opcode
public
interface Opcode
(Code)
JVM Instruction Set.
This interface defines opcodes and array types for the NEWARRAY instruction.
See Also:
Mnemonic
Field Summary
int
AALOAD
int
AASTORE
int
ACONST_NULL
int
ALOAD
int
ALOAD_0
int
ALOAD_1
int
ALOAD_2
int
ALOAD_3
int
ANEWARRAY
int
ARETURN
int
ARRAYLENGTH
int
ASTORE
int
ASTORE_0
int
ASTORE_1
int
ASTORE_2
int
ASTORE_3
int
ATHROW
int
BALOAD
int
BASTORE
int
BIPUSH
int
CALOAD
int
CASTORE
int
CHECKCAST
int
D2F
int
D2I
int
D2L
int
DADD
int
DALOAD
int
DASTORE
int
DCMPG
int
DCMPL
int
DCONST_0
int
DCONST_1
int
DDIV
int
DLOAD
int
DLOAD_0
int
DLOAD_1
int
DLOAD_2
int
DLOAD_3
int
DMUL
int
DNEG
int
DREM
int
DRETURN
int
DSTORE
int
DSTORE_0
int
DSTORE_1
int
DSTORE_2
int
DSTORE_3
int
DSUB
int
DUP
int
DUP2
int
DUP2_X1
int
DUP2_X2
int
DUP_X1
int
DUP_X2
int
F2D
int
F2I
int
F2L
int
FADD
int
FALOAD
int
FASTORE
int
FCMPG
int
FCMPL
int
FCONST_0
int
FCONST_1
int
FCONST_2
int
FDIV
int
FLOAD
int
FLOAD_0
int
FLOAD_1
int
FLOAD_2
int
FLOAD_3
int
FMUL
int
FNEG
int
FREM
int
FRETURN
int
FSTORE
int
FSTORE_0
int
FSTORE_1
int
FSTORE_2
int
FSTORE_3
int
FSUB
int
GETFIELD
int
GETSTATIC
int
GOTO
int
GOTO_W
int
I2B
int
I2C
int
I2D
int
I2F
int
I2L
int
I2S
int
IADD
int
IALOAD
int
IAND
int
IASTORE
int
ICONST_0
int
ICONST_1
int
ICONST_2
int
ICONST_3
int
ICONST_4
int
ICONST_5
int
ICONST_M1
int
IDIV
int
IFEQ
int
IFGE
int
IFGT
int
IFLE
int
IFLT
int
IFNE
int
IFNONNULL
int
IFNULL
int
IF_ACMPEQ
int
IF_ACMPNE
int
IF_ICMPEQ
int
IF_ICMPGE
int
IF_ICMPGT
int
IF_ICMPLE
int
IF_ICMPLT
int
IF_ICMPNE
int
IINC
int
ILOAD
int
ILOAD_0
int
ILOAD_1
int
ILOAD_2
int
ILOAD_3
int
IMUL
int
INEG
int
INSTANCEOF
int
INVOKEINTERFACE
int
INVOKESPECIAL
int
INVOKESTATIC
int
INVOKEVIRTUAL
int
IOR
int
IREM
int
IRETURN
int
ISHL
int
ISHR
int
ISTORE
int
ISTORE_0
int
ISTORE_1
int
ISTORE_2
int
ISTORE_3
int
ISUB
int
IUSHR
int
IXOR
int
JSR
int
JSR_W
int
L2D
int
L2F
int
L2I
int
LADD
int
LALOAD
int
LAND
int
LASTORE
int
LCMP
int
LCONST_0
int
LCONST_1
int
LDC
int
LDC2_W
int
LDC_W
int
LDIV
int
LLOAD
int
LLOAD_0
int
LLOAD_1
int
LLOAD_2
int
LLOAD_3
int
LMUL
int
LNEG
int
LOOKUPSWITCH
int
LOR
int
LREM
int
LRETURN
int
LSHL
int
LSHR
int
LSTORE
int
LSTORE_0
int
LSTORE_1
int
LSTORE_2
int
LSTORE_3
int
LSUB
int
LUSHR
int
LXOR
int
MONITORENTER
int
MONITOREXIT
int
MULTIANEWARRAY
int
NEW
int
NEWARRAY
int
NOP
int
POP
int
POP2
int
PUTFIELD
int
PUTSTATIC
int
RET
int
RETURN
int
SALOAD
int
SASTORE
int
SIPUSH
int[]
STACK_GROW
int
SWAP
int
TABLESWITCH
int
T_BOOLEAN
int
T_BYTE
int
T_CHAR
int
T_DOUBLE
int
T_FLOAT
int
T_INT
int
T_LONG
int
T_SHORT
int
WIDE
Field Detail
AALOAD
int AALOAD
(Code)
AASTORE
int AASTORE
(Code)
ACONST_NULL
int ACONST_NULL
(Code)
ALOAD
int ALOAD
(Code)
ALOAD_0
int ALOAD_0
(Code)
ALOAD_1
int ALOAD_1
(Code)
ALOAD_2
int ALOAD_2
(Code)
ALOAD_3
int ALOAD_3
(Code)
ANEWARRAY
int ANEWARRAY
(Code)
ARETURN
int ARETURN
(Code)
ARRAYLENGTH
int ARRAYLENGTH
(Code)
ASTORE
int ASTORE
(Code)
ASTORE_0
int ASTORE_0
(Code)
ASTORE_1
int ASTORE_1
(Code)
ASTORE_2
int ASTORE_2
(Code)
ASTORE_3
int ASTORE_3
(Code)
ATHROW
int ATHROW
(Code)
BALOAD
int BALOAD
(Code)
BASTORE
int BASTORE
(Code)
BIPUSH
int BIPUSH
(Code)
CALOAD
int CALOAD
(Code)
CASTORE
int CASTORE
(Code)
CHECKCAST
int CHECKCAST
(Code)
D2F
int D2F
(Code)
D2I
int D2I
(Code)
D2L
int D2L
(Code)
DADD
int DADD
(Code)
DALOAD
int DALOAD
(Code)
DASTORE
int DASTORE
(Code)
DCMPG
int DCMPG
(Code)
DCMPL
int DCMPL
(Code)
DCONST_0
int DCONST_0
(Code)
DCONST_1
int DCONST_1
(Code)
DDIV
int DDIV
(Code)
DLOAD
int DLOAD
(Code)
DLOAD_0
int DLOAD_0
(Code)
DLOAD_1
int DLOAD_1
(Code)
DLOAD_2
int DLOAD_2
(Code)
DLOAD_3
int DLOAD_3
(Code)
DMUL
int DMUL
(Code)
DNEG
int DNEG
(Code)
DREM
int DREM
(Code)
DRETURN
int DRETURN
(Code)
DSTORE
int DSTORE
(Code)
DSTORE_0
int DSTORE_0
(Code)
DSTORE_1
int DSTORE_1
(Code)
DSTORE_2
int DSTORE_2
(Code)
DSTORE_3
int DSTORE_3
(Code)
DSUB
int DSUB
(Code)
DUP
int DUP
(Code)
DUP2
int DUP2
(Code)
DUP2_X1
int DUP2_X1
(Code)
DUP2_X2
int DUP2_X2
(Code)
DUP_X1
int DUP_X1
(Code)
DUP_X2
int DUP_X2
(Code)
F2D
int F2D
(Code)
F2I
int F2I
(Code)
F2L
int F2L
(Code)
FADD
int FADD
(Code)
FALOAD
int FALOAD
(Code)
FASTORE
int FASTORE
(Code)
FCMPG
int FCMPG
(Code)
FCMPL
int FCMPL
(Code)
FCONST_0
int FCONST_0
(Code)
FCONST_1
int FCONST_1
(Code)
FCONST_2
int FCONST_2
(Code)
FDIV
int FDIV
(Code)
FLOAD
int FLOAD
(Code)
FLOAD_0
int FLOAD_0
(Code)
FLOAD_1
int FLOAD_1
(Code)
FLOAD_2
int FLOAD_2
(Code)
FLOAD_3
int FLOAD_3
(Code)
FMUL
int FMUL
(Code)
FNEG
int FNEG
(Code)
FREM
int FREM
(Code)
FRETURN
int FRETURN
(Code)
FSTORE
int FSTORE
(Code)
FSTORE_0
int FSTORE_0
(Code)
FSTORE_1
int FSTORE_1
(Code)
FSTORE_2
int FSTORE_2
(Code)
FSTORE_3
int FSTORE_3
(Code)
FSUB
int FSUB
(Code)
GETFIELD
int GETFIELD
(Code)
GETSTATIC
int GETSTATIC
(Code)
GOTO
int GOTO
(Code)
GOTO_W
int GOTO_W
(Code)
I2B
int I2B
(Code)
I2C
int I2C
(Code)
I2D
int I2D
(Code)
I2F
int I2F
(Code)
I2L
int I2L
(Code)
I2S
int I2S
(Code)
IADD
int IADD
(Code)
IALOAD
int IALOAD
(Code)
IAND
int IAND
(Code)
IASTORE
int IASTORE
(Code)
ICONST_0
int ICONST_0
(Code)
ICONST_1
int ICONST_1
(Code)
ICONST_2
int ICONST_2
(Code)
ICONST_3
int ICONST_3
(Code)
ICONST_4
int ICONST_4
(Code)
ICONST_5
int ICONST_5
(Code)
ICONST_M1
int ICONST_M1
(Code)
IDIV
int IDIV
(Code)
IFEQ
int IFEQ
(Code)
IFGE
int IFGE
(Code)
IFGT
int IFGT
(Code)
IFLE
int IFLE
(Code)
IFLT
int IFLT
(Code)
IFNE
int IFNE
(Code)
IFNONNULL
int IFNONNULL
(Code)
IFNULL
int IFNULL
(Code)
IF_ACMPEQ
int IF_ACMPEQ
(Code)
IF_ACMPNE
int IF_ACMPNE
(Code)
IF_ICMPEQ
int IF_ICMPEQ
(Code)
IF_ICMPGE
int IF_ICMPGE
(Code)
IF_ICMPGT
int IF_ICMPGT
(Code)
IF_ICMPLE
int IF_ICMPLE
(Code)
IF_ICMPLT
int IF_ICMPLT
(Code)
IF_ICMPNE
int IF_ICMPNE
(Code)
IINC
int IINC
(Code)
ILOAD
int ILOAD
(Code)
ILOAD_0
int ILOAD_0
(Code)
ILOAD_1
int ILOAD_1
(Code)
ILOAD_2
int ILOAD_2
(Code)
ILOAD_3
int ILOAD_3
(Code)
IMUL
int IMUL
(Code)
INEG
int INEG
(Code)
INSTANCEOF
int INSTANCEOF
(Code)
INVOKEINTERFACE
int INVOKEINTERFACE
(Code)
INVOKESPECIAL
int INVOKESPECIAL
(Code)
INVOKESTATIC
int INVOKESTATIC
(Code)
INVOKEVIRTUAL
int INVOKEVIRTUAL
(Code)
IOR
int IOR
(Code)
IREM
int IREM
(Code)
IRETURN
int IRETURN
(Code)
ISHL
int ISHL
(Code)
ISHR
int ISHR
(Code)
ISTORE
int ISTORE
(Code)
ISTORE_0
int ISTORE_0
(Code)
ISTORE_1
int ISTORE_1
(Code)
ISTORE_2
int ISTORE_2
(Code)
ISTORE_3
int ISTORE_3
(Code)
ISUB
int ISUB
(Code)
IUSHR
int IUSHR
(Code)
IXOR
int IXOR
(Code)
JSR
int JSR
(Code)
JSR_W
int JSR_W
(Code)
L2D
int L2D
(Code)
L2F
int L2F
(Code)
L2I
int L2I
(Code)
LADD
int LADD
(Code)
LALOAD
int LALOAD
(Code)
LAND
int LAND
(Code)
LASTORE
int LASTORE
(Code)
LCMP
int LCMP
(Code)
LCONST_0
int LCONST_0
(Code)
LCONST_1
int LCONST_1
(Code)
LDC
int LDC
(Code)
LDC2_W
int LDC2_W
(Code)
LDC_W
int LDC_W
(Code)
LDIV
int LDIV
(Code)
LLOAD
int LLOAD
(Code)
LLOAD_0
int LLOAD_0
(Code)
LLOAD_1
int LLOAD_1
(Code)
LLOAD_2
int LLOAD_2
(Code)
LLOAD_3
int LLOAD_3
(Code)
LMUL
int LMUL
(Code)
LNEG
int LNEG
(Code)
LOOKUPSWITCH
int LOOKUPSWITCH
(Code)
LOR
int LOR
(Code)
LREM
int LREM
(Code)
LRETURN
int LRETURN
(Code)
LSHL
int LSHL
(Code)
LSHR
int LSHR
(Code)
LSTORE
int LSTORE
(Code)
LSTORE_0
int LSTORE_0
(Code)
LSTORE_1
int LSTORE_1
(Code)
LSTORE_2
int LSTORE_2
(Code)
LSTORE_3
int LSTORE_3
(Code)
LSUB
int LSUB
(Code)
LUSHR
int LUSHR
(Code)
LXOR
int LXOR
(Code)
MONITORENTER
int MONITORENTER
(Code)
MONITOREXIT
int MONITOREXIT
(Code)
MULTIANEWARRAY
int MULTIANEWARRAY
(Code)
NEW
int NEW
(Code)
NEWARRAY
int NEWARRAY
(Code)
NOP
int NOP
(Code)
POP
int POP
(Code)
POP2
int POP2
(Code)
PUTFIELD
int PUTFIELD
(Code)
PUTSTATIC
int PUTSTATIC
(Code)
RET
int RET
(Code)
RETURN
int RETURN
(Code)
SALOAD
int SALOAD
(Code)
SASTORE
int SASTORE
(Code)
SIPUSH
int SIPUSH
(Code)
STACK_GROW
int[] STACK_GROW
(Code)
SWAP
int SWAP
(Code)
TABLESWITCH
int TABLESWITCH
(Code)
T_BOOLEAN
int T_BOOLEAN
(Code)
T_BYTE
int T_BYTE
(Code)
T_CHAR
int T_CHAR
(Code)
T_DOUBLE
int T_DOUBLE
(Code)
T_FLOAT
int T_FLOAT
(Code)
T_INT
int T_INT
(Code)
T_LONG
int T_LONG
(Code)
T_SHORT
int T_SHORT
(Code)
WIDE
int WIDE
(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.