com.saxonica.bytecode.util
Class CompilerService.GeneratedClassInfo
java.lang.Object
com.saxonica.bytecode.util.CompilerService.GeneratedClassInfo
- Enclosing class:
- CompilerService
public static class CompilerService.GeneratedClassInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompilerService.GeneratedClassInfo
public CompilerService.GeneratedClassInfo()
getClassName
public String getClassName()
getClassWriter
public org.objectweb.asm.ClassWriter getClassWriter()
getSuperclass
public Class getSuperclass()
setClassName
public void setClassName(String className)
setSuperClass
public void setSuperClass(Class superclass)
setClassWriter
public void setClassWriter(org.objectweb.asm.ClassWriter cw)
getTypeDescriptor
public String getTypeDescriptor()
Copyright (c) 2004-2011 Saxonica Limited. All rights reserved.