Class LogicalExpression

    • Constructor Detail

      • LogicalExpression

        public LogicalExpression()
    • Method Detail

      • getType

        public java.lang.Class<?> getType()
        Description copied from interface: Expression
        Return the type that this expression will return
      • getOpName

        public java.lang.String getOpName()
        Description copied from interface: Expression
        Return a human-readable name for the operation that this expression performs
      • getOpType

        public int getOpType()
      • setOpType

        public void setOpType​(int i)