public class DefaultNotificationHookInterpreter extends AbstractInterpreterBase implements NotificationHookInterpreter
KEY_Continue, KEY_Notification, KEY_NotificationHookDefinition, KEY_NotificationManager| コンストラクタと説明 |
|---|
DefaultNotificationHookInterpreter() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Interpreter |
getInterpreter()
インタプリタインスタンスを返す
|
InterpreterCategory |
getInterpreterCategory()
インタプリタ種別を返す
|
protected boolean |
interpret(Expression expression,
java.util.Map controlMap)
命令を解釈実行する
|
protected void |
setup(java.util.Map info)
インタプリタのセットアップを行う
|
execute, getReference, interpretChildren, setReferenceSourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecutepublic Interpreter getInterpreter()
getInterpreter インタフェース内 InterpreterSourcepublic InterpreterCategory getInterpreterCategory()
getInterpreterCategory インタフェース内 InterpreterSourceprotected void setup(java.util.Map info)
setup クラス内 AbstractInterpreterBaseinfo - パラメータマップprotected boolean interpret(Expression expression, java.util.Map controlMap) throws RecoverableException
interpret クラス内 AbstractInterpreterBaseexpressions - 実行命令controlMap - 制御情報格納MapRecoverableException - フック実行時にエラーになった場合