Package org.drools.mvel.asm
Class GeneratorHelper.DeclarationMatcher
- java.lang.Object
-
- org.drools.mvel.asm.GeneratorHelper.DeclarationMatcher
-
- All Implemented Interfaces:
Comparable
- Enclosing class:
- GeneratorHelper
public static class GeneratorHelper.DeclarationMatcher extends Object implements Comparable
-
-
Constructor Summary
Constructors Constructor Description DeclarationMatcher(int matchersIndex, org.drools.core.rule.Declaration declaration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Object obj)org.drools.core.rule.DeclarationgetDeclaration()intgetMatcherIndex()intgetTupleIndex()
-
-
-
Method Detail
-
getMatcherIndex
public int getMatcherIndex()
-
getTupleIndex
public int getTupleIndex()
-
getDeclaration
public org.drools.core.rule.Declaration getDeclaration()
-
compareTo
public int compareTo(Object obj)
- Specified by:
compareToin interfaceComparable
-
-