Rule Execution Server API

com.ibm.rules.engine.util
Class FunctionLocation

java.lang.Object
  extended by com.ibm.rules.engine.util.TextLocation
      extended by com.ibm.rules.engine.util.FunctionLocation
All Implemented Interfaces:
com.ibm.rules.engine.util.Location, Serializable
Direct Known Subclasses:
FunctionVariableLocation

public class FunctionLocation
extends com.ibm.rules.engine.util.TextLocation

See Also:
Serialized Form

Constructor Summary
FunctionLocation(String functionName, String fileName, int beginLine, int beginColumn, int endLine, int endColumn)
           
 
Method Summary
 String getFunctionName()
           
 
Methods inherited from class com.ibm.rules.engine.util.TextLocation
accept, createMessage, equals, getBeginColumn, getBeginLine, getEndColumn, getEndLine, getMessage, getMessage, getMessage, getSourceIdentifier
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionLocation

public FunctionLocation(String functionName,
                        String fileName,
                        int beginLine,
                        int beginColumn,
                        int endLine,
                        int endColumn)
Method Detail

getFunctionName

public String getFunctionName()

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013