Interface FieldName

All Superinterfaces:
Identifier

public interface FieldName extends Identifier
Name for a field.

Must be unique across all fields of its containing field container as well as a valid JavaScript identifier, as specified by ECMA-262 Section 7.6.

Note: The StringUtil.isValidID() function can be used to test whether a name is a valid JavaScript identifier.