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.
    • Constructor Detail

      • CheckedTarget

        public CheckedTarget​(Type type)
      • CheckedTarget

        public CheckedTarget​(Type type,
                             LambdaExp proc,
                             int argno)
      • CheckedTarget

        public CheckedTarget​(Type type,
                             java.lang.String procname,
                             int argno)