Uses of Class
org.glassfish.ha.store.criteria.spi.Opcode

Packages that use Opcode
org.glassfish.ha.store.criteria.spi   
 

Uses of Opcode in org.glassfish.ha.store.criteria.spi
 

Methods in org.glassfish.ha.store.criteria.spi that return Opcode
 Opcode ExpressionNode.getOpcode()
           
static Opcode Opcode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Opcode[] Opcode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.glassfish.ha.store.criteria.spi with parameters of type Opcode
BinaryExpressionNode(Opcode opcode, Class<T> returnType, ExpressionNode<T> left)
           
BinaryExpressionNode(Opcode opcode, Class<T> returnType, ExpressionNode<T> left, ExpressionNode<T> right)
           
ExpressionNode(Opcode opcode, Class<T> returnType)
           
LogicalExpressionNode(Opcode opcode, ExpressionNode left, ExpressionNode right)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.