类 DefaultGeneratorStrategy
java.lang.Object
cn.taketoday.bytecode.core.DefaultGeneratorStrategy
- 所有已实现的接口:
GeneratorStrategy
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明byte[]Generate the class.protected DebuggingClassWriterprotected byte[]transform(byte[] b) protected ClassGenerator从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cn.taketoday.bytecode.core.GeneratorStrategy
equals
-
字段详细资料
-
INSTANCE
-
-
构造器详细资料
-
DefaultGeneratorStrategy
public DefaultGeneratorStrategy()
-
-
方法详细资料
-
generate
从接口复制的说明:GeneratorStrategyGenerate the class.- 指定者:
generate在接口中GeneratorStrategy- 参数:
cg- a class generator on which you can callClassGenerator.generateClass(cn.taketoday.bytecode.ClassVisitor)- 返回:
- a byte array containing the bits of a valid Class
- 抛出:
Exception
-
getClassVisitor
-
transform
- 抛出:
Exception
-
transform
- 抛出:
Exception
-