| Package | Description |
|---|---|
| org.mozilla.javascript | |
| org.mozilla.javascript.xml |
| Modifier and Type | Method and Description |
|---|---|
static Ref |
ScriptRuntime.callRef(Callable function,
Scriptable thisObj,
Object[] args,
Context cx)
Perform function call in reference context.
|
static Ref |
ScriptRuntime.memberRef(Object obj,
Object elem,
Context cx,
int memberTypeFlags) |
static Ref |
ScriptRuntime.memberRef(Object obj,
Object namespace,
Object elem,
Context cx,
int memberTypeFlags) |
static Ref |
ScriptRuntime.nameRef(Object name,
Context cx,
Scriptable scope,
int memberTypeFlags) |
static Ref |
ScriptRuntime.nameRef(Object namespace,
Object name,
Context cx,
Scriptable scope,
int memberTypeFlags) |
Ref |
RefCallable.refCall(Context cx,
Scriptable thisObj,
Object[] args)
Perform function call in reference context.
|
static Ref |
ScriptRuntime.specialRef(Object obj,
String specialProperty,
Context cx) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
ScriptRuntime.refDel(Ref ref,
Context cx) |
static Object |
ScriptRuntime.refGet(Ref ref,
Context cx) |
static Object |
ScriptRuntime.refIncrDecr(Ref ref,
Context cx,
int incrDecrMask) |
static Object |
ScriptRuntime.refSet(Ref ref,
Object value,
Context cx) |
| Modifier and Type | Method and Description |
|---|---|
abstract Ref |
XMLObject.memberRef(Context cx,
Object elem,
int memberTypeFlags)
Generic reference to implement x.@y, x..y etc.
|
abstract Ref |
XMLObject.memberRef(Context cx,
Object namespace,
Object elem,
int memberTypeFlags)
Generic reference to implement x::ns, x.@ns::y, x..@ns::y etc.
|
abstract Ref |
XMLLib.nameRef(Context cx,
Object namespace,
Object name,
Scriptable scope,
int memberTypeFlags) |
abstract Ref |
XMLLib.nameRef(Context cx,
Object name,
Scriptable scope,
int memberTypeFlags) |
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.