MCPcopy Create free account
hub / github.com/GraxCode/zelixkiller / isInnerClass

Method isInnerClass

src/me/lpk/mapping/MappedClass.java:312–314  ·  view source on GitHub ↗

Returns true if this is an inner class. @return

()

Source from the content-addressed store, hash-verified

310 * @return
311 */
312 public boolean isInnerClass() {
313 return outer != null;
314 }
315
316 /**
317 * Set's the class's outer class.

Callers 2

fillGapMethod · 0.80
remapClassMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected