org.apache.derby.impl.services.bytecode
Class GClass
- java.lang.Object
-
- org.apache.derby.impl.services.bytecode.GClass
-
- All Implemented Interfaces:
- ClassBuilder
public abstract class GClass extends java.lang.Object implements ClassBuilder
This is a common superclass for the various impls. Saving class files is a common thing to do.
-
-
Constructor Summary
Constructors Constructor and Description GClass(ClassFactory cf, java.lang.String qualifiedName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetFullName()the class's qualified nameGeneratedClassgetGeneratedClass()Fully create the bytecode and load the class using the ClassBuilder's ClassFactory.-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.derby.iapi.services.compiler.ClassBuilder
addField, getClassBytecode, getName, newConstructorBuilder, newMethodBuilder, newMethodBuilder
-
-
-
-
Constructor Detail
-
GClass
public GClass(ClassFactory cf, java.lang.String qualifiedName)
-
-
Method Detail
-
getFullName
public java.lang.String getFullName()
Description copied from interface:ClassBuilderthe class's qualified name- Specified by:
getFullNamein interfaceClassBuilder
-
getGeneratedClass
public GeneratedClass getGeneratedClass() throws StandardException
Description copied from interface:ClassBuilderFully create the bytecode and load the class using the ClassBuilder's ClassFactory.- Specified by:
getGeneratedClassin interfaceClassBuilder- Throws:
StandardException- Standard Derby policy
-
-
DataMelt 3.0 © DataMelt by jWork.ORG