com.espertech.esper.epl.expression
Class ExprNode.MappedPropertyParseResult

java.lang.Object
  extended by com.espertech.esper.epl.expression.ExprNode.MappedPropertyParseResult
Enclosing class:
ExprNode

protected static class ExprNode.MappedPropertyParseResult
extends Object

Encapsulates the parse result parsing a mapped property as a class and method name with args.


Constructor Summary
ExprNode.MappedPropertyParseResult(String className, String methodName, String argString)
          Returns the parse result of the mapped property.
 
Method Summary
 String getArgString()
          Returns the method argument.
 String getClassName()
          Returns class name.
 String getMethodName()
          Returns the method name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExprNode.MappedPropertyParseResult

public ExprNode.MappedPropertyParseResult(String className,
                                          String methodName,
                                          String argString)
Returns the parse result of the mapped property.

Parameters:
className - is the class name, or null if there isn't one
methodName - is the method name
argString - is the argument
Method Detail

getClassName

public String getClassName()
Returns class name.

Returns:
name of class

getMethodName

public String getMethodName()
Returns the method name.

Returns:
method name

getArgString

public String getArgString()
Returns the method argument.

Returns:
arg

© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com