Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
lsp
master
Lsp
Arg
ASTNode
Block
Lexer
Name
Nop
Parser
Runner
Token
Var
Visitor
Generated using Crystal 1.14.0
2024-11-26 07:20:09 UTC
class
Lsp::
Arg
Lsp::Arg
Lsp::ASTNode
Reference
Object
Defined in:
lsp/syntax/ast.cr
Constructors
.new
(values : Array(Lsp::ASTNode) =
[]
of
ASTNode
)
Instance Method Summary
#values
: Array(ASTNode)
#values=
(values : Array(ASTNode))
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
]