Main Page Packages Class Hierarchy Alphabetical List Compound List File List Compound Members
InstructionFactory Member List
This is the complete list of members for InstructionFactory, including all inherited members.
- AALOAD (defined in InstructionConstants)
[static]
- AASTORE (defined in InstructionConstants)
[static]
- ACONST_NULL (defined in InstructionConstants)
[static]
- ALOAD_0 (defined in InstructionConstants)
[static]
- ALOAD_1 (defined in InstructionConstants)
[static]
- ALOAD_2 (defined in InstructionConstants)
[static]
- ARETURN (defined in InstructionConstants)
[static]
- ARRAYLENGTH (defined in InstructionConstants)
[static]
- ASTORE_0 (defined in InstructionConstants)
[static]
- ASTORE_1 (defined in InstructionConstants)
[static]
- ASTORE_2 (defined in InstructionConstants)
[static]
- ATHROW (defined in InstructionConstants)
[static]
- BALOAD (defined in InstructionConstants)
[static]
- BASTORE (defined in InstructionConstants)
[static]
- bla
[static]
- CALOAD (defined in InstructionConstants)
[static]
- CASTORE (defined in InstructionConstants)
[static]
- cg (defined in InstructionFactory)
[protected]
- cp (defined in InstructionFactory)
[protected]
- createArrayLoad(Type type)
[inline, static]
- createArrayLoad(Type type)
[inline, static]
- createArrayStore(Type type)
[inline, static]
- createArrayStore(Type type)
[inline, static]
- createBinaryDoubleOp(char op) (defined in InstructionFactory)
[inline, private, static]
- createBinaryDoubleOp(char op) (defined in InstructionFactory)
[inline, private, static]
- createBinaryFloatOp(char op) (defined in InstructionFactory)
[inline, private, static]
- createBinaryFloatOp(char op) (defined in InstructionFactory)
[inline, private, static]
- createBinaryIntOp(char first, String op) (defined in InstructionFactory)
[inline, private, static]
- createBinaryIntOp(char first, String op) (defined in InstructionFactory)
[inline, private, static]
- createBinaryLongOp(char first, String op) (defined in InstructionFactory)
[inline, private, static]
- createBinaryLongOp(char first, String op) (defined in InstructionFactory)
[inline, private, static]
- createBinaryOperation(String op, Type type)
[inline, static]
- createBinaryOperation(String op, Type type)
[inline, static]
- createBranchInstruction(short opcode, InstructionHandle target)
[inline, static]
- createCast(Type src_type, Type dest_type)
[inline]
- createCast(Type src_type, Type dest_type)
[inline]
- createCheckCast(ReferenceType t) (defined in InstructionFactory)
[inline]
- createCheckCast(ReferenceType t) (defined in InstructionFactory)
[inline]
- createDup(int size)
[inline, static]
- createDup(int size)
[inline, static]
- createDup_1(int size)
[inline, static]
- createDup_1(int size)
[inline, static]
- createDup_2(int size)
[inline, static]
- createDup_2(int size)
[inline, static]
- createFieldAccess(String class_name, String name, Type type, short kind)
[inline]
- createGetField(String class_name, String name, Type t) (defined in InstructionFactory)
[inline]
- createGetField(String class_name, String name, Type t) (defined in InstructionFactory)
[inline]
- createGetStatic(String class_name, String name, Type t) (defined in InstructionFactory)
[inline]
- createGetStatic(String class_name, String name, Type t) (defined in InstructionFactory)
[inline]
- createInvoke(String class_name, String name, Type ret_type, Type[] arg_types, short kind)
[inline]
- createInvoke(String class_name, String name, Type ret_type, Type[] arg_types, short kind)
[inline]
- createLoad(Type type, int index)
[inline, static]
- createLoad(Type type, int index)
[inline, static]
- createNew(ObjectType t) (defined in InstructionFactory)
[inline]
- createNew(String s) (defined in InstructionFactory)
[inline]
- createNew(ObjectType t) (defined in InstructionFactory)
[inline]
- createNew(String s) (defined in InstructionFactory)
[inline]
- createNewArray(Type t, short dim)
[inline]
- createNewArray(Type t, short dim)
[inline]
- createNull(Type type)
[inline, static]
- createNull(Type type)
[inline, static]
- createPop(int size)
[inline, static]
- createPop(int size)
[inline, static]
- createPutField(String class_name, String name, Type t) (defined in InstructionFactory)
[inline]
- createPutField(String class_name, String name, Type t) (defined in InstructionFactory)
[inline]
- createPutStatic(String class_name, String name, Type t) (defined in InstructionFactory)
[inline]
- createPutStatic(String class_name, String name, Type t) (defined in InstructionFactory)
[inline]
- createReturn(Type type)
[inline, static]
- createReturn(Type type)
[inline, static]
- createStore(Type type, int index)
[inline, static]
- createStore(Type type, int index)
[inline, static]
- createThis()
[inline, static]
- createThis()
[inline, static]
- D2F (defined in InstructionConstants)
[static]
- D2I (defined in InstructionConstants)
[static]
- D2L (defined in InstructionConstants)
[static]
- DADD (defined in InstructionConstants)
[static]
- DALOAD (defined in InstructionConstants)
[static]
- DASTORE (defined in InstructionConstants)
[static]
- DCMPG (defined in InstructionConstants)
[static]
- DCMPL (defined in InstructionConstants)
[static]
- DCONST_0 (defined in InstructionConstants)
[static]
- DCONST_1 (defined in InstructionConstants)
[static]
- DDIV (defined in InstructionConstants)
[static]
- DMUL (defined in InstructionConstants)
[static]
- DNEG (defined in InstructionConstants)
[static]
- DREM (defined in InstructionConstants)
[static]
- DRETURN (defined in InstructionConstants)
[static]
- DSUB (defined in InstructionConstants)
[static]
- DUP (defined in InstructionConstants)
[static]
- DUP2 (defined in InstructionConstants)
[static]
- DUP2_X1 (defined in InstructionConstants)
[static]
- DUP2_X2 (defined in InstructionConstants)
[static]
- DUP_X1 (defined in InstructionConstants)
[static]
- DUP_X2 (defined in InstructionConstants)
[static]
- F2D (defined in InstructionConstants)
[static]
- F2I (defined in InstructionConstants)
[static]
- F2L (defined in InstructionConstants)
[static]
- FADD (defined in InstructionConstants)
[static]
- FALOAD (defined in InstructionConstants)
[static]
- FASTORE (defined in InstructionConstants)
[static]
- FCMPG (defined in InstructionConstants)
[static]
- FCMPL (defined in InstructionConstants)
[static]
- FCONST_0 (defined in InstructionConstants)
[static]
- FCONST_1 (defined in InstructionConstants)
[static]
- FCONST_2 (defined in InstructionConstants)
[static]
- FDIV (defined in InstructionConstants)
[static]
- FMUL (defined in InstructionConstants)
[static]
- FNEG (defined in InstructionConstants)
[static]
- FREM (defined in InstructionConstants)
[static]
- FRETURN (defined in InstructionConstants)
[static]
- FSUB (defined in InstructionConstants)
[static]
- getClassGen() (defined in InstructionFactory)
[inline]
- getConstantPool() (defined in InstructionFactory)
[inline]
- I2B (defined in InstructionConstants)
[static]
- I2C (defined in InstructionConstants)
[static]
- I2D (defined in InstructionConstants)
[static]
- I2F (defined in InstructionConstants)
[static]
- I2L (defined in InstructionConstants)
[static]
- I2S (defined in InstructionConstants)
[static]
- IADD (defined in InstructionConstants)
[static]
- IALOAD (defined in InstructionConstants)
[static]
- IAND (defined in InstructionConstants)
[static]
- IASTORE (defined in InstructionConstants)
[static]
- ICONST_0 (defined in InstructionConstants)
[static]
- ICONST_1 (defined in InstructionConstants)
[static]
- ICONST_2 (defined in InstructionConstants)
[static]
- ICONST_3 (defined in InstructionConstants)
[static]
- ICONST_4 (defined in InstructionConstants)
[static]
- ICONST_5 (defined in InstructionConstants)
[static]
- ICONST_M1 (defined in InstructionConstants)
[static]
- IDIV (defined in InstructionConstants)
[static]
- ILOAD_0 (defined in InstructionConstants)
[static]
- ILOAD_1 (defined in InstructionConstants)
[static]
- ILOAD_2 (defined in InstructionConstants)
[static]
- IMUL (defined in InstructionConstants)
[static]
- INEG (defined in InstructionConstants)
[static]
- InstructionFactory(ClassGen cg)
[inline]
- InstructionFactory(ClassGen cg)
[inline]
- InstructionFactory(ClassGen cg, ConstantPoolGen cp) (defined in InstructionFactory)
[inline]
- InstructionFactory(ConstantPoolGen cp)
[inline]
- INSTRUCTIONS
[static]
- INSTRUCTIONS
[static]
- IOR (defined in InstructionConstants)
[static]
- IREM (defined in InstructionConstants)
[static]
- IRETURN (defined in InstructionConstants)
[static]
- ISHL (defined in InstructionConstants)
[static]
- ISHR (defined in InstructionConstants)
[static]
- ISTORE_0 (defined in InstructionConstants)
[static]
- ISTORE_1 (defined in InstructionConstants)
[static]
- ISTORE_2 (defined in InstructionConstants)
[static]
- ISUB (defined in InstructionConstants)
[static]
- IUSHR (defined in InstructionConstants)
[static]
- IXOR (defined in InstructionConstants)
[static]
- L2D (defined in InstructionConstants)
[static]
- L2F (defined in InstructionConstants)
[static]
- L2I (defined in InstructionConstants)
[static]
- LADD (defined in InstructionConstants)
[static]
- LALOAD (defined in InstructionConstants)
[static]
- LAND (defined in InstructionConstants)
[static]
- LASTORE (defined in InstructionConstants)
[static]
- LCMP (defined in InstructionConstants)
[static]
- LCONST_0 (defined in InstructionConstants)
[static]
- LCONST_1 (defined in InstructionConstants)
[static]
- LDIV (defined in InstructionConstants)
[static]
- LMUL (defined in InstructionConstants)
[static]
- LNEG (defined in InstructionConstants)
[static]
- LOR (defined in InstructionConstants)
[static]
- LREM (defined in InstructionConstants)
[static]
- LRETURN (defined in InstructionConstants)
[static]
- LSHL (defined in InstructionConstants)
[static]
- LSHR (defined in InstructionConstants)
[static]
- LSUB (defined in InstructionConstants)
[static]
- LUSHR (defined in InstructionConstants)
[static]
- LXOR (defined in InstructionConstants)
[static]
- MONITORENTER (defined in InstructionConstants)
[static]
- MONITOREXIT (defined in InstructionConstants)
[static]
- NOP
[static]
- POP (defined in InstructionConstants)
[static]
- POP2 (defined in InstructionConstants)
[static]
- RETURN (defined in InstructionConstants)
[static]
- SALOAD (defined in InstructionConstants)
[static]
- SASTORE (defined in InstructionConstants)
[static]
- setClassGen(ClassGen c) (defined in InstructionFactory)
[inline]
- setConstantPool(ConstantPoolGen c) (defined in InstructionFactory)
[inline]
- SWAP (defined in InstructionConstants)
[static]
- THIS
[static]
Generated at Thu Feb 7 07:16:43 2002 for Bandera by
1.2.10 written by Dimitri van Heesch,
© 1997-2001