class Vertigo::ArrayDecl
Attributes
dim_decls[RW]
type[RW]
Public Class Methods
new(dim_decls=[],type=nil)
click to toggle source
# File lib/vertigo/ast_vertigo_rkgen.rb, line 379 def initialize dim_decls=[],type=nil @dim_decls,@type=dim_decls,type end