MCPcopy Create free account
hub / github.com/ReadyTalk/avian / isMemberClass

Method isMemberClass

classpath/java/lang/Class.java:557–559  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

555 }
556
557 public boolean isMemberClass () {
558 return getClassType() == ClassType.MEMBER;
559 }
560
561 public boolean isArray() {
562 return vmClass.arrayDimensions != 0;

Callers 1

classTypeMethod · 0.80

Calls 1

getClassTypeMethod · 0.95

Tested by 1

classTypeMethod · 0.64