class Crokus::Decl

.….….…..end of types.….….….….

Attributes

init[RW]
type[RW]
var[RW]

Public Class Methods

new(type,var,init=nil) click to toggle source
# File lib/crokus/ast.rb, line 122
def initialize type,var,init=nil
  @var,@type,@init=var,type,init
end