class Vertigo::FuncProtoDecl

Attributes

formal_args[RW]
name[RW]
return_type[RW]

Public Class Methods

new(name=nil,formal_args=[],return_type=nil) click to toggle source
# File lib/vertigo/ast_vertigo_rkgen.rb, line 568
def initialize name=nil,formal_args=[],return_type=nil
  @name,@formal_args,@return_type=name,formal_args,return_type
end