MCPcopy Create free account
hub / github.com/beanshell/beanshell / set

Method set

src/bsh/org/objectweb/asm/Item.java:150–154  ·  view source on GitHub ↗

Sets this item to an ClassWriter#INT INT item. @param intVal the value of this item.

(final int intVal)

Source from the content-addressed store, hash-verified

148 */
149
150 void set (final int intVal) {
151 this.type = ClassWriter.INT;
152 this.intVal = intVal;
153 this.hashCode = type + intVal;
154 }
155
156 /**
157 * Sets this item to a {@link ClassWriter#LONG LONG} item.

Callers 11

newUTF8Method · 0.45
newClassMethod · 0.45
newFieldMethod · 0.45
newMethodMethod · 0.45
newItfMethodMethod · 0.45
newIntegerMethod · 0.45
newFloatMethod · 0.45
newLongMethod · 0.45
newDoubleMethod · 0.45
newStringMethod · 0.45
newNameTypeMethod · 0.45

Calls 1

hashCodeMethod · 0.45

Tested by

no test coverage detected