org.drools.core.rule.builder.dialect.asm
Class GeneratorHelper.DeclarationAccessorMethod
java.lang.Object
org.drools.core.rule.builder.dialect.asm.ClassGenerator.MethodBody
org.drools.core.rule.builder.dialect.asm.GeneratorHelper.DeclarationAccessorMethod
- Direct Known Subclasses:
- GeneratorHelper.EvaluateMethod
- Enclosing class:
- GeneratorHelper
public abstract static class GeneratorHelper.DeclarationAccessorMethod
- extends ClassGenerator.MethodBody
| Methods inherited from class org.drools.core.rule.builder.dialect.asm.ClassGenerator.MethodBody |
body, 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeneratorHelper.DeclarationAccessorMethod
public GeneratorHelper.DeclarationAccessorMethod()
storeObjectFromDeclaration
protected int storeObjectFromDeclaration(Declaration declaration,
int registry)
storeObjectFromDeclaration
protected int storeObjectFromDeclaration(Declaration declaration,
String declarationType,
int registry)
traverseTuplesUntilDeclaration
protected LeftTuple traverseTuplesUntilDeclaration(LeftTuple currentLeftTuple,
int declarOffset,
int tupleReg)
traverseTuplesUntilDeclarationWithOr
protected void traverseTuplesUntilDeclarationWithOr(int declarIndex,
int declarReg,
int tupleReg,
int declarOffsetReg)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.