Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ isAnonymousClass
Method
isAnonymousClass
classpath/java/lang/Class.java:549–551 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
547
}
548
549
public
boolean isAnonymousClass () {
550
return
getClassType() == ClassType.ANONYMOUS;
551
}
552
553
public
boolean isLocalClass () {
554
return
getClassType() == ClassType.LOCAL;
Callers
1
classType
Method · 0.80
Calls
1
getClassType
Method · 0.95
Tested by
1
classType
Method · 0.64