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

Method getName

java/org/apache/jasper/compiler/Node.java:2272–2274  ·  view source on GitHub ↗

Returns the name of this named attribute. @return The attribute name

()

Source from the content-addressed store, hash-verified

2270 * @return The attribute name
2271 */
2272 public String getName() {
2273 return this.name;
2274 }
2275
2276 @Override
2277 public String getLocalName() {

Callers 1

getNamedAttributeNodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected