|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.eql.expression.ExprNode.MappedPropertyParseResult
protected static class ExprNode.MappedPropertyParseResult
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 |
---|
public ExprNode.MappedPropertyParseResult(String className, String methodName, String argString)
className
- is the class name, or null if there isn't onemethodName
- is the method nameargString
- is the argumentMethod Detail |
---|
public String getClassName()
public String getMethodName()
public String getArgString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |