org.drools.eclipse
Class DRLInfo.FunctionInfo

java.lang.Object
  extended by org.drools.eclipse.DRLInfo.FunctionInfo
Enclosing class:
DRLInfo

public class DRLInfo.FunctionInfo
extends Object


Constructor Summary
DRLInfo.FunctionInfo(org.drools.lang.descr.FunctionDescr functionDescr)
           
 
Method Summary
 String getClassName()
           
 int getDrlLineNumber()
           
 String getFunctionName()
           
 int getJavaLineNumber()
           
 String getPackageName()
           
 String getSourcePathName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRLInfo.FunctionInfo

public DRLInfo.FunctionInfo(org.drools.lang.descr.FunctionDescr functionDescr)
Method Detail

getSourcePathName

public String getSourcePathName()

getClassName

public String getClassName()

getDrlLineNumber

public int getDrlLineNumber()

getJavaLineNumber

public int getJavaLineNumber()

getPackageName

public String getPackageName()

getFunctionName

public String getFunctionName()


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.