|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.jzeno.echo.script.expr.ExpressionUtils
public class ExpressionUtils
Utility functions for working with validation expressions.
| Constructor Summary | |
|---|---|
ExpressionUtils()
|
|
| Method Summary | |
|---|---|
static boolean |
isValid(java.lang.String expression)
|
static org.antlr.runtime.tree.CommonTree |
parseExpression(java.lang.String e)
|
static void |
walkTree(org.antlr.runtime.tree.CommonTree node,
TreeWalker walker)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExpressionUtils()
| Method Detail |
|---|
public static boolean isValid(java.lang.String expression)
public static void walkTree(org.antlr.runtime.tree.CommonTree node,
TreeWalker walker)
public static org.antlr.runtime.tree.CommonTree parseExpression(java.lang.String e)
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||