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

Method getCompilationContext

java/org/apache/jasper/compiler/Compiler.java:609–611  ·  view source on GitHub ↗

Returns the JSP compilation context. @return the compilation context

()

Source from the content-addressed store, hash-verified

607 * @return the compilation context
608 */
609 public JspCompilationContext getCompilationContext() {
610 return ctxt;
611 }
612
613 /**
614 * Remove generated files

Callers 7

removeProtoTypeFilesMethod · 0.95
loadTagFileMethod · 0.80
visitMethod · 0.80
TextCatVisitorMethod · 0.80
appendTagMethod · 0.80
ValidateVisitorMethod · 0.80
GeneratorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected