Uses of Class org.apache.bcel.verifier.exc.LocalVariableInfoInconsistentException

Uses in package org.apache.bcel.verifier.statics

Methods which throw type org.apache.bcel.verifier.exc.LocalVariableInfoInconsistentException

void
LocalVariableInfo.add(String name, int startpc, int length, Type t)
Adds some information about this local variable (slot).
void
LocalVariablesInfo.add(int slot, String name, int startpc, int length, Type t)
Adds information about the local variable in slot 'slot'.