|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.expression.core.ExprNodeUtility.MappedPropertyParseResult
public static class ExprNodeUtility.MappedPropertyParseResult
Encapsulates the parse result parsing a mapped property as a class and method name with args.
Constructor Summary | |
---|---|
ExprNodeUtility.MappedPropertyParseResult(java.lang.String className,
java.lang.String methodName,
java.lang.String argString)
Returns the parse result of the mapped property. |
Method Summary | |
---|---|
java.lang.String |
getArgString()
Returns the method argument. |
java.lang.String |
getClassName()
Returns class name. |
java.lang.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 |
---|
public ExprNodeUtility.MappedPropertyParseResult(java.lang.String className, java.lang.String methodName, java.lang.String argString)
className
- is the class name, or null if there isn't onemethodName
- is the method nameargString
- is the argumentMethod Detail |
---|
public java.lang.String getClassName()
public java.lang.String getMethodName()
public java.lang.String getArgString()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |