Package org.fife.rsta.ac.js.ecma.api.e4x
Class E4XGlobal
java.lang.Object
org.fife.rsta.ac.js.ecma.api.ecma3.JSGlobal
org.fife.rsta.ac.js.ecma.api.e4x.E4XGlobal
- All Implemented Interfaces:
E4XGlobalFunctions,JSGlobalFunctions,JSObjectFunctions,JS5ObjectFunctions
Object Global
- Since:
- Standard ECMA-357 2nd. Edition
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XGlobalFunctions
isXMLNameMethods inherited from interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSGlobalFunctions
decodeURI, decodeURIComponent, encodeURI, encodeURIComponent, escape, eval, isFinite, isNaN, parseFloat, parseInt, unescapeMethods inherited from interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSObjectFunctions
hasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOf
-
Constructor Details
-
E4XGlobal
public E4XGlobal()
-