class Drizzle::AST::Let
- Drizzle::AST::Let
- Drizzle::AST::Statement
- Drizzle::AST::Node
- Reference
- Object
Overview
Node class representing a let statement.
let `
Defined in:
drizzle/ast/let.crConstructors
Instance Method Summary
- #literal : String
-
#name : Drizzle::AST::TypedIdentifier
The name and type of the variable being assigned to
- #to_s : String
-
#token : Drizzle::Token
The token that caused the generation of this node
-
#value : Drizzle::AST::Expression
The expression that will generate a value to assign to the variable
Instance methods inherited from class Drizzle::AST::Node
literal : String
literal,
to_s : String
to_s
Constructor Detail
Instance Method Detail
def value : Drizzle::AST::Expression
#
The expression that will generate a value to assign to the variable