public interface SyntacticKeywords
In a for-each-in statement between the 'for' token and the '(' token: each In a function definition between the 'function' token and an identifier token: get set As the first word of a directive: namespace include In an attribute list or wherever an attribute list can be used: dynamic final native override static
It is a syntax error to use a syntactic keyword in a context where it is treated as a keyword:
namespace = "hello" namespace()
In these cases, the grammar requires an identifier after the namespace keyword.
| Modifier and Type | Field and Description |
|---|---|
static String |
ASSERT |
static String |
DYNAMIC |
static String |
EACH |
static String |
FINAL |
static String |
GET |
static String |
INCLUDE |
static String |
NAMESPACE |
static String |
NATIVE |
static String |
OVERRIDE |
static Set<String> |
RESERVED_WORDS |
static String |
SET |
static String |
STATIC |
static String |
VIRTUAL |
static final String ASSERT
static final String DYNAMIC
static final String EACH
static final String FINAL
static final String GET
static final String INCLUDE
static final String NAMESPACE
static final String NATIVE
static final String OVERRIDE
static final String SET
static final String STATIC
static final String VIRTUAL
Copyright © 2002–2018 CoreMedia AG. All rights reserved.