public interface DataTypeRestriction
| Modifier and Type | Method and Description |
|---|---|
void |
genRestriction(Writer out,
String var,
String type,
String failVar,
boolean passCheck)
Generate some Java code to test variable @param var of type @param type
to see if it passes this restriction.
|
void genRestriction(Writer out, String var, String type, String failVar, boolean passCheck) throws IOException
IOExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.