Class Puppet::Parser::AST::ArithmeticOperator
In: lib/puppet/parser/ast/arithmetic_operator.rb
Parent: AST::Branch

Methods

each   evaluate   new  

Attributes

lval  [RW] 
operator  [RW] 
rval  [RW] 

Public Class methods

Public Instance methods

Iterate across all of our children.

Returns a boolean which is the result of the boolean operation of lval and rval operands

[Validate]