Class: Puppet::Pops::Parser::EvaluatingParser::EvaluatingEppParser

Inherits:
Puppet::Pops::Parser::EvaluatingParser show all
Defined in:
lib/puppet/pops/parser/evaluating_parser.rb

Instance Attribute Summary

Attributes inherited from Puppet::Pops::Parser::EvaluatingParser

#parser

Instance Method Summary collapse

Methods inherited from Puppet::Pops::Parser::EvaluatingParser

#acceptor, #assert_and_report, #clear, #closure, #convert_to_3x, #evaluate, #evaluate_expression_with_bindings, #evaluate_file, #evaluate_string, #evaluator, #parse_file, #parse_string, #quote, quote, #validate, #validator

Methods included from Concurrent::ThreadLocalSingleton

#singleton

Constructor Details

#initializeEvaluatingEppParser

Returns a new instance of EvaluatingEppParser.



160
161
162
# File 'lib/puppet/pops/parser/evaluating_parser.rb', line 160

def initialize
  @parser = EppParser.new()
end