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

Method getStep

src/jvm/clojure/asm/TypePath.java:94–97  ·  view source on GitHub ↗

Returns the value of the given step of this path. @param index an index between 0 and #getLength(), exclusive. @return one of #ARRAY_ELEMENT, #INNER_TYPE, #WILDCARD_BOUND, or #TYPE_ARGUMENT.

(final int index)

Source from the content-addressed store, hash-verified

92 * #TYPE_ARGUMENT}.
93 */
94 public int getStep(final int index) {
95 // Returns the type_path_kind of the path element of the given index.
96 return typePathContainer[typePathOffset + 2 * index + 1];
97 }
98
99 /**
100 * Returns the index of the type argument that the given step is stepping into. This method should

Callers 1

toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected