com.amazon.carbonado.synthetic
Class ClassFileBuilder
java.lang.Object
com.amazon.carbonado.synthetic.ClassFileBuilder
public abstract class ClassFileBuilder
- extends Object
Simple interface representing a partially filled class and injector pair.
This is abstract because it provides no mechanism for defining the
classfile or injector; subclasses must provide them.
- Author:
- Don Schneider
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mClassFile
protected ClassFile mClassFile
- Partially hydrogenated class operators
mInjector
protected ClassInjector mInjector
ClassFileBuilder
public ClassFileBuilder()
getClassFile
public ClassFile getClassFile()
- Returns:
- Returns the classFile.
getInjector
public ClassInjector getInjector()
- Returns:
- Returns the injector.
build
public Class build()
- Defines the class for this generator
Copyright © 2006-2009 Amazon Technologies, Inc.. All Rights Reserved.