rero.bridges.event
Class CodeSnippet
java.lang.Object
rero.bridges.event.CodeSnippet
- public class CodeSnippet
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
environment
protected ScriptEnvironment environment
si
protected ScriptInstance si
code
protected Block code
CodeSnippet
public CodeSnippet(Block c,
ScriptEnvironment e)
getLineNumber
public int getLineNumber()
isValid
public boolean isValid()
execute
public int execute(HashMap eventData)