Documentation

Op
in package

Op is a operator.

Protobuf type exprml.v1.OpBinary.Op

Table of Contents

Constants

DIV  = 2
Div operator.
EQ  = 3
Eq operator.
GT  = 7
Gt operator.
GTE  = 8
Gte operator.
LT  = 5
Lt operator.
LTE  = 6
Lte operator.
NEQ  = 4
Neq operator.
SUB  = 1
Sub operator.
UNSPECIFIED  = 0
Unspecified.

Methods

name()  : mixed
value()  : mixed

Constants

DIV

Div operator.

public mixed DIV = 2

Generated from protobuf enum DIV = 2;

EQ

Eq operator.

public mixed EQ = 3

Generated from protobuf enum EQ = 3;

GT

Gt operator.

public mixed GT = 7

Generated from protobuf enum GT = 7;

GTE

Gte operator.

public mixed GTE = 8

Generated from protobuf enum GTE = 8;

LT

Lt operator.

public mixed LT = 5

Generated from protobuf enum LT = 5;

LTE

Lte operator.

public mixed LTE = 6

Generated from protobuf enum LTE = 6;

NEQ

Neq operator.

public mixed NEQ = 4

Generated from protobuf enum NEQ = 4;

SUB

Sub operator.

public mixed SUB = 1

Generated from protobuf enum SUB = 1;

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

        
On this page

Search results