|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mvel2.util.FunctionParser
public class FunctionParser
Constructor Summary | |
---|---|
FunctionParser(java.lang.String functionName,
int cursor,
int endOffset,
char[] expr,
ParserContext pCtx,
ExecutionStack splitAccumulator)
|
Method Summary | |
---|---|
int |
getCursor()
|
java.lang.String |
getName()
|
Function |
parse()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FunctionParser(java.lang.String functionName, int cursor, int endOffset, char[] expr, ParserContext pCtx, ExecutionStack splitAccumulator)
Method Detail |
---|
public Function parse()
public java.lang.String getName()
public int getCursor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |