bsh.classpath
Class BshClassPath.GeneratedClassSource

java.lang.Object
  extended bybsh.classpath.BshClassPath.ClassSource
      extended bybsh.classpath.BshClassPath.GeneratedClassSource
Enclosing class:
BshClassPath

public static class BshClassPath.GeneratedClassSource
extends BshClassPath.ClassSource


Field Summary
 
Fields inherited from class bsh.classpath.BshClassPath.ClassSource
source
 
Constructor Summary
(package private) BshClassPath.GeneratedClassSource(byte[] bytecode)
           
 
Method Summary
 byte[] getCode(java.lang.String className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BshClassPath.GeneratedClassSource

BshClassPath.GeneratedClassSource(byte[] bytecode)
Method Detail

getCode

public byte[] getCode(java.lang.String className)
Specified by:
getCode in class BshClassPath.ClassSource