public class Validation
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isIdentifier(java.lang.String key)
Test whether a string is a Java identifier.
|
public static boolean isIdentifier(java.lang.String key)
org.zkoss.zel.impl.parser.SKIP_IDENTIFIER_CHECK
key
- The string to testtrue
if the provided String should be treated as a Java
identifier, otherwise falseCopyright © 2005-2021 Potix Corporation. All Rights Reserved.