MCPcopy 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

toObjectMethod · 0.95
toClassMethod · 0.95
toLHSMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected