| Package | Description |
|---|---|
| webwork.util |
This package contains various utility classes and JavaBeans.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
SimpleTest.checkOperator(String str)
Look through the expression to find any operators like && or ||, <, > etc.
|
| Constructor and Description |
|---|
SimpleTest(SimpleTest prevTest,
String exp)
Create a SimpleTest for the expression exp, and make use of the values found in the previously evaluated
expression prevText if possible
|
SimpleTest(String exp) |
Copyright © 2013 Atlassian. All Rights Reserved.