Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beanshell/beanshell
/ reset
Method
reset
src/bsh/Name.java:135–139 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
133
// End Cached result structures
134
135
private
void
reset() {
136
evalName = value;
137
evalBaseObject = null;
138
callstackDepth = 0;
139
}
140
141
/**
142
This constructor should *not* be used in general.
Callers
3
toObject
Method · 0.95
toClass
Method · 0.95
toLHS
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected