class Drizzle::AST::PrefixExpression
Overview
Node class representing a Prefix Expression, such as unary -, or not
Defined in:
drizzle/ast/prefix_expression.crConstructors
Instance Method Summary
- #literal : String
-
#operator : String
The prefix operator (not, -)
-
#right : Drizzle::AST::Expression?
The expression that is bound by the prefix operator
- #to_s : String
-
#token : Drizzle::Token
The token that caused the generation of this node