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

Method identifierToClass

src/bsh/NameSpace.java:1420–1423  ·  view source on GitHub ↗

This is a helper method for working inside of bsh scripts and commands. In that context it is impossible to see a ClassIdentifier object for what it is. Attempting to access a method on a ClassIdentifier will look like a static method invocation. This method is in NameSpace for conveni

( ClassIdentifier ci )

Source from the content-addressed store, hash-verified

1418 bsh.ClassIdentifier to use it );
1419 */
1420 public static Class identifierToClass( ClassIdentifier ci )
1421 {
1422 return ci.getTargetClass();
1423 }
1424
1425
1426 /**

Callers

nothing calls this directly

Calls 1

getTargetClassMethod · 0.80

Tested by

no test coverage detected