MCPcopy Create free account
hub / github.com/beanshell/beanshell / completeRound

Method completeRound

src/bsh/Name.java:203–212  ·  view source on GitHub ↗
( 
		String lastEvalName, String nextEvalName, Object returnObject )

Source from the content-addressed store, hash-verified

201 }
202
203 private Object completeRound(
204 String lastEvalName, String nextEvalName, Object returnObject )
205 {
206 if ( returnObject == null )
207 throw new InterpreterError("lastEvalName = "+lastEvalName);
208 this.lastEvalName = lastEvalName;
209 this.evalName = nextEvalName;
210 this.evalBaseObject = returnObject;
211 return returnObject;
212 }
213
214 /**
215 Get the next object by consuming one or more components of evalName.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected