org.drools.rule.builder.dialect.asm
Class InvokerGenerator.GetMethodBytecodeMethod

java.lang.Object
  extended by org.drools.rule.builder.dialect.asm.ClassGenerator.MethodBody
      extended by org.drools.rule.builder.dialect.asm.InvokerGenerator.GetMethodBytecodeMethod
Enclosing class:
InvokerGenerator

public static class InvokerGenerator.GetMethodBytecodeMethod
extends ClassGenerator.MethodBody


Constructor Summary
InvokerGenerator.GetMethodBytecodeMethod(InvokerDataProvider data)
           
 
Method Summary
 void body(org.mvel2.asm.MethodVisitor mv)
           
 
Methods inherited from class org.drools.rule.builder.dialect.asm.ClassGenerator.MethodBody
cast, classDescriptor, getField, instanceOf, internalName, internalName, invokeInterface, invokeSpecial, invokeStatic, invokeThis, invokeVirtual, load, loadAsObject, methodDescr, printLastRegistry, println, printRegistryValue, printStack, push, push, putField, returnAsArray, returnAsArray, store, superClassDescriptor, typeDescr, typeDescr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvokerGenerator.GetMethodBytecodeMethod

public InvokerGenerator.GetMethodBytecodeMethod(InvokerDataProvider data)
Method Detail

body

public void body(org.mvel2.asm.MethodVisitor mv)
Specified by:
body in class ClassGenerator.MethodBody


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.