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
public abstract class E4XGlobal extends JSGlobal implements E4XGlobalFunctions
Object Global- Since:
- Standard ECMA-357 2nd. Edition
-
-
Constructor Summary
Constructors Constructor Description E4XGlobal()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XGlobalFunctions
isXMLName
-
Methods inherited from interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSGlobalFunctions
decodeURI, decodeURIComponent, encodeURI, encodeURIComponent, escape, eval, isFinite, isNaN, parseFloat, parseInt, unescape
-
Methods inherited from interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSObjectFunctions
hasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOf
-
-