クラス UnaryOpHandler
- java.lang.Object
-
- com.github.mygreen.sqlmapper.core.where.metamodel.OperationHandler<UnaryOp>
-
- com.github.mygreen.sqlmapper.core.where.metamodel.UnaryOpHandler
-
public class UnaryOpHandler extends OperationHandler<UnaryOp>
単項演算子(UnaryOp)に対する処理を定義します。- 作成者:
- T.TSUCHIE
-
-
フィールドの概要
-
クラスから継承されたフィールド com.github.mygreen.sqlmapper.core.where.metamodel.OperationHandler
templateMap
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 UnaryOpHandler()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 voidhandle(UnaryOp operator, Operation<?> expr, Visitor<VisitorContext> visitor, VisitorContext context)演算子に対する処理を行います。protected voidinit()初期化処理-
クラスから継承されたメソッド com.github.mygreen.sqlmapper.core.where.metamodel.OperationHandler
addTemplate, formatWithTemplate, getTemplate, invoke, visitConstantWithPropertyPath
-
-
-
-
メソッドの詳細
-
init
protected void init()
クラスからコピーされた説明:OperationHandler初期化処理- 定義:
initクラス内OperationHandler<UnaryOp>
-
handle
public void handle(UnaryOp operator, Operation<?> expr, Visitor<VisitorContext> visitor, VisitorContext context)
クラスからコピーされた説明:OperationHandler演算子に対する処理を行います。- 定義:
handleクラス内OperationHandler<UnaryOp>- パラメータ:
operator- 演算子expr- 演算子と非演算子を含む処理対象の式の情報visitor- Visitorcontext- このンテキスト
-
-