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

Method getCompiler

java/org/apache/jasper/Options.java:139–139  ·  view source on GitHub ↗

Compiler to use. If null (the default), the java compiler from Eclipse JDT project, bundled with Tomcat, will be used. Otherwise, the javac task from Apache Ant will be used to call an external java compiler and the value of this option will be passed to it. See Apache

()

Source from the content-addressed store, hash-verified

137 * @return the compiler name
138 */
139 String getCompiler();
140
141 /**
142 * Returns the target Java VM version for the compiler, such as 1.8.

Callers 9

createCompilerMethod · 0.65
loadTagFileMethod · 0.65
JspDocumentParserMethod · 0.65
getProjectMethod · 0.65
generateClassMethod · 0.65
ParserMethod · 0.65
parseMethod · 0.65
handleJspExceptionMethod · 0.65

Implementers 2

JspCjava/org/apache/jasper/JspC.java
EmbeddedServletOptionsjava/org/apache/jasper/EmbeddedServlet

Calls

no outgoing calls

Tested by

no test coverage detected