com.google.dart.compiler.backend.js
Class JsReservedIdentifiers

java.lang.Object
  extended by com.google.dart.compiler.backend.js.JsReservedIdentifiers

public class JsReservedIdentifiers
extends java.lang.Object

Determines whether or not a particular string is a JavaScript keyword or not.


Field Summary
static java.util.Set<java.lang.String> reservedGlobalSymbols
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reservedGlobalSymbols

public static final java.util.Set<java.lang.String> reservedGlobalSymbols