Class: Jade::Frontend::TypeChecking::ConstructorDef

Inherits:
Data
  • Object
show all
Defined in:
lib/jade/frontend/type_checking/definition.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject (readonly)

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



11
12
13
# File 'lib/jade/frontend/type_checking/definition.rb', line 11

def args
  @args
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



11
12
13
# File 'lib/jade/frontend/type_checking/definition.rb', line 11

def name
  @name
end

#parent_nameObject (readonly)

Returns the value of attribute parent_name

Returns:

  • (Object)

    the current value of parent_name



11
12
13
# File 'lib/jade/frontend/type_checking/definition.rb', line 11

def parent_name
  @parent_name
end