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

Method parseVariableDirective

java/org/apache/jasper/compiler/Parser.java:571–575  ·  view source on GitHub ↗
(Node parent)

Source from the content-addressed store, hash-verified

569 * Parses a variable directive with the following syntax: PageDirective ::= ( S Attribute)*
570 */
571 private void parseVariableDirective(Node parent) throws JasperException {
572 Attributes attrs = parseAttributes();
573 @SuppressWarnings("unused")
574 Node unused = new Node.VariableDirective(attrs, start, parent);
575 }
576
577 /*
578 * JSPCommentBody ::= (Char* - (Char* '--%>')) '--%>'

Callers 2

parseDirectiveMethod · 0.95
parseXMLDirectiveMethod · 0.95

Calls 1

parseAttributesMethod · 0.95

Tested by

no test coverage detected