public abstract class ClassFileBuilder
extends java.lang.Object
This is abstract because it provides no mechanism for defining the classfile or injector; subclasses must provide them.
Modifier and Type | Field and Description |
---|---|
protected org.cojen.classfile.ClassFile |
mClassFile
Partially hydrogenated class operators
|
protected org.cojen.util.ClassInjector |
mInjector |
Constructor and Description |
---|
ClassFileBuilder() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
build()
Defines the class for this generator
|
org.cojen.classfile.ClassFile |
getClassFile() |
org.cojen.util.ClassInjector |
getInjector() |
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.