public final class JSUtility extends Object
| Modifier and Type | Field and Description |
|---|---|
static Object |
UNDEFINED
Server-side representation of the JS concept of "undefined"
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isGlobalIdent(String ident) |
static boolean |
isObjectProperty(String ident) |
static boolean |
isValidIdentifier(String ident,
boolean nested) |
public static final Object UNDEFINED
Copyright © 2014. All rights reserved.