public interface DataListRestriction
| Modifier and Type | Method and Description |
|---|---|
void |
genRestriction(Writer out,
String sizeExpr,
String readMethod,
String type,
String failVar,
boolean passCheck)
Generate some Java code to test @param readMethod of type @param type or @param sizeExpr
to see if it passes this restriction.
|
void genRestriction(Writer out, String sizeExpr, String readMethod, String type, String failVar, boolean passCheck) throws IOException
IOExceptionCopyright © 2017. All Rights Reserved.