Package gnu.expr

Class CheckedTarget


  • public class CheckedTarget
    extends StackTarget
    Same as StackTarget, but catch ClassCastException. Generate code so that if coercion fails, catch ClassCastException, and re-throw a WrongType. This gives better error messages.