org.mvel2.util
Class ProtoParser
java.lang.Object
org.mvel2.util.ProtoParser
public class ProtoParser
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProtoParser
public ProtoParser(char[] expr,
int offset,
int offsetEnd,
java.lang.String protoName,
ParserContext pCtx,
int fields,
ExecutionStack splitAccumulator)
parse
public Proto parse()
notifyForLateResolution
public static void notifyForLateResolution(Proto proto)
getCursor
public int getCursor()
checkForPossibleUnresolvedViolations
public static void checkForPossibleUnresolvedViolations(char[] expr,
int cursor,
ParserContext pCtx)
- This is such a horrible hack, but it's more performant than any other horrible hack I can think of
right now.
- Parameters:
expr
- cursor
- pCtx
-
isUnresolvedWaiting
public static boolean isUnresolvedWaiting()
getNextUnresolvedWaiting
public static java.lang.String getNextUnresolvedWaiting()
Copyright © 2010. All Rights Reserved.