Class and Description |
---|
ExprWrappable |
Class and Description |
---|
ExprScriptRunner
Deprecated.
|
ExprValueTypeSupplier |
ExprWrappable |
GlobalOperationsSupplier |
OperationsSupplier |
RowOperationsSupplier |
Class and Description |
---|
ExprWrappable |
Class and Description |
---|
ExprSecurityPolicy
The base class which defines the methods called by the security infrastructure
on untrusted expressions.
|
Class and Description |
---|
ExprWrappable |
Class and Description |
---|
ExprWrappable |
Class and Description |
---|
ExprWrappable |
Class and Description |
---|
ExprScriptRunner
Deprecated.
|
ExprWrappable |
GlobalOperationsSupplier |
OperationsSupplier |
RowOperationsSupplier |
Class and Description |
---|
ExprScriptRunner
Deprecated.
|
ExprValueTypeSupplier |
ExprWrappable |
GlobalOperationsSupplier |
OperationsSupplier |
RowOperationsSupplier |
Class and Description |
---|
ExprScriptRunner
Deprecated.
|
ExprValueTypeSupplier |
ExprWrappable |
GlobalOperationsSupplier |
OperationsSupplier |
RowOperationsSupplier |
Class and Description |
---|
ExprWrappable |
Class and Description |
---|
ExprScriptRunner
Deprecated.
|
ExprValueTypeSupplier |
ExprWrappable |
GlobalOperationsSupplier |
OperationsSupplier |
RowOperationsSupplier |
Class and Description |
---|
ExprWrappable |
Class and Description |
---|
ExprWrappable |
Class and Description |
---|
ExprWrappable |
Class and Description |
---|
ExprScriptRunner
Deprecated.
|
ExprValueTypeSupplier |
ExprWrappable |
GlobalOperationsSupplier |
OperationsSupplier |
RowOperationsSupplier |
Class and Description |
---|
ExprScriptRunner
Deprecated.
|
ExprValueTypeSupplier |
ExprWrappable |
GlobalOperationsSupplier |
OperationsSupplier |
RowOperationsSupplier |
Class and Description |
---|
ExprWrappable |
Class and Description |
---|
ExprCodeSource
Manages an expression script.
|
ExprCompileContext
Provides context about the groovy expression that is currently
compiling.
|
ExprDef
Defines an interface for expression owners.
|
ExprValueSupplier |
ExprWrappable |
Class and Description |
---|
ExprCodeSource
Manages an expression script.
|
ExprDef
Defines an interface for expression owners.
|
ExprWrappable |
Class and Description |
---|
ExprCodeSource
Manages an expression script.
|
ExprDef
Defines an interface for expression owners.
|
ExprValueSupplier |
ExprWrappable |
IllegalImportException
Thrown if the script engine detects a script line that contains both
import and expression statements:
def myVar = null; import foo;
the developer should fix the script so that import statements appear
on separate lines:
import foo;
def myVar = null;
|
Class and Description |
---|
ExprWrappable |
Class and Description |
---|
ExprWrappable |
Class and Description |
---|
ExprWrappable |
Class and Description |
---|
ExprWrappable |
Class and Description |
---|
AbstractExprDef
An abstract implementation of an ExprDef.
|
ExprCodeSource
Manages an expression script.
|
ExprDef
Defines an interface for expression owners.
|
ExprScriptEngineFactory |
ExprWrappable |
Class and Description |
---|
ExprWrappable |
Class and Description |
---|
ExprWrappable |
Class and Description |
---|
ExprCodeSource
Manages an expression script.
|
ExprDef
Defines an interface for expression owners.
|
ExprValueSupplier |
Class and Description |
---|
AbstractExprScriptEngine |
DefaultADFFunctions |
DefaultADFFunctionsSupport |
ExprAbstractScriptEngine
Provides a standard implementation for several of the variants of the
eval
method. |
ExprBindingsResolver
A script engine may add ExprBindingResolvers to the context's
ExprBindings in order to perform engine specific variable resolution.
|
ExprCodeSource
Manages an expression script.
|
ExprCodeSource.Type |
ExprCompileContext
Provides context about the groovy expression that is currently
compiling.
|
ExprDef
Defines an interface for expression owners.
|
ExprDef.SourceHintProperty |
ExprEvalWrapper |
ExprMethodReturn
Deprecated.
|
ExprPrivCounter
Deprecated.
|
ExprScriptContext |
ExprScriptEngineFactory |
ExprSecurityPolicy
The base class which defines the methods called by the security infrastructure
on untrusted expressions.
|
ExprSimpleScriptContext
Simple implementation of ScriptContext.
|
ExprTrustSupplier |
ExprValueSupplier |
ExprWrappable |
GlobalOperationsSupplier |
IllegalImportException
Thrown if the script engine detects a script line that contains both
import and expression statements:
def myVar = null; import foo;
the developer should fix the script so that import statements appear
on separate lines:
import foo;
def myVar = null;
|
OperationSupplier |
RowOperationsSupplier |
Class and Description |
---|
ExprDef
Defines an interface for expression owners.
|
Class and Description |
---|
ExprDef
Defines an interface for expression owners.
|
Class and Description |
---|
ExprWrappable |
Class and Description |
---|
ExprDef
Defines an interface for expression owners.
|
Class and Description |
---|
ExprDef
Defines an interface for expression owners.
|
Class and Description |
---|
AbstractExprScriptEngine |
DefaultADFFunctions |
ExprAbstractScriptEngine
Provides a standard implementation for several of the variants of the
eval
method. |
ExprCodeSource
Manages an expression script.
|
ExprCompileContext
Provides context about the groovy expression that is currently
compiling.
|
ExprCompileContext.CompilerCallback
Provides an interface for the compile context to raise compiler
errors/warnings.
|
ExprDef
Defines an interface for expression owners.
|
ExprScriptContext |
ExprScriptEngineFactory |
ExprTrustSupplier |
ExprValueSupplier |
IllegalImportException
Thrown if the script engine detects a script line that contains both
import and expression statements:
def myVar = null; import foo;
the developer should fix the script so that import statements appear
on separate lines:
import foo;
def myVar = null;
|
ScriptHelper
For internal framework use only.
|
Class and Description |
---|
AbstractExprScriptEngine |
ExprAbstractScriptEngine
Provides a standard implementation for several of the variants of the
eval
method. |
ExprCodeSource
Manages an expression script.
|
ExprDef
Defines an interface for expression owners.
|
ExprScriptContext |
ExprScriptEngineFactory |
ExprValueSupplier |
Class and Description |
---|
ExprCodeSource
Manages an expression script.
|
ExprCodeSource.Type |
ExprCompileContext
Provides context about the groovy expression that is currently
compiling.
|
ExprDef
Defines an interface for expression owners.
|
ExprMethodReturn
Deprecated.
|
ExprPrivCounter
Deprecated.
|
ExprScriptContext |
ExprScriptRunner
Deprecated.
|
ExprTrustSupplier |
ExprValueSupplier |
ExprValueTypeSupplier |
ExprWrappable |
GlobalOperationsSupplier |
IllegalImportException
Thrown if the script engine detects a script line that contains both
import and expression statements:
def myVar = null; import foo;
the developer should fix the script so that import statements appear
on separate lines:
import foo;
def myVar = null;
|
OperationsSupplier |
OperationSupplier |
RowOperationsSupplier |
Class and Description |
---|
ExprScriptRunner
Deprecated.
|
ExprValueTypeSupplier |
ExprWrappable |
GlobalOperationsSupplier |
OperationsSupplier |
RowOperationsSupplier |
Class and Description |
---|
ExprWrappable |
Class and Description |
---|
ExprWrappable |
Class and Description |
---|
ExprScriptRunner
Deprecated.
|
ExprValueTypeSupplier |
ExprWrappable |
GlobalOperationsSupplier |
OperationsSupplier |
RowOperationsSupplier |
Class and Description |
---|
ExprWrappable |
Class and Description |
---|
ExprWrappable |
Class and Description |
---|
ExprWrappable |
Class and Description |
---|
ExprWrappable |