|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Classes | |
de.fub.bytecode.classfile.DefaultVisitor
Use DescendingVisitor instead. |
|
de.fub.bytecode.generic.DefaultVisitor
Use EmptyVisitor instead. |
Deprecated Methods | |
de.fub.bytecode.generic.MethodGen.addExceptionHandler(InstructionHandle, InstructionHandle, InstructionHandle, String)
Use above method |
|
de.fub.bytecode.generic.Instruction.consumeStack()
Use consumeStack(cp) instead which always gives correct results |
|
de.fub.bytecode.generic.LineNumberGen.getLineNumber(ConstantPoolGen)
cp not needed |
|
de.fub.bytecode.generic.MethodGen.getMethodName()
Use getName() |
|
de.fub.bytecode.generic.MethodGen.getMethodSignature()
Use getSignature() |
|
de.fub.bytecode.generic.LocalVariableGen.getSlot()
Use getIndex() |
|
de.fub.bytecode.generic.Instruction.getTag()
in favor of getOpcode() |
|
de.fub.bytecode.generic.Instruction.produceStack()
Use produceStack(cp) instead which always gives correct results |
|
de.fub.bytecode.generic.MethodGen.setMethodName(String)
Use setName() |
|
de.fub.bytecode.generic.LocalVariableGen.setSlot(int)
Use setIndex() |
|
de.fub.bytecode.classfile.Utility.typeToSignature(String)
replaced by getSignature |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |