Table of Contents

Interface ICompilable

Namespace
Javax.Script
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface ICompilable

Methods

Compile(Reader)

CompiledScript Compile(Reader arg0)

Parameters

arg0 Reader

Reader

Returns

CompiledScript

CompiledScript

Exceptions

ScriptException

Compile(String)

CompiledScript Compile(String arg0)

Parameters

arg0 String

String

Returns

CompiledScript

CompiledScript

Exceptions

ScriptException