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

Method getOutputName

java/org/apache/el/parser/AstFunction.java:48–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 }
47
48 public String getOutputName() {
49 if (this.prefix == null) {
50 return this.localName;
51 } else {
52 return this.prefix + ":" + this.localName;
53 }
54 }
55
56 public String getPrefix() {
57 return prefix;

Callers 4

getTypeMethod · 0.95
getValueMethod · 0.95
toStringMethod · 0.95
visitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected