Class: Puppet::Pops::Model::LiteralInteger

Inherits:
LiteralNumber show all
Defined in:
lib/puppet/pops/model/model.rb

Overview

A literal number has a radix of decimal (10), octal (8), or hex (16) to enable string conversion with the input radix. By default, a radix of 10 is used.

Method Summary

Methods included from Containment

#eAllContainers, #eAllContents

Methods included from Visitable

#accept