class Lsp::Arg

Defined in:

lsp/syntax/ast.cr

Constructors

Instance Method Summary

Instance methods inherited from class Lsp::ASTNode

accept(visitor) accept, accept_children(visitor) accept_children, nop? nop?

Constructor Detail

def self.new(values : Array(Lsp::ASTNode) = [] of ASTNode) #

[View source]

Instance Method Detail

def values : Array(ASTNode) #

[View source]
def values=(values : Array(ASTNode)) #

[View source]