Method: Puppet::Pops::Types::PStringType#accept

Defined in:
lib/puppet/pops/types/types.rb

#accept(visitor, guard) ⇒ Object



1521
1522
1523
1524
# File 'lib/puppet/pops/types/types.rb', line 1521

def accept(visitor, guard)
  super
  @size_type_or_value.accept(visitor, guard) if @size_type_or_value.is_a?(PIntegerType)
end