Sets an abstract type in #currentFrame. @param frameIndex the index of the element to be set in #currentFrame. @param abstractType an abstract type.
(final int frameIndex, final int abstractType)
| 1828 | * @param abstractType an abstract type. |
| 1829 | */ |
| 1830 | void visitAbstractType(final int frameIndex, final int abstractType) { |
| 1831 | currentFrame[frameIndex] = abstractType; |
| 1832 | } |
| 1833 | |
| 1834 | /** |
| 1835 | * Ends the visit of {@link #currentFrame} by writing it in the StackMapTable entries and by |