Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tomcat
/ add
Method
add
java/org/apache/jasper/compiler/Node.java:2753–2756 ·
view source on GitHub ↗
Appends a node to the list @param n The node to add
(Node n)
Source
from the content-addressed store, hash-verified
2751
* @param n The node to add
2752
*/
2753
public
void
add(Node n) {
2754
list.add(n);
2755
root = null;
2756
}
2757
2758
/**
2759
* Removes the given node from the list.
Callers
3
testBug54240
Method · 0.95
getNamedAttributeNodes
Method · 0.95
addToParent
Method · 0.95
Calls
1
add
Method · 0.65
Tested by
1
testBug54240
Method · 0.76