Package org.drools.mvel.asm
Class GeneratorHelper.GetMethodBytecodeMethod
- java.lang.Object
-
- org.drools.mvel.asm.ClassGenerator.MethodBody
-
- org.drools.mvel.asm.GeneratorHelper.GetMethodBytecodeMethod
-
- Enclosing class:
- GeneratorHelper
public static class GeneratorHelper.GetMethodBytecodeMethod extends ClassGenerator.MethodBody
-
-
Field Summary
-
Fields inherited from class org.drools.mvel.asm.ClassGenerator.MethodBody
mv
-
-
Constructor Summary
Constructors Constructor Description GetMethodBytecodeMethod(InvokerDataProvider data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody(org.mvel2.asm.MethodVisitor mv)-
Methods inherited from class org.drools.mvel.asm.ClassGenerator.MethodBody
cast, cast, castFromPrimitive, castPrimitiveToPrimitive, castToPrimitive, classDescriptor, convertPrimitiveToObject, createArray, getClassGenerator, getCodeForType, getFieldFromThis, getStaticField, instanceOf, internalName, internalName, invoke, invoke, invokeConstructor, invokeConstructor, invokeInterface, invokeSpecial, invokeStatic, invokeThis, invokeVirtual, load, loadAsObject, methodDescr, print, printLastRegistry, println, printRegistryValue, printRegistryValue, printStack, push, push, putFieldInThis, putFieldInThisFromRegistry, putStaticField, readField, returnAsArray, returnAsArray, store, store, store, superClassDescriptor, typeDescr, typeDescr, writeBody
-
-
-
-
Constructor Detail
-
GetMethodBytecodeMethod
public GetMethodBytecodeMethod(InvokerDataProvider data)
-
-
Method Detail
-
body
public void body(org.mvel2.asm.MethodVisitor mv)
- Specified by:
bodyin classClassGenerator.MethodBody
-
-