net.sf.cglib.reflect

Class FastClass.Generator

Enclosing Class:
FastClass
Implemented Interfaces:
ClassGenerator

public static class FastClass.Generator
extends AbstractClassGenerator

Constructor Summary

Generator()

Method Summary

FastClass
create()
void
generateClass(ClassVisitor v)
void
setType(Class type)

Methods inherited from class net.sf.cglib.core.AbstractClassGenerator

getAttemptLoad, getClassLoader, getCurrent, getNamingPolicy, getStrategy, getUseCache, setAttemptLoad, setClassLoader, setNamingPolicy, setStrategy, setUseCache

Constructor Details

Generator

public Generator()

Method Details

create

public FastClass create()

generateClass

public void generateClass(ClassVisitor v)
            throws Exception
Specified by:
generateClass in interface ClassGenerator

setType

public void setType(Class type)

Copyright (c) 2001 - Apache Software Foundation