Class: RgGen::SystemVerilog::Common::Feature::EntityContext

Inherits:
Struct
  • Object
show all
Defined in:
lib/rggen/systemverilog/common/feature.rb

Instance Attribute Summary collapse

Instance Attribute Details

#declaration_typeObject

Returns the value of attribute declaration_type

Returns:

  • (Object)

    the current value of declaration_type



10
11
12
# File 'lib/rggen/systemverilog/common/feature.rb', line 10

def declaration_type
  @declaration_type
end

#default_layerObject

Returns the value of attribute default_layer

Returns:

  • (Object)

    the current value of default_layer



10
11
12
# File 'lib/rggen/systemverilog/common/feature.rb', line 10

def default_layer
  @default_layer
end

#entity_typeObject

Returns the value of attribute entity_type

Returns:

  • (Object)

    the current value of entity_type



10
11
12
# File 'lib/rggen/systemverilog/common/feature.rb', line 10

def entity_type
  @entity_type
end

#method_nameObject

Returns the value of attribute method_name

Returns:

  • (Object)

    the current value of method_name



10
11
12
# File 'lib/rggen/systemverilog/common/feature.rb', line 10

def method_name
  @method_name
end