|
|||||||||
| Home >> All >> org >> apache >> [ bcel overview ] | PREV NEXT | ||||||||
A
- AALOAD - Static variable in interface org.apache.bcel.Constants
- AASTORE - Static variable in interface org.apache.bcel.Constants
- ABSTRACT_METHOD_ERROR - Static variable in interface org.apache.bcel.ExceptionConstants
- ACCESS_NAMES - Static variable in interface org.apache.bcel.Constants
- ACC_ABSTRACT - Static variable in interface org.apache.bcel.Constants
- ACC_ANNOTATION - Static variable in interface org.apache.bcel.Constants
- ACC_BRIDGE - Static variable in interface org.apache.bcel.Constants
- ACC_ENUM - Static variable in interface org.apache.bcel.Constants
- ACC_FINAL - Static variable in interface org.apache.bcel.Constants
- ACC_INTERFACE - Static variable in interface org.apache.bcel.Constants
- ACC_NATIVE - Static variable in interface org.apache.bcel.Constants
- ACC_PRIVATE - Static variable in interface org.apache.bcel.Constants
- ACC_PROTECTED - Static variable in interface org.apache.bcel.Constants
- ACC_PUBLIC - Static variable in interface org.apache.bcel.Constants
- Access flags for classes, fields and methods.
- ACC_STATIC - Static variable in interface org.apache.bcel.Constants
- ACC_STRICT - Static variable in interface org.apache.bcel.Constants
- ACC_SUPER - Static variable in interface org.apache.bcel.Constants
- ACC_SYNCHRONIZED - Static variable in interface org.apache.bcel.Constants
- ACC_SYNTHETIC - Static variable in interface org.apache.bcel.Constants
- ACC_TRANSIENT - Static variable in interface org.apache.bcel.Constants
- ACC_VARARGS - Static variable in interface org.apache.bcel.Constants
- ACC_VOLATILE - Static variable in interface org.apache.bcel.Constants
- ACONST_NULL - Static variable in interface org.apache.bcel.Constants
- ALOAD - Static variable in interface org.apache.bcel.Constants
- ALOAD_0 - Static variable in interface org.apache.bcel.Constants
- ALOAD_1 - Static variable in interface org.apache.bcel.Constants
- ALOAD_2 - Static variable in interface org.apache.bcel.Constants
- ALOAD_3 - Static variable in interface org.apache.bcel.Constants
- ANEWARRAY - Static variable in interface org.apache.bcel.Constants
- ANEWARRAY_QUICK - Static variable in interface org.apache.bcel.Constants
- ARETURN - Static variable in interface org.apache.bcel.Constants
- ARITHMETIC_EXCEPTION - Static variable in interface org.apache.bcel.ExceptionConstants
- ARRAYLENGTH - Static variable in interface org.apache.bcel.Constants
- ARRAY_INDEX_OUT_OF_BOUNDS_EXCEPTION - Static variable in interface org.apache.bcel.ExceptionConstants
- ASTORE - Static variable in interface org.apache.bcel.Constants
- ASTORE_0 - Static variable in interface org.apache.bcel.Constants
- ASTORE_1 - Static variable in interface org.apache.bcel.Constants
- ASTORE_2 - Static variable in interface org.apache.bcel.Constants
- ASTORE_3 - Static variable in interface org.apache.bcel.Constants
- ATHROW - Static variable in interface org.apache.bcel.Constants
- ATTRIBUTE_NAMES - Static variable in interface org.apache.bcel.Constants
- ATTR_ANNOTATION_DEFAULT - Static variable in interface org.apache.bcel.Constants
- ATTR_CODE - Static variable in interface org.apache.bcel.Constants
- ATTR_CONSTANT_VALUE - Static variable in interface org.apache.bcel.Constants
- ATTR_DEPRECATED - Static variable in interface org.apache.bcel.Constants
- ATTR_EXCEPTIONS - Static variable in interface org.apache.bcel.Constants
- ATTR_INNER_CLASSES - Static variable in interface org.apache.bcel.Constants
- ATTR_LINE_NUMBER_TABLE - Static variable in interface org.apache.bcel.Constants
- ATTR_LOCAL_VARIABLE_TABLE - Static variable in interface org.apache.bcel.Constants
- ATTR_PMG - Static variable in interface org.apache.bcel.Constants
- ATTR_RUNTIMEINVISIBLE_ANNOTATIONS - Static variable in interface org.apache.bcel.Constants
- ATTR_RUNTIMEINVISIBLE_PARAMETER_ANNOTATIONS - Static variable in interface org.apache.bcel.Constants
- ATTR_RUNTIMEVISIBLE_ANNOTATIONS - Static variable in interface org.apache.bcel.Constants
- ATTR_RUNTIMEVISIBLE_PARAMETER_ANNOTATIONS - Static variable in interface org.apache.bcel.Constants
- ATTR_SIGNATURE - Static variable in interface org.apache.bcel.Constants
- ATTR_SOURCE_FILE - Static variable in interface org.apache.bcel.Constants
- ATTR_STACK_MAP - Static variable in interface org.apache.bcel.Constants
- ATTR_SYNTHETIC - Static variable in interface org.apache.bcel.Constants
- ATTR_UNKNOWN - Static variable in interface org.apache.bcel.Constants
- Attributes and their corresponding names.
- addClass(JavaClass) - Static method in class org.apache.bcel.Repository
- Add clazz to repository if there isn't an equally named class already in there.
B
- BALOAD - Static variable in interface org.apache.bcel.Constants
- BASTORE - Static variable in interface org.apache.bcel.Constants
- BIPUSH - Static variable in interface org.apache.bcel.Constants
- BREAKPOINT - Static variable in interface org.apache.bcel.Constants
- Non-legal opcodes, may be used by JVM internally.
C
- CALOAD - Static variable in interface org.apache.bcel.Constants
- CASTORE - Static variable in interface org.apache.bcel.Constants
- CHECKCAST - Static variable in interface org.apache.bcel.Constants
- CHECKCAST_QUICK - Static variable in interface org.apache.bcel.Constants
- CLASS_CAST_EXCEPTION - Static variable in interface org.apache.bcel.ExceptionConstants
- CLASS_CIRCULARITY_ERROR - Static variable in interface org.apache.bcel.ExceptionConstants
- Linking Exceptions
- CLASS_FORMAT_ERROR - Static variable in interface org.apache.bcel.ExceptionConstants
- CLASS_TYPE_NAMES - Static variable in interface org.apache.bcel.Constants
- The primitive class names corresponding to the T_XX constants, e.g., CLASS_TYPE_NAMES[T_INT] = "java.lang.Integer"
- CONSTANT_Class - Static variable in interface org.apache.bcel.Constants
- CONSTANT_Double - Static variable in interface org.apache.bcel.Constants
- CONSTANT_Fieldref - Static variable in interface org.apache.bcel.Constants
- CONSTANT_Float - Static variable in interface org.apache.bcel.Constants
- CONSTANT_Integer - Static variable in interface org.apache.bcel.Constants
- CONSTANT_InterfaceMethodref - Static variable in interface org.apache.bcel.Constants
- CONSTANT_Long - Static variable in interface org.apache.bcel.Constants
- CONSTANT_Methodref - Static variable in interface org.apache.bcel.Constants
- CONSTANT_NAMES - Static variable in interface org.apache.bcel.Constants
- CONSTANT_NameAndType - Static variable in interface org.apache.bcel.Constants
- CONSTANT_String - Static variable in interface org.apache.bcel.Constants
- CONSTANT_Utf8 - Static variable in interface org.apache.bcel.Constants
- Tags in constant pool to denote type of constant.
- CONSTRUCTOR_NAME - Static variable in interface org.apache.bcel.Constants
- The name of every constructor method in a class, also called "instance initialization method".
- CONSUME_STACK - Static variable in interface org.apache.bcel.Constants
- Number of words consumed on operand stack by instructions.
- Constants - interface org.apache.bcel.Constants.
- Constants for the project, mostly defined in the JVM specification.
- clearCache() - Static method in class org.apache.bcel.Repository
- Clear the repository.
D
- D2F - Static variable in interface org.apache.bcel.Constants
- D2I - Static variable in interface org.apache.bcel.Constants
- D2L - Static variable in interface org.apache.bcel.Constants
- DADD - Static variable in interface org.apache.bcel.Constants
- DALOAD - Static variable in interface org.apache.bcel.Constants
- DASTORE - Static variable in interface org.apache.bcel.Constants
- DCMPG - Static variable in interface org.apache.bcel.Constants
- DCMPL - Static variable in interface org.apache.bcel.Constants
- DCONST_0 - Static variable in interface org.apache.bcel.Constants
- DCONST_1 - Static variable in interface org.apache.bcel.Constants
- DDIV - Static variable in interface org.apache.bcel.Constants
- DLOAD - Static variable in interface org.apache.bcel.Constants
- DLOAD_0 - Static variable in interface org.apache.bcel.Constants
- DLOAD_1 - Static variable in interface org.apache.bcel.Constants
- DLOAD_2 - Static variable in interface org.apache.bcel.Constants
- DLOAD_3 - Static variable in interface org.apache.bcel.Constants
- DMUL - Static variable in interface org.apache.bcel.Constants
- DNEG - Static variable in interface org.apache.bcel.Constants
- DREM - Static variable in interface org.apache.bcel.Constants
- DRETURN - Static variable in interface org.apache.bcel.Constants
- DSTORE - Static variable in interface org.apache.bcel.Constants
- DSTORE_0 - Static variable in interface org.apache.bcel.Constants
- DSTORE_1 - Static variable in interface org.apache.bcel.Constants
- DSTORE_2 - Static variable in interface org.apache.bcel.Constants
- DSTORE_3 - Static variable in interface org.apache.bcel.Constants
- DSUB - Static variable in interface org.apache.bcel.Constants
- DUP - Static variable in interface org.apache.bcel.Constants
- DUP2 - Static variable in interface org.apache.bcel.Constants
- DUP2_X1 - Static variable in interface org.apache.bcel.Constants
- DUP2_X2 - Static variable in interface org.apache.bcel.Constants
- DUP_X1 - Static variable in interface org.apache.bcel.Constants
- DUP_X2 - Static variable in interface org.apache.bcel.Constants
E
- EXCEPTION_IN_INITIALIZER_ERROR - Static variable in interface org.apache.bcel.ExceptionConstants
- EXCS_ARRAY_EXCEPTION - Static variable in interface org.apache.bcel.ExceptionConstants
- EXCS_CLASS_AND_INTERFACE_RESOLUTION - Static variable in interface org.apache.bcel.ExceptionConstants
- Pre-defined exception arrays according to chapters 5.1-5.4 of the Java Virtual Machine Specification
- EXCS_FIELD_AND_METHOD_RESOLUTION - Static variable in interface org.apache.bcel.ExceptionConstants
- EXCS_INTERFACE_METHOD_RESOLUTION - Static variable in interface org.apache.bcel.ExceptionConstants
- EXCS_STRING_RESOLUTION - Static variable in interface org.apache.bcel.ExceptionConstants
- ExceptionConstants - interface org.apache.bcel.ExceptionConstants.
- Exception constants.
F
- F2D - Static variable in interface org.apache.bcel.Constants
- F2I - Static variable in interface org.apache.bcel.Constants
- F2L - Static variable in interface org.apache.bcel.Constants
- FADD - Static variable in interface org.apache.bcel.Constants
- FALOAD - Static variable in interface org.apache.bcel.Constants
- FASTORE - Static variable in interface org.apache.bcel.Constants
- FCMPG - Static variable in interface org.apache.bcel.Constants
- FCMPL - Static variable in interface org.apache.bcel.Constants
- FCONST_0 - Static variable in interface org.apache.bcel.Constants
- FCONST_1 - Static variable in interface org.apache.bcel.Constants
- FCONST_2 - Static variable in interface org.apache.bcel.Constants
- FDIV - Static variable in interface org.apache.bcel.Constants
- FLOAD - Static variable in interface org.apache.bcel.Constants
- FLOAD_0 - Static variable in interface org.apache.bcel.Constants
- FLOAD_1 - Static variable in interface org.apache.bcel.Constants
- FLOAD_2 - Static variable in interface org.apache.bcel.Constants
- FLOAD_3 - Static variable in interface org.apache.bcel.Constants
- FMUL - Static variable in interface org.apache.bcel.Constants
- FNEG - Static variable in interface org.apache.bcel.Constants
- FREM - Static variable in interface org.apache.bcel.Constants
- FRETURN - Static variable in interface org.apache.bcel.Constants
- FSTORE - Static variable in interface org.apache.bcel.Constants
- FSTORE_0 - Static variable in interface org.apache.bcel.Constants
- FSTORE_1 - Static variable in interface org.apache.bcel.Constants
- FSTORE_2 - Static variable in interface org.apache.bcel.Constants
- FSTORE_3 - Static variable in interface org.apache.bcel.Constants
- FSUB - Static variable in interface org.apache.bcel.Constants
G
- GETFIELD - Static variable in interface org.apache.bcel.Constants
- GETFIELD2_QUICK - Static variable in interface org.apache.bcel.Constants
- GETFIELD_QUICK - Static variable in interface org.apache.bcel.Constants
- GETFIELD_QUICK_W - Static variable in interface org.apache.bcel.Constants
- GETSTATIC - Static variable in interface org.apache.bcel.Constants
- GETSTATIC2_QUICK - Static variable in interface org.apache.bcel.Constants
- GETSTATIC_QUICK - Static variable in interface org.apache.bcel.Constants
- GOTO - Static variable in interface org.apache.bcel.Constants
- GOTO_W - Static variable in interface org.apache.bcel.Constants
- getInterfaces(JavaClass) - Static method in class org.apache.bcel.Repository
- getInterfaces(String) - Static method in class org.apache.bcel.Repository
- getRepository() - Static method in class org.apache.bcel.Repository
- getSuperClasses(JavaClass) - Static method in class org.apache.bcel.Repository
- getSuperClasses(String) - Static method in class org.apache.bcel.Repository
I
- I2B - Static variable in interface org.apache.bcel.Constants
- I2C - Static variable in interface org.apache.bcel.Constants
- I2D - Static variable in interface org.apache.bcel.Constants
- I2F - Static variable in interface org.apache.bcel.Constants
- I2L - Static variable in interface org.apache.bcel.Constants
- I2S - Static variable in interface org.apache.bcel.Constants
- IADD - Static variable in interface org.apache.bcel.Constants
- IALOAD - Static variable in interface org.apache.bcel.Constants
- IAND - Static variable in interface org.apache.bcel.Constants
- IASTORE - Static variable in interface org.apache.bcel.Constants
- ICONST_0 - Static variable in interface org.apache.bcel.Constants
- ICONST_1 - Static variable in interface org.apache.bcel.Constants
- ICONST_2 - Static variable in interface org.apache.bcel.Constants
- ICONST_3 - Static variable in interface org.apache.bcel.Constants
- ICONST_4 - Static variable in interface org.apache.bcel.Constants
- ICONST_5 - Static variable in interface org.apache.bcel.Constants
- ICONST_M1 - Static variable in interface org.apache.bcel.Constants
- IDIV - Static variable in interface org.apache.bcel.Constants
- IFEQ - Static variable in interface org.apache.bcel.Constants
- IFGE - Static variable in interface org.apache.bcel.Constants
- IFGT - Static variable in interface org.apache.bcel.Constants
- IFLE - Static variable in interface org.apache.bcel.Constants
- IFLT - Static variable in interface org.apache.bcel.Constants
- IFNE - Static variable in interface org.apache.bcel.Constants
- IFNONNULL - Static variable in interface org.apache.bcel.Constants
- IFNULL - Static variable in interface org.apache.bcel.Constants
- IF_ACMPEQ - Static variable in interface org.apache.bcel.Constants
- IF_ACMPNE - Static variable in interface org.apache.bcel.Constants
- IF_ICMPEQ - Static variable in interface org.apache.bcel.Constants
- IF_ICMPGE - Static variable in interface org.apache.bcel.Constants
- IF_ICMPGT - Static variable in interface org.apache.bcel.Constants
- IF_ICMPLE - Static variable in interface org.apache.bcel.Constants
- IF_ICMPLT - Static variable in interface org.apache.bcel.Constants
- IF_ICMPNE - Static variable in interface org.apache.bcel.Constants
- IINC - Static variable in interface org.apache.bcel.Constants
- ILLEGAL_ACCESS_ERROR - Static variable in interface org.apache.bcel.ExceptionConstants
- ILLEGAL_MONITOR_STATE - Static variable in interface org.apache.bcel.ExceptionConstants
- ILLEGAL_OPCODE - Static variable in interface org.apache.bcel.Constants
- ILLEGAL_TYPE - Static variable in interface org.apache.bcel.Constants
- ILOAD - Static variable in interface org.apache.bcel.Constants
- ILOAD_0 - Static variable in interface org.apache.bcel.Constants
- ILOAD_1 - Static variable in interface org.apache.bcel.Constants
- ILOAD_2 - Static variable in interface org.apache.bcel.Constants
- ILOAD_3 - Static variable in interface org.apache.bcel.Constants
- IMPDEP1 - Static variable in interface org.apache.bcel.Constants
- IMPDEP2 - Static variable in interface org.apache.bcel.Constants
- IMUL - Static variable in interface org.apache.bcel.Constants
- INCOMPATIBLE_CLASS_CHANGE_ERROR - Static variable in interface org.apache.bcel.ExceptionConstants
- INEG - Static variable in interface org.apache.bcel.Constants
- INSTANCEOF - Static variable in interface org.apache.bcel.Constants
- INSTANCEOF_QUICK - Static variable in interface org.apache.bcel.Constants
- INSTANTIATION_ERROR - Static variable in interface org.apache.bcel.ExceptionConstants
- INT2BYTE - Static variable in interface org.apache.bcel.Constants
- INT2CHAR - Static variable in interface org.apache.bcel.Constants
- INT2SHORT - Static variable in interface org.apache.bcel.Constants
- INTERFACES_IMPLEMENTED_BY_ARRAYS - Static variable in interface org.apache.bcel.Constants
- The names of the interfaces implemented by arrays
- INVOKEINTERFACE - Static variable in interface org.apache.bcel.Constants
- INVOKEINTERFACE_QUICK - Static variable in interface org.apache.bcel.Constants
- INVOKENONVIRTUAL - Static variable in interface org.apache.bcel.Constants
- INVOKENONVIRTUAL_QUICK - Static variable in interface org.apache.bcel.Constants
- INVOKESPECIAL - Static variable in interface org.apache.bcel.Constants
- INVOKESTATIC - Static variable in interface org.apache.bcel.Constants
- INVOKESTATIC_QUICK - Static variable in interface org.apache.bcel.Constants
- INVOKESUPER_QUICK - Static variable in interface org.apache.bcel.Constants
- INVOKEVIRTUAL - Static variable in interface org.apache.bcel.Constants
- INVOKEVIRTUALOBJECT_QUICK - Static variable in interface org.apache.bcel.Constants
- INVOKEVIRTUAL_QUICK - Static variable in interface org.apache.bcel.Constants
- INVOKEVIRTUAL_QUICK_W - Static variable in interface org.apache.bcel.Constants
- IOR - Static variable in interface org.apache.bcel.Constants
- IREM - Static variable in interface org.apache.bcel.Constants
- IRETURN - Static variable in interface org.apache.bcel.Constants
- ISHL - Static variable in interface org.apache.bcel.Constants
- ISHR - Static variable in interface org.apache.bcel.Constants
- ISTORE - Static variable in interface org.apache.bcel.Constants
- ISTORE_0 - Static variable in interface org.apache.bcel.Constants
- ISTORE_1 - Static variable in interface org.apache.bcel.Constants
- ISTORE_2 - Static variable in interface org.apache.bcel.Constants
- ISTORE_3 - Static variable in interface org.apache.bcel.Constants
- ISUB - Static variable in interface org.apache.bcel.Constants
- ITEM_Bogus - Static variable in interface org.apache.bcel.Constants
- Constants used in the StackMap attribute.
- ITEM_Double - Static variable in interface org.apache.bcel.Constants
- ITEM_Float - Static variable in interface org.apache.bcel.Constants
- ITEM_InitObject - Static variable in interface org.apache.bcel.Constants
- ITEM_Integer - Static variable in interface org.apache.bcel.Constants
- ITEM_Long - Static variable in interface org.apache.bcel.Constants
- ITEM_NAMES - Static variable in interface org.apache.bcel.Constants
- ITEM_NewObject - Static variable in interface org.apache.bcel.Constants
- ITEM_Null - Static variable in interface org.apache.bcel.Constants
- ITEM_Object - Static variable in interface org.apache.bcel.Constants
- IUSHR - Static variable in interface org.apache.bcel.Constants
- IXOR - Static variable in interface org.apache.bcel.Constants
- implementationOf(JavaClass, JavaClass) - Static method in class org.apache.bcel.Repository
- implementationOf(String, String) - Static method in class org.apache.bcel.Repository
- implementationOf(JavaClass, String) - Static method in class org.apache.bcel.Repository
- implementationOf(String, JavaClass) - Static method in class org.apache.bcel.Repository
- instanceOf(JavaClass, JavaClass) - Static method in class org.apache.bcel.Repository
- Equivalent to runtime "instanceof" operator.
- instanceOf(String, String) - Static method in class org.apache.bcel.Repository
- instanceOf(JavaClass, String) - Static method in class org.apache.bcel.Repository
- instanceOf(String, JavaClass) - Static method in class org.apache.bcel.Repository
J
- JSR - Static variable in interface org.apache.bcel.Constants
- JSR_W - Static variable in interface org.apache.bcel.Constants
K
- KNOWN_ATTRIBUTES - Static variable in interface org.apache.bcel.Constants
L
- L2D - Static variable in interface org.apache.bcel.Constants
- L2F - Static variable in interface org.apache.bcel.Constants
- L2I - Static variable in interface org.apache.bcel.Constants
- LADD - Static variable in interface org.apache.bcel.Constants
- LALOAD - Static variable in interface org.apache.bcel.Constants
- LAND - Static variable in interface org.apache.bcel.Constants
- LASTORE - Static variable in interface org.apache.bcel.Constants
- LCMP - Static variable in interface org.apache.bcel.Constants
- LCONST_0 - Static variable in interface org.apache.bcel.Constants
- LCONST_1 - Static variable in interface org.apache.bcel.Constants
- LDC - Static variable in interface org.apache.bcel.Constants
- LDC2_W - Static variable in interface org.apache.bcel.Constants
- LDC2_W_QUICK - Static variable in interface org.apache.bcel.Constants
- LDC_QUICK - Static variable in interface org.apache.bcel.Constants
- LDC_W - Static variable in interface org.apache.bcel.Constants
- LDC_W_QUICK - Static variable in interface org.apache.bcel.Constants
- LDIV - Static variable in interface org.apache.bcel.Constants
- LINKING_EXCEPTION - Static variable in interface org.apache.bcel.ExceptionConstants
- Super class of any linking exception (aka Linkage Error)
- LLOAD - Static variable in interface org.apache.bcel.Constants
- LLOAD_0 - Static variable in interface org.apache.bcel.Constants
- LLOAD_1 - Static variable in interface org.apache.bcel.Constants
- LLOAD_2 - Static variable in interface org.apache.bcel.Constants
- LLOAD_3 - Static variable in interface org.apache.bcel.Constants
- LMUL - Static variable in interface org.apache.bcel.Constants
- LNEG - Static variable in interface org.apache.bcel.Constants
- LOOKUPSWITCH - Static variable in interface org.apache.bcel.Constants
- LOR - Static variable in interface org.apache.bcel.Constants
- LREM - Static variable in interface org.apache.bcel.Constants
- LRETURN - Static variable in interface org.apache.bcel.Constants
- LSHL - Static variable in interface org.apache.bcel.Constants
- LSHR - Static variable in interface org.apache.bcel.Constants
- LSTORE - Static variable in interface org.apache.bcel.Constants
- LSTORE_0 - Static variable in interface org.apache.bcel.Constants
- LSTORE_1 - Static variable in interface org.apache.bcel.Constants
- LSTORE_2 - Static variable in interface org.apache.bcel.Constants
- LSTORE_3 - Static variable in interface org.apache.bcel.Constants
- LSUB - Static variable in interface org.apache.bcel.Constants
- LUSHR - Static variable in interface org.apache.bcel.Constants
- LXOR - Static variable in interface org.apache.bcel.Constants
- lookupClass(String) - Static method in class org.apache.bcel.Repository
- Lookup class somewhere found on your CLASSPATH, or whereever the repository instance looks for it.
- lookupClass(Class) - Static method in class org.apache.bcel.Repository
- Try to find class source using the internal repository instance.
- lookupClassFile(String) - Static method in class org.apache.bcel.Repository
M
- MAJOR - Static variable in interface org.apache.bcel.Constants
- MAJOR_1_1 - Static variable in interface org.apache.bcel.Constants
- Major and minor version of the code.
- MAJOR_1_2 - Static variable in interface org.apache.bcel.Constants
- MAJOR_1_3 - Static variable in interface org.apache.bcel.Constants
- MAJOR_1_4 - Static variable in interface org.apache.bcel.Constants
- MAJOR_1_5 - Static variable in interface org.apache.bcel.Constants
- MAX_ACC_FLAG - Static variable in interface org.apache.bcel.Constants
- MAX_BYTE - Static variable in interface org.apache.bcel.Constants
- Maximum value for an unsigned byte.
- MAX_CODE_SIZE - Static variable in interface org.apache.bcel.Constants
- MAX_CP_ENTRIES - Static variable in interface org.apache.bcel.Constants
- Limitations of the Java Virtual Machine.
- MAX_SHORT - Static variable in interface org.apache.bcel.Constants
- Maximum value for an unsigned short.
- MINOR - Static variable in interface org.apache.bcel.Constants
- MINOR_1_1 - Static variable in interface org.apache.bcel.Constants
- MINOR_1_2 - Static variable in interface org.apache.bcel.Constants
- MINOR_1_3 - Static variable in interface org.apache.bcel.Constants
- MINOR_1_4 - Static variable in interface org.apache.bcel.Constants
- MINOR_1_5 - Static variable in interface org.apache.bcel.Constants
- MONITORENTER - Static variable in interface org.apache.bcel.Constants
- MONITOREXIT - Static variable in interface org.apache.bcel.Constants
- MULTIANEWARRAY - Static variable in interface org.apache.bcel.Constants
- MULTIANEWARRAY_QUICK - Static variable in interface org.apache.bcel.Constants
N
- NEGATIVE_ARRAY_SIZE_EXCEPTION - Static variable in interface org.apache.bcel.ExceptionConstants
- NEW - Static variable in interface org.apache.bcel.Constants
- NEWARRAY - Static variable in interface org.apache.bcel.Constants
- NEW_QUICK - Static variable in interface org.apache.bcel.Constants
- NOP - Static variable in interface org.apache.bcel.Constants
- Java VM opcodes.
- NO_CLASS_DEF_FOUND_ERROR - Static variable in interface org.apache.bcel.ExceptionConstants
- NO_OF_OPERANDS - Static variable in interface org.apache.bcel.Constants
- Number of byte code operands, i.e., number of bytes after the tag byte itself.
- NO_SUCH_FIELD_ERROR - Static variable in interface org.apache.bcel.ExceptionConstants
- NO_SUCH_METHOD_ERROR - Static variable in interface org.apache.bcel.ExceptionConstants
- NULL_POINTER_EXCEPTION - Static variable in interface org.apache.bcel.ExceptionConstants
- Run-Time Exceptions
O
- OPCODE_NAMES - Static variable in interface org.apache.bcel.Constants
- Names of opcodes.
- org.apache.bcel - package org.apache.bcel
P
- POP - Static variable in interface org.apache.bcel.Constants
- POP2 - Static variable in interface org.apache.bcel.Constants
- PRODUCE_STACK - Static variable in interface org.apache.bcel.Constants
- Number of words produced onto operand stack by instructions.
- PUSH - Static variable in interface org.apache.bcel.Constants
- For internal purposes only.
- PUTFIELD - Static variable in interface org.apache.bcel.Constants
- PUTFIELD2_QUICK - Static variable in interface org.apache.bcel.Constants
- PUTFIELD_QUICK - Static variable in interface org.apache.bcel.Constants
- PUTFIELD_QUICK_W - Static variable in interface org.apache.bcel.Constants
- PUTSTATIC - Static variable in interface org.apache.bcel.Constants
- PUTSTATIC2_QUICK - Static variable in interface org.apache.bcel.Constants
- PUTSTATIC_QUICK - Static variable in interface org.apache.bcel.Constants
R
- RESERVED - Static variable in interface org.apache.bcel.Constants
- RET - Static variable in interface org.apache.bcel.Constants
- RETURN - Static variable in interface org.apache.bcel.Constants
- RUNTIME_EXCEPTION - Static variable in interface org.apache.bcel.ExceptionConstants
- Super class of any run-time exception
- Repository - class org.apache.bcel.Repository.
- The repository maintains informations about class interdependencies, e.g., whether a class is a sub-class of another.
- Repository() - Constructor for class org.apache.bcel.Repository
- removeClass(String) - Static method in class org.apache.bcel.Repository
- Remove class with given (fully qualified) name from repository.
- removeClass(JavaClass) - Static method in class org.apache.bcel.Repository
- Remove given class from repository.
S
- SALOAD - Static variable in interface org.apache.bcel.Constants
- SASTORE - Static variable in interface org.apache.bcel.Constants
- SHORT_TYPE_NAMES - Static variable in interface org.apache.bcel.Constants
- The signature characters corresponding to primitive types, e.g., SHORT_TYPE_NAMES[T_INT] = "I"
- SIPUSH - Static variable in interface org.apache.bcel.Constants
- STATIC_INITIALIZER_NAME - Static variable in interface org.apache.bcel.Constants
- The name of the static initializer, also called "class initialization method" or "interface initialization method".
- SWAP - Static variable in interface org.apache.bcel.Constants
- SWITCH - Static variable in interface org.apache.bcel.Constants
- setRepository(Repository) - Static method in class org.apache.bcel.Repository
- Set repository instance to be used for class loading
T
- TABLESWITCH - Static variable in interface org.apache.bcel.Constants
- THROWABLE - Static variable in interface org.apache.bcel.ExceptionConstants
- The mother of all exceptions
- TYPE_NAMES - Static variable in interface org.apache.bcel.Constants
- The primitive type names corresponding to the T_XX constants, e.g., TYPE_NAMES[T_INT] = "int"
- TYPE_OF_OPERANDS - Static variable in interface org.apache.bcel.Constants
- How the byte code operands are to be interpreted.
- T_ADDRESS - Static variable in interface org.apache.bcel.Constants
- T_ARRAY - Static variable in interface org.apache.bcel.Constants
- T_BOOLEAN - Static variable in interface org.apache.bcel.Constants
- T_BYTE - Static variable in interface org.apache.bcel.Constants
- T_CHAR - Static variable in interface org.apache.bcel.Constants
- T_DOUBLE - Static variable in interface org.apache.bcel.Constants
- T_FLOAT - Static variable in interface org.apache.bcel.Constants
- T_INT - Static variable in interface org.apache.bcel.Constants
- T_LONG - Static variable in interface org.apache.bcel.Constants
- T_OBJECT - Static variable in interface org.apache.bcel.Constants
- T_REFERENCE - Static variable in interface org.apache.bcel.Constants
- T_SHORT - Static variable in interface org.apache.bcel.Constants
- T_UNKNOWN - Static variable in interface org.apache.bcel.Constants
- T_VOID - Static variable in interface org.apache.bcel.Constants
U
- UNDEFINED - Static variable in interface org.apache.bcel.Constants
- Illegal codes
- UNPREDICTABLE - Static variable in interface org.apache.bcel.Constants
- UNSATISFIED_LINK_ERROR - Static variable in interface org.apache.bcel.ExceptionConstants
V
- VERIFY_ERROR - Static variable in interface org.apache.bcel.ExceptionConstants
W
_
- _repository - Static variable in class org.apache.bcel.Repository
A B C D E F G I J K L M N O P R S T U V W _
|
|||||||||
| Home >> All >> org >> apache >> [ bcel overview ] | PREV NEXT | ||||||||