org.drools.rule.builder.dialect.asm
Class InvokerGenerator.DeclarationMatcher

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

protected static class InvokerGenerator.DeclarationMatcher
extends Object
implements Comparable


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

Constructor Detail

InvokerGenerator.DeclarationMatcher

public InvokerGenerator.DeclarationMatcher(int originalIndex,
                                           int rootDistance)
Method Detail

getOriginalIndex

public int getOriginalIndex()

getRootDistance

public int getRootDistance()

compareTo

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


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