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

Method setCompilerTargetVM

java/org/apache/jasper/JspC.java:793–795  ·  view source on GitHub ↗

Sets the compiler target VM. @param vm New value @see Options#getCompilerTargetVM()

(String vm)

Source from the content-addressed store, hash-verified

791 * @see Options#getCompilerTargetVM()
792 */
793 public void setCompilerTargetVM(String vm) {
794 compilerTargetVM = vm;
795 }
796
797 @Override
798 public String getCompilerSourceVM() {

Callers 1

setArgsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected