public class

InLogicOperatorNode

extends BinaryLogicOperatorNode
implements BinaryOperatorNode
java.lang.Object
   ↳ antlr.CommonAST
     ↳ org.hibernate.hql.ast.tree.Node
       ↳ org.hibernate.hql.ast.tree.SqlNode
         ↳ org.hibernate.hql.ast.tree.HqlSqlWalkerNode
           ↳ org.hibernate.hql.ast.tree.BinaryLogicOperatorNode
             ↳ org.hibernate.hql.ast.tree.InLogicOperatorNode

Summary

Public Constructors
InLogicOperatorNode()
Public Methods
Node getInList()
void initialize()
Performs the operator node initialization by seeking out any parameter nodes and setting their expected type, if possible.
[Expand]
Inherited Methods
From class org.hibernate.hql.ast.tree.BinaryLogicOperatorNode
From class org.hibernate.hql.ast.tree.HqlSqlWalkerNode
From class org.hibernate.hql.ast.tree.SqlNode
From class org.hibernate.hql.ast.tree.Node
From class java.lang.Object
From interface org.hibernate.hql.ast.tree.BinaryOperatorNode
From interface org.hibernate.hql.ast.tree.InitializeableNode
From interface org.hibernate.hql.ast.tree.OperatorNode

Public Constructors

public InLogicOperatorNode ()

Public Methods

public Node getInList ()

public void initialize ()

Performs the operator node initialization by seeking out any parameter nodes and setting their expected type, if possible.

Throws
SemanticException