Class JCaughtExceptionRef

    • Constructor Detail

      • JCaughtExceptionRef

        public JCaughtExceptionRef()
    • Method Detail

      • equivTo

        public boolean equivTo​(Object c)
        Description copied from interface: EquivTo
        Returns true if this object is equivalent to o.
        Specified by:
        equivTo in interface EquivTo
      • equivHashCode

        public int equivHashCode()
        Returns a hash code for this object, consistent with structural equality.
        Specified by:
        equivHashCode in interface EquivTo
      • clone

        public Object clone()
        Description copied from interface: Value
        Returns a clone of this Value.
        Specified by:
        clone in interface Value
        Overrides:
        clone in class Object
      • getUseBoxes

        public final List<ValueBox> getUseBoxes()
        Description copied from interface: Value
        Returns a List of boxes corresponding to Values which are used by (ie contained within) this Value.
        Specified by:
        getUseBoxes in interface Value