MCPcopy Create free account
hub / github.com/apache/tomcat / getAndResetWhiteSpace

Method getAndResetWhiteSpace

java/org/apache/jasper/compiler/ELParser.java:318–322  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

316 }
317
318 private String getAndResetWhiteSpace() {
319 String result = whiteSpace;
320 whiteSpace = "";
321 return result;
322 }
323
324 /*
325 * Implementation note: This method assumes that it is always preceded by a call to hasNext() in order for

Callers 2

nextTokenMethod · 0.95
parseQuotedCharsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected