Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/beanshell/beanshell
/ clearNodeScope
Method
clearNodeScope
src/bsh/JJTParserState.java:94–99 ·
view source on GitHub ↗
(Node n)
Source
from the content-addressed store, hash-verified
92
93
94
void
clearNodeScope(Node n) {
95
while
(sp > mk) {
96
popNode();
97
}
98
mk = ((Integer)marks.pop()).intValue();
99
}
100
101
102
void
openNodeScope(Node n) {
Callers
15
ClassDeclaration
Method · 0.80
MethodDeclaration
Method · 0.80
PackageDeclaration
Method · 0.80
ImportDeclaration
Method · 0.80
VariableDeclarator
Method · 0.80
ArrayInitializer
Method · 0.80
FormalParameters
Method · 0.80
FormalParameter
Method · 0.80
Type
Method · 0.80
ReturnType
Method · 0.80
Assignment
Method · 0.80
ConditionalExpression
Method · 0.80
Calls
3
popNode
Method · 0.95
intValue
Method · 0.80
pop
Method · 0.80
Tested by
no test coverage detected