class Can::AST::ExprAttr

Overview

items={list} — a single Crystal expression, not a string

Defined in:

can/ast.cr

Constructors

Instance Method Summary

Instance methods inherited from class Can::AST::Attribute

name : String name, name=(name : String) name=

Constructor methods inherited from class Can::AST::Attribute

new(name : String, line = 0, column = 0) new

Instance methods inherited from class Can::AST::Node

column : Int32 column, column=(column : Int32) column=, line : Int32 line, line=(line : Int32) line=

Constructor methods inherited from class Can::AST::Node

new(line : Int32 = 0, column : Int32 = 0) new

Constructor Detail

def self.new(name : String, expression : String, line = 0, column = 0) #

[View source]

Instance Method Detail

def expression : String #

[View source]
def expression=(expression : String) #

[View source]