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 )
| 1418 | bsh.ClassIdentifier to use it ); |
| 1419 | */ |
| 1420 | public static Class identifierToClass( ClassIdentifier ci ) |
| 1421 | { |
| 1422 | return ci.getTargetClass(); |
| 1423 | } |
| 1424 | |
| 1425 | |
| 1426 | /** |
nothing calls this directly
no test coverage detected