MCPcopy Index your code
hub / github.com/apache/tomcat / isEmpty

Method isEmpty

java/org/apache/jasper/compiler/ELNode.java:339–341  ·  view source on GitHub ↗

Returns whether this list contains no nodes. @return true if empty

()

Source from the content-addressed store, hash-verified

337 * @return true if empty
338 */
339 public boolean isEmpty() {
340 return list.isEmpty();
341 }
342
343 /**
344 * Checks whether the expression contains an EL expression in the form ${...}.

Callers 15

sendMessageMethod · 0.45
onResultMethod · 0.45
testWebappMethod · 0.45
startMethod · 0.45
postMultipartMethod · 0.45
testWsSubprotocolsMethod · 0.45
readUpgradeResponseMethod · 0.45
testRemoveMethod · 0.45
testKeySetRemoveMethod · 0.45
testEntrySetRemoveMethod · 0.45
TesterOpenSSLClass · 0.45

Calls

no outgoing calls

Tested by 15

testWebappMethod · 0.36
startMethod · 0.36
postMultipartMethod · 0.36
testWsSubprotocolsMethod · 0.36
readUpgradeResponseMethod · 0.36
testRemoveMethod · 0.36
testKeySetRemoveMethod · 0.36
testEntrySetRemoveMethod · 0.36
testJarsToSkipFormatMethod · 0.36
testNoHeadersMethod · 0.36