|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassFormatException | |
---|---|
org.aspectj.apache.bcel.classfile |
Uses of ClassFormatException in org.aspectj.apache.bcel.classfile |
---|
Methods in org.aspectj.apache.bcel.classfile that throw ClassFormatException | |
---|---|
java.lang.String |
ConstantPool.getConstantString(int index,
byte tag)
Get string from constant pool and bypass the indirection of `ConstantClass' and `ConstantString' objects. |
static java.lang.String |
Utility.methodSignatureToString(java.lang.String signature,
java.lang.String name,
java.lang.String access,
boolean chopit,
LocalVariableTable vars)
This method converts such a string into a Java type declaration like 'void main(String[])' and throws a 'ClassFormatException' when the parsed type is invalid. |
JavaClass |
ClassParser.parse()
Parse the given Java class file and return an object that represents the contained data, i.e., constants, methods, fields and commands. |
static byte |
Utility.typeOfMethodSignature(java.lang.String signature)
Return type of method signature as a byte value as defined in Constants |
static byte |
Utility.typeOfSignature(char c)
|
static byte |
Utility.typeOfSignature(java.lang.String signature)
Return type of signature as a byte value as defined in Constants |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |