Class: Pione::Lang::EmptyRuleConditionContext

Inherits:
RuleConditionContext show all
Defined in:
lib/pione/lang/context.rb

Instance Method Summary collapse

Methods inherited from RuleConditionContext

#eval

Methods inherited from StructuralContext

#+, accept, acceptances, #eval, inherited, #initialize, #pos, #try_to_eval, #validate

Methods inherited from Context

#eval!

Constructor Details

This class inherits a constructor from Pione::Lang::StructuralContext

Instance Method Details

#create_conditionObject



191
192
193
# File 'lib/pione/lang/context.rb', line 191

def create_condition
  RuleCondition.new(type: :empty)
end