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

Class ClassReader

class2c/src/main/java/org/objectweb/asm/ClassReader.java:44–3621  ·  view source on GitHub ↗

A parser to make a ClassVisitor visit a ClassFile structure, as defined in the Java Virtual Machine Specification (JVMS). This class parses the ClassFile content and calls the appropriate visit methods of a given ClassVisitor for each field, method and bytecode instruction encountere

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected