Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
classType
Method · 0.80
Calls
1
getClassType
Method · 0.95
Tested by
1
classType
Method · 0.64