Overview | Methods | This Package | All Packages
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.