Drools :: Core 6.0.0.Beta5

org.drools.core.rule.builder.dialect.asm
Class GeneratorHelper.DeclarationMatcher

java.lang.Object
  extended by org.drools.core.rule.builder.dialect.asm.GeneratorHelper.DeclarationMatcher
All Implemented Interfaces:
Comparable
Enclosing class:
GeneratorHelper

public static class GeneratorHelper.DeclarationMatcher
extends Object
implements Comparable


Constructor Summary
GeneratorHelper.DeclarationMatcher(int originalIndex, Declaration declaration)
           
 
Method Summary
 int compareTo(Object obj)
           
 Declaration getDeclaration()
           
 int getOriginalIndex()
           
 int getRootDistance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneratorHelper.DeclarationMatcher

public GeneratorHelper.DeclarationMatcher(int originalIndex,
                                          Declaration declaration)
Method Detail

getOriginalIndex

public int getOriginalIndex()

getRootDistance

public int getRootDistance()

getDeclaration

public Declaration getDeclaration()

compareTo

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

Drools :: Core 6.0.0.Beta5

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