有3点说明:1. void和基本类型的类名就是void、int、float等。 2. 基本类型的类没有超类,也没有实现任何接口。 3. 非基本类型的类对象是通过ldc指令加载到操作数栈中的。 而基本类型的类对象,虽然在Java代码中看起来是通过字面量获取的,但是编译之后的指令并不是ldc,而是getstatic。 :param class_name: :return:
(self, class_name)
source not stored for this graph (policy: none)
no test coverage detected