constants property
NodeList<EnumConstantDeclaration>
get
constants
Return the enumeration constants being declared.
Implementation
NodeList<EnumConstantDeclaration> get constants;
Return the enumeration constants being declared.
NodeList<EnumConstantDeclaration> get constants;