Class: Ibex::Frontend::AST::Root

Inherits:
Struct
  • Object
show all
Includes:
Node
Defined in:
lib/ibex/frontend/ast.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Node

#to_h

Instance Attribute Details

#class_nameObject

Returns the value of attribute class_name

Returns:

  • (Object)

    the current value of class_name



72
73
74
# File 'lib/ibex/frontend/ast.rb', line 72

def class_name
  @class_name
end

#cstObject

Returns the value of attribute cst

Returns:

  • (Object)

    the current value of cst



72
73
74
# File 'lib/ibex/frontend/ast.rb', line 72

def cst
  @cst
end

#declarationsObject

Returns the value of attribute declarations

Returns:

  • (Object)

    the current value of declarations



72
73
74
# File 'lib/ibex/frontend/ast.rb', line 72

def declarations
  @declarations
end

#extendedObject

Returns the value of attribute extended

Returns:

  • (Object)

    the current value of extended



72
73
74
# File 'lib/ibex/frontend/ast.rb', line 72

def extended
  @extended
end

#locObject

Returns the value of attribute loc

Returns:

  • (Object)

    the current value of loc



72
73
74
# File 'lib/ibex/frontend/ast.rb', line 72

def loc
  @loc
end

#rulesObject

Returns the value of attribute rules

Returns:

  • (Object)

    the current value of rules



72
73
74
# File 'lib/ibex/frontend/ast.rb', line 72

def rules
  @rules
end

#superclassObject

Returns the value of attribute superclass

Returns:

  • (Object)

    the current value of superclass



72
73
74
# File 'lib/ibex/frontend/ast.rb', line 72

def superclass
  @superclass
end

#user_codeObject

Returns the value of attribute user_code

Returns:

  • (Object)

    the current value of user_code



72
73
74
# File 'lib/ibex/frontend/ast.rb', line 72

def user_code
  @user_code
end