JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
editor
IScriptExecuter
Contents
Description
Method Summary
Method Details
evaluate(String)
executeTemplate(String)
Hide sidebar
Show sidebar
Interface IScriptExecuter
public interface
IScriptExecuter
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
[]
evaluate
(
String
strScript)
Evaluates Gosu source.
String
executeTemplate
(
String
strTemplate)
Executes a Gosu template.
Method Details
evaluate
String
[]
evaluate
(
String
strScript)
Evaluates Gosu source.
Parameters:
strScript
- A Gosu expression or scriptlet.
Returns:
The result of evaluating the script.
executeTemplate
String
executeTemplate
(
String
strTemplate)
Executes a Gosu template.
Parameters:
strTemplate
- The template
Returns:
The resulting content.