java.lang.Objectorg.sintef.mofscript.runtime.statement.StatementExecutor
org.sintef.mofscript.runtime.statement.PrintStatementExecutor
public class PrintStatementExecutor
Field Summary | |
---|---|
protected static boolean |
_previousWasPrintLn
|
Fields inherited from class org.sintef.mofscript.runtime.statement.StatementExecutor |
---|
_env, _ownerRule, _statement |
Constructor Summary | |
---|---|
PrintStatementExecutor(MOFScriptStatement statement,
ExecutionEnvironment env,
RuleExecutor ownerRule)
|
Method Summary | |
---|---|
java.lang.Object |
executeStatement(java.lang.Object rule_create)
Overrides superclass executeStatement |
protected void |
handleLog(PrintStatement pstatement)
Handles log functionality |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static volatile boolean _previousWasPrintLn
Constructor Detail |
---|
public PrintStatementExecutor(MOFScriptStatement statement, ExecutionEnvironment env, RuleExecutor ownerRule)
Method Detail |
---|
public java.lang.Object executeStatement(java.lang.Object rule_create) throws MofScriptExecutionException
executeStatement
in class StatementExecutor
MofScriptExecutionException
protected void handleLog(PrintStatement pstatement)
pstatement
-