Top Fields Constructors Methods
org.python.compiler

public Class AdapterMaker

extends ProxyMaker
Class Inheritance
Imports
java.lang.reflect.Method, java.util.HashSet, org.objectweb.asm.Label, .Opcodes, org.python.util.Generic

Field Summary

Inherited from org.python.compiler.ProxyMaker:
classfileinterfacesmyClassnamesnamesAndSigssuperclasssupernames

Constructor Summary

AccessConstructor and Description
public
AdapterMaker(String adapterName, Class<?> interfac)

Method Summary

Modifier and TypeMethod and Description
public void
public void
public void
Inherited from org.python.compiler.ProxyMaker:
addClassAnnotationaddClassDictInitaddConstructoraddConstructoraddConstructorMethodCodeaddConstructorsaddMethodaddMethodaddMethodsaddOpenConstructoraddProxyaddSuperMethodaddSuperMethodbuildcallInitProxycallMethodcallSuperdoJavaCallgetArgsvisitClassAnnotationsvisitConstructorvisitConstructorsvisitMethodvisitMethodsvisitMethods

Constructor Detail

AdapterMakerback to summary
public AdapterMaker(String adapterName, Class<?> interfac)

Method Detail

addMethodback to summary
public void addMethod(Method method, int access) throws Exception

Overrides org.python.compiler.ProxyMaker.addMethod.

Annotations
@Override
buildback to summary
public void build() throws Exception

Overrides org.python.compiler.ProxyMaker.build.

Annotations
@Override
doConstantsback to summary
public void doConstants() throws Exception

Overrides org.python.compiler.ProxyMaker.doConstants.

Annotations
@Override