Op
in package
Op is a operator.
Protobuf type exprml.v1.OpUnary.Op
Table of Contents
Constants
- ABORT = 6
- Abort operator.
- CEIL = 5
- Ceil operator.
- FLAT = 3
- Flat operator.
- FLOOR = 4
- Floor operator.
- LEN = 1
- Len operator.
- NOT = 2
- Not operator.
- UNSPECIFIED = 0
- Unspecified.
Methods
Constants
ABORT
Abort operator.
public
mixed
ABORT
= 6
Generated from protobuf enum ABORT = 6;
CEIL
Ceil operator.
public
mixed
CEIL
= 5
Generated from protobuf enum CEIL = 5;
FLAT
Flat operator.
public
mixed
FLAT
= 3
Generated from protobuf enum FLAT = 3;
FLOOR
Floor operator.
public
mixed
FLOOR
= 4
Generated from protobuf enum FLOOR = 4;
LEN
Len operator.
public
mixed
LEN
= 1
Generated from protobuf enum LEN = 1;
NOT
Not operator.
public
mixed
NOT
= 2
Generated from protobuf enum NOT = 2;
UNSPECIFIED
Unspecified.
public
mixed
UNSPECIFIED
= 0
Generated from protobuf enum UNSPECIFIED = 0;
Methods
name()
public
static name(mixed $value) : mixed
Parameters
- $value : mixed
value()
public
static value(mixed $name) : mixed
Parameters
- $name : mixed