Package org.drools.mvel.asm
Class GeneratorHelper.DeclarationMatcher
java.lang.Object
org.drools.mvel.asm.GeneratorHelper.DeclarationMatcher
- All Implemented Interfaces:
Comparable
- Enclosing class:
- GeneratorHelper
-
Constructor Summary
ConstructorsConstructorDescriptionDeclarationMatcher(int matchersIndex, org.drools.base.rule.Declaration declaration) -
Method Summary
Modifier and TypeMethodDescriptionintorg.drools.base.rule.Declarationintint
-
Constructor Details
-
DeclarationMatcher
public DeclarationMatcher(int matchersIndex, org.drools.base.rule.Declaration declaration)
-
-
Method Details
-
getMatcherIndex
public int getMatcherIndex() -
getTupleIndex
public int getTupleIndex() -
getDeclaration
public org.drools.base.rule.Declaration getDeclaration() -
compareTo
- Specified by:
compareToin interfaceComparable
-