com.saxonica.bytecode.util
Class CompilerService.GeneratedClassInfo

java.lang.Object
  extended by com.saxonica.bytecode.util.CompilerService.GeneratedClassInfo
Enclosing class:
CompilerService

public static class CompilerService.GeneratedClassInfo
extends Object


Constructor Summary
CompilerService.GeneratedClassInfo()
           
 
Method Summary
 String getClassName()
           
 org.objectweb.asm.ClassWriter getClassWriter()
           
 Class getSuperclass()
           
 String getTypeDescriptor()
           
 void setClassName(String className)
           
 void setClassWriter(org.objectweb.asm.ClassWriter cw)
           
 void setSuperClass(Class superclass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompilerService.GeneratedClassInfo

public CompilerService.GeneratedClassInfo()
Method Detail

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.