MCPcopy Index your code
hub / github.com/clojure/clojure / visitAbstractType

Method visitAbstractType

src/jvm/clojure/asm/MethodWriter.java:1830–1832  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Callers 1

acceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected