MCPcopy 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

classTypeMethod · 0.80

Calls 1

getClassTypeMethod · 0.95

Tested by 1

classTypeMethod · 0.64