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

Method setCompiler

java/org/apache/jasper/JspC.java:772–774  ·  view source on GitHub ↗

Sets the option to determine what compiler to use. @param c New value @see Options#getCompiler()

(String c)

Source from the content-addressed store, hash-verified

770 * @see Options#getCompiler()
771 */
772 public void setCompiler(String c) {
773 compiler = c;
774 }
775
776 @Override
777 public String getCompilerClassName() {

Callers 1

generateClassMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected