A C E G H J N O R S T

A

addToScope(String, String) - Method in class org.eclipse.higgins.util.jscript.JScriptScope
Parses, complies and evaluates the script, the output of the script should result in the shared scope containing global variables.

C

convertNodeToScriptString(Node) - Static method in class org.eclipse.higgins.util.jscript.JScriptHelper
Convert a dom element to a string value, this routine knows about and handles when the root node a <SCRIPT> or the single child node is a <SCRIPT> element.

E

evaluate(String[], Object[]) - Method in class org.eclipse.higgins.util.jscript.JScriptExec
Evaluate a previously complied script fragment.
evaluate(String[], Object[], String[], Object[]) - Method in class org.eclipse.higgins.util.jscript.JScriptExec
Evaluate a previously complied script fragment.
evaluate(String, Object) - Method in class org.eclipse.higgins.util.jscript.JScriptExec
Evaluate a previously complied script fragment.
evaluateToString(JScriptExec, String[], Object[]) - Static method in class org.eclipse.higgins.util.jscript.JScriptExecHelper
Allows String Transformation or Retrieval
evaluateToString(JScriptExec, String, Object) - Static method in class org.eclipse.higgins.util.jscript.JScriptExecHelper
Allows String Transformation or Retrieval

G

getScope() - Method in class org.eclipse.higgins.util.jscript.JScriptScope
 

H

hasNext() - Method in class org.eclipse.higgins.util.jscript.JScriptObjectImmutableIterator
Standard hasNext method
hasNext() - Method in class org.eclipse.higgins.util.jscript.SingleObjectImmutableIterator
Standard hasNext method

J

JScriptException - exception org.eclipse.higgins.util.jscript.JScriptException.
 
JScriptException() - Constructor for class org.eclipse.higgins.util.jscript.JScriptException
Constructs a new ProcessingException with no message or cause.
JScriptException(String) - Constructor for class org.eclipse.higgins.util.jscript.JScriptException
Constructs a new ProcessingException with a message, but no cause.
JScriptException(Throwable) - Constructor for class org.eclipse.higgins.util.jscript.JScriptException
Constructs a new JScriptException with a cause, but no message.
JScriptException(String, Throwable) - Constructor for class org.eclipse.higgins.util.jscript.JScriptException
Constructs a new JScriptException with a message and a cause.
JScriptExec - class org.eclipse.higgins.util.jscript.JScriptExec.
Simplified representation of a PDP utilizing Mozilla's Rhino project as a JavaScript interpreter for policies.
JScriptExec(JScriptScope, String, String) - Constructor for class org.eclipse.higgins.util.jscript.JScriptExec
 
JScriptExecHelper - class org.eclipse.higgins.util.jscript.JScriptExecHelper.
Random helper functions for dealing with Java - JavaScript conversion and storage.
JScriptExecHelper() - Constructor for class org.eclipse.higgins.util.jscript.JScriptExecHelper
 
JScriptHelper - class org.eclipse.higgins.util.jscript.JScriptHelper.
Random helper functions for dealing with Java - JavaScript conversion and storage.
JScriptHelper() - Constructor for class org.eclipse.higgins.util.jscript.JScriptHelper
 
JScriptObjectImmutableIterator - class org.eclipse.higgins.util.jscript.JScriptObjectImmutableIterator.
Allows single objects to be viewed as an iterator This is a version of Iterator that overrides the remove method so that items can't be taken out of the Native Array, and helps with type mapping.
JScriptObjectImmutableIterator(NativeArray) - Constructor for class org.eclipse.higgins.util.jscript.JScriptObjectImmutableIterator
Create a new ImmutableIterator
JScriptObjectImmutableIterator(Iterator) - Constructor for class org.eclipse.higgins.util.jscript.JScriptObjectImmutableIterator
 
JScriptObjectImmutableIterator(Iterator, Class) - Constructor for class org.eclipse.higgins.util.jscript.JScriptObjectImmutableIterator
 
JScriptObjectImmutableIterator(Map) - Constructor for class org.eclipse.higgins.util.jscript.JScriptObjectImmutableIterator
 
JScriptObjectImmutableIterator(HashSet) - Constructor for class org.eclipse.higgins.util.jscript.JScriptObjectImmutableIterator
 
JScriptScope - class org.eclipse.higgins.util.jscript.JScriptScope.
Simplified representation of a Rhino scope for JavaScript evaluation.
JScriptScope() - Constructor for class org.eclipse.higgins.util.jscript.JScriptScope
Default constructor for a shared JavaScript Scope This should only be done during startup to prevent syncronization problems.

N

next() - Method in class org.eclipse.higgins.util.jscript.JScriptObjectImmutableIterator
Standard next method
next() - Method in class org.eclipse.higgins.util.jscript.SingleObjectImmutableIterator
Standard next method

O

org.eclipse.higgins.util.jscript - package org.eclipse.higgins.util.jscript
 

R

remove() - Method in class org.eclipse.higgins.util.jscript.JScriptObjectImmutableIterator
Makes sure that no one can remove any elements from the collection
remove() - Method in class org.eclipse.higgins.util.jscript.SingleObjectImmutableIterator
Makes sure that no one can remove any elements from the collection

S

SingleObjectImmutableIterator - class org.eclipse.higgins.util.jscript.SingleObjectImmutableIterator.
Allows single objects to be viewed as an iterator This is a version of Iterator that overrides the remove method so that items can't be taken out of the bag.
SingleObjectImmutableIterator(Object) - Constructor for class org.eclipse.higgins.util.jscript.SingleObjectImmutableIterator
Create a new ImmutableIterator

T

transformString(JScriptExec, String, String) - Static method in class org.eclipse.higgins.util.jscript.JScriptExecHelper
Allows String Transformation
transformURI(JScriptExec, String[], URI) - Static method in class org.eclipse.higgins.util.jscript.JScriptExecHelper
Allows URI Transformation
transformURI(JScriptExec, String[], URI[]) - Static method in class org.eclipse.higgins.util.jscript.JScriptExecHelper
Allows URI Transformation
transformURI(JScriptExec, String, URI) - Static method in class org.eclipse.higgins.util.jscript.JScriptExecHelper
Allows URI Transformation
transformURItoMany(JScriptExec, String, URI) - Static method in class org.eclipse.higgins.util.jscript.JScriptExecHelper
Allows URI Transformation

A C E G H J N O R S T