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

Method JspAttribute

java/org/apache/jasper/compiler/Node.java:2502–2514  ·  view source on GitHub ↗
(TagAttributeInfo tai, String qName, String uri, String localName, String value, boolean expr,
                ELNode.Nodes el, boolean dyn)

Source from the content-addressed store, hash-verified

2500 private final NamedAttribute namedAttributeNode;
2501
2502 JspAttribute(TagAttributeInfo tai, String qName, String uri, String localName, String value, boolean expr,
2503 ELNode.Nodes el, boolean dyn) {
2504 this.qName = qName;
2505 this.uri = uri;
2506 this.localName = localName;
2507 this.value = value;
2508 this.namedAttributeNode = null;
2509 this.expression = expr;
2510 this.el = el;
2511 this.dynamic = dyn;
2512 this.namedAttribute = false;
2513 this.tai = tai;
2514 }
2515
2516 /**
2517 * Allow node to validate itself.

Callers

nothing calls this directly

Calls 2

getNameMethod · 0.65
getLocalNameMethod · 0.65

Tested by

no test coverage detected