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 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

      public int compareTo(Object obj)
      Specified by:
      compareTo in interface Comparable