Class: Loxxy::Ast::LoxSeqDecl

Inherits:
LoxCompoundExpr show all
Defined in:
lib/loxxy/ast/lox_seq_decl.rb

Instance Attribute Summary

Attributes inherited from LoxCompoundExpr

#subnodes

Attributes inherited from LoxNode

#position

Method Summary

Methods inherited from LoxCompoundExpr

#accept, #initialize

Methods inherited from LoxNode

#accept, #done!, #initialize

Methods included from ASTVisitee

#define_accept, #snake_case

Constructor Details

This class inherits a constructor from Loxxy::Ast::LoxCompoundExpr