Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
HCL::AST::OpExpr
Inherits
HCL::AST::Node
/
Reference
/
Object
Constants
ADDITION = :+
AND = :"&&"
DIVIDE = :/
EQ = :==
GT = :>
GTE = :>=
LT = :<
LTE = :<=
MOD = :%
MULTIPLY = :*
NEQ = :!=
NOT = :!
OR = :"||"
SUBTRACTION = :-
Constructors
new
(operator :
String
, left_operand :
Node
, right_operand :
Node
|
Nil
, **kwargs)
Source
Instance methods
left_operand
Source
operator
Source
right_operand
Source