public class DummyClassGenerator extends ClassGenerator
To generate a class that has all the fields and methods, except that fields are not initialized and methods are empty. It's intended for being used as a placeholder during code generation of reference to the "this" class itself.
Constructor and description |
---|
DummyClassGenerator(GeneratorContext context, org.objectweb.asm.ClassVisitor classVisitor, ClassLoader classLoader, String sourceFile) |
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
visitAnnotations(AnnotatedNode node) |
|
public void |
visitClass(ClassNode classNode) |
|
public void |
visitConstructor(ConstructorNode node) |
|
public void |
visitField(FieldNode fieldNode) |
|
public void |
visitMethod(MethodNode node) |
|
public void |
visitProperty(PropertyNode statement) |
Copyright © 2003-2022 The Apache Software Foundation. All rights reserved.