Java jdk.nashorn.api.scripting ScriptUtils fields, constructors, methods, implement or subclass

Example usage for Java jdk.nashorn.api.scripting ScriptUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for jdk.nashorn.api.scripting ScriptUtils.

The text is from its open source code.

Method

Objectconvert(final Object obj, final Object type)
Convert the given object to the given type.
Stringparse(final String code, final String name, final boolean includeLoc)
Returns AST as JSON compatible string.
Objectunwrap(final Object obj)
Unwrap a script object mirror if needed.
ScriptObjectMirrorwrap(final Object obj)
Make a script object mirror on given object if needed.