Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/beanshell/beanshell
/ jjtreeCloseNodeScope
Method
jjtreeCloseNodeScope
src/bsh/Parser.java:43–45 ·
view source on GitHub ↗
(Node n)
Source
from the content-addressed store, hash-verified
41
}
42
43
void
jjtreeCloseNodeScope(Node n) {
44
((SimpleNode)n).lastToken = getToken(0);
45
}
46
47
/**
48
Re-initialize the input stream and token source.
Callers
15
ClassDeclaration
Method · 0.95
MethodDeclaration
Method · 0.95
PackageDeclaration
Method · 0.95
ImportDeclaration
Method · 0.95
VariableDeclarator
Method · 0.95
ArrayInitializer
Method · 0.95
FormalParameters
Method · 0.95
FormalParameter
Method · 0.95
Type
Method · 0.95
ReturnType
Method · 0.95
PrimitiveType
Method · 0.95
AmbiguousName
Method · 0.95
Calls
1
getToken
Method · 0.95
Tested by
no test coverage detected