struct

Slang::AST::Attribute

Inherits Struct < Value < Object

name=value attribute on an element. the value is a Crystal expression

Constructors

new(name : String, value : String, loc : SourceLoc)
Source

Instance methods

clone
Source
copy_with(name _name = @name, value _value = @value, loc _loc = @loc)
Source
loc
name
value