class Drizzle::AST::ExpressionStatement
Overview
Node representing an expression statement, which is a single expression on its own line <expression>
Defined in:
drizzle/ast/expression_statement.crConstructors
Instance Method Summary
-
#expression : Drizzle::AST::Expression?
The expression that makes up the node
- #literal : String
- #to_s : String
-
#token : Drizzle::Token
The token that caused the generation of this node