Home
 

class RelOpCls

class RelOpCls: public PTreeNodeCls

A relational operator

Inheritance:


Public Classes

[more] RelOp
The relational operators


Public Methods

[more] RelOpCls(RelOp op)
Constructor
[more]int emit()
SLICK Emitter



Documentation

A relational operator.   RelOp: <
         | <=
         | =
         | <>
         | >
         | >=
    
oRelOp
The relational operators.
ltOp
less than
leOp
less or equal
eqOp
equal
neOp
not equal
geOp
greater or equal
gtOp
greater than

oRelOpCls(RelOp op)
Constructor.
Parameters:
op - Relational operator

oint emit()
SLICK Emitter.

Emits the SLICK opcode of the operator.

Returns:
0

This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



DOC++