Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
Utils.validateIdentifier
Validates that the string is a valid Java identifier and not a reserved word.
Syntax
public static void validateIdentifier( String s )
Parameters
s
The string to check.
Exceptions
WFCInvalidArgumentException thrown if any condition is not met.