MCPcopy Create free account
hub / github.com/digitalgust/tinyj2c / write

Method write

class2c/src/main/java/org/objectweb/asm/Attribute.java:153–160  ·  view source on GitHub ↗

Returns the byte array form of the content of this attribute. The 6 header bytes (attribute_name_index and attribute_length) must not be added in the returned ByteVector. @param classWriter the class to which this attribute must be added. This parameter can be used to add the items that

(
      final ClassWriter classWriter,
      final byte[] code,
      final int codeLength,
      final int maxStack,
      final int maxLocals)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 9

computeAttributesSizeMethod · 0.95
putAttributesMethod · 0.95
readStreamMethod · 0.45
addLambdaClassMethod · 0.45
writeClassMethod · 0.45
writeToMethod · 0.45
write1Method · 0.45
write2Method · 0.45
write4Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected